Pull request #4810 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 9c95be6ac60161dcc0a236b85e533958d6a02506+a802096cb56626d3379e9589aa0de6bc0bfaf5c9 (ab9f173b1f7b908271512c7a17aded481aee5eae) 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-ssh15951656803824508387.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc 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-ssh5196584304753481684.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 590556114a56c6d90cc8043840e039c2f74196dc 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-4810/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-4810/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh2576626640813027202.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-4810/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4453584748941386390.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > 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-ssh9417968768486963258.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-4810/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-4810/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3307602145846508745.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 590556114a56c6d90cc8043840e039c2f74196dc 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/v3]] ========================================================= [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.21 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/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-4704 in /w/workspace/edgexfoundry_edgex-go_PR-4810 [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 Merging remotes/origin/main commit a802096cb56626d3379e9589aa0de6bc0bfaf5c9 into PR head commit 9c95be6ac60161dcc0a236b85e533958d6a02506 > 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 > 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/4810/head:refs/remotes/origin/PR-4810 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 Merge succeeded, producing 9c95be6ac60161dcc0a236b85e533958d6a02506 Checking out Revision 9c95be6ac60161dcc0a236b85e533958d6a02506 (PR-4810) Commit message: "build(deps): Bump github.com/gorilla/schema from 1.2.0 to 1.4.1" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # 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 a802096cb56626d3379e9589aa0de6bc0bfaf5c9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-01T20:40:51.426Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-01T20:40:51.649Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-01T20:40:51.798Z] ========================================================= [2024-07-01T20:40:51.798Z] EdgeX Global Pipelines Version Info [2024-07-01T20:40:51.798Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-01T20:40:54.648Z] ------------------- [2024-07-01T20:40:54.648Z] stable info: [2024-07-01T20:40:54.648Z] ------------------- [2024-07-01T20:40:54.648Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-01T20:40:54.648Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-01T20:40:54.648Z] Message: update stable to v1.0.260 [2024-07-01T20:40:55.220Z] ------------------- [2024-07-01T20:40:55.220Z] experimental info: [2024-07-01T20:40:55.220Z] ------------------- [2024-07-01T20:40:55.220Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-01T20:40:55.220Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-01T20:40:55.220Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-01T20:40:55.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-01T20:40:55.510Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-01T20:40:55.578Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-01T20:40:55.635Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-01T20:40:55.695Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-01T20:40:55.757Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-01T20:40:55.814Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-01T20:40:55.872Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-01T20:40:55.932Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-01T20:40:55.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-01T20:40:56.050Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-01T20:40:56.114Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-01T20:40:56.189Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-01T20:40:56.252Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-01T20:40:56.306Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-01T20:40:56.358Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-01T20:40:56.411Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-01T20:40:56.467Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-01T20:40:56.531Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-01T20:40:56.588Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-01T20:40:56.648Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-01T20:40:56.705Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-01T20:40:56.780Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-01T20:40:56.840Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4810 [Pipeline] echo [2024-07-01T20:40:56.895Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4810 [Pipeline] echo [2024-07-01T20:40:56.951Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4810 [Pipeline] echo [2024-07-01T20:40:57.007Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] echo [2024-07-01T20:40:57.073Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 9c95be6 [Pipeline] echo [2024-07-01T20:40:57.140Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-01T20:40:57.317Z] provisioning config files... [2024-07-01T20:40:57.333Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1782498147346980271tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T20:40:57.729Z] ---> ****-login.sh [2024-07-01T20:40:57.729Z] nexus3.edgexfoundry.org:10001 [2024-07-01T20:40:57.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:40:57.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:40:57.987Z] Configure a credential helper to remove this warning. See [2024-07-01T20:40:57.987Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:40:57.987Z] [2024-07-01T20:40:57.987Z] Login Succeeded [2024-07-01T20:40:57.987Z] nexus3.edgexfoundry.org:10002 [2024-07-01T20:40:57.987Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:40:57.987Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:40:57.987Z] Configure a credential helper to remove this warning. See [2024-07-01T20:40:57.988Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:40:57.988Z] [2024-07-01T20:40:57.988Z] Login Succeeded [2024-07-01T20:40:57.988Z] nexus3.edgexfoundry.org:10003 [2024-07-01T20:40:58.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:40:58.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:40:58.247Z] Configure a credential helper to remove this warning. See [2024-07-01T20:40:58.247Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:40:58.247Z] [2024-07-01T20:40:58.247Z] Login Succeeded [2024-07-01T20:40:58.247Z] nexus3.edgexfoundry.org:10004 [2024-07-01T20:40:58.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:40:58.247Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:40:58.247Z] Configure a credential helper to remove this warning. See [2024-07-01T20:40:58.247Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:40:58.247Z] [2024-07-01T20:40:58.247Z] Login Succeeded [2024-07-01T20:40:58.247Z] ****.io [2024-07-01T20:40:58.247Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:40:58.506Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:40:58.506Z] Configure a credential helper to remove this warning. See [2024-07-01T20:40:58.506Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:40:58.506Z] [2024-07-01T20:40:58.506Z] Login Succeeded [2024-07-01T20:40:58.506Z] ---> ****-login.sh ends [Pipeline] } [2024-07-01T20:40:58.534Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-01T20:40:58.987Z] + 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-auth/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 [2024-07-01T20:40:58.987Z] + + cut -d/ -f2 [2024-07-01T20:40:58.987Z] dirname cmd/core-command/Dockerfile [2024-07-01T20:40:58.987Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-01T20:40:58.987Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-01T20:40:58.987Z] + cut -d/ -f2 [2024-07-01T20:40:58.987Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-01T20:40:58.987Z] + + dirname cmd/core-data/Dockerfile [2024-07-01T20:40:58.987Z] cut -d/ -f2 [2024-07-01T20:40:58.987Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-01T20:40:58.987Z] + dirname+ cmd/core-metadata/Dockerfile [2024-07-01T20:40:58.987Z] cut -d/ -f2 [2024-07-01T20:40:58.987Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-01T20:40:58.987Z] + + cut -d/ -f2 [2024-07-01T20:40:58.987Z] dirname cmd/security-bootstrapper/Dockerfile [2024-07-01T20:40:58.987Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-01T20:40:58.987Z] + + cut -d/ -f2dirname [2024-07-01T20:40:58.987Z] cmd/security-proxy-auth/Dockerfile [2024-07-01T20:40:58.987Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-01T20:40:58.987Z] + + cut -d/ -f2 [2024-07-01T20:40:58.988Z] dirname cmd/security-proxy-setup/Dockerfile [2024-07-01T20:40:58.988Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-01T20:40:58.988Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-01T20:40:58.988Z] + cut -d/ -f2 [2024-07-01T20:40:58.988Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-01T20:40:58.988Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-01T20:40:58.988Z] + cut -d/ -f2 [2024-07-01T20:40:58.988Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-01T20:40:58.988Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-01T20:40:58.988Z] + cut -d/ -f2 [2024-07-01T20:40:58.988Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-01T20:40:58.988Z] + + cut -d/ -f2 [2024-07-01T20:40:58.988Z] dirname cmd/security-spire-config/Dockerfile [2024-07-01T20:40:58.988Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-01T20:40:58.988Z] + + cut -d/ -f2 [2024-07-01T20:40:58.988Z] dirname cmd/security-spire-server/Dockerfile [2024-07-01T20:40:58.988Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-01T20:40:58.988Z] + dirname cmd/support-notifications/Dockerfile [2024-07-01T20:40:58.988Z] + cut -d/ -f2 [2024-07-01T20:40:58.988Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-01T20:40:58.988Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-01T20:40:58.988Z] + cut -d/ -f2 [2024-07-01T20:40:58.988Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-01T20:40:59.059Z] 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-auth, dockerfile:cmd/security-proxy-auth/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 [2024-07-01T20:40:59.614Z] + git rev-list -1 --merges 9c95be6ac60161dcc0a236b85e533958d6a02506~1..9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] echo [2024-07-01T20:40:59.652Z] -----------> git rev-list -1 --merges 9c95be6ac60161dcc0a236b85e533958d6a02506~1..9c95be6ac60161dcc0a236b85e533958d6a02506 9c95be6ac60161dcc0a236b85e533958d6a02506 [false] [Pipeline] sh [2024-07-01T20:40:59.973Z] + git log --format=format:%s -1 9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] echo [2024-07-01T20:41:00.014Z] ========================================================= [2024-07-01T20:41:00.014Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-01T20:41:00.014Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-01T20:41:00.517Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-01T20:41:00.517Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-01T20:41:00.517Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-01T20:41:00.517Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-01T20:41:00.517Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-01T20:41:00.517Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-01T20:41:00.517Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:41:00.954Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-01T20:41:00.954Z] [2024-07-01T20:41:00.954Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:41:01.365Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-01T20:41:01.365Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-01T20:41:01.365Z] b85a868b505f: Pulling fs layer [2024-07-01T20:41:01.365Z] e2be974225ed: Pulling fs layer [2024-07-01T20:41:01.365Z] 339a4e72a1f5: Pulling fs layer [2024-07-01T20:41:01.365Z] 988bab9f4d93: Pulling fs layer [2024-07-01T20:41:01.365Z] 1469e6f7b9e6: Pulling fs layer [2024-07-01T20:41:01.365Z] eaf3925da568: Pulling fs layer [2024-07-01T20:41:01.365Z] bab4dde63d76: Pulling fs layer [2024-07-01T20:41:01.365Z] bde34c3a00c8: Pulling fs layer [2024-07-01T20:41:01.365Z] b352a97aabf1: Pulling fs layer [2024-07-01T20:41:01.365Z] 4872d77fe225: Pulling fs layer [2024-07-01T20:41:01.365Z] 5851b861e8e6: Pulling fs layer [2024-07-01T20:41:01.365Z] 988bab9f4d93: Waiting [2024-07-01T20:41:01.365Z] 1469e6f7b9e6: Waiting [2024-07-01T20:41:01.365Z] eaf3925da568: Waiting [2024-07-01T20:41:01.365Z] bab4dde63d76: Waiting [2024-07-01T20:41:01.365Z] 4872d77fe225: Waiting [2024-07-01T20:41:01.365Z] bde34c3a00c8: Waiting [2024-07-01T20:41:01.365Z] b352a97aabf1: Waiting [2024-07-01T20:41:01.365Z] 5851b861e8e6: Waiting [2024-07-01T20:41:01.365Z] e2be974225ed: Verifying Checksum [2024-07-01T20:41:01.365Z] e2be974225ed: Download complete [2024-07-01T20:41:01.365Z] 988bab9f4d93: Verifying Checksum [2024-07-01T20:41:01.365Z] 988bab9f4d93: Download complete [2024-07-01T20:41:01.365Z] 339a4e72a1f5: Verifying Checksum [2024-07-01T20:41:01.365Z] 339a4e72a1f5: Download complete [2024-07-01T20:41:01.622Z] 1469e6f7b9e6: Verifying Checksum [2024-07-01T20:41:01.622Z] 1469e6f7b9e6: Download complete [2024-07-01T20:41:01.622Z] eaf3925da568: Download complete [2024-07-01T20:41:01.622Z] bde34c3a00c8: Download complete [2024-07-01T20:41:01.622Z] b352a97aabf1: Download complete [2024-07-01T20:41:01.622Z] 4872d77fe225: Verifying Checksum [2024-07-01T20:41:01.622Z] 4872d77fe225: Download complete [2024-07-01T20:41:01.622Z] 5851b861e8e6: Verifying Checksum [2024-07-01T20:41:01.622Z] 5851b861e8e6: Download complete [2024-07-01T20:41:01.622Z] b85a868b505f: Download complete [2024-07-01T20:41:01.881Z] bab4dde63d76: Verifying Checksum [2024-07-01T20:41:01.881Z] bab4dde63d76: Download complete [2024-07-01T20:41:02.818Z] b85a868b505f: Pull complete [2024-07-01T20:41:03.078Z] e2be974225ed: Pull complete [2024-07-01T20:41:03.647Z] 339a4e72a1f5: Pull complete [2024-07-01T20:41:03.647Z] 988bab9f4d93: Pull complete [2024-07-01T20:41:03.961Z] 1469e6f7b9e6: Pull complete [2024-07-01T20:41:03.961Z] eaf3925da568: Pull complete [2024-07-01T20:41:05.861Z] bab4dde63d76: Pull complete [2024-07-01T20:41:05.861Z] bde34c3a00c8: Pull complete [2024-07-01T20:41:06.123Z] b352a97aabf1: Pull complete [2024-07-01T20:41:06.123Z] 4872d77fe225: Pull complete [2024-07-01T20:41:06.123Z] 5851b861e8e6: Pull complete [2024-07-01T20:41:06.123Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-01T20:41:06.123Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-01T20:41:06.123Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T20:41:06.420Z] prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container [2024-07-01T20:41:06.538Z] $ 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 [2024-07-01T20:41:10.048Z] $ docker top 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb -eo pid,comm [2024-07-01T20:41:10.009Z] 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). [2024-07-01T20:41:10.009Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-01T20:41:10.204Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-01T20:41:10.204Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-01T20:41:10.311Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-01T20:41:10.406Z] $ docker exec 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent [2024-07-01T20:41:10.418Z] SSH_AUTH_SOCK=/tmp/ssh-ec6Qof3uk4Ev/agent.33 [2024-07-01T20:41:10.418Z] SSH_AGENT_PID=39 [2024-07-01T20:41:10.425Z] Running ssh-add (command line suppressed) [2024-07-01T20:41:10.616Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_15491243390954388890.key (/w/workspace/edgex-go/1@tmp/private_key_15491243390954388890.key) [2024-07-01T20:41:10.535Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-01T20:41:10.888Z] + git tag --points-at HEAD [Pipeline] } [2024-07-01T20:41:11.006Z] $ docker exec --env ******** --env ******** 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent -k [2024-07-01T20:41:11.101Z] unset SSH_AUTH_SOCK; [2024-07-01T20:41:11.101Z] unset SSH_AGENT_PID; [2024-07-01T20:41:11.101Z] echo Agent pid 39 killed; [2024-07-01T20:41:11.017Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-01T20:41:11.135Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-01T20:41:11.135Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-01T20:41:11.249Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-01T20:41:11.345Z] $ docker exec 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent [2024-07-01T20:41:11.356Z] SSH_AUTH_SOCK=/tmp/ssh-4Ye3ROtyFUIP/agent.72 [2024-07-01T20:41:11.356Z] SSH_AGENT_PID=78 [2024-07-01T20:41:11.360Z] Running ssh-add (command line suppressed) [2024-07-01T20:41:11.543Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14178616728155423409.key (/w/workspace/edgex-go/1@tmp/private_key_14178616728155423409.key) [2024-07-01T20:41:11.461Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-01T20:41:11.812Z] + git semver init [2024-07-01T20:41:12.070Z] 2024-07-01 20:41:12,075 [run_init] DEBUG init version:0.0.0 force:False [2024-07-01T20:41:12.070Z] 2024-07-01 20:41:12,076 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-01T20:41:12.071Z] 2024-07-01 20:41:12,077 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-01T20:41:12.071Z] 2024-07-01 20:41:12,077 [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) [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,635 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,636 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4810 with force:False [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,636 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4810 [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,640 [execute] INFO git cat-file --batch-check [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,641 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,646 [execute] INFO git cat-file --batch [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,646 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-01T20:41:18.640Z] 2024-07-01 20:41:17,652 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4810 [2024-07-01T20:41:18.640Z] 0.0.0 [Pipeline] } [2024-07-01T20:41:18.783Z] $ docker exec --env ******** --env ******** 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb ssh-agent -k [2024-07-01T20:41:18.876Z] unset SSH_AUTH_SOCK; [2024-07-01T20:41:18.876Z] unset SSH_AGENT_PID; [2024-07-01T20:41:18.876Z] echo Agent pid 78 killed; [2024-07-01T20:41:18.788Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-01T20:41:19.240Z] + git semver [Pipeline] } [2024-07-01T20:41:19.634Z] $ docker stop --time=1 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb [2024-07-01T20:41:20.906Z] $ docker rm -f --volumes 63c88d05520509187daefec64b3681d5c16370a36897f233bb5ca45d89d35eeb [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-01T20:41:21.244Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-01T20:41:21.589Z] Stashed 1 file(s) [Pipeline] echo [2024-07-01T20:41:21.622Z] [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) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-01T20:41:22.554Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-01T20:41:22.603Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-01T20:41:22.650Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-01T20:41:22.692Z] ========================================================= [2024-07-01T20:41:22.692Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-01T20:41:22.692Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-01T20:41:23.053Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-01T20:41:23.053Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-01T20:41:23.053Z] 619be1103602: Pulling fs layer [2024-07-01T20:41:23.053Z] 7862e08f4a3e: Pulling fs layer [2024-07-01T20:41:23.053Z] 5df492c9dc93: Pulling fs layer [2024-07-01T20:41:23.053Z] 7629e6793208: Pulling fs layer [2024-07-01T20:41:23.053Z] 4f4fb700ef54: Pulling fs layer [2024-07-01T20:41:23.053Z] fb5054dd5b73: Pulling fs layer [2024-07-01T20:41:23.053Z] eeca6798cff9: Pulling fs layer [2024-07-01T20:41:23.053Z] aa269ceb94a6: Pulling fs layer [2024-07-01T20:41:23.053Z] ada007ff1a6a: Pulling fs layer [2024-07-01T20:41:23.053Z] fb5054dd5b73: Waiting [2024-07-01T20:41:23.053Z] eeca6798cff9: Waiting [2024-07-01T20:41:23.053Z] aa269ceb94a6: Waiting [2024-07-01T20:41:23.053Z] 4f4fb700ef54: Waiting [2024-07-01T20:41:23.053Z] 7629e6793208: Waiting [2024-07-01T20:41:23.053Z] ada007ff1a6a: Waiting [2024-07-01T20:41:23.053Z] 7862e08f4a3e: Download complete [2024-07-01T20:41:23.053Z] 7629e6793208: Verifying Checksum [2024-07-01T20:41:23.053Z] 7629e6793208: Download complete [2024-07-01T20:41:23.053Z] 4f4fb700ef54: Verifying Checksum [2024-07-01T20:41:23.053Z] 4f4fb700ef54: Download complete [2024-07-01T20:41:23.053Z] fb5054dd5b73: Verifying Checksum [2024-07-01T20:41:23.053Z] fb5054dd5b73: Download complete [2024-07-01T20:41:23.053Z] 619be1103602: Download complete [2024-07-01T20:41:23.053Z] eeca6798cff9: Verifying Checksum [2024-07-01T20:41:23.053Z] eeca6798cff9: Download complete [2024-07-01T20:41:23.312Z] 619be1103602: Pull complete [2024-07-01T20:41:23.312Z] ada007ff1a6a: Verifying Checksum [2024-07-01T20:41:23.312Z] ada007ff1a6a: Download complete [2024-07-01T20:41:23.312Z] 7862e08f4a3e: Pull complete [2024-07-01T20:41:23.570Z] 5df492c9dc93: Verifying Checksum [2024-07-01T20:41:23.570Z] 5df492c9dc93: Download complete [2024-07-01T20:41:24.134Z] aa269ceb94a6: Verifying Checksum [2024-07-01T20:41:24.134Z] aa269ceb94a6: Download complete [2024-07-01T20:41:28.765Z] 5df492c9dc93: Pull complete [2024-07-01T20:41:28.765Z] 7629e6793208: Pull complete [2024-07-01T20:41:28.765Z] 4f4fb700ef54: Pull complete [2024-07-01T20:41:28.765Z] fb5054dd5b73: Pull complete [2024-07-01T20:41:28.765Z] eeca6798cff9: Pull complete [2024-07-01T20:41:30.677Z] aa269ceb94a6: Pull complete [2024-07-01T20:41:30.936Z] ada007ff1a6a: Pull complete [2024-07-01T20:41:30.936Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-01T20:41:30.936Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-01T20:41:30.936Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-01T20:41:31.320Z] + + echodocker FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-01T20:41:31.321Z] WORKDIR /edgex [2024-07-01T20:41:31.321Z] COPY go.mod . [2024-07-01T20:41:31.321Z] RUN go mod download build [2024-07-01T20:41:31.321Z] -t ci-base-image-x86_64 -f - . [2024-07-01T20:41:31.888Z] Sending build context to Docker daemon 178.3MB [2024-07-01T20:41:31.888Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-01T20:41:31.888Z] ---> f489d0715acc [2024-07-01T20:41:31.888Z] Step 2/4 : WORKDIR /edgex [2024-07-01T20:41:37.053Z] Still waiting to schedule task [2024-07-01T20:41:37.053Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-4709’ [2024-07-01T20:41:38.461Z] ---> Running in 67f643e5a0a5 [2024-07-01T20:41:38.461Z] Removing intermediate container 67f643e5a0a5 [2024-07-01T20:41:38.461Z] ---> c44ac928cc1a [2024-07-01T20:41:38.461Z] Step 3/4 : COPY go.mod . [2024-07-01T20:41:38.461Z] ---> 27882fb83466 [2024-07-01T20:41:38.461Z] Step 4/4 : RUN go mod download [2024-07-01T20:41:38.461Z] ---> Running in 0a858e51b825 [2024-07-01T20:42:05.101Z] Removing intermediate container 0a858e51b825 [2024-07-01T20:42:05.101Z] ---> f19638dd22bf [2024-07-01T20:42:05.101Z] Successfully built f19638dd22bf [2024-07-01T20:42:05.101Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:42:05.593Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-01T20:42:05.593Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T20:42:05.769Z] prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container [2024-07-01T20:42:05.788Z] $ 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 [2024-07-01T20:42:06.220Z] $ docker top 7232bdbdc1310f6128630f95bfe8b07c537a05876e199166a9656587c15872ff -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-01T20:42:06.664Z] + go version [2024-07-01T20:42:06.664Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-01T20:42:06.684Z] $ docker stop --time=1 7232bdbdc1310f6128630f95bfe8b07c537a05876e199166a9656587c15872ff [2024-07-01T20:42:07.953Z] $ docker rm -f --volumes 7232bdbdc1310f6128630f95bfe8b07c537a05876e199166a9656587c15872ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:42:08.789Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-01T20:42:08.789Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T20:42:08.966Z] prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container [2024-07-01T20:42:08.978Z] $ 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 [2024-07-01T20:42:09.274Z] $ docker top 88581da41dcdf9962af417ca694414cfaceaa95f6580f0568aa341fdc95fb173 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-01T20:42:09.428Z] ========================================================= [2024-07-01T20:42:09.428Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-01T20:42:09.428Z] ========================================================= [Pipeline] sh [2024-07-01T20:42:09.725Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-01T20:42:10.112Z] + make test [2024-07-01T20:42:10.112Z] go test -race -coverprofile=coverage.out ./... [2024-07-01T20:42:18.441Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-01T20:42:57.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-01T20:42:57.153Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-01T20:42:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.023s coverage: 28.7% of statements [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-01T20:42:57.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-01T20:42:57.154Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-01T20:42:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-01T20:42:57.413Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-01T20:42:58.792Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-01T20:42:58.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.066s coverage: 69.2% of statements [2024-07-01T20:42:58.792Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements [2024-07-01T20:42:59.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.413s coverage: 93.4% of statements [2024-07-01T20:42:59.728Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.037s coverage: 6.1% of statements [2024-07-01T20:42:59.986Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.332s coverage: 97.6% of statements [2024-07-01T20:42:59.986Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.025s coverage: 72.2% of statements [2024-07-01T20:43:00.245Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-01T20:43:00.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-01T20:43:01.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.9% of statements [2024-07-01T20:43:01.619Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.026s coverage: 32.2% of statements [2024-07-01T20:43:01.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.031s coverage: 41.7% of statements [2024-07-01T20:43:01.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.031s coverage: 82.9% of statements [2024-07-01T20:43:01.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2024-07-01T20:43:01.619Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements [2024-07-01T20:43:02.188Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.025s coverage: 87.5% of statements [2024-07-01T20:43:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-01T20:43:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-01T20:43:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-01T20:43:02.447Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-01T20:43:02.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-01T20:43:02.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-01T20:43:02.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-01T20:43:02.705Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-01T20:43:03.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-01T20:43:03.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-01T20:43:03.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-01T20:43:03.641Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-01T20:43:04.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-01T20:43:04.210Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-01T20:43:04.794Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-01T20:43:06.169Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-01T20:43:06.737Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-01T20:43:08.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-01T20:43:08.111Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-01T20:43:10.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-01T20:43:10.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-01T20:43:10.645Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-01T20:43:12.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-01T20:43:12.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-01T20:43:12.019Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-01T20:43:12.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-01T20:43:12.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-01T20:43:12.276Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-01T20:43:12.276Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-01T20:43:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-01T20:43:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-01T20:43:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-01T20:43:13.657Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-01T20:43:14.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.028s coverage: 94.4% of statements [2024-07-01T20:43:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-01T20:43:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:43:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-01T20:43:15.159Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-01T20:43:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-01T20:43:15.729Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-01T20:43:17.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-01T20:43:17.108Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.242s coverage: 79.9% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.040s coverage: 92.9% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.018s coverage: 64.4% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.033s coverage: 62.3% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.027s coverage: 87.2% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.027s coverage: 100.0% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.059s coverage: 82.1% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.023s coverage: 86.0% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.123s coverage: 63.1% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.027s coverage: 100.0% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.018s coverage: 73.7% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.016s coverage: 100.0% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.166s coverage: 38.4% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.021s coverage: 89.5% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.020s coverage: 84.8% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.040s coverage: 19.9% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.103s coverage: 95.7% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.025s coverage: 61.8% of statements [2024-07-01T20:43:27.086Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.050s coverage: 98.9% of statements [2024-07-01T20:43:27.086Z] 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 [2024-07-01T20:43:27.086Z] running golangci-lint [2024-07-01T20:43:27.345Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-01T20:43:27.345Z] go version go1.21.9 linux/amd64 [2024-07-01T20:43:27.603Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-01T20:43:27.603Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-01T20:43:49.529Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|imports|types_sizes|deps|exports_file|name) took 21.183293488s" [2024-07-01T20:43:49.529Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 35.309235ms" [2024-07-01T20:44:01.723Z] level=info msg="[linters_context/goanalysis] analyzers took 1m36.879344304s with top 10 stages: buildir: 55.887003565s, gosec: 8.312463952s, inspect: 2.221971524s, fact_deprecated: 1.894994555s, ctrlflow: 1.623910588s, printf: 1.571919784s, nilness: 1.411234085s, fact_purity: 1.296997196s, S1038: 1.056498266s, typedness: 937.587422ms" [2024-07-01T20:44:01.723Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-07-01T20:44:01.723Z] level=info msg="[runner] Processors filtering stat (out/in): cgo: 197/197, skip_files: 197/197, skip_dirs: 197/197, identifier_marker: 197/197, path_prettifier: 197/197, exclude: 197/197, exclude-rules: 21/197, nolint: 0/21, filename_unadjuster: 197/197, autogenerated_exclude: 197/197" [2024-07-01T20:44:01.723Z] level=info msg="[runner] processing took 19.641225ms with stages: nolint: 9.361236ms, identifier_marker: 4.977026ms, exclude-rules: 1.734066ms, autogenerated_exclude: 1.388892ms, path_prettifier: 1.336999ms, skip_dirs: 788.326µs, cgo: 31.475µs, filename_unadjuster: 16.667µs, max_same_issues: 1.37µs, skip_files: 1.109µs, fixer: 720ns, uniq_by_line: 670ns, severity-rules: 470ns, diff: 450ns, exclude: 440ns, sort_results: 400ns, source_code: 240ns, max_from_linter: 219ns, max_per_file_from_linter: 160ns, path_shortener: 150ns, path_prefixer: 140ns" [2024-07-01T20:44:01.723Z] level=info msg="[runner] linters took 12.252726419s with stages: goanalysis_metalinter: 12.232931457s" [2024-07-01T20:44:01.723Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-01T20:44:01.723Z] level=info msg="Memory: 336 samples, avg is 304.0MB, max is 1314.0MB" [2024-07-01T20:44:01.723Z] level=info msg="Execution took 33.479345834s" [2024-07-01T20:44:01.723Z] go vet ./... [2024-07-01T20:44:08.284Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-01T20:44:08.284Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-01T20:44:08.284Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-01T20:44:08.322Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-01T20:44:08.642Z] + ls -al . [2024-07-01T20:44:08.642Z] total 816 [2024-07-01T20:44:08.642Z] drwxrwxr-x 11 1001 1001 4096 Jul 1 20:42 . [2024-07-01T20:44:08.642Z] drwxr-xr-x 4 root root 4096 Jul 1 20:42 .. [2024-07-01T20:44:08.642Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 20:40 .blubracket [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 10 Jul 1 20:40 .dockerignore [2024-07-01T20:44:08.642Z] drwxrwxr-x 8 1001 1001 4096 Jul 1 20:43 .git [2024-07-01T20:44:08.642Z] drwxrwxr-x 3 1001 1001 4096 Jul 1 20:40 .github [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 1074 Jul 1 20:40 .gitignore [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 42 Jul 1 20:40 .golangci.yml [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 100 Jul 1 20:40 .hadolint.yml [2024-07-01T20:44:08.642Z] drwxr-xr-x 3 1001 1001 4096 Jul 1 20:41 .semver [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 155 Jul 1 20:40 .sonarcloud.properties [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 1171 Jul 1 20:40 ADOPTERS.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 20361 Jul 1 20:40 Attribution.txt [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 100284 Jul 1 20:40 CHANGELOG.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 3804 Jul 1 20:40 CONTRIBUTING.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 677 Jul 1 20:40 GOVERNANCE.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 861 Jul 1 20:40 Jenkinsfile [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 10775 Jul 1 20:40 LICENSE [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 15392 Jul 1 20:40 Makefile [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 582 Jul 1 20:40 OWNERS.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 9528 Jul 1 20:40 README.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 789 Jul 1 20:40 SECURITY.md [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 5 Jul 1 20:41 VERSION [2024-07-01T20:44:08.642Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 20:40 bin [2024-07-01T20:44:08.642Z] drwxrwxr-x 18 1001 1001 4096 Jul 1 20:40 cmd [2024-07-01T20:44:08.642Z] -rw-r--r-- 1 root root 455713 Jul 1 20:43 coverage.out [2024-07-01T20:44:08.642Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 20:40 fuzz_test [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 6922 Jul 1 20:40 go.mod [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 101535 Jul 1 20:40 go.sum [2024-07-01T20:44:08.642Z] drwxrwxr-x 7 1001 1001 4096 Jul 1 20:40 internal [2024-07-01T20:44:08.642Z] drwxrwxr-x 3 1001 1001 4096 Jul 1 20:40 openapi [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 584 Jul 1 20:40 security.txt [2024-07-01T20:44:08.642Z] -rw-rw-r-- 1 1001 1001 204 Jul 1 20:40 version.go [Pipeline] sh [2024-07-01T20:44:08.959Z] + '[' -e coverage.out ] [2024-07-01T20:44:08.959Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-01T20:44:09.101Z] Stashed 1 file(s) [Pipeline] sh [2024-07-01T20:44:09.409Z] + make build [2024-07-01T20:44:09.409Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-01T20:44:21.536Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4719 in /w/workspace/edgexfoundry_edgex-go_PR-4810 [Pipeline] { [Pipeline] ws [2024-07-01T20:44:21.611Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-07-01T20:44:24.720Z] The recommended git tool is: git [2024-07-01T20:44:31.405Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-01T20:44:31.736Z] using credential edgex-jenkins-ssh [2024-07-01T20:44:31.761Z] Cloning the remote Git repository [2024-07-01T20:44:32.345Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-01T20:44:31.835Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-01T20:44:31.993Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-01T20:44:32.227Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-01T20:44:32.229Z] > git --version # timeout=10 [2024-07-01T20:44:32.262Z] > git --version # 'git version 2.25.1' [2024-07-01T20:44:32.267Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-01T20:44:33.720Z] go build -tags " non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:44:32.526Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-01T20:44:34.287Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-01T20:44:38.474Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-01T20:44:39.412Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-01T20:44:41.310Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:44:41.877Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:44:42.809Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-01T20:44:43.374Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-01T20:44:43.940Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] } [2024-07-01T20:44:44.865Z] $ docker stop --time=1 88581da41dcdf9962af417ca694414cfaceaa95f6580f0568aa341fdc95fb173 [2024-07-01T20:44:50.223Z] $ docker rm -f --volumes 88581da41dcdf9962af417ca694414cfaceaa95f6580f0568aa341fdc95fb173 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:44:51.779Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-01T20:44:51.779Z] [2024-07-01T20:44:51.779Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:44:52.188Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-01T20:44:52.188Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-01T20:44:52.188Z] 91d30c5bc195: Pulling fs layer [2024-07-01T20:44:52.188Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-01T20:44:52.188Z] 9c61dcf015f6: Pulling fs layer [2024-07-01T20:44:52.188Z] 4698f68db338: Pulling fs layer [2024-07-01T20:44:52.188Z] 2a2f49069b9e: Pulling fs layer [2024-07-01T20:44:52.188Z] e0025b399a48: Pulling fs layer [2024-07-01T20:44:52.188Z] 4698f68db338: Waiting [2024-07-01T20:44:52.188Z] e0025b399a48: Waiting [2024-07-01T20:44:52.188Z] 2a2f49069b9e: Waiting [2024-07-01T20:44:52.188Z] 91d30c5bc195: Verifying Checksum [2024-07-01T20:44:52.188Z] 91d30c5bc195: Download complete [2024-07-01T20:44:52.188Z] 4698f68db338: Download complete [2024-07-01T20:44:52.447Z] 91d30c5bc195: Pull complete [2024-07-01T20:44:52.447Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-01T20:44:52.447Z] 2e9b0aa3be6d: Download complete [2024-07-01T20:44:52.447Z] e0025b399a48: Verifying Checksum [2024-07-01T20:44:52.447Z] e0025b399a48: Download complete [2024-07-01T20:44:52.447Z] 2a2f49069b9e: Verifying Checksum [2024-07-01T20:44:52.447Z] 2a2f49069b9e: Download complete [2024-07-01T20:44:52.705Z] 2e9b0aa3be6d: Pull complete [2024-07-01T20:44:52.964Z] 9c61dcf015f6: Download complete [2024-07-01T20:44:55.489Z] 9c61dcf015f6: Pull complete [2024-07-01T20:44:55.489Z] 4698f68db338: Pull complete [2024-07-01T20:44:55.747Z] 2a2f49069b9e: Pull complete [2024-07-01T20:44:56.007Z] e0025b399a48: Pull complete [2024-07-01T20:44:56.007Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-01T20:44:56.007Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-01T20:44:56.007Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T20:44:56.281Z] prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container [2024-07-01T20:44:56.277Z] $ 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 [2024-07-01T20:44:59.786Z] $ docker top c65c656ecc18bb0b00383e904db132227f99bcbcc3950dc2688a244b7a103974 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-01T20:45:00.238Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-01T20:45:00.174Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-01T20:45:00.214Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-01T20:45:02.686Z] Merging remotes/origin/main commit a802096cb56626d3379e9589aa0de6bc0bfaf5c9 into PR head commit 9c95be6ac60161dcc0a236b85e533958d6a02506 [2024-07-01T20:45:02.775Z] #1 [support-notifications internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #1 transferring dockerfile: 1.95kB done [2024-07-01T20:45:02.776Z] #1 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #2 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #2 transferring dockerfile: 2.23kB done [2024-07-01T20:45:02.776Z] #2 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #3 [security-spire-agent internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #3 transferring dockerfile: 1.81kB done [2024-07-01T20:45:02.776Z] #3 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #4 transferring dockerfile: 2.15kB done [2024-07-01T20:45:02.776Z] #4 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #5 [core-command internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #5 transferring dockerfile: 1.93kB done [2024-07-01T20:45:02.776Z] #5 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #6 [support-scheduler internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #6 transferring dockerfile: 1.93kB done [2024-07-01T20:45:02.776Z] #6 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #7 [core-metadata internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #7 transferring dockerfile: 2.06kB done [2024-07-01T20:45:02.776Z] #7 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #8 [security-spire-server internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #8 transferring dockerfile: 1.70kB done [2024-07-01T20:45:02.776Z] #8 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #9 [security-spire-config internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #9 transferring dockerfile: 1.69kB done [2024-07-01T20:45:02.776Z] #9 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #10 [core-data internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #10 transferring dockerfile: 2.01kB done [2024-07-01T20:45:02.776Z] #10 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #11 transferring dockerfile: 2.93kB done [2024-07-01T20:45:02.776Z] #11 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #12 transferring dockerfile: 1.89kB done [2024-07-01T20:45:02.776Z] #12 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #13 transferring dockerfile: 2.49kB done [2024-07-01T20:45:02.776Z] #13 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #14 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-01T20:45:02.776Z] #14 transferring dockerfile: 2.50kB done [2024-07-01T20:45:02.776Z] #14 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #15 [support-notifications internal] load .dockerignore [2024-07-01T20:45:02.776Z] #15 transferring context: 50B done [2024-07-01T20:45:02.776Z] #15 DONE 0.1s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #16 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-01T20:45:02.776Z] #16 transferring context: 50B done [2024-07-01T20:45:02.776Z] #16 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #17 [security-spire-agent internal] load .dockerignore [2024-07-01T20:45:02.776Z] #17 transferring context: 50B done [2024-07-01T20:45:02.776Z] #17 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #18 [security-proxy-auth internal] load .dockerignore [2024-07-01T20:45:02.776Z] #18 transferring context: 50B done [2024-07-01T20:45:02.776Z] #18 DONE 0.0s [2024-07-01T20:45:02.776Z] [2024-07-01T20:45:02.776Z] #19 [core-command internal] load .dockerignore [2024-07-01T20:45:02.776Z] #19 transferring context: 50B done [2024-07-01T20:45:03.033Z] #19 DONE 0.0s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #20 [core-metadata internal] load .dockerignore [2024-07-01T20:45:03.033Z] #20 transferring context: 50B done [2024-07-01T20:45:03.033Z] #20 DONE 0.0s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #21 [support-scheduler internal] load .dockerignore [2024-07-01T20:45:03.033Z] #21 transferring context: 50B done [2024-07-01T20:45:03.033Z] #21 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #22 [security-spire-server internal] load .dockerignore [2024-07-01T20:45:03.033Z] #22 transferring context: 50B done [2024-07-01T20:45:03.033Z] #22 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #23 [core-data internal] load .dockerignore [2024-07-01T20:45:03.033Z] #23 transferring context: 50B done [2024-07-01T20:45:03.033Z] #23 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #24 [security-bootstrapper internal] load .dockerignore [2024-07-01T20:45:03.033Z] #24 transferring context: 50B done [2024-07-01T20:45:03.033Z] #24 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #25 [security-spire-config internal] load .dockerignore [2024-07-01T20:45:03.033Z] #25 transferring context: 50B done [2024-07-01T20:45:03.033Z] #25 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #26 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-01T20:45:03.033Z] #26 DONE 0.0s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #27 [security-proxy-setup internal] load .dockerignore [2024-07-01T20:45:03.033Z] #27 transferring context: 50B done [2024-07-01T20:45:03.033Z] #27 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2024-07-01T20:45:03.033Z] #28 transferring context: 50B done [2024-07-01T20:45:03.033Z] #28 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #29 [security-secretstore-setup internal] load .dockerignore [2024-07-01T20:45:03.033Z] #29 transferring context: 50B done [2024-07-01T20:45:03.033Z] #29 DONE 0.1s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #26 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-01T20:45:03.033Z] #26 DONE 0.0s [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-01T20:45:03.033Z] #30 ... [2024-07-01T20:45:03.033Z] [2024-07-01T20:45:03.033Z] #26 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-01T20:45:03.033Z] #26 DONE 0.0s [2024-07-01T20:45:03.291Z] [2024-07-01T20:45:03.291Z] #26 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-01T20:45:03.291Z] #26 DONE 0.0s [2024-07-01T20:45:03.291Z] [2024-07-01T20:45:03.291Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T20:45:03.315Z] Merge succeeded, producing 9c95be6ac60161dcc0a236b85e533958d6a02506 [2024-07-01T20:45:03.315Z] Checking out Revision 9c95be6ac60161dcc0a236b85e533958d6a02506 (PR-4810) [2024-07-01T20:45:03.590Z] #31 DONE 0.6s [2024-07-01T20:45:03.590Z] [2024-07-01T20:45:03.590Z] #32 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T20:45:03.590Z] #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-01T20:45:03.851Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0B / 3.41MB 0.1s [2024-07-01T20:45:03.851Z] #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T20:45:03.851Z] #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-01T20:45:03.851Z] #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-01T20:45:03.851Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 2.10MB / 3.41MB 0.3s [2024-07-01T20:45:03.851Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.4s [2024-07-01T20:45:03.851Z] #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-01T20:45:01.856Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-01T20:45:01.923Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-01T20:45:01.925Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-01T20:45:01.969Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4810/head:refs/remotes/origin/PR-4810 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-01T20:45:02.720Z] > git config core.sparsecheckout # timeout=10 [2024-07-01T20:45:02.838Z] > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # timeout=10 [2024-07-01T20:45:03.153Z] > git remote # timeout=10 [2024-07-01T20:45:03.181Z] > git config --get remote.origin.url # timeout=10 [2024-07-01T20:45:03.212Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-01T20:45:03.248Z] > git merge a802096cb56626d3379e9589aa0de6bc0bfaf5c9 # timeout=10 [2024-07-01T20:45:03.289Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-01T20:45:03.322Z] > git config core.sparsecheckout # timeout=10 [2024-07-01T20:45:03.340Z] > git checkout -f 9c95be6ac60161dcc0a236b85e533958d6a02506 # timeout=10 [2024-07-01T20:45:04.111Z] #32 ... [2024-07-01T20:45:04.111Z] [2024-07-01T20:45:04.111Z] #30 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-01T20:45:04.111Z] #30 DONE 0.9s [2024-07-01T20:45:04.111Z] [2024-07-01T20:45:04.111Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-01T20:45:04.111Z] #33 DONE 0.9s [2024-07-01T20:45:04.111Z] [2024-07-01T20:45:04.111Z] #32 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T20:45:04.111Z] #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-01T20:45:04.111Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.4s done [2024-07-01T20:45:04.111Z] #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T20:45:04.111Z] #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-01T20:45:04.111Z] #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-01T20:45:04.311Z] Commit message: "build(deps): Bump github.com/gorilla/schema from 1.2.0 to 1.4.1" [2024-07-01T20:45:04.370Z] #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.4s done [2024-07-01T20:45:04.370Z] #32 ... [2024-07-01T20:45:04.370Z] [2024-07-01T20:45:04.370Z] #34 [security-spire-config internal] load build context [2024-07-01T20:45:04.370Z] #34 transferring context: 25.04kB 0.0s done [2024-07-01T20:45:04.370Z] #34 DONE 0.5s [2024-07-01T20:45:04.385Z] > git --version # timeout=10 [2024-07-01T20:45:04.402Z] > git --version # 'git version 2.25.1' [2024-07-01T20:45:04.424Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-01T20:45:04.630Z] [2024-07-01T20:45:04.630Z] #35 [security-spire-server internal] load build context [2024-07-01T20:45:04.630Z] #35 transferring context: 26.79kB 0.0s done [2024-07-01T20:45:04.630Z] #35 DONE 0.5s [2024-07-01T20:45:04.630Z] [2024-07-01T20:45:04.630Z] #36 [security-spire-agent internal] load build context [2024-07-01T20:45:04.630Z] #36 transferring context: 26.32kB 0.0s done [2024-07-01T20:45:04.630Z] #36 DONE 0.5s [2024-07-01T20:45:04.630Z] [2024-07-01T20:45:04.630Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T20:45:04.630Z] #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2024-07-01T20:45:04.630Z] #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2024-07-01T20:45:04.630Z] #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-01T20:45:04.630Z] #37 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-07-01T20:45:04.630Z] #37 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-07-01T20:45:04.630Z] #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-07-01T20:45:04.630Z] #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.4s done [2024-07-01T20:45:04.630Z] #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-01T20:45:04.630Z] #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-07-01T20:45:04.630Z] #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.5s [2024-07-01T20:45:04.888Z] #37 ... [2024-07-01T20:45:04.888Z] [2024-07-01T20:45:04.888Z] #32 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T20:45:04.888Z] #32 DONE 1.4s [2024-07-01T20:45:04.888Z] [2024-07-01T20:45:04.888Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T20:45:04.888Z] #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-07-01T20:45:04.888Z] #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 15.73MB / 25.84MB 0.7s [2024-07-01T20:45:04.888Z] #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s [2024-07-01T20:45:05.454Z] #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2024-07-01T20:45:05.454Z] #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.2s done [2024-07-01T20:45:06.018Z] #37 ... [2024-07-01T20:45:06.018Z] [2024-07-01T20:45:06.019Z] #38 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-01T20:45:06.019Z] #38 DONE 2.8s [2024-07-01T20:45:06.019Z] [2024-07-01T20:45:06.019Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T20:45:08.042Z] #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.4s done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-01T20:45:09.729Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-01T20:45:09.729Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-01T20:45:09.729Z] Dload Upload Total Spent Left Speed [2024-07-01T20:45:09.729Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 178k 0 --:--:-- --:--:-- --:--:-- 181k [Pipeline] sh [2024-07-01T20:45:10.196Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-01T20:45:10.579Z] + + sudosudo jq tee . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.new /etc/docker/daemon.json [2024-07-01T20:45:10.579Z] [2024-07-01T20:45:10.579Z] { [2024-07-01T20:45:10.579Z] "registry-mirrors": [ [2024-07-01T20:45:10.579Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-01T20:45:10.579Z] ], [2024-07-01T20:45:10.579Z] "bip": "10.250.0.254/24", [2024-07-01T20:45:10.579Z] "hosts": [ [2024-07-01T20:45:10.579Z] "tcp://0.0.0.0:5555", [2024-07-01T20:45:10.579Z] "unix:///var/run/docker.sock" [2024-07-01T20:45:10.579Z] ], [2024-07-01T20:45:10.579Z] "mtu": 1458, [2024-07-01T20:45:10.579Z] "selinux-enabled": true, [2024-07-01T20:45:10.579Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-01T20:45:10.579Z] } [Pipeline] sh [2024-07-01T20:45:10.975Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-01T20:45:11.375Z] + sudo service docker restart [2024-07-01T20:45:12.260Z] #37 ... [2024-07-01T20:45:12.260Z] [2024-07-01T20:45:12.260Z] #39 [support-scheduler internal] load build context [2024-07-01T20:45:12.260Z] #39 transferring context: 322.61MB 8.0s [2024-07-01T20:45:12.260Z] #39 ... [2024-07-01T20:45:12.260Z] [2024-07-01T20:45:12.260Z] #40 [security-bootstrapper internal] load build context [2024-07-01T20:45:12.260Z] #40 ... [2024-07-01T20:45:12.260Z] [2024-07-01T20:45:12.260Z] #39 [support-scheduler internal] load build context [2024-07-01T20:45:13.200Z] #39 transferring context: 410.66MB 9.6s done [2024-07-01T20:45:13.458Z] #39 ... [2024-07-01T20:45:13.458Z] [2024-07-01T20:45:13.458Z] #41 [core-command internal] load build context [2024-07-01T20:45:14.024Z] #41 transferring context: 410.66MB 10.0s done [2024-07-01T20:45:14.024Z] #41 ... [2024-07-01T20:45:14.024Z] [2024-07-01T20:45:14.024Z] #42 [security-spiffe-token-provider internal] load build context [2024-07-01T20:45:14.024Z] #42 transferring context: 410.66MB 9.6s done [2024-07-01T20:45:14.024Z] #42 ... [2024-07-01T20:45:14.024Z] [2024-07-01T20:45:14.024Z] #43 [core-data internal] load build context [2024-07-01T20:45:14.024Z] #43 transferring context: 410.66MB 9.4s done [2024-07-01T20:45:14.283Z] #43 ... [2024-07-01T20:45:14.283Z] [2024-07-01T20:45:14.283Z] #44 [security-proxy-auth internal] load build context [2024-07-01T20:45:14.283Z] #44 transferring context: 410.66MB 9.7s done [2024-07-01T20:45:14.283Z] #44 ... [2024-07-01T20:45:14.283Z] [2024-07-01T20:45:14.283Z] #45 [core-metadata internal] load build context [2024-07-01T20:45:14.283Z] #45 transferring context: 410.66MB 9.8s done [2024-07-01T20:45:14.542Z] #45 ... [2024-07-01T20:45:14.542Z] [2024-07-01T20:45:14.542Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-01T20:45:14.542Z] #46 transferring context: 410.66MB 9.3s done [2024-07-01T20:45:14.542Z] #46 ... [2024-07-01T20:45:14.542Z] [2024-07-01T20:45:14.542Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T20:45:14.542Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2024-07-01T20:45:14.542Z] #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-01T20:45:14.542Z] #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-07-01T20:45:14.542Z] #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-07-01T20:45:14.542Z] #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-07-01T20:45:14.542Z] #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-07-01T20:45:14.542Z] #47 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-01T20:45:14.542Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2024-07-01T20:45:14.542Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.9s done [2024-07-01T20:45:14.542Z] #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-07-01T20:45:14.542Z] #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2024-07-01T20:45:14.542Z] #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.7s done [2024-07-01T20:45:14.802Z] #47 ... [2024-07-01T20:45:14.802Z] [2024-07-01T20:45:14.802Z] #48 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-01T20:45:15.062Z] #48 ... [2024-07-01T20:45:15.062Z] [2024-07-01T20:45:15.062Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-01T20:45:15.324Z] #49 ... [2024-07-01T20:45:15.324Z] [2024-07-01T20:45:15.324Z] #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-01T20:45:15.324Z] #50 ... [2024-07-01T20:45:15.324Z] [2024-07-01T20:45:15.324Z] #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-01T20:45:15.581Z] #51 ... [2024-07-01T20:45:15.581Z] [2024-07-01T20:45:15.581Z] #52 [security-proxy-setup internal] load build context [2024-07-01T20:45:15.581Z] #52 transferring context: 410.66MB 9.7s done [2024-07-01T20:45:15.840Z] #52 ... [2024-07-01T20:45:15.840Z] [2024-07-01T20:45:15.840Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-01T20:45:15.840Z] #53 ... [2024-07-01T20:45:15.840Z] [2024-07-01T20:45:15.840Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-01T20:45:16.099Z] #54 ... [2024-07-01T20:45:16.099Z] [2024-07-01T20:45:16.099Z] #55 [support-notifications internal] load build context [2024-07-01T20:45:16.099Z] #55 transferring context: 410.66MB 9.0s done [2024-07-01T20:45:16.099Z] #55 ... [2024-07-01T20:45:16.099Z] [2024-07-01T20:45:16.099Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-01T20:45:16.357Z] #56 ... [2024-07-01T20:45:16.357Z] [2024-07-01T20:45:16.357Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T20:45:16.357Z] #57 11.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:16.357Z] #57 11.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:16.357Z] #57 ... [2024-07-01T20:45:16.357Z] [2024-07-01T20:45:16.357Z] #58 [security-secretstore-setup internal] load build context [2024-07-01T20:45:16.357Z] #58 transferring context: 410.66MB 9.7s done [2024-07-01T20:45:16.618Z] #58 ... [2024-07-01T20:45:16.618Z] [2024-07-01T20:45:16.618Z] #59 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-01T20:45:16.618Z] #59 ... [2024-07-01T20:45:16.618Z] [2024-07-01T20:45:16.618Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-01T20:45:16.877Z] #60 ... [2024-07-01T20:45:16.877Z] [2024-07-01T20:45:16.877Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T20:45:16.877Z] #57 11.90 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T20:45:16.877Z] #57 11.90 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T20:45:16.877Z] #57 11.90 OK: 20072 distinct packages available [2024-07-01T20:45:16.877Z] #57 11.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:17.136Z] #57 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:17.136Z] #57 12.29 (1/11) Installing ca-certificates (20240226-r0) [2024-07-01T20:45:17.136Z] #57 12.31 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-01T20:45:17.136Z] #57 12.33 (3/11) Installing libunistring (1.1-r1) [2024-07-01T20:45:17.395Z] #57 12.41 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-01T20:45:17.395Z] #57 12.42 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-01T20:45:17.395Z] #57 12.42 (6/11) Installing libcurl (8.5.0-r0) [2024-07-01T20:45:17.395Z] #57 12.43 (7/11) Installing curl (8.5.0-r0) [2024-07-01T20:45:17.395Z] #57 12.43 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:17.395Z] #57 12.43 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-01T20:45:17.395Z] #57 12.44 (10/11) Installing libucontext (1.2-r2) [2024-07-01T20:45:17.395Z] #57 12.61 (11/11) Installing gcompat (1.1.0-r1) [2024-07-01T20:45:17.395Z] #57 12.61 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:17.395Z] #57 12.62 Executing ca-certificates-20240226-r0.trigger [2024-07-01T20:45:17.395Z] #57 12.66 OK: 12 MiB in 26 packages [2024-07-01T20:45:23.603Z] #57 ... [2024-07-01T20:45:23.603Z] [2024-07-01T20:45:23.603Z] #40 [security-bootstrapper internal] load build context [2024-07-01T20:45:23.603Z] #40 transferring context: 410.66MB 9.3s done [2024-07-01T20:45:23.603Z] #40 ... [2024-07-01T20:45:23.603Z] [2024-07-01T20:45:23.603Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-01T20:45:23.603Z] #56 12.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:23.603Z] #56 12.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:23.603Z] #56 12.90 (1/4) Installing ca-certificates (20240226-r0) [2024-07-01T20:45:23.603Z] #56 12.92 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:23.603Z] #56 12.92 (3/4) Installing su-exec (0.2-r3) [2024-07-01T20:45:23.603Z] #56 12.93 (4/4) Installing yq (4.33.3-r5) [2024-07-01T20:45:23.603Z] #56 13.07 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:23.603Z] #56 13.08 Executing ca-certificates-20240226-r0.trigger [2024-07-01T20:45:23.603Z] #56 13.13 OK: 17 MiB in 19 packages [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-01T20:45:29.805Z] provisioning config files... [2024-07-01T20:45:29.836Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5628554930872277861tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T20:45:30.366Z] ---> ****-login.sh [2024-07-01T20:45:30.366Z] nexus3.edgexfoundry.org:10001 [2024-07-01T20:45:31.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:45:31.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:45:31.341Z] Configure a credential helper to remove this warning. See [2024-07-01T20:45:31.341Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:45:31.341Z] [2024-07-01T20:45:31.341Z] Login Succeeded [2024-07-01T20:45:31.341Z] nexus3.edgexfoundry.org:10002 [2024-07-01T20:45:31.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:45:31.890Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:45:31.890Z] Configure a credential helper to remove this warning. See [2024-07-01T20:45:31.890Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:45:31.890Z] [2024-07-01T20:45:31.890Z] Login Succeeded [2024-07-01T20:45:31.890Z] nexus3.edgexfoundry.org:10003 [2024-07-01T20:45:32.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:45:32.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:45:32.162Z] Configure a credential helper to remove this warning. See [2024-07-01T20:45:32.162Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:45:32.162Z] [2024-07-01T20:45:32.162Z] Login Succeeded [2024-07-01T20:45:32.433Z] nexus3.edgexfoundry.org:10004 [2024-07-01T20:45:32.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:45:32.712Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:45:32.712Z] Configure a credential helper to remove this warning. See [2024-07-01T20:45:32.713Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:45:32.713Z] [2024-07-01T20:45:32.713Z] Login Succeeded [2024-07-01T20:45:32.713Z] ****.io [2024-07-01T20:45:32.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-01T20:45:33.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-01T20:45:33.906Z] Configure a credential helper to remove this warning. See [2024-07-01T20:45:33.906Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-01T20:45:33.906Z] [2024-07-01T20:45:33.906Z] Login Succeeded [2024-07-01T20:45:33.906Z] ---> ****-login.sh ends [Pipeline] } [2024-07-01T20:45:33.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-01T20:45:35.154Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-01T20:45:35.206Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-01T20:45:35.264Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-01T20:45:35.313Z] ========================================================= [2024-07-01T20:45:35.313Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-01T20:45:35.313Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-01T20:45:35.950Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-01T20:45:36.231Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-01T20:45:36.231Z] c6b39de5b339: Pulling fs layer [2024-07-01T20:45:36.231Z] a69c41024577: Pulling fs layer [2024-07-01T20:45:36.231Z] d6de4b400683: Pulling fs layer [2024-07-01T20:45:36.231Z] 35cb2a7552d0: Pulling fs layer [2024-07-01T20:45:36.231Z] 4f4fb700ef54: Pulling fs layer [2024-07-01T20:45:36.231Z] 464afbd9ba4c: Pulling fs layer [2024-07-01T20:45:36.231Z] 00f215d4a9da: Pulling fs layer [2024-07-01T20:45:36.231Z] d496ad576159: Pulling fs layer [2024-07-01T20:45:36.231Z] 4f4fb700ef54: Waiting [2024-07-01T20:45:36.231Z] 464afbd9ba4c: Waiting [2024-07-01T20:45:36.231Z] 00f215d4a9da: Waiting [2024-07-01T20:45:36.231Z] 35cb2a7552d0: Waiting [2024-07-01T20:45:36.231Z] d496ad576159: Waiting [2024-07-01T20:45:36.231Z] a69c41024577: Verifying Checksum [2024-07-01T20:45:36.231Z] a69c41024577: Download complete [2024-07-01T20:45:36.231Z] 35cb2a7552d0: Verifying Checksum [2024-07-01T20:45:36.231Z] 35cb2a7552d0: Download complete [2024-07-01T20:45:36.231Z] 4f4fb700ef54: Verifying Checksum [2024-07-01T20:45:36.231Z] 4f4fb700ef54: Download complete [2024-07-01T20:45:36.514Z] 464afbd9ba4c: Verifying Checksum [2024-07-01T20:45:36.514Z] 464afbd9ba4c: Download complete [2024-07-01T20:45:36.514Z] c6b39de5b339: Verifying Checksum [2024-07-01T20:45:36.514Z] c6b39de5b339: Download complete [2024-07-01T20:45:36.681Z] #56 ... [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #40 [security-bootstrapper internal] load build context [2024-07-01T20:45:36.681Z] #40 DONE 30.4s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T20:45:36.681Z] #57 DONE 29.1s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-01T20:45:36.681Z] #56 DONE 29.1s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-01T20:45:36.681Z] #46 DONE 30.5s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #43 [core-data internal] load build context [2024-07-01T20:45:36.681Z] #43 DONE 30.5s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #59 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-01T20:45:36.681Z] #59 DONE 28.0s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #55 [support-notifications internal] load build context [2024-07-01T20:45:36.681Z] #55 DONE 30.4s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #61 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T20:45:36.681Z] #61 ... [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #42 [security-spiffe-token-provider internal] load build context [2024-07-01T20:45:36.681Z] #42 DONE 30.5s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #39 [support-scheduler internal] load build context [2024-07-01T20:45:36.681Z] #39 DONE 30.5s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #58 [security-secretstore-setup internal] load build context [2024-07-01T20:45:36.681Z] #58 DONE 30.5s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #44 [security-proxy-auth internal] load build context [2024-07-01T20:45:36.681Z] #44 DONE 30.5s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #45 [core-metadata internal] load build context [2024-07-01T20:45:36.681Z] #45 DONE 30.6s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #52 [security-proxy-setup internal] load build context [2024-07-01T20:45:36.681Z] #52 DONE 30.6s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #41 [core-command internal] load build context [2024-07-01T20:45:36.681Z] #41 DONE 30.6s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T20:45:36.681Z] #37 DONE 30.2s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #48 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-01T20:45:36.681Z] #48 29.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.681Z] #48 29.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.681Z] #48 29.81 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.681Z] #48 29.82 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.681Z] #48 29.82 OK: 7 MiB in 16 packages [2024-07-01T20:45:36.681Z] #48 DONE 30.0s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #62 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-07-01T20:45:36.681Z] #62 ... [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-01T20:45:36.681Z] #49 29.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.681Z] #49 29.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.681Z] #49 30.04 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.681Z] #49 30.04 (2/2) Installing su-exec (0.2-r3) [2024-07-01T20:45:36.681Z] #49 30.04 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.681Z] #49 30.06 OK: 7 MiB in 17 packages [2024-07-01T20:45:36.681Z] #49 DONE 30.2s [2024-07-01T20:45:36.681Z] [2024-07-01T20:45:36.681Z] #51 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-01T20:45:36.681Z] #51 29.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.681Z] #51 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #51 29.90 (1/2) Installing ca-certificates (20240226-r0) [2024-07-01T20:45:36.682Z] #51 29.95 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.682Z] #51 29.96 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.682Z] #51 29.96 Executing ca-certificates-20240226-r0.trigger [2024-07-01T20:45:36.682Z] #51 30.05 OK: 8 MiB in 17 packages [2024-07-01T20:45:36.682Z] #51 DONE 30.2s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-01T20:45:36.682Z] #50 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #50 29.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #50 30.03 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T20:45:36.682Z] #50 30.03 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T20:45:36.682Z] #50 30.03 OK: 20072 distinct packages available [2024-07-01T20:45:36.682Z] #50 30.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #50 30.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #50 30.44 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:36.682Z] #50 30.48 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:36.682Z] #50 ... [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-01T20:45:36.682Z] #60 29.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #60 30.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #60 30.26 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.682Z] #60 30.26 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.682Z] #60 30.27 OK: 7 MiB in 16 packages [2024-07-01T20:45:36.682Z] #60 DONE 30.5s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #50 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-01T20:45:36.682Z] #50 30.52 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.682Z] #50 30.53 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-01T20:45:36.682Z] #50 30.53 (5/7) Installing libucontext (1.2-r2) [2024-07-01T20:45:36.682Z] #50 30.53 (6/7) Installing gcompat (1.1.0-r1) [2024-07-01T20:45:36.682Z] #50 30.55 (7/7) Installing openssl (3.1.6-r0) [2024-07-01T20:45:36.682Z] #50 30.56 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.682Z] #50 30.58 OK: 8 MiB in 20 packages [2024-07-01T20:45:36.682Z] #50 DONE 31.1s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #63 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-01T20:45:36.682Z] #0 1.031 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #0 1.137 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #0 1.355 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:36.682Z] #0 1.403 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:36.682Z] #0 1.412 Executing ca-certificates-20240226-r0.trigger [2024-07-01T20:45:36.682Z] #0 1.452 OK: 17 MiB in 19 packages [2024-07-01T20:45:36.682Z] #63 DONE 1.9s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #64 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-01T20:45:36.682Z] #0 0.992 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #0 1.170 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #0 1.407 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T20:45:36.682Z] #0 1.407 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T20:45:36.682Z] #0 1.407 OK: 20075 distinct packages available [2024-07-01T20:45:36.682Z] #0 1.451 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #0 1.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #0 1.738 OK: 264 MiB in 52 packages [2024-07-01T20:45:36.682Z] #64 DONE 1.9s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #53 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-01T20:45:36.682Z] #53 30.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #53 30.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #53 30.46 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:36.682Z] #53 30.50 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:36.682Z] #53 30.51 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.682Z] #53 30.51 (4/6) Installing openssl (3.1.6-r0) [2024-07-01T20:45:36.682Z] #53 30.53 (5/6) Installing su-exec (0.2-r3) [2024-07-01T20:45:36.682Z] #53 30.53 (6/6) Installing yq (4.33.3-r5) [2024-07-01T20:45:36.682Z] #53 30.65 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.682Z] #53 30.65 OK: 17 MiB in 19 packages [2024-07-01T20:45:36.682Z] #53 DONE 31.0s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #54 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-01T20:45:36.682Z] #54 29.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #54 30.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #54 30.28 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T20:45:36.682Z] #54 30.28 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T20:45:36.682Z] #54 30.28 OK: 20072 distinct packages available [2024-07-01T20:45:36.682Z] #54 30.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #54 30.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:36.682Z] #54 30.67 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-01T20:45:36.682Z] #54 30.68 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-01T20:45:36.682Z] #54 30.68 (3/4) Installing libucontext (1.2-r2) [2024-07-01T20:45:36.682Z] #54 30.68 (4/4) Installing gcompat (1.1.0-r1) [2024-07-01T20:45:36.682Z] #54 30.69 Executing busybox-1.36.1-r7.trigger [2024-07-01T20:45:36.682Z] #54 30.70 OK: 8 MiB in 19 packages [2024-07-01T20:45:36.682Z] #54 DONE 31.0s [2024-07-01T20:45:36.682Z] [2024-07-01T20:45:36.682Z] #65 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-07-01T20:45:36.942Z] #65 ... [2024-07-01T20:45:36.942Z] [2024-07-01T20:45:36.942Z] #66 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:45:36.942Z] #66 DONE 1.1s [2024-07-01T20:45:36.942Z] [2024-07-01T20:45:36.942Z] #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:45:37.122Z] d496ad576159: Verifying Checksum [2024-07-01T20:45:37.122Z] d496ad576159: Download complete [2024-07-01T20:45:37.518Z] #67 ... [2024-07-01T20:45:37.518Z] [2024-07-01T20:45:37.518Z] #61 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T20:45:37.518Z] #61 1.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:37.518Z] #61 3.023 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:37.518Z] #61 3.263 OK: 264 MiB in 52 packages [2024-07-01T20:45:37.518Z] #61 DONE 3.6s [2024-07-01T20:45:37.518Z] [2024-07-01T20:45:37.518Z] #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T20:45:37.518Z] #0 1.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:37.518Z] #0 3.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:37.518Z] #0 3.347 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:37.518Z] #0 3.423 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:37.518Z] #0 3.433 Executing ca-certificates-20240226-r0.trigger [2024-07-01T20:45:37.518Z] #0 3.472 OK: 12 MiB in 26 packages [2024-07-01T20:45:37.518Z] #68 DONE 3.6s [2024-07-01T20:45:37.518Z] [2024-07-01T20:45:37.518Z] #69 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T20:45:37.518Z] #0 1.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:37.518Z] #0 3.079 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:37.518Z] #0 3.299 OK: 264 MiB in 52 packages [2024-07-01T20:45:37.518Z] #69 DONE 3.6s [2024-07-01T20:45:37.518Z] [2024-07-01T20:45:37.518Z] #70 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:45:37.518Z] #70 DONE 0.1s [2024-07-01T20:45:37.518Z] [2024-07-01T20:45:37.518Z] #71 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:45:37.518Z] #71 DONE 0.1s [2024-07-01T20:45:37.725Z] c6b39de5b339: Pull complete [2024-07-01T20:45:37.775Z] [2024-07-01T20:45:37.775Z] #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:45:38.329Z] a69c41024577: Pull complete [2024-07-01T20:45:38.709Z] #72 ... [2024-07-01T20:45:38.709Z] [2024-07-01T20:45:38.709Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-01T20:45:38.709Z] #0 3.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:38.709Z] #0 3.214 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:38.709Z] #0 3.477 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:38.709Z] #0 3.512 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:38.709Z] #0 3.519 OK: 7 MiB in 17 packages [2024-07-01T20:45:38.709Z] #73 DONE 3.7s [2024-07-01T20:45:38.709Z] [2024-07-01T20:45:38.709Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-01T20:45:38.709Z] #0 4.051 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:38.709Z] #0 4.216 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:38.709Z] #0 4.620 OK: 264 MiB in 52 packages [2024-07-01T20:45:38.709Z] #74 DONE 4.8s [2024-07-01T20:45:38.935Z] d6de4b400683: Download complete [2024-07-01T20:45:38.969Z] [2024-07-01T20:45:38.969Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:45:38.969Z] #75 DONE 0.1s [2024-07-01T20:45:38.969Z] [2024-07-01T20:45:38.969Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:45:38.969Z] #76 ... [2024-07-01T20:45:38.969Z] [2024-07-01T20:45:38.969Z] #62 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-07-01T20:45:38.969Z] #62 3.536 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:38.969Z] #62 3.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:38.969Z] #62 3.847 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:38.969Z] #62 3.939 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:38.969Z] #62 3.946 OK: 7 MiB in 16 packages [2024-07-01T20:45:38.969Z] #62 DONE 4.2s [2024-07-01T20:45:39.229Z] [2024-07-01T20:45:39.229Z] #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-01T20:45:39.487Z] #77 ... [2024-07-01T20:45:39.487Z] [2024-07-01T20:45:39.487Z] #78 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T20:45:39.487Z] #0 3.482 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.487Z] #0 3.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.487Z] #0 3.829 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:39.487Z] #0 3.856 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:39.487Z] #0 3.864 OK: 7 MiB in 16 packages [2024-07-01T20:45:39.487Z] #78 DONE 4.0s [2024-07-01T20:45:39.487Z] [2024-07-01T20:45:39.487Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T20:45:39.487Z] #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.487Z] #0 4.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.487Z] #0 4.206 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:39.487Z] #0 4.240 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:39.487Z] #0 4.252 Executing ca-certificates-20240226-r0.trigger [2024-07-01T20:45:39.487Z] #0 4.283 OK: 8 MiB in 17 packages [2024-07-01T20:45:39.487Z] #79 DONE 4.5s [2024-07-01T20:45:39.487Z] [2024-07-01T20:45:39.487Z] #65 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-07-01T20:45:39.487Z] #65 3.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.487Z] #65 3.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.762Z] #65 3.816 OK: 8 MiB in 20 packages [2024-07-01T20:45:39.762Z] #65 ... [2024-07-01T20:45:39.762Z] [2024-07-01T20:45:39.762Z] #80 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-01T20:45:39.762Z] #0 3.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.762Z] #0 3.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:39.762Z] #0 3.815 OK: 17 MiB in 19 packages [2024-07-01T20:45:39.762Z] #80 DONE 3.9s [2024-07-01T20:45:40.022Z] [2024-07-01T20:45:40.022Z] #65 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-07-01T20:45:40.022Z] #65 DONE 4.1s [2024-07-01T20:45:40.022Z] [2024-07-01T20:45:40.022Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-01T20:45:40.022Z] #0 3.576 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:40.022Z] #0 3.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-01T20:45:40.022Z] #0 3.880 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:40.022Z] #0 3.921 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T20:45:40.022Z] #0 3.932 OK: 8 MiB in 19 packages [2024-07-01T20:45:40.022Z] #81 DONE 4.1s [2024-07-01T20:45:40.022Z] [2024-07-01T20:45:40.022Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-01T20:45:40.022Z] #82 DONE 0.1s [2024-07-01T20:45:40.022Z] [2024-07-01T20:45:40.022Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T20:45:40.384Z] 00f215d4a9da: Verifying Checksum [2024-07-01T20:45:40.384Z] 00f215d4a9da: Download complete [2024-07-01T20:45:41.401Z] #83 DONE 1.5s [2024-07-01T20:45:41.402Z] [2024-07-01T20:45:41.402Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-01T20:45:41.402Z] #84 DONE 1.6s [2024-07-01T20:45:41.402Z] [2024-07-01T20:45:41.402Z] #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T20:45:41.661Z] #85 ... [2024-07-01T20:45:41.662Z] [2024-07-01T20:45:41.662Z] #86 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T20:45:41.662Z] #86 DONE 1.6s [2024-07-01T20:45:41.662Z] [2024-07-01T20:45:41.662Z] #77 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-01T20:45:41.662Z] #77 DONE 2.7s [2024-07-01T20:45:41.662Z] [2024-07-01T20:45:41.662Z] #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-01T20:45:41.920Z] #87 ... [2024-07-01T20:45:41.920Z] [2024-07-01T20:45:41.920Z] #88 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-01T20:45:41.920Z] #88 DONE 0.6s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-01T20:45:42.186Z] #89 DONE 0.7s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #90 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-01T20:45:42.186Z] #90 DONE 0.1s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-01T20:45:42.186Z] #87 DONE 0.7s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T20:45:42.186Z] #85 DONE 0.7s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #91 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-01T20:45:42.186Z] #91 DONE 0.1s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-01T20:45:42.186Z] #92 DONE 0.1s [2024-07-01T20:45:42.186Z] [2024-07-01T20:45:42.186Z] #93 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-01T20:45:42.444Z] #93 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #94 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-01T20:45:42.444Z] #94 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #95 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-01T20:45:42.444Z] #95 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #96 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-01T20:45:42.444Z] #96 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-01T20:45:42.444Z] #97 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-01T20:45:42.444Z] #98 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-01T20:45:42.444Z] #99 DONE 0.1s [2024-07-01T20:45:42.444Z] [2024-07-01T20:45:42.444Z] #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-01T20:45:42.705Z] #100 DONE 0.1s [2024-07-01T20:45:42.705Z] [2024-07-01T20:45:42.705Z] #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-01T20:45:42.705Z] #101 DONE 0.1s [2024-07-01T20:45:42.705Z] [2024-07-01T20:45:42.705Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-01T20:45:42.705Z] #102 DONE 0.0s [2024-07-01T20:45:42.705Z] [2024-07-01T20:45:42.705Z] #103 [security-spire-server] exporting to image [2024-07-01T20:45:42.705Z] #103 exporting layers [2024-07-01T20:45:43.270Z] #103 exporting layers 0.7s done [2024-07-01T20:45:43.270Z] #103 writing image sha256:26062ad4d8a46e1c07b057b89b7485f2001cb015922828572d26de4ab0fe7a34 0.0s done [2024-07-01T20:45:43.270Z] #103 naming to docker.io/library/security-spire-config done [2024-07-01T20:45:43.270Z] #103 exporting layers 0.6s done [2024-07-01T20:45:43.270Z] #103 writing image sha256:582a0271a6fed11cd27df97a971d90655bd255404b9b912db1c88c88266ff12d done [2024-07-01T20:45:43.270Z] #103 naming to docker.io/library/security-spire-server done [2024-07-01T20:45:43.270Z] #103 writing image sha256:e1db53242a3342a85acfa6b9762d8adac0cf46d429c9a1f910901c79e656b8e3 done [2024-07-01T20:45:43.270Z] #103 naming to docker.io/library/security-spire-agent done [2024-07-01T20:45:43.270Z] #103 DONE 0.7s [2024-07-01T20:45:43.270Z] [2024-07-01T20:45:43.270Z] #104 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:45:44.209Z] #104 ... [2024-07-01T20:45:44.209Z] [2024-07-01T20:45:44.209Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T20:45:55.520Z] d6de4b400683: Pull complete [2024-07-01T20:45:55.521Z] 35cb2a7552d0: Pull complete [2024-07-01T20:45:55.521Z] 4f4fb700ef54: Pull complete [2024-07-01T20:45:55.521Z] 464afbd9ba4c: Pull complete [2024-07-01T20:46:05.619Z] 00f215d4a9da: Pull complete [2024-07-01T20:46:05.887Z] d496ad576159: Pull complete [2024-07-01T20:46:05.887Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-01T20:46:05.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-01T20:46:05.888Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-01T20:46:06.340Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-01T20:46:06.340Z] WORKDIR /edgex [2024-07-01T20:46:06.340Z] COPY go.mod . [2024-07-01T20:46:06.340Z] RUN go mod download [2024-07-01T20:46:06.340Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-01T20:46:06.938Z] Sending build context to Docker daemon 3.004MB [2024-07-01T20:46:06.938Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-01T20:46:06.938Z] ---> f246e2811388 [2024-07-01T20:46:06.938Z] Step 2/4 : WORKDIR /edgex [2024-07-01T20:46:08.367Z] ---> Running in 32f90ba48f86 [2024-07-01T20:46:08.958Z] Removing intermediate container 32f90ba48f86 [2024-07-01T20:46:08.958Z] ---> 8495a2df6c97 [2024-07-01T20:46:08.958Z] Step 3/4 : COPY go.mod . [2024-07-01T20:46:09.591Z] ---> ab8caeadb9ca [2024-07-01T20:46:09.591Z] Step 4/4 : RUN go mod download [2024-07-01T20:46:09.591Z] ---> Running in f995e17a115d [2024-07-01T20:46:16.623Z] #47 ... [2024-07-01T20:46:16.623Z] [2024-07-01T20:46:16.623Z] #104 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:16.623Z] #104 DONE 35.9s [2024-07-01T20:46:16.623Z] [2024-07-01T20:46:16.623Z] #67 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:16.623Z] #67 DONE 36.5s [2024-07-01T20:46:16.623Z] [2024-07-01T20:46:16.623Z] #72 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:16.623Z] #72 DONE 35.9s [2024-07-01T20:46:16.623Z] [2024-07-01T20:46:16.623Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:16.623Z] #76 DONE 34.6s [2024-07-01T20:46:16.623Z] [2024-07-01T20:46:16.623Z] #105 [security-secretstore-setup builder 6/7] COPY . . [2024-07-01T20:46:23.967Z] #105 ... [2024-07-01T20:46:23.967Z] [2024-07-01T20:46:23.967Z] #106 [support-notifications builder 6/7] COPY . . [2024-07-01T20:46:23.967Z] #106 ... [2024-07-01T20:46:23.967Z] [2024-07-01T20:46:23.967Z] #107 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-01T20:46:23.967Z] #107 ... [2024-07-01T20:46:23.967Z] [2024-07-01T20:46:23.967Z] #108 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #108 ... [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #107 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #107 DONE 12.2s [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #109 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #109 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #110 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #110 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #111 [core-metadata builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #111 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #105 [security-secretstore-setup builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #105 DONE 12.2s [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #112 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #112 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #113 [core-data builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #113 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #114 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #114 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #115 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #115 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #116 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #116 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #117 [support-scheduler builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #117 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #118 [core-command builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #118 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #119 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #120 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #121 [security-bootstrapper builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #121 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #122 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #123 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #108 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #108 DONE 12.2s [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #124 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #124 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #125 [security-proxy-auth builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #125 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #126 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #126 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #127 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T20:46:25.867Z] #127 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #128 [security-proxy-setup builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #128 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #129 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-01T20:46:25.867Z] #129 CACHED [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #106 [support-notifications builder 6/7] COPY . . [2024-07-01T20:46:25.867Z] #106 DONE 12.2s [2024-07-01T20:46:25.867Z] [2024-07-01T20:46:25.867Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T20:46:26.801Z] #130 1.149 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-01T20:46:36.760Z] #130 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-01T20:46:36.760Z] #0 1.088 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-01T20:46:36.760Z] #131 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T20:46:36.760Z] #0 0.795 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-01T20:46:36.760Z] #132 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-01T20:46:36.760Z] #0 0.839 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-01T20:46:36.760Z] #133 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-01T20:46:36.760Z] #0 1.273 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:46:36.760Z] #134 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-01T20:46:36.760Z] #0 1.313 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:46:36.760Z] #135 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-01T20:46:36.760Z] #0 0.924 go build -tags " non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:46:36.760Z] #136 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-01T20:46:36.760Z] #0 0.561 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-01T20:46:36.760Z] #137 ... [2024-07-01T20:46:36.760Z] [2024-07-01T20:46:36.760Z] #138 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-01T20:46:36.760Z] #0 0.343 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-01T20:46:37.018Z] #138 ... [2024-07-01T20:46:37.018Z] [2024-07-01T20:46:37.018Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-01T20:46:37.018Z] #0 1.232 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-01T20:46:37.018Z] #139 ... [2024-07-01T20:46:37.018Z] [2024-07-01T20:46:37.018Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-01T20:46:37.018Z] #0 0.891 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-01T20:47:17.543Z] Removing intermediate container f995e17a115d [2024-07-01T20:47:17.543Z] ---> e5349060712b [2024-07-01T20:47:17.543Z] Successfully built e5349060712b [2024-07-01T20:47:17.543Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:47:18.041Z] + docker inspect -f . ci-base-image-arm64 [2024-07-01T20:47:18.041Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T20:47:18.374Z] prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2024-07-01T20:47:18.457Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2024-07-01T20:47:19.899Z] $ docker top 630a5926b54d2929527c089029c98d1df3e3fa6d7a7eb2d98cdbfc4484b5c0a6 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-01T20:47:20.860Z] + go version [2024-07-01T20:47:20.861Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-01T20:47:20.901Z] $ docker stop --time=1 630a5926b54d2929527c089029c98d1df3e3fa6d7a7eb2d98cdbfc4484b5c0a6 [2024-07-01T20:47:22.664Z] $ docker rm -f --volumes 630a5926b54d2929527c089029c98d1df3e3fa6d7a7eb2d98cdbfc4484b5c0a6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T20:47:23.699Z] + docker inspect -f . ci-base-image-arm64 [2024-07-01T20:47:23.699Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T20:47:24.003Z] prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2024-07-01T20:47:24.090Z] $ 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 ******** -e ******** ci-base-image-arm64 cat [2024-07-01T20:47:25.412Z] $ docker top 6acfffc4b1f48f09ad0fa0f25b3e3e4a9f0ec1ab6085ef876399a343eb1ed6b0 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-01T20:47:25.761Z] ========================================================= [2024-07-01T20:47:25.761Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-01T20:47:25.761Z] ========================================================= [Pipeline] sh [2024-07-01T20:47:26.435Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-01T20:47:27.178Z] + make test [2024-07-01T20:47:27.178Z] go test -race -coverprofile=coverage.out ./... [2024-07-01T20:47:58.852Z] #140 ... [2024-07-01T20:47:58.852Z] [2024-07-01T20:47:58.852Z] #134 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-01T20:47:58.852Z] #134 90.20 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T20:48:35.153Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-01T20:48:38.184Z] #134 DONE 126.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #135 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-01T20:48:38.184Z] #135 DONE 126.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #136 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-01T20:48:38.184Z] #136 DONE 126.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #131 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-01T20:48:38.184Z] #131 DONE 126.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #133 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-01T20:48:38.184Z] #133 DONE 126.9s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #141 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #132 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T20:48:38.184Z] #132 DONE 126.9s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #130 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T20:48:38.184Z] #130 DONE 127.0s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #137 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-01T20:48:38.184Z] #137 DONE 127.0s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-01T20:48:38.184Z] #139 DONE 127.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #142 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #142 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #140 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-01T20:48:38.184Z] #140 DONE 127.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #138 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-01T20:48:38.184Z] #138 DONE 127.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #143 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #143 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #144 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #144 DONE 0.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #145 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #145 DONE 0.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #146 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #146 DONE 0.7s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #141 DONE 0.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #142 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #142 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #147 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-01T20:48:38.184Z] #147 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #143 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #143 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-01T20:48:38.184Z] #148 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #149 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #149 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #150 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #150 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #151 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #151 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #152 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #152 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #153 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #153 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #154 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #154 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #155 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #155 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #156 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #156 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #157 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #157 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #158 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #158 CACHED [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #159 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #159 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #160 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #161 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #161 DONE 0.3s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-01T20:48:38.184Z] #162 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #163 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #163 DONE 0.3s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #164 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-01T20:48:38.184Z] #164 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-01T20:48:38.184Z] #165 DONE 1.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #166 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #166 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #167 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-01T20:48:38.184Z] #167 DONE 2.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #168 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-01T20:48:38.184Z] #168 DONE 2.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #169 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-01T20:48:38.184Z] #169 DONE 2.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #170 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-01T20:48:38.184Z] #170 DONE 2.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #171 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-01T20:48:38.184Z] #171 DONE 2.3s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #172 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #172 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #173 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-01T20:48:38.184Z] #173 DONE 2.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #174 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-01T20:48:38.184Z] #174 DONE 2.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #148 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-01T20:48:38.184Z] #148 DONE 2.8s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #164 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-01T20:48:38.184Z] #164 DONE 2.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #162 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-01T20:48:38.184Z] #162 DONE 2.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #166 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #166 DONE 0.9s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #175 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #175 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [security-spiffe-token-provider] exporting to image [2024-07-01T20:48:38.184Z] #103 exporting layers [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #176 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #176 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #177 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #177 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #172 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #172 DONE 0.6s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #178 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [core-command] exporting to image [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #179 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-01T20:48:38.184Z] #179 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-01T20:48:38.184Z] #180 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #181 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T20:48:38.184Z] #181 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #182 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #182 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [support-notifications] exporting to image [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #183 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #183 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [core-data] exporting to image [2024-07-01T20:48:38.184Z] #103 exporting layers 0.3s done [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #184 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-01T20:48:38.184Z] #184 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #185 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-01T20:48:38.184Z] #185 DONE 0.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #186 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-01T20:48:38.184Z] #186 DONE 0.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #187 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-01T20:48:38.184Z] #187 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-01T20:48:38.184Z] #188 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-01T20:48:38.184Z] #189 DONE 0.4s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [support-scheduler] exporting to image [2024-07-01T20:48:38.184Z] #103 exporting layers 0.5s done [2024-07-01T20:48:38.184Z] #103 writing image sha256:6168e12c92238950a60ade42c55e286c2420ba54dc67fea8516a6ea03e351b3d 0.0s done [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/support-scheduler done [2024-07-01T20:48:38.184Z] #103 writing image sha256:3ef746ddcc83f14c8643b260907c2a3f5ce7c22fb870e663b768e2125f265a10 0.0s done [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/security-spiffe-token-provider [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/security-spiffe-token-provider done [2024-07-01T20:48:38.184Z] #103 writing image sha256:ec824dcb8c9d9074a81a9997702d3cd51795108a91566fce49596a4af02a3dcd [2024-07-01T20:48:38.184Z] #103 writing image sha256:ec824dcb8c9d9074a81a9997702d3cd51795108a91566fce49596a4af02a3dcd 0.3s done [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/core-command [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/core-command done [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #190 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-01T20:48:38.184Z] #190 DONE 0.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #191 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-01T20:48:38.184Z] #191 DONE 0.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #192 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-01T20:48:38.184Z] #192 DONE 0.5s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T20:48:38.184Z] #193 DONE 0.7s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [security-proxy-auth] exporting to image [2024-07-01T20:48:38.184Z] #103 writing image sha256:ebed7038f35d83d166d6d2f8b2166844825dfc129126dfd19c8df8e8833c77b5 done [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/core-data done [2024-07-01T20:48:38.184Z] #103 writing image sha256:9e37bd498354ba645fa6cb55f4b5adc5c176c526cc78cafa18466c4e479e93ab done [2024-07-01T20:48:38.184Z] #103 writing image sha256:793529f28d407ea7f52ec9fe428d03f2eb71e2a70ae98f111e585bde3b8f227f done [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/support-notifications done [2024-07-01T20:48:38.184Z] #103 naming to docker.io/library/core-metadata done [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #194 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-01T20:48:38.184Z] #194 DONE 0.1s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-01T20:48:38.184Z] #195 DONE 0.3s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #196 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-01T20:48:38.184Z] #196 DONE 0.2s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [security-proxy-auth] exporting to image [2024-07-01T20:48:38.184Z] #103 exporting layers 0.3s done [2024-07-01T20:48:38.184Z] #103 ... [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #197 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T20:48:38.184Z] #197 DONE 1.0s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #198 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-01T20:48:38.184Z] #198 DONE 0.1s [2024-07-01T20:48:38.184Z] [2024-07-01T20:48:38.184Z] #103 [core-common-config-bootstrapper] exporting to image [2024-07-01T20:48:38.184Z] #103 writing image sha256:7cb501164a65077101b5b94faba72e3fe52fdf4b83e6aaf09c2260e661d3dc70 done [2024-07-01T20:48:38.185Z] #103 naming to docker.io/library/security-proxy-auth 0.0s done [2024-07-01T20:48:38.185Z] #103 ... [2024-07-01T20:48:38.185Z] [2024-07-01T20:48:38.185Z] #199 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-01T20:48:38.185Z] #199 DONE 0.1s [2024-07-01T20:48:38.185Z] [2024-07-01T20:48:38.185Z] #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-01T20:48:38.185Z] #200 DONE 0.1s [2024-07-01T20:48:38.185Z] [2024-07-01T20:48:38.185Z] #103 [core-common-config-bootstrapper] exporting to image [2024-07-01T20:48:38.185Z] #103 exporting layers 0.2s done [2024-07-01T20:48:38.185Z] #103 writing image sha256:5bed76ddf51e7512fe9db59b0dd291d845ba995fe57367ba7b6620e651e9ef60 done [2024-07-01T20:48:38.185Z] #103 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-01T20:48:38.185Z] #103 DONE 2.5s [2024-07-01T20:48:38.185Z] [2024-07-01T20:48:38.185Z] #201 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-01T20:48:38.185Z] #201 DONE 0.1s [2024-07-01T20:48:38.185Z] [2024-07-01T20:48:38.185Z] #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-01T20:48:38.442Z] #202 ... [2024-07-01T20:48:38.442Z] [2024-07-01T20:48:38.442Z] #203 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T20:48:38.442Z] #203 DONE 0.7s [2024-07-01T20:48:38.442Z] [2024-07-01T20:48:38.442Z] #103 [security-proxy-setup] exporting to image [2024-07-01T20:48:38.442Z] #103 exporting layers 0.2s done [2024-07-01T20:48:38.442Z] #103 writing image sha256:5d37c03cf3cd99857110c443605f138184958319260f0de5f74a61d30c21e877 done [2024-07-01T20:48:38.442Z] #103 naming to docker.io/library/security-proxy-setup done [2024-07-01T20:48:38.442Z] #103 DONE 2.7s [2024-07-01T20:48:38.442Z] [2024-07-01T20:48:38.442Z] #204 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T20:48:38.442Z] #204 DONE 0.5s [2024-07-01T20:48:38.442Z] [2024-07-01T20:48:38.442Z] #202 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-01T20:48:38.701Z] #202 DONE 0.4s [2024-07-01T20:48:38.701Z] [2024-07-01T20:48:38.701Z] #103 [security-secretstore-setup] exporting to image [2024-07-01T20:48:38.960Z] #103 exporting layers 0.3s done [2024-07-01T20:48:38.960Z] #103 writing image sha256:adf89a115ad516a80465252b68d4f75b6e58e05f91067733cdbc214da8de9e0c done [2024-07-01T20:48:38.960Z] #103 naming to docker.io/library/security-secretstore-setup done [2024-07-01T20:48:38.960Z] #103 writing image sha256:5f75b15ae5d9d3a8bbc741fcf7907e3d9107895b72c487603bd33d416536ccbc done [2024-07-01T20:48:38.960Z] #103 naming to docker.io/library/security-bootstrapper done [2024-07-01T20:48:38.960Z] #103 DONE 3.1s [2024-07-01T20:48:38.960Z] [2024-07-01T20:48:38.960Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T20:48:38.960Z] time="2024-07-01T20:45:00Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-01T20:48:38.946Z] $ docker stop --time=1 c65c656ecc18bb0b00383e904db132227f99bcbcc3950dc2688a244b7a103974 [2024-07-01T20:48:40.243Z] $ docker rm -f --volumes c65c656ecc18bb0b00383e904db132227f99bcbcc3950dc2688a244b7a103974 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-01T20:48:40.730Z] + docker images [2024-07-01T20:48:40.730Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-01T20:48:40.730Z] security-secretstore-setup latest adf89a115ad5 2 seconds ago 42.2MB [2024-07-01T20:48:40.730Z] security-proxy-setup latest 5d37c03cf3cd 2 seconds ago 31.2MB [2024-07-01T20:48:40.730Z] security-bootstrapper latest 5f75b15ae5d9 2 seconds ago 23.9MB [2024-07-01T20:48:40.730Z] core-common-config-bootstrapper latest 5bed76ddf51e 3 seconds ago 20.2MB [2024-07-01T20:48:40.730Z] security-proxy-auth latest 7cb501164a65 3 seconds ago 38MB [2024-07-01T20:48:40.730Z] core-metadata latest 793529f28d40 4 seconds ago 40.9MB [2024-07-01T20:48:40.730Z] security-spiffe-token-provider latest 3ef746ddcc83 4 seconds ago 34MB [2024-07-01T20:48:40.730Z] core-command latest ec824dcb8c9d 4 seconds ago 40.4MB [2024-07-01T20:48:40.730Z] support-scheduler latest 6168e12c9223 4 seconds ago 43MB [2024-07-01T20:48:40.730Z] support-notifications latest 9e37bd498354 4 seconds ago 43.8MB [2024-07-01T20:48:40.730Z] core-data latest ebed7038f35d 4 seconds ago 40.7MB [2024-07-01T20:48:40.730Z] security-spire-agent latest e1db53242a33 2 minutes ago 166MB [2024-07-01T20:48:40.730Z] security-spire-server latest 582a0271a6fe 2 minutes ago 107MB [2024-07-01T20:48:40.730Z] security-spire-config latest 26062ad4d8a4 2 minutes ago 107MB [2024-07-01T20:48:40.730Z] ci-base-image-x86_64 latest f19638dd22bf 6 minutes ago 966MB [2024-07-01T20:48:40.730Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-01T20:48:40.730Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-01T20:48:40.730Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 24 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-01T20:54:12.514Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-01T20:54:12.514Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-01T20:54:19.237Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-01T20:54:19.237Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-01T20:54:19.237Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-01T20:54:23.542Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-01T20:54:23.542Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-01T20:54:23.542Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-01T20:54:23.542Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-01T20:54:25.535Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-01T20:54:28.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-01T20:54:28.939Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-01T20:54:28.939Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-01T20:54:28.939Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-01T20:54:47.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-01T20:54:47.278Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-01T20:54:47.878Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.156s coverage: 28.7% of statements [2024-07-01T20:55:02.936Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.237s coverage: 97.0% of statements [2024-07-01T20:55:09.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-01T20:55:09.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-01T20:55:09.640Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-01T20:55:13.899Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.385s coverage: 69.2% of statements [2024-07-01T20:55:18.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-01T20:55:18.158Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-01T20:55:19.127Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.257s coverage: 53.2% of statements [2024-07-01T20:55:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-01T20:55:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-01T20:55:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:55:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-01T20:55:25.817Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-01T20:55:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-01T20:55:38.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-01T20:55:50.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 24.115s coverage: 93.4% of statements [2024-07-01T20:55:50.653Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.395s coverage: 6.1% of statements [2024-07-01T20:55:58.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-01T20:55:58.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:55:58.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-01T20:56:02.257Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-01T20:56:02.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.407s coverage: 97.6% of statements [2024-07-01T20:56:02.846Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.116s coverage: 72.2% of statements [2024-07-01T20:56:17.844Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-01T20:56:17.844Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-01T20:56:17.844Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.333s coverage: 0.9% of statements [2024-07-01T20:56:17.844Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.188s coverage: 32.2% of statements [2024-07-01T20:56:23.219Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.154s coverage: 41.7% of statements [2024-07-01T20:56:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.136s coverage: 82.9% of statements [2024-07-01T20:56:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.102s coverage: 94.1% of statements [2024-07-01T20:56:23.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.112s coverage: 96.3% of statements [2024-07-01T20:56:27.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.141s coverage: 87.5% of statements [2024-07-01T20:56:31.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-01T20:56:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-01T20:56:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-01T20:56:31.690Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-01T20:56:35.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-01T20:56:35.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-01T20:56:35.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-01T20:56:35.960Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-01T20:56:40.232Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.150s coverage: 94.4% of statements [2024-07-01T20:56:42.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-01T20:56:42.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-01T20:56:42.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-01T20:56:42.836Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-01T20:56:52.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-01T20:56:52.948Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-01T20:56:53.913Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-01T20:56:55.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.083s coverage: 79.9% of statements [2024-07-01T20:56:55.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.177s coverage: 92.9% of statements [2024-07-01T20:56:55.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.092s coverage: 64.4% of statements [2024-07-01T20:56:55.860Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.151s coverage: 62.3% of statements [2024-07-01T20:56:57.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.119s coverage: 87.2% of statements [2024-07-01T20:56:57.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.090s coverage: 20.0% of statements [2024-07-01T20:56:57.811Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.082s coverage: 100.0% of statements [2024-07-01T20:57:00.406Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-01T20:57:00.406Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.320s coverage: 81.8% of statements [2024-07-01T20:57:01.364Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.341s coverage: 82.1% of statements [2024-07-01T20:57:01.364Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-01T20:57:02.879Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.129s coverage: 86.0% of statements [2024-07-01T20:57:08.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-01T20:57:08.225Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-01T20:57:09.636Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.917s coverage: 63.1% of statements [2024-07-01T20:57:09.637Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.134s coverage: 100.0% of statements [2024-07-01T20:57:11.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.121s coverage: 89.4% of statements [2024-07-01T20:57:11.580Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.088s coverage: 100.0% of statements [2024-07-01T20:57:11.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-01T20:57:11.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-01T20:57:11.850Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-01T20:57:12.118Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.084s coverage: 73.7% of statements [2024-07-01T20:57:13.084Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.076s coverage: 100.0% of statements [2024-07-01T20:57:21.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-01T20:57:21.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-01T20:57:21.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-01T20:57:22.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.839s coverage: 38.4% of statements [2024-07-01T20:57:22.733Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.143s coverage: 89.5% of statements [2024-07-01T20:57:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-01T20:57:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-01T20:57:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-01T20:57:24.161Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-01T20:57:25.136Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.135s coverage: 84.8% of statements [2024-07-01T20:57:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-01T20:57:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-01T20:57:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-01T20:57:33.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-01T20:57:41.602Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.230s coverage: 19.9% of statements [2024-07-01T20:57:44.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-01T20:57:44.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:57:44.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-01T20:57:44.981Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-01T20:57:46.430Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.715s coverage: 95.7% of statements [2024-07-01T20:57:51.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-01T20:57:51.827Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-01T20:57:52.423Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.200s coverage: 61.8% of statements [2024-07-01T20:57:56.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-01T20:57:56.735Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-01T20:57:57.708Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.425s coverage: 98.9% of statements [2024-07-01T20:57:59.667Z] 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 [2024-07-01T20:57:59.940Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-01T20:57:59.940Z] go vet ./... [2024-07-01T21:03:07.243Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-01T21:03:07.243Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-01T21:03:07.243Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-01T21:03:07.311Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-01T21:03:08.045Z] + ls -al . [2024-07-01T21:03:08.045Z] total 812 [2024-07-01T21:03:08.045Z] drwxrwxr-x 10 1001 1001 4096 Jul 1 20:47 . [2024-07-01T21:03:08.045Z] drwxr-xr-x 4 root root 4096 Jul 1 20:47 .. [2024-07-01T21:03:08.045Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 20:45 .blubracket [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 10 Jul 1 20:45 .dockerignore [2024-07-01T21:03:08.045Z] drwxrwxr-x 8 1001 1001 4096 Jul 1 20:45 .git [2024-07-01T21:03:08.045Z] drwxrwxr-x 3 1001 1001 4096 Jul 1 20:45 .github [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 1074 Jul 1 20:45 .gitignore [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 42 Jul 1 20:45 .golangci.yml [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 100 Jul 1 20:45 .hadolint.yml [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 155 Jul 1 20:45 .sonarcloud.properties [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 1171 Jul 1 20:45 ADOPTERS.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 20361 Jul 1 20:45 Attribution.txt [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 100284 Jul 1 20:45 CHANGELOG.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 3804 Jul 1 20:45 CONTRIBUTING.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 677 Jul 1 20:45 GOVERNANCE.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 861 Jul 1 20:45 Jenkinsfile [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 10775 Jul 1 20:45 LICENSE [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 15392 Jul 1 20:45 Makefile [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 582 Jul 1 20:45 OWNERS.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 9528 Jul 1 20:45 README.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 789 Jul 1 20:45 SECURITY.md [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 5 Jul 1 20:41 VERSION [2024-07-01T21:03:08.045Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 20:45 bin [2024-07-01T21:03:08.045Z] drwxrwxr-x 18 1001 1001 4096 Jul 1 20:45 cmd [2024-07-01T21:03:08.045Z] -rw-r--r-- 1 root root 455714 Jul 1 20:57 coverage.out [2024-07-01T21:03:08.045Z] drwxrwxr-x 2 1001 1001 4096 Jul 1 20:45 fuzz_test [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 6922 Jul 1 20:45 go.mod [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 101535 Jul 1 20:45 go.sum [2024-07-01T21:03:08.045Z] drwxrwxr-x 7 1001 1001 4096 Jul 1 20:45 internal [2024-07-01T21:03:08.045Z] drwxrwxr-x 3 1001 1001 4096 Jul 1 20:45 openapi [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 584 Jul 1 20:45 security.txt [2024-07-01T21:03:08.045Z] -rw-rw-r-- 1 1001 1001 204 Jul 1 20:45 version.go [Pipeline] sh [2024-07-01T21:03:08.731Z] + '[' -e coverage.out ] [2024-07-01T21:03:08.731Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-01T21:03:08.776Z] Warning: overwriting stash ‘coverage-report’ [2024-07-01T21:03:09.661Z] Stashed 1 file(s) [Pipeline] sh [2024-07-01T21:03:10.390Z] + make build [2024-07-01T21:03:10.390Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-01T21:06:17.220Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-01T21:06:25.410Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-01T21:06:33.602Z] go build -tags " non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:06:37.838Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-01T21:07:04.488Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-01T21:07:12.662Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-01T21:07:24.935Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:07:27.497Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:07:30.825Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-01T21:07:34.163Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-01T21:07:39.494Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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] } [2024-07-01T21:07:43.763Z] $ docker stop --time=1 6acfffc4b1f48f09ad0fa0f25b3e3e4a9f0ec1ab6085ef876399a343eb1ed6b0 [2024-07-01T21:07:45.950Z] $ docker rm -f --volumes 6acfffc4b1f48f09ad0fa0f25b3e3e4a9f0ec1ab6085ef876399a343eb1ed6b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T21:07:49.638Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-01T21:07:49.639Z] [2024-07-01T21:07:49.639Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T21:07:50.069Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-01T21:07:50.070Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-01T21:07:50.070Z] 547446be3368: Pulling fs layer [2024-07-01T21:07:50.070Z] d125d8839a47: Pulling fs layer [2024-07-01T21:07:50.070Z] 3e85d5ac6304: Pulling fs layer [2024-07-01T21:07:50.070Z] c3105a71a48b: Pulling fs layer [2024-07-01T21:07:50.070Z] 0f093f025ec4: Pulling fs layer [2024-07-01T21:07:50.070Z] c3106fc0e877: Pulling fs layer [2024-07-01T21:07:50.070Z] c3105a71a48b: Waiting [2024-07-01T21:07:50.070Z] 0f093f025ec4: Waiting [2024-07-01T21:07:50.070Z] c3106fc0e877: Waiting [2024-07-01T21:07:50.335Z] 547446be3368: Verifying Checksum [2024-07-01T21:07:50.335Z] 547446be3368: Download complete [2024-07-01T21:07:50.335Z] c3105a71a48b: Verifying Checksum [2024-07-01T21:07:50.335Z] c3105a71a48b: Download complete [2024-07-01T21:07:50.599Z] d125d8839a47: Verifying Checksum [2024-07-01T21:07:50.599Z] d125d8839a47: Download complete [2024-07-01T21:07:50.599Z] c3106fc0e877: Verifying Checksum [2024-07-01T21:07:50.599Z] c3106fc0e877: Download complete [2024-07-01T21:07:50.863Z] 0f093f025ec4: Verifying Checksum [2024-07-01T21:07:50.863Z] 0f093f025ec4: Download complete [2024-07-01T21:07:51.128Z] 547446be3368: Pull complete [2024-07-01T21:07:52.083Z] d125d8839a47: Pull complete [2024-07-01T21:07:52.661Z] 3e85d5ac6304: Verifying Checksum [2024-07-01T21:07:52.661Z] 3e85d5ac6304: Download complete [2024-07-01T21:08:02.708Z] 3e85d5ac6304: Pull complete [2024-07-01T21:08:02.708Z] c3105a71a48b: Pull complete [2024-07-01T21:08:03.663Z] 0f093f025ec4: Pull complete [2024-07-01T21:08:03.663Z] c3106fc0e877: Pull complete [2024-07-01T21:08:03.663Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-01T21:08:03.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-01T21:08:03.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T21:08:04.258Z] prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2024-07-01T21:08:04.332Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-07-01T21:08:06.403Z] $ docker top 90d11376ff7f08620e74e894f8a0470500fe40c6e937001b36d6450d7d68ed93 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-01T21:08:07.273Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-01T21:08:15.459Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-01T21:08:15.459Z] #1 transferring dockerfile: [2024-07-01T21:08:15.459Z] #1 transferring dockerfile: 2.23kB done [2024-07-01T21:08:15.459Z] #1 DONE 0.1s [2024-07-01T21:08:15.724Z] [2024-07-01T21:08:15.724Z] #2 [security-spire-config internal] load build definition from Dockerfile [2024-07-01T21:08:15.724Z] #2 transferring dockerfile: 1.69kB done [2024-07-01T21:08:15.724Z] #2 DONE 0.0s [2024-07-01T21:08:15.724Z] [2024-07-01T21:08:15.724Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-01T21:08:15.993Z] #3 transferring dockerfile: 2.93kB 0.0s done [2024-07-01T21:08:15.993Z] #3 DONE 0.1s [2024-07-01T21:08:15.993Z] [2024-07-01T21:08:15.993Z] #4 [support-scheduler internal] load build definition from Dockerfile [2024-07-01T21:08:15.993Z] #4 transferring dockerfile: 1.93kB 0.0s done [2024-07-01T21:08:15.993Z] #4 DONE 0.1s [2024-07-01T21:08:15.993Z] [2024-07-01T21:08:15.993Z] #5 [support-notifications internal] load build definition from Dockerfile [2024-07-01T21:08:15.993Z] #5 transferring dockerfile: 1.95kB done [2024-07-01T21:08:15.993Z] #5 DONE 0.1s [2024-07-01T21:08:15.993Z] [2024-07-01T21:08:15.993Z] #6 [core-command internal] load build definition from Dockerfile [2024-07-01T21:08:15.993Z] #6 transferring dockerfile: 1.93kB done [2024-07-01T21:08:15.993Z] #6 DONE 0.1s [2024-07-01T21:08:15.993Z] [2024-07-01T21:08:15.993Z] #7 [core-metadata internal] load build definition from Dockerfile [2024-07-01T21:08:16.265Z] #7 transferring dockerfile: 2.06kB 0.0s done [2024-07-01T21:08:16.265Z] #7 DONE 0.0s [2024-07-01T21:08:16.265Z] [2024-07-01T21:08:16.265Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-01T21:08:16.265Z] #8 transferring dockerfile: 1.89kB done [2024-07-01T21:08:16.265Z] #8 DONE 0.1s [2024-07-01T21:08:16.265Z] [2024-07-01T21:08:16.265Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2024-07-01T21:08:16.265Z] #9 transferring dockerfile: 1.81kB 0.0s done [2024-07-01T21:08:16.265Z] #9 DONE 0.1s [2024-07-01T21:08:16.265Z] [2024-07-01T21:08:16.265Z] #10 [security-spire-server internal] load build definition from Dockerfile [2024-07-01T21:08:16.533Z] #10 transferring dockerfile: 1.70kB done [2024-07-01T21:08:16.533Z] #10 DONE 0.1s [2024-07-01T21:08:16.533Z] [2024-07-01T21:08:16.533Z] #11 [core-data internal] load build definition from Dockerfile [2024-07-01T21:08:16.533Z] #11 transferring dockerfile: 2.01kB done [2024-07-01T21:08:16.533Z] #11 DONE 0.1s [2024-07-01T21:08:16.533Z] [2024-07-01T21:08:16.533Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-01T21:08:16.533Z] #12 transferring dockerfile: 2.50kB done [2024-07-01T21:08:16.533Z] #12 DONE 0.1s [2024-07-01T21:08:16.533Z] [2024-07-01T21:08:16.533Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-01T21:08:16.533Z] #13 transferring dockerfile: 2.15kB 0.0s done [2024-07-01T21:08:16.533Z] #13 DONE 0.1s [2024-07-01T21:08:16.533Z] [2024-07-01T21:08:16.533Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-01T21:08:16.533Z] #14 transferring dockerfile: 2.49kB 0.0s done [2024-07-01T21:08:16.533Z] #14 DONE 0.1s [2024-07-01T21:08:16.533Z] [2024-07-01T21:08:16.533Z] #15 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-01T21:08:16.533Z] #15 transferring context: 32B [2024-07-01T21:08:16.797Z] #15 transferring context: 50B done [2024-07-01T21:08:16.797Z] #15 DONE 0.1s [2024-07-01T21:08:17.378Z] [2024-07-01T21:08:17.378Z] #16 [security-spire-config internal] load .dockerignore [2024-07-01T21:08:17.378Z] #16 transferring context: 50B done [2024-07-01T21:08:17.378Z] #16 DONE 0.0s [2024-07-01T21:08:17.378Z] [2024-07-01T21:08:17.378Z] #17 [security-bootstrapper internal] load .dockerignore [2024-07-01T21:08:17.378Z] #17 transferring context: 50B done [2024-07-01T21:08:17.378Z] #17 DONE 0.0s [2024-07-01T21:08:17.378Z] [2024-07-01T21:08:17.378Z] #18 [support-scheduler internal] load .dockerignore [2024-07-01T21:08:17.378Z] #18 transferring context: 50B 0.0s done [2024-07-01T21:08:17.643Z] #18 DONE 0.1s [2024-07-01T21:08:17.643Z] [2024-07-01T21:08:17.643Z] #19 [support-notifications internal] load .dockerignore [2024-07-01T21:08:17.643Z] #19 transferring context: 50B done [2024-07-01T21:08:17.643Z] #19 DONE 0.1s [2024-07-01T21:08:17.643Z] [2024-07-01T21:08:17.643Z] #20 [core-command internal] load .dockerignore [2024-07-01T21:08:17.643Z] #20 transferring context: 50B done [2024-07-01T21:08:17.643Z] #20 DONE 0.0s [2024-07-01T21:08:17.643Z] [2024-07-01T21:08:17.643Z] #21 [core-metadata internal] load .dockerignore [2024-07-01T21:08:17.643Z] #21 transferring context: 50B done [2024-07-01T21:08:17.643Z] #21 DONE 0.1s [2024-07-01T21:08:17.643Z] [2024-07-01T21:08:17.643Z] #22 [security-spiffe-token-provider internal] load .dockerignore [2024-07-01T21:08:17.643Z] #22 transferring context: 50B done [2024-07-01T21:08:17.643Z] #22 DONE 0.1s [2024-07-01T21:08:17.643Z] [2024-07-01T21:08:17.643Z] #23 [security-spire-agent internal] load .dockerignore [2024-07-01T21:08:17.908Z] #23 transferring context: 50B done [2024-07-01T21:08:17.908Z] #23 DONE 0.1s [2024-07-01T21:08:17.908Z] [2024-07-01T21:08:17.908Z] #24 [security-spire-server internal] load .dockerignore [2024-07-01T21:08:17.908Z] #24 transferring context: 50B 0.0s done [2024-07-01T21:08:17.908Z] #24 DONE 0.1s [2024-07-01T21:08:17.908Z] [2024-07-01T21:08:17.908Z] #25 [core-data internal] load .dockerignore [2024-07-01T21:08:17.908Z] #25 transferring context: 50B done [2024-07-01T21:08:17.908Z] #25 DONE 0.1s [2024-07-01T21:08:17.908Z] [2024-07-01T21:08:17.908Z] #26 [security-proxy-setup internal] load .dockerignore [2024-07-01T21:08:18.174Z] #26 transferring context: 50B done [2024-07-01T21:08:18.174Z] #26 DONE 0.1s [2024-07-01T21:08:18.174Z] [2024-07-01T21:08:18.174Z] #27 [security-proxy-auth internal] load .dockerignore [2024-07-01T21:08:18.174Z] #27 transferring context: 50B 0.0s done [2024-07-01T21:08:18.174Z] #27 DONE 0.1s [2024-07-01T21:08:18.174Z] [2024-07-01T21:08:18.174Z] #28 [security-secretstore-setup internal] load .dockerignore [2024-07-01T21:08:18.174Z] #28 transferring context: 50B done [2024-07-01T21:08:18.174Z] #28 DONE 0.1s [2024-07-01T21:08:18.174Z] [2024-07-01T21:08:18.174Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:18.174Z] #29 DONE 0.0s [2024-07-01T21:08:18.174Z] [2024-07-01T21:08:18.174Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:18.438Z] #30 DONE 0.4s [2024-07-01T21:08:18.705Z] [2024-07-01T21:08:18.705Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:18.705Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:18.705Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:18.705Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.05MB / 3.34MB 0.2s [2024-07-01T21:08:18.705Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:18.705Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:18.970Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.99MB / 3.34MB 0.3s [2024-07-01T21:08:18.970Z] #31 ... [2024-07-01T21:08:18.970Z] [2024-07-01T21:08:18.970Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:18.970Z] #30 DONE 0.4s [2024-07-01T21:08:18.970Z] [2024-07-01T21:08:18.970Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:18.970Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:19.237Z] #31 ... [2024-07-01T21:08:19.237Z] [2024-07-01T21:08:19.237Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:19.237Z] #29 DONE 0.0s [2024-07-01T21:08:19.237Z] [2024-07-01T21:08:19.237Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:19.237Z] #30 DONE 0.4s [2024-07-01T21:08:19.237Z] [2024-07-01T21:08:19.237Z] #31 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:19.237Z] #31 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-01T21:08:19.237Z] #31 ... [2024-07-01T21:08:19.237Z] [2024-07-01T21:08:19.237Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:19.237Z] #29 DONE 0.0s [2024-07-01T21:08:19.237Z] [2024-07-01T21:08:19.237Z] #31 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:19.237Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:19.237Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:19.237Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:19.237Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:19.237Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:19.237Z] #31 ... [2024-07-01T21:08:19.237Z] [2024-07-01T21:08:19.237Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:19.237Z] #29 DONE 0.0s [2024-07-01T21:08:19.506Z] [2024-07-01T21:08:19.506Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:19.506Z] #30 DONE 0.6s [2024-07-01T21:08:19.506Z] [2024-07-01T21:08:19.506Z] #31 [support-scheduler stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:19.506Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:19.506Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:19.506Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:19.506Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:19.506Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:19.506Z] #31 ... [2024-07-01T21:08:19.506Z] [2024-07-01T21:08:19.506Z] #29 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:19.506Z] #29 DONE 0.0s [2024-07-01T21:08:19.506Z] [2024-07-01T21:08:19.506Z] #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:19.506Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:19.506Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:19.506Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:19.506Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:19.506Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:19.772Z] #31 ... [2024-07-01T21:08:19.772Z] [2024-07-01T21:08:19.772Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:19.772Z] #29 DONE 0.0s [2024-07-01T21:08:19.772Z] [2024-07-01T21:08:19.772Z] #31 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:19.772Z] #31 ... [2024-07-01T21:08:19.772Z] [2024-07-01T21:08:19.772Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:19.772Z] #30 DONE 0.7s [2024-07-01T21:08:19.772Z] [2024-07-01T21:08:19.772Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:19.772Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:19.772Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:19.772Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:19.772Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:19.772Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:19.772Z] #31 ... [2024-07-01T21:08:19.772Z] [2024-07-01T21:08:19.772Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:19.772Z] #29 DONE 0.0s [2024-07-01T21:08:19.772Z] [2024-07-01T21:08:19.772Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:20.038Z] #31 ... [2024-07-01T21:08:20.038Z] [2024-07-01T21:08:20.038Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:20.038Z] #30 DONE 1.0s [2024-07-01T21:08:20.038Z] [2024-07-01T21:08:20.038Z] #32 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-01T21:08:20.038Z] #32 DONE 1.1s [2024-07-01T21:08:20.038Z] [2024-07-01T21:08:20.038Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:20.038Z] #33 DONE 0.0s [2024-07-01T21:08:20.038Z] [2024-07-01T21:08:20.038Z] #31 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:20.038Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:20.038Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:20.038Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:20.038Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:20.038Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:20.306Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:20.306Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:20.306Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:20.306Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:20.306Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:20.306Z] #31 ... [2024-07-01T21:08:20.306Z] [2024-07-01T21:08:20.306Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:20.306Z] #29 DONE 0.0s [2024-07-01T21:08:20.306Z] [2024-07-01T21:08:20.306Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:20.578Z] #31 ... [2024-07-01T21:08:20.578Z] [2024-07-01T21:08:20.578Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:20.578Z] #29 DONE 0.0s [2024-07-01T21:08:20.578Z] [2024-07-01T21:08:20.578Z] #34 [security-spire-config internal] load build context [2024-07-01T21:08:20.578Z] #34 transferring context: 25.04kB 0.1s done [2024-07-01T21:08:20.578Z] #34 DONE 0.5s [2024-07-01T21:08:20.578Z] [2024-07-01T21:08:20.578Z] #31 [security-spiffe-token-provider stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:20.843Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:20.843Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:20.843Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:20.843Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:20.843Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:20.843Z] #31 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-01T21:08:20.843Z] #31 ... [2024-07-01T21:08:20.843Z] [2024-07-01T21:08:20.843Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:20.843Z] #29 DONE 0.0s [2024-07-01T21:08:21.110Z] [2024-07-01T21:08:21.110Z] #35 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-01T21:08:21.110Z] #35 DONE 3.4s [2024-07-01T21:08:21.110Z] [2024-07-01T21:08:21.110Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:21.110Z] #36 ... [2024-07-01T21:08:21.110Z] [2024-07-01T21:08:21.110Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-01T21:08:21.110Z] #29 DONE 0.0s [2024-07-01T21:08:21.110Z] [2024-07-01T21:08:21.110Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-01T21:08:21.110Z] #32 DONE 2.0s [2024-07-01T21:08:21.110Z] [2024-07-01T21:08:21.110Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:22.074Z] #36 ... [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-01T21:08:22.074Z] #30 DONE 2.5s [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #35 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-01T21:08:22.074Z] #35 DONE 3.4s [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:22.074Z] #36 ... [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #35 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-01T21:08:22.074Z] #35 DONE 3.4s [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:08:22.074Z] #37 DONE 0.0s [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:22.074Z] #36 ... [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-01T21:08:22.074Z] #38 DONE 2.1s [2024-07-01T21:08:22.074Z] [2024-07-01T21:08:22.074Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:23.050Z] #36 ... [2024-07-01T21:08:23.050Z] [2024-07-01T21:08:23.050Z] #39 [security-spire-server internal] load build context [2024-07-01T21:08:23.050Z] #39 transferring context: 26.79kB 0.2s done [2024-07-01T21:08:23.050Z] #39 DONE 1.8s [2024-07-01T21:08:23.050Z] [2024-07-01T21:08:23.050Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:23.317Z] #36 ... [2024-07-01T21:08:23.317Z] [2024-07-01T21:08:23.317Z] #40 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-01T21:08:23.317Z] #40 DONE 2.6s [2024-07-01T21:08:23.317Z] [2024-07-01T21:08:23.317Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:23.317Z] #36 ... [2024-07-01T21:08:23.317Z] [2024-07-01T21:08:23.317Z] #31 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-01T21:08:23.317Z] #31 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-01T21:08:23.317Z] #31 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-01T21:08:23.317Z] #31 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-01T21:08:23.317Z] #31 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-01T21:08:23.317Z] #31 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-01T21:08:23.317Z] #31 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-01T21:08:23.317Z] #31 DONE 5.6s [2024-07-01T21:08:23.317Z] [2024-07-01T21:08:23.317Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:23.910Z] #36 ... [2024-07-01T21:08:23.910Z] [2024-07-01T21:08:23.910Z] #41 [security-spire-agent internal] load build context [2024-07-01T21:08:23.910Z] #41 transferring context: 26.32kB 0.2s done [2024-07-01T21:08:23.910Z] #41 DONE 1.8s [2024-07-01T21:08:23.910Z] [2024-07-01T21:08:23.910Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:29.250Z] #36 transferring context: 52.06MB 9.8s [2024-07-01T21:08:29.251Z] #36 ... [2024-07-01T21:08:29.251Z] [2024-07-01T21:08:29.251Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:29.516Z] #42 ... [2024-07-01T21:08:29.516Z] [2024-07-01T21:08:29.516Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:29.516Z] #43 ... [2024-07-01T21:08:29.516Z] [2024-07-01T21:08:29.516Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:29.783Z] #44 ... [2024-07-01T21:08:29.783Z] [2024-07-01T21:08:29.783Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:29.783Z] #33 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2024-07-01T21:08:29.783Z] #33 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-01T21:08:29.783Z] #33 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-07-01T21:08:29.783Z] #33 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-07-01T21:08:29.783Z] #33 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.7s done [2024-07-01T21:08:29.783Z] #33 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.7s done [2024-07-01T21:08:29.783Z] #33 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.8s done [2024-07-01T21:08:29.783Z] #33 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-01T21:08:29.783Z] #33 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.3s done [2024-07-01T21:08:29.783Z] #33 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-07-01T21:08:29.783Z] #33 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-07-01T21:08:29.783Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.1s [2024-07-01T21:08:29.783Z] #33 ... [2024-07-01T21:08:29.783Z] [2024-07-01T21:08:29.783Z] #45 [core-command internal] load build context [2024-07-01T21:08:29.783Z] #45 ... [2024-07-01T21:08:29.783Z] [2024-07-01T21:08:29.783Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:30.050Z] #46 ... [2024-07-01T21:08:30.050Z] [2024-07-01T21:08:30.050Z] #45 [core-command internal] load build context [2024-07-01T21:08:30.319Z] #45 ... [2024-07-01T21:08:30.319Z] [2024-07-01T21:08:30.319Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:30.319Z] #47 ... [2024-07-01T21:08:30.319Z] [2024-07-01T21:08:30.319Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:30.901Z] #33 ... [2024-07-01T21:08:30.901Z] [2024-07-01T21:08:30.901Z] #48 [core-data internal] load build context [2024-07-01T21:08:30.901Z] #48 ... [2024-07-01T21:08:30.901Z] [2024-07-01T21:08:30.901Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:31.863Z] #43 ... [2024-07-01T21:08:31.863Z] [2024-07-01T21:08:31.863Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:08:32.138Z] #49 ... [2024-07-01T21:08:32.138Z] [2024-07-01T21:08:32.138Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:08:32.138Z] #37 ... [2024-07-01T21:08:32.138Z] [2024-07-01T21:08:32.138Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:08:32.138Z] #50 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.2s done [2024-07-01T21:08:32.139Z] #50 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-01T21:08:32.139Z] #50 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-07-01T21:08:32.139Z] #50 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-07-01T21:08:32.139Z] #50 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.2s done [2024-07-01T21:08:32.139Z] #50 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 7.2s done [2024-07-01T21:08:32.139Z] #50 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-07-01T21:08:32.139Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c [2024-07-01T21:08:32.407Z] #50 ... [2024-07-01T21:08:32.407Z] [2024-07-01T21:08:32.407Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:08:32.407Z] #51 ... [2024-07-01T21:08:32.407Z] [2024-07-01T21:08:32.407Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:08:33.364Z] #49 ... [2024-07-01T21:08:33.364Z] [2024-07-01T21:08:33.364Z] #52 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T21:08:33.364Z] #0 8.600 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.364Z] #0 9.449 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.364Z] #52 ... [2024-07-01T21:08:33.364Z] [2024-07-01T21:08:33.364Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-01T21:08:33.364Z] #0 7.557 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.364Z] #0 8.652 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.364Z] #53 ... [2024-07-01T21:08:33.364Z] [2024-07-01T21:08:33.364Z] #54 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T21:08:33.364Z] #0 8.034 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.364Z] #0 8.911 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.630Z] #54 ... [2024-07-01T21:08:33.630Z] [2024-07-01T21:08:33.630Z] #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-01T21:08:33.630Z] #0 9.398 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:33.630Z] #55 ... [2024-07-01T21:08:33.630Z] [2024-07-01T21:08:33.630Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-01T21:08:33.896Z] #56 ... [2024-07-01T21:08:33.896Z] [2024-07-01T21:08:33.896Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:08:34.164Z] #49 ... [2024-07-01T21:08:34.164Z] [2024-07-01T21:08:34.164Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-01T21:08:34.164Z] #57 ... [2024-07-01T21:08:34.164Z] [2024-07-01T21:08:34.164Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:34.431Z] #44 transferring context: 35.66MB 14.8s [2024-07-01T21:08:34.431Z] #44 ... [2024-07-01T21:08:34.431Z] [2024-07-01T21:08:34.431Z] #58 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-01T21:08:34.696Z] #58 ... [2024-07-01T21:08:34.696Z] [2024-07-01T21:08:34.696Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-01T21:08:34.696Z] #59 ... [2024-07-01T21:08:34.696Z] [2024-07-01T21:08:34.696Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T21:08:34.962Z] #60 ... [2024-07-01T21:08:34.962Z] [2024-07-01T21:08:34.962Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-01T21:08:34.962Z] #61 ... [2024-07-01T21:08:34.962Z] [2024-07-01T21:08:34.962Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-01T21:08:35.234Z] #62 ... [2024-07-01T21:08:35.234Z] [2024-07-01T21:08:35.234Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-01T21:08:35.234Z] #63 ... [2024-07-01T21:08:35.234Z] [2024-07-01T21:08:35.234Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-01T21:08:35.234Z] #64 ... [2024-07-01T21:08:35.234Z] [2024-07-01T21:08:35.234Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:36.198Z] #44 ... [2024-07-01T21:08:36.198Z] [2024-07-01T21:08:36.198Z] #52 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T21:08:36.198Z] #52 11.50 OK: 266 MiB in 52 packages [2024-07-01T21:08:36.198Z] #52 DONE 13.6s [2024-07-01T21:08:36.198Z] [2024-07-01T21:08:36.198Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:38.150Z] #44 ... [2024-07-01T21:08:38.150Z] [2024-07-01T21:08:38.150Z] #54 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-01T21:08:38.150Z] #54 12.49 OK: 266 MiB in 52 packages [2024-07-01T21:08:38.150Z] #54 DONE 14.8s [2024-07-01T21:08:38.150Z] [2024-07-01T21:08:38.150Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:39.274Z] #44 ... [2024-07-01T21:08:39.274Z] [2024-07-01T21:08:39.274Z] #55 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-01T21:08:39.274Z] #55 10.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:39.274Z] #55 14.77 OK: 266 MiB in 52 packages [2024-07-01T21:08:39.274Z] #55 DONE 15.8s [2024-07-01T21:08:39.274Z] [2024-07-01T21:08:39.274Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:39.549Z] #44 ... [2024-07-01T21:08:39.549Z] [2024-07-01T21:08:39.549Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:39.549Z] #42 ... [2024-07-01T21:08:39.549Z] [2024-07-01T21:08:39.549Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:39.549Z] #36 transferring context: 68.28MB 21.0s [2024-07-01T21:08:39.826Z] #36 ... [2024-07-01T21:08:39.826Z] [2024-07-01T21:08:39.826Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:40.100Z] #44 ... [2024-07-01T21:08:40.100Z] [2024-07-01T21:08:40.100Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:40.100Z] #46 ... [2024-07-01T21:08:40.100Z] [2024-07-01T21:08:40.100Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:40.382Z] #42 ... [2024-07-01T21:08:40.382Z] [2024-07-01T21:08:40.382Z] #45 [core-command internal] load build context [2024-07-01T21:08:40.382Z] #45 ... [2024-07-01T21:08:40.382Z] [2024-07-01T21:08:40.382Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:40.656Z] #46 ... [2024-07-01T21:08:40.656Z] [2024-07-01T21:08:40.656Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:40.656Z] #47 ... [2024-07-01T21:08:40.656Z] [2024-07-01T21:08:40.656Z] #45 [core-command internal] load build context [2024-07-01T21:08:41.274Z] #45 ... [2024-07-01T21:08:41.274Z] [2024-07-01T21:08:41.274Z] #48 [core-data internal] load build context [2024-07-01T21:08:41.274Z] #48 ... [2024-07-01T21:08:41.274Z] [2024-07-01T21:08:41.274Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:41.274Z] #47 ... [2024-07-01T21:08:41.274Z] [2024-07-01T21:08:41.274Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:41.274Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.0s [2024-07-01T21:08:41.553Z] #33 ... [2024-07-01T21:08:41.553Z] [2024-07-01T21:08:41.553Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:42.592Z] #47 ... [2024-07-01T21:08:42.592Z] [2024-07-01T21:08:42.592Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:08:42.592Z] #37 ... [2024-07-01T21:08:42.592Z] [2024-07-01T21:08:42.592Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:42.592Z] #47 ... [2024-07-01T21:08:42.592Z] [2024-07-01T21:08:42.592Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:08:42.878Z] #51 ... [2024-07-01T21:08:42.878Z] [2024-07-01T21:08:42.878Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:42.878Z] #33 ... [2024-07-01T21:08:42.878Z] [2024-07-01T21:08:42.878Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:43.148Z] #43 ... [2024-07-01T21:08:43.148Z] [2024-07-01T21:08:43.148Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:43.148Z] #47 ... [2024-07-01T21:08:43.148Z] [2024-07-01T21:08:43.148Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:08:43.148Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 11.5s [2024-07-01T21:08:43.413Z] #50 ... [2024-07-01T21:08:43.413Z] [2024-07-01T21:08:43.413Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:44.014Z] #42 ... [2024-07-01T21:08:44.014Z] [2024-07-01T21:08:44.014Z] #58 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-01T21:08:44.014Z] #58 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.014Z] #58 12.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.014Z] #58 16.29 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:44.014Z] #58 16.32 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:44.014Z] #58 16.51 OK: 8 MiB in 16 packages [2024-07-01T21:08:44.014Z] #58 DONE 20.1s [2024-07-01T21:08:44.014Z] [2024-07-01T21:08:44.014Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:44.283Z] #42 ... [2024-07-01T21:08:44.283Z] [2024-07-01T21:08:44.283Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-01T21:08:44.283Z] #53 11.49 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T21:08:44.283Z] #53 11.49 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T21:08:44.283Z] #53 11.49 OK: 19951 distinct packages available [2024-07-01T21:08:44.283Z] #53 12.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.283Z] #53 13.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.283Z] #53 18.25 OK: 266 MiB in 52 packages [2024-07-01T21:08:44.283Z] #53 DONE 20.7s [2024-07-01T21:08:44.283Z] [2024-07-01T21:08:44.283Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:44.283Z] #42 ... [2024-07-01T21:08:44.283Z] [2024-07-01T21:08:44.283Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:08:44.554Z] #49 ... [2024-07-01T21:08:44.554Z] [2024-07-01T21:08:44.554Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:44.822Z] #33 ... [2024-07-01T21:08:44.822Z] [2024-07-01T21:08:44.822Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-01T21:08:44.822Z] #56 11.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.822Z] #56 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.822Z] #56 17.27 (1/2) Installing ca-certificates (20240226-r0) [2024-07-01T21:08:44.822Z] #56 17.51 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:44.822Z] #56 17.53 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:44.822Z] #56 17.67 Executing ca-certificates-20240226-r0.trigger [2024-07-01T21:08:44.822Z] #56 19.92 OK: 9 MiB in 17 packages [2024-07-01T21:08:44.822Z] #56 ... [2024-07-01T21:08:44.822Z] [2024-07-01T21:08:44.822Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-01T21:08:44.822Z] #57 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.822Z] #57 11.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:44.822Z] #57 16.56 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:08:44.822Z] #57 17.32 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:08:44.822Z] #57 17.54 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:44.822Z] #57 17.54 (4/6) Installing openssl (3.1.6-r0) [2024-07-01T21:08:44.822Z] #57 17.82 (5/6) Installing su-exec (0.2-r3) [2024-07-01T21:08:44.822Z] #57 17.85 (6/6) Installing yq (4.33.3-r5) [2024-07-01T21:08:44.822Z] #57 19.57 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:44.822Z] #57 19.72 OK: 18 MiB in 19 packages [2024-07-01T21:08:45.088Z] #57 ... [2024-07-01T21:08:45.088Z] [2024-07-01T21:08:45.088Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:45.671Z] #33 ... [2024-07-01T21:08:45.671Z] [2024-07-01T21:08:45.671Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-01T21:08:45.671Z] #56 DONE 22.0s [2024-07-01T21:08:45.671Z] [2024-07-01T21:08:45.671Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:45.938Z] #33 ... [2024-07-01T21:08:45.938Z] [2024-07-01T21:08:45.938Z] #57 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-01T21:08:45.938Z] #57 DONE 21.9s [2024-07-01T21:08:45.938Z] [2024-07-01T21:08:45.938Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:46.906Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.4s [2024-07-01T21:08:47.878Z] #33 ... [2024-07-01T21:08:47.878Z] [2024-07-01T21:08:47.878Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-01T21:08:47.878Z] #64 13.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:47.878Z] #64 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:47.878Z] #64 20.38 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:47.878Z] #64 20.41 (2/2) Installing su-exec (0.2-r3) [2024-07-01T21:08:47.878Z] #64 20.41 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:47.878Z] #64 20.64 OK: 8 MiB in 17 packages [2024-07-01T21:08:47.878Z] #64 DONE 22.8s [2024-07-01T21:08:47.878Z] [2024-07-01T21:08:47.878Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:47.878Z] #43 transferring context: 75.00MB 28.1s [2024-07-01T21:08:48.458Z] #43 ... [2024-07-01T21:08:48.458Z] [2024-07-01T21:08:48.458Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:49.421Z] #33 ... [2024-07-01T21:08:49.421Z] [2024-07-01T21:08:49.421Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-01T21:08:49.421Z] #61 14.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.421Z] #61 16.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.421Z] #61 23.14 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T21:08:49.421Z] #61 23.14 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T21:08:49.421Z] #61 23.14 OK: 19948 distinct packages available [2024-07-01T21:08:49.421Z] #61 24.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.686Z] #61 ... [2024-07-01T21:08:49.686Z] [2024-07-01T21:08:49.686Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:49.686Z] #43 ... [2024-07-01T21:08:49.686Z] [2024-07-01T21:08:49.686Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:49.952Z] #36 ... [2024-07-01T21:08:49.952Z] [2024-07-01T21:08:49.952Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T21:08:49.952Z] #60 15.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.952Z] #60 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.952Z] #60 22.44 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T21:08:49.952Z] #60 22.44 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T21:08:49.952Z] #60 22.44 OK: 19948 distinct packages available [2024-07-01T21:08:49.952Z] #60 23.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.952Z] #60 24.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:49.952Z] #60 ... [2024-07-01T21:08:49.952Z] [2024-07-01T21:08:49.952Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:50.231Z] #43 ... [2024-07-01T21:08:50.231Z] [2024-07-01T21:08:50.231Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-01T21:08:50.231Z] #59 17.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:50.231Z] #59 19.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:50.231Z] #59 24.09 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:50.231Z] #59 24.09 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:50.231Z] #59 24.15 OK: 8 MiB in 16 packages [2024-07-01T21:08:50.231Z] #59 DONE 25.7s [2024-07-01T21:08:50.231Z] [2024-07-01T21:08:50.231Z] #43 [support-scheduler internal] load build context [2024-07-01T21:08:50.231Z] #43 ... [2024-07-01T21:08:50.231Z] [2024-07-01T21:08:50.231Z] #44 [support-notifications internal] load build context [2024-07-01T21:08:50.502Z] #44 ... [2024-07-01T21:08:50.502Z] [2024-07-01T21:08:50.502Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:50.768Z] #33 ... [2024-07-01T21:08:50.768Z] [2024-07-01T21:08:50.768Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:50.768Z] #46 ... [2024-07-01T21:08:50.768Z] [2024-07-01T21:08:50.768Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:08:51.033Z] #36 ... [2024-07-01T21:08:51.033Z] [2024-07-01T21:08:51.033Z] #45 [core-command internal] load build context [2024-07-01T21:08:51.297Z] #45 ... [2024-07-01T21:08:51.297Z] [2024-07-01T21:08:51.297Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:51.297Z] #33 ... [2024-07-01T21:08:51.297Z] [2024-07-01T21:08:51.297Z] #48 [core-data internal] load build context [2024-07-01T21:08:51.564Z] #48 ... [2024-07-01T21:08:51.564Z] [2024-07-01T21:08:51.564Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:52.149Z] #46 ... [2024-07-01T21:08:52.149Z] [2024-07-01T21:08:52.149Z] #63 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-01T21:08:52.149Z] #63 17.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:52.149Z] #63 20.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:52.149Z] #63 23.15 (1/4) Installing ca-certificates (20240226-r0) [2024-07-01T21:08:52.149Z] #63 23.47 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:52.149Z] #63 23.47 (3/4) Installing su-exec (0.2-r3) [2024-07-01T21:08:52.149Z] #63 23.54 (4/4) Installing yq (4.33.3-r5) [2024-07-01T21:08:52.149Z] #63 24.40 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:52.149Z] #63 24.53 Executing ca-certificates-20240226-r0.trigger [2024-07-01T21:08:52.149Z] #63 25.64 OK: 18 MiB in 19 packages [2024-07-01T21:08:52.149Z] #63 DONE 27.4s [2024-07-01T21:08:52.149Z] [2024-07-01T21:08:52.149Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:52.730Z] #46 ... [2024-07-01T21:08:52.730Z] [2024-07-01T21:08:52.730Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:08:52.730Z] #37 ... [2024-07-01T21:08:52.730Z] [2024-07-01T21:08:52.730Z] #62 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-01T21:08:52.730Z] #62 18.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:52.730Z] #62 20.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:52.730Z] #62 24.69 v3.18.7-14-g42ba6d90066 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-01T21:08:52.730Z] #62 24.69 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-01T21:08:52.730Z] #62 24.69 OK: 19948 distinct packages available [2024-07-01T21:08:52.730Z] #62 25.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:52.730Z] #62 26.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:52.996Z] #62 ... [2024-07-01T21:08:52.996Z] [2024-07-01T21:08:52.996Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:08:52.996Z] #51 ... [2024-07-01T21:08:52.996Z] [2024-07-01T21:08:52.996Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T21:08:52.996Z] #60 28.37 (1/11) Installing ca-certificates (20240226-r0) [2024-07-01T21:08:53.267Z] #60 28.65 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-01T21:08:53.267Z] #60 28.65 (3/11) Installing libunistring (1.1-r1) [2024-07-01T21:08:53.535Z] #60 28.92 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-01T21:08:53.535Z] #60 28.92 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-01T21:08:53.535Z] #60 28.92 (6/11) Installing libcurl (8.5.0-r0) [2024-07-01T21:08:53.535Z] #60 28.92 (7/11) Installing curl (8.5.0-r0) [2024-07-01T21:08:53.535Z] #60 28.92 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:53.535Z] #60 28.92 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-01T21:08:53.535Z] #60 28.92 (10/11) Installing libucontext (1.2-r2) [2024-07-01T21:08:53.535Z] #60 28.92 (11/11) Installing gcompat (1.1.0-r1) [2024-07-01T21:08:53.535Z] #60 28.92 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:53.535Z] #60 ... [2024-07-01T21:08:53.535Z] [2024-07-01T21:08:53.535Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:08:53.535Z] #47 transferring context: 47.50MB 32.9s [2024-07-01T21:08:53.535Z] #47 ... [2024-07-01T21:08:53.535Z] [2024-07-01T21:08:53.535Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T21:08:53.535Z] #60 29.02 Executing ca-certificates-20240226-r0.trigger [2024-07-01T21:08:53.803Z] #60 ... [2024-07-01T21:08:53.803Z] [2024-07-01T21:08:53.803Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:08:53.803Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 21.8s [2024-07-01T21:08:53.803Z] #50 ... [2024-07-01T21:08:53.803Z] [2024-07-01T21:08:53.804Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:53.804Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 28.3s [2024-07-01T21:08:54.078Z] #33 ... [2024-07-01T21:08:54.078Z] [2024-07-01T21:08:54.078Z] #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-01T21:08:54.078Z] #0 7.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:54.078Z] #0 8.591 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:54.078Z] #65 ... [2024-07-01T21:08:54.078Z] [2024-07-01T21:08:54.078Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:08:54.344Z] #50 ... [2024-07-01T21:08:54.344Z] [2024-07-01T21:08:54.344Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-01T21:08:54.344Z] #61 25.36 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:54.344Z] #61 28.44 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:54.344Z] #61 28.59 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-01T21:08:54.344Z] #61 28.59 (3/4) Installing libucontext (1.2-r2) [2024-07-01T21:08:54.344Z] #61 28.59 (4/4) Installing gcompat (1.1.0-r1) [2024-07-01T21:08:54.344Z] #61 28.59 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:54.344Z] #61 28.95 OK: 8 MiB in 19 packages [2024-07-01T21:08:54.344Z] #61 DONE 29.7s [2024-07-01T21:08:54.344Z] [2024-07-01T21:08:54.344Z] #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-01T21:08:54.642Z] #66 ... [2024-07-01T21:08:54.642Z] [2024-07-01T21:08:54.642Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:08:54.642Z] #42 ... [2024-07-01T21:08:54.642Z] [2024-07-01T21:08:54.642Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:08:54.910Z] #49 ... [2024-07-01T21:08:54.910Z] [2024-07-01T21:08:54.910Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:55.866Z] #33 ... [2024-07-01T21:08:55.866Z] [2024-07-01T21:08:55.866Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-01T21:08:55.866Z] #60 29.69 OK: 13 MiB in 26 packages [2024-07-01T21:08:55.866Z] #60 DONE 31.2s [2024-07-01T21:08:55.866Z] [2024-07-01T21:08:55.866Z] #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:08:55.866Z] #0 9.893 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:55.866Z] #67 ... [2024-07-01T21:08:55.866Z] [2024-07-01T21:08:55.866Z] #65 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-01T21:08:55.866Z] #65 11.65 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:08:55.866Z] #65 11.76 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:08:55.866Z] #65 11.76 OK: 8 MiB in 16 packages [2024-07-01T21:08:56.133Z] #65 ... [2024-07-01T21:08:56.133Z] [2024-07-01T21:08:56.133Z] #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-01T21:08:56.133Z] #0 8.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:56.133Z] #0 9.867 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:56.133Z] #68 ... [2024-07-01T21:08:56.133Z] [2024-07-01T21:08:56.133Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:57.098Z] #33 ... [2024-07-01T21:08:57.098Z] [2024-07-01T21:08:57.098Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-01T21:08:57.098Z] #62 29.99 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:08:57.098Z] #62 30.32 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:08:57.098Z] #62 30.41 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-01T21:08:57.098Z] #62 30.41 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-01T21:08:57.098Z] #62 30.41 (5/7) Installing libucontext (1.2-r2) [2024-07-01T21:08:57.098Z] #62 30.45 (6/7) Installing gcompat (1.1.0-r1) [2024-07-01T21:08:57.099Z] #62 30.45 (7/7) Installing openssl (3.1.6-r0) [2024-07-01T21:08:57.099Z] #62 30.60 Executing busybox-1.36.1-r7.trigger [2024-07-01T21:08:57.099Z] #62 30.74 OK: 9 MiB in 20 packages [2024-07-01T21:08:57.099Z] #62 DONE 32.4s [2024-07-01T21:08:57.099Z] [2024-07-01T21:08:57.099Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:57.099Z] #33 ... [2024-07-01T21:08:57.099Z] [2024-07-01T21:08:57.099Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-01T21:08:57.099Z] #65 DONE 14.1s [2024-07-01T21:08:57.099Z] [2024-07-01T21:08:57.099Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:57.683Z] #33 ... [2024-07-01T21:08:57.683Z] [2024-07-01T21:08:57.683Z] #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-01T21:08:57.683Z] #0 7.703 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:57.683Z] #0 8.905 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:08:57.683Z] #69 ... [2024-07-01T21:08:57.683Z] [2024-07-01T21:08:57.683Z] #48 [core-data internal] load build context [2024-07-01T21:08:58.271Z] #48 ... [2024-07-01T21:08:58.271Z] [2024-07-01T21:08:58.271Z] #46 [core-metadata internal] load build context [2024-07-01T21:08:58.271Z] #46 ... [2024-07-01T21:08:58.271Z] [2024-07-01T21:08:58.271Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:08:58.540Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 33.4s [2024-07-01T21:08:59.122Z] #33 ... [2024-07-01T21:08:59.122Z] [2024-07-01T21:08:59.122Z] #68 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-01T21:08:59.122Z] #68 12.20 OK: 18 MiB in 19 packages [2024-07-01T21:08:59.122Z] #68 DONE 13.2s [2024-07-01T21:08:59.122Z] [2024-07-01T21:08:59.122Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:09:00.079Z] #33 ... [2024-07-01T21:09:00.080Z] [2024-07-01T21:09:00.080Z] #69 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-01T21:09:00.080Z] #69 10.99 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:00.080Z] #69 11.39 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:00.080Z] #69 11.39 OK: 8 MiB in 17 packages [2024-07-01T21:09:00.080Z] #69 DONE 12.6s [2024-07-01T21:09:00.362Z] [2024-07-01T21:09:00.362Z] #48 [core-data internal] load build context [2024-07-01T21:09:00.362Z] #48 transferring context: 93.32MB 38.6s [2024-07-01T21:09:00.362Z] #48 ... [2024-07-01T21:09:00.362Z] [2024-07-01T21:09:00.362Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:00.627Z] #43 ... [2024-07-01T21:09:00.627Z] [2024-07-01T21:09:00.627Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:09:00.627Z] #0 8.683 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:00.627Z] #0 9.640 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:00.627Z] #70 ... [2024-07-01T21:09:00.627Z] [2024-07-01T21:09:00.627Z] #44 [support-notifications internal] load build context [2024-07-01T21:09:00.893Z] #44 ... [2024-07-01T21:09:00.893Z] [2024-07-01T21:09:00.893Z] #48 [core-data internal] load build context [2024-07-01T21:09:01.158Z] #48 ... [2024-07-01T21:09:01.158Z] [2024-07-01T21:09:01.158Z] #71 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-01T21:09:01.158Z] #71 DONE 1.9s [2024-07-01T21:09:01.158Z] [2024-07-01T21:09:01.158Z] #48 [core-data internal] load build context [2024-07-01T21:09:01.158Z] #48 ... [2024-07-01T21:09:01.158Z] [2024-07-01T21:09:01.158Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:09:01.434Z] #36 ... [2024-07-01T21:09:01.434Z] [2024-07-01T21:09:01.434Z] #45 [core-command internal] load build context [2024-07-01T21:09:01.434Z] #45 ... [2024-07-01T21:09:01.434Z] [2024-07-01T21:09:01.434Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:09:01.701Z] #33 ... [2024-07-01T21:09:01.701Z] [2024-07-01T21:09:01.701Z] #67 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:09:01.701Z] #67 10.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:01.701Z] #67 13.73 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:01.701Z] #67 13.81 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:01.701Z] #67 13.84 Executing ca-certificates-20240226-r0.trigger [2024-07-01T21:09:01.701Z] #67 14.66 OK: 9 MiB in 17 packages [2024-07-01T21:09:01.701Z] #67 DONE 15.9s [2024-07-01T21:09:01.970Z] [2024-07-01T21:09:01.970Z] #45 [core-command internal] load build context [2024-07-01T21:09:02.236Z] #45 ... [2024-07-01T21:09:02.236Z] [2024-07-01T21:09:02.236Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-01T21:09:02.236Z] #0 8.920 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:02.236Z] #0 9.733 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:02.236Z] #72 ... [2024-07-01T21:09:02.236Z] [2024-07-01T21:09:02.236Z] #45 [core-command internal] load build context [2024-07-01T21:09:02.820Z] #45 ... [2024-07-01T21:09:02.820Z] [2024-07-01T21:09:02.820Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:02.820Z] #37 ... [2024-07-01T21:09:02.820Z] [2024-07-01T21:09:02.820Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:03.406Z] #43 ... [2024-07-01T21:09:03.406Z] [2024-07-01T21:09:03.406Z] #70 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:09:03.406Z] #70 11.25 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:03.406Z] #70 11.54 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:03.406Z] #70 11.54 OK: 8 MiB in 16 packages [2024-07-01T21:09:03.406Z] #70 DONE 12.3s [2024-07-01T21:09:03.406Z] [2024-07-01T21:09:03.406Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:03.406Z] #43 ... [2024-07-01T21:09:03.406Z] [2024-07-01T21:09:03.406Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:03.406Z] #51 ... [2024-07-01T21:09:03.406Z] [2024-07-01T21:09:03.406Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:03.671Z] #43 ... [2024-07-01T21:09:03.671Z] [2024-07-01T21:09:03.671Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:03.936Z] #47 ... [2024-07-01T21:09:03.936Z] [2024-07-01T21:09:03.936Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:04.893Z] #43 ... [2024-07-01T21:09:04.893Z] [2024-07-01T21:09:04.894Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-01T21:09:04.894Z] #72 11.20 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:04.894Z] #72 11.28 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:04.894Z] #72 11.28 Executing ca-certificates-20240226-r0.trigger [2024-07-01T21:09:04.894Z] #72 11.58 OK: 18 MiB in 19 packages [2024-07-01T21:09:04.894Z] #72 DONE 12.6s [2024-07-01T21:09:04.894Z] [2024-07-01T21:09:04.894Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:04.894Z] #43 ... [2024-07-01T21:09:04.894Z] [2024-07-01T21:09:04.894Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:04.894Z] #42 ... [2024-07-01T21:09:04.894Z] [2024-07-01T21:09:04.894Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:09:04.894Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 33.2s [2024-07-01T21:09:05.160Z] #50 ... [2024-07-01T21:09:05.160Z] [2024-07-01T21:09:05.160Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:05.160Z] #49 ... [2024-07-01T21:09:05.160Z] [2024-07-01T21:09:05.160Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:05.160Z] #42 transferring context: 86.35MB 45.6s [2024-07-01T21:09:07.150Z] #42 ... [2024-07-01T21:09:07.150Z] [2024-07-01T21:09:07.150Z] #73 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-01T21:09:07.150Z] #73 DONE 6.2s [2024-07-01T21:09:07.150Z] [2024-07-01T21:09:07.150Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:07.150Z] #42 ... [2024-07-01T21:09:07.150Z] [2024-07-01T21:09:07.150Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:09:07.151Z] #0 8.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:07.151Z] #0 9.914 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:07.151Z] #74 ... [2024-07-01T21:09:07.151Z] [2024-07-01T21:09:07.151Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:07.151Z] #42 ... [2024-07-01T21:09:07.151Z] [2024-07-01T21:09:07.151Z] #75 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-01T21:09:07.151Z] #0 6.925 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:07.151Z] #0 7.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:07.151Z] #0 9.220 OK: 9 MiB in 20 packages [2024-07-01T21:09:07.421Z] #75 ... [2024-07-01T21:09:07.421Z] [2024-07-01T21:09:07.421Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:07.690Z] #42 ... [2024-07-01T21:09:07.690Z] [2024-07-01T21:09:07.690Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-01T21:09:07.690Z] #75 DONE 10.5s [2024-07-01T21:09:07.690Z] [2024-07-01T21:09:07.690Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:07.955Z] #42 ... [2024-07-01T21:09:07.955Z] [2024-07-01T21:09:07.955Z] #66 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-01T21:09:07.955Z] #66 9.700 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:07.955Z] #66 10.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-01T21:09:07.955Z] #66 11.98 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:07.955Z] #66 12.22 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:07.955Z] #66 12.29 OK: 8 MiB in 19 packages [2024-07-01T21:09:07.955Z] #66 DONE 13.8s [2024-07-01T21:09:08.221Z] [2024-07-01T21:09:08.221Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:09:08.221Z] #74 11.17 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:08.221Z] #74 11.32 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-01T21:09:08.221Z] #74 11.36 Executing ca-certificates-20240226-r0.trigger [2024-07-01T21:09:08.487Z] #74 11.63 OK: 13 MiB in 26 packages [2024-07-01T21:09:08.487Z] #74 ... [2024-07-01T21:09:08.487Z] [2024-07-01T21:09:08.487Z] #46 [core-metadata internal] load build context [2024-07-01T21:09:08.487Z] #46 ... [2024-07-01T21:09:08.487Z] [2024-07-01T21:09:08.487Z] #76 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-01T21:09:08.487Z] #76 DONE 1.6s [2024-07-01T21:09:08.487Z] [2024-07-01T21:09:08.487Z] #46 [core-metadata internal] load build context [2024-07-01T21:09:08.487Z] #46 ... [2024-07-01T21:09:08.487Z] [2024-07-01T21:09:08.487Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:09.069Z] #42 ... [2024-07-01T21:09:09.069Z] [2024-07-01T21:09:09.069Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-01T21:09:09.069Z] #74 DONE 12.4s [2024-07-01T21:09:09.069Z] [2024-07-01T21:09:09.069Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:10.477Z] #42 transferring context: 102.47MB 50.7s [2024-07-01T21:09:11.055Z] #42 ... [2024-07-01T21:09:11.055Z] [2024-07-01T21:09:11.055Z] #44 [support-notifications internal] load build context [2024-07-01T21:09:11.055Z] #44 ... [2024-07-01T21:09:11.055Z] [2024-07-01T21:09:11.055Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:11.320Z] #42 ... [2024-07-01T21:09:11.320Z] [2024-07-01T21:09:11.320Z] #48 [core-data internal] load build context [2024-07-01T21:09:11.586Z] #48 ... [2024-07-01T21:09:11.586Z] [2024-07-01T21:09:11.586Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:09:11.586Z] #36 ... [2024-07-01T21:09:11.586Z] [2024-07-01T21:09:11.586Z] #48 [core-data internal] load build context [2024-07-01T21:09:11.859Z] #48 ... [2024-07-01T21:09:11.859Z] [2024-07-01T21:09:11.859Z] #33 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:09:11.859Z] #33 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 45.1s done [2024-07-01T21:09:12.123Z] #33 ... [2024-07-01T21:09:12.123Z] [2024-07-01T21:09:12.123Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:09:12.702Z] #36 ... [2024-07-01T21:09:12.702Z] [2024-07-01T21:09:12.703Z] #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-01T21:09:12.703Z] #77 DONE 1.8s [2024-07-01T21:09:12.703Z] [2024-07-01T21:09:12.703Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:09:12.971Z] #36 ... [2024-07-01T21:09:12.971Z] [2024-07-01T21:09:12.971Z] #45 [core-command internal] load build context [2024-07-01T21:09:13.235Z] #45 ... [2024-07-01T21:09:13.235Z] [2024-07-01T21:09:13.235Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:13.235Z] #37 ... [2024-07-01T21:09:13.235Z] [2024-07-01T21:09:13.235Z] #45 [core-command internal] load build context [2024-07-01T21:09:13.825Z] #45 ... [2024-07-01T21:09:13.825Z] [2024-07-01T21:09:13.825Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:13.825Z] #51 ... [2024-07-01T21:09:13.825Z] [2024-07-01T21:09:13.825Z] #45 [core-command internal] load build context [2024-07-01T21:09:14.091Z] #45 ... [2024-07-01T21:09:14.091Z] [2024-07-01T21:09:14.091Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:14.091Z] #47 ... [2024-07-01T21:09:14.091Z] [2024-07-01T21:09:14.091Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:15.048Z] #51 ... [2024-07-01T21:09:15.048Z] [2024-07-01T21:09:15.048Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:15.048Z] #43 ... [2024-07-01T21:09:15.048Z] [2024-07-01T21:09:15.048Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:15.048Z] #51 ... [2024-07-01T21:09:15.048Z] [2024-07-01T21:09:15.048Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:09:15.048Z] #50 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 34.1s done [2024-07-01T21:09:15.048Z] #50 ... [2024-07-01T21:09:15.048Z] [2024-07-01T21:09:15.048Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:15.318Z] #43 ... [2024-07-01T21:09:15.318Z] [2024-07-01T21:09:15.318Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:15.318Z] #49 ... [2024-07-01T21:09:15.318Z] [2024-07-01T21:09:15.318Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:15.318Z] #43 transferring context: 156.13MB 55.7s [2024-07-01T21:09:16.775Z] #43 ... [2024-07-01T21:09:16.775Z] [2024-07-01T21:09:16.775Z] #78 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T21:09:16.775Z] #78 DONE 2.4s [2024-07-01T21:09:16.775Z] [2024-07-01T21:09:16.775Z] #79 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T21:09:16.775Z] #79 DONE 2.4s [2024-07-01T21:09:16.775Z] [2024-07-01T21:09:16.775Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:17.040Z] #43 ... [2024-07-01T21:09:17.040Z] [2024-07-01T21:09:17.040Z] #80 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-01T21:09:17.040Z] #80 DONE 0.5s [2024-07-01T21:09:17.040Z] [2024-07-01T21:09:17.040Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:17.624Z] #43 ... [2024-07-01T21:09:17.624Z] [2024-07-01T21:09:17.624Z] #81 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-01T21:09:17.624Z] #81 DONE 0.9s [2024-07-01T21:09:17.624Z] [2024-07-01T21:09:17.624Z] #82 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-01T21:09:17.624Z] #82 DONE 3.0s [2024-07-01T21:09:17.624Z] [2024-07-01T21:09:17.624Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:18.212Z] #43 ... [2024-07-01T21:09:18.212Z] [2024-07-01T21:09:18.212Z] #83 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-01T21:09:18.212Z] #83 DONE 0.8s [2024-07-01T21:09:18.212Z] [2024-07-01T21:09:18.212Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:18.813Z] #43 ... [2024-07-01T21:09:18.813Z] [2024-07-01T21:09:18.813Z] #46 [core-metadata internal] load build context [2024-07-01T21:09:18.813Z] #46 ... [2024-07-01T21:09:18.813Z] [2024-07-01T21:09:18.813Z] #84 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-01T21:09:18.813Z] #84 DONE 1.1s [2024-07-01T21:09:18.813Z] [2024-07-01T21:09:18.813Z] #46 [core-metadata internal] load build context [2024-07-01T21:09:18.813Z] #46 ... [2024-07-01T21:09:18.813Z] [2024-07-01T21:09:18.813Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:19.080Z] #43 ... [2024-07-01T21:09:19.080Z] [2024-07-01T21:09:19.080Z] #85 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-01T21:09:19.080Z] #85 DONE 1.3s [2024-07-01T21:09:19.080Z] [2024-07-01T21:09:19.080Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:19.665Z] #43 ... [2024-07-01T21:09:19.666Z] [2024-07-01T21:09:19.666Z] #86 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-01T21:09:19.666Z] #86 DONE 1.4s [2024-07-01T21:09:19.666Z] [2024-07-01T21:09:19.666Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:19.933Z] #43 ... [2024-07-01T21:09:19.933Z] [2024-07-01T21:09:19.933Z] #87 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-01T21:09:19.933Z] #87 DONE 1.0s [2024-07-01T21:09:19.933Z] [2024-07-01T21:09:19.933Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:20.199Z] #43 ... [2024-07-01T21:09:20.199Z] [2024-07-01T21:09:20.199Z] #88 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-01T21:09:20.199Z] #88 DONE 1.0s [2024-07-01T21:09:20.199Z] [2024-07-01T21:09:20.199Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:20.468Z] #43 transferring context: 181.30MB 60.7s [2024-07-01T21:09:20.737Z] #43 ... [2024-07-01T21:09:20.737Z] [2024-07-01T21:09:20.737Z] #89 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-01T21:09:20.737Z] #89 DONE 0.8s [2024-07-01T21:09:20.737Z] [2024-07-01T21:09:20.737Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:21.317Z] #43 ... [2024-07-01T21:09:21.317Z] [2024-07-01T21:09:21.317Z] #44 [support-notifications internal] load build context [2024-07-01T21:09:21.317Z] #44 ... [2024-07-01T21:09:21.317Z] [2024-07-01T21:09:21.317Z] #90 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-01T21:09:21.317Z] #90 DONE 1.1s [2024-07-01T21:09:21.317Z] [2024-07-01T21:09:21.317Z] #44 [support-notifications internal] load build context [2024-07-01T21:09:21.317Z] #44 ... [2024-07-01T21:09:21.317Z] [2024-07-01T21:09:21.317Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:21.317Z] #49 ... [2024-07-01T21:09:21.317Z] [2024-07-01T21:09:21.317Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:21.591Z] #42 ... [2024-07-01T21:09:21.591Z] [2024-07-01T21:09:21.591Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:21.591Z] #49 ... [2024-07-01T21:09:21.591Z] [2024-07-01T21:09:21.591Z] #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-01T21:09:21.591Z] #91 DONE 1.5s [2024-07-01T21:09:21.591Z] [2024-07-01T21:09:21.591Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:21.855Z] #49 ... [2024-07-01T21:09:21.855Z] [2024-07-01T21:09:21.855Z] #92 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-01T21:09:21.855Z] #92 DONE 1.1s [2024-07-01T21:09:21.855Z] [2024-07-01T21:09:21.855Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:22.141Z] #49 ... [2024-07-01T21:09:22.141Z] [2024-07-01T21:09:22.141Z] #48 [core-data internal] load build context [2024-07-01T21:09:22.141Z] #48 ... [2024-07-01T21:09:22.141Z] [2024-07-01T21:09:22.141Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:23.100Z] #49 ... [2024-07-01T21:09:23.100Z] [2024-07-01T21:09:23.100Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-01T21:09:23.100Z] #93 DONE 1.3s [2024-07-01T21:09:23.100Z] [2024-07-01T21:09:23.100Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:23.100Z] #49 ... [2024-07-01T21:09:23.100Z] [2024-07-01T21:09:23.100Z] #94 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-01T21:09:23.100Z] #94 DONE 1.7s [2024-07-01T21:09:23.100Z] [2024-07-01T21:09:23.100Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:23.365Z] #49 ... [2024-07-01T21:09:23.365Z] [2024-07-01T21:09:23.365Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:09:23.365Z] #36 ... [2024-07-01T21:09:23.365Z] [2024-07-01T21:09:23.365Z] #48 [core-data internal] load build context [2024-07-01T21:09:23.365Z] #48 ... [2024-07-01T21:09:23.365Z] [2024-07-01T21:09:23.365Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:23.646Z] #37 ... [2024-07-01T21:09:23.646Z] [2024-07-01T21:09:23.646Z] #48 [core-data internal] load build context [2024-07-01T21:09:24.233Z] #48 ... [2024-07-01T21:09:24.233Z] [2024-07-01T21:09:24.233Z] #45 [core-command internal] load build context [2024-07-01T21:09:24.233Z] #45 ... [2024-07-01T21:09:24.233Z] [2024-07-01T21:09:24.233Z] #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-01T21:09:24.233Z] #95 DONE 1.1s [2024-07-01T21:09:24.233Z] [2024-07-01T21:09:24.233Z] #45 [core-command internal] load build context [2024-07-01T21:09:24.233Z] #45 ... [2024-07-01T21:09:24.233Z] [2024-07-01T21:09:24.233Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:24.233Z] #47 ... [2024-07-01T21:09:24.233Z] [2024-07-01T21:09:24.233Z] #45 [core-command internal] load build context [2024-07-01T21:09:25.193Z] #45 ... [2024-07-01T21:09:25.193Z] [2024-07-01T21:09:25.193Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:25.193Z] #51 ... [2024-07-01T21:09:25.193Z] [2024-07-01T21:09:25.193Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:25.785Z] #49 transferring context: 165.95MB 62.4s [2024-07-01T21:09:29.130Z] #49 ... [2024-07-01T21:09:29.130Z] [2024-07-01T21:09:29.130Z] #46 [core-metadata internal] load build context [2024-07-01T21:09:29.130Z] #46 transferring context: 228.08MB 68.1s done [2024-07-01T21:09:29.130Z] #46 ... [2024-07-01T21:09:29.130Z] [2024-07-01T21:09:29.130Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:29.130Z] #49 ... [2024-07-01T21:09:29.130Z] [2024-07-01T21:09:29.130Z] #48 [core-data internal] load build context [2024-07-01T21:09:29.130Z] #48 transferring context: 228.08MB 66.9s done [2024-07-01T21:09:29.130Z] #48 DONE 68.4s [2024-07-01T21:09:29.130Z] [2024-07-01T21:09:29.130Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:29.401Z] #49 ... [2024-07-01T21:09:29.401Z] [2024-07-01T21:09:29.401Z] #46 [core-metadata internal] load build context [2024-07-01T21:09:29.401Z] #46 DONE 69.4s [2024-07-01T21:09:29.401Z] [2024-07-01T21:09:29.401Z] #96 [security-spire-config] exporting to image [2024-07-01T21:09:29.401Z] #96 exporting layers 4.6s done [2024-07-01T21:09:29.401Z] #96 writing image sha256:f0bb0a1d8f3b28e752987922c4fc26f1e6a110b1931a856abd2819d32a22b4ea done [2024-07-01T21:09:29.401Z] #96 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-01T21:09:29.401Z] #96 writing image sha256:b182484af2884049b1a75bca78b41a75e2ddc7d68b98000636aa2791830e8af5 0.2s done [2024-07-01T21:09:29.401Z] #96 naming to docker.io/library/security-spire-agent-arm64 done [2024-07-01T21:09:29.401Z] #96 writing image sha256:dfdfb03c1a0d6b41d8550450a165ecde9f9650a1d2e3b95b4f8a6b589676d0e8 done [2024-07-01T21:09:29.401Z] #96 naming to docker.io/library/security-spire-config-arm64 done [2024-07-01T21:09:29.401Z] #96 DONE 7.4s [2024-07-01T21:09:29.401Z] [2024-07-01T21:09:29.401Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:30.377Z] #49 ... [2024-07-01T21:09:30.377Z] [2024-07-01T21:09:30.377Z] #43 [support-scheduler internal] load build context [2024-07-01T21:09:30.377Z] #43 transferring context: 228.08MB 70.4s done [2024-07-01T21:09:30.377Z] #43 DONE 70.9s [2024-07-01T21:09:30.377Z] [2024-07-01T21:09:30.377Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:30.966Z] #49 ... [2024-07-01T21:09:30.966Z] [2024-07-01T21:09:30.966Z] #97 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:09:30.966Z] #97 DONE 1.5s [2024-07-01T21:09:30.966Z] [2024-07-01T21:09:30.966Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:30.966Z] #49 ... [2024-07-01T21:09:30.966Z] [2024-07-01T21:09:30.966Z] #36 [core-common-config-bootstrapper internal] load build context [2024-07-01T21:09:30.966Z] #36 transferring context: 228.08MB 72.2s done [2024-07-01T21:09:30.966Z] #36 DONE 72.4s [2024-07-01T21:09:30.966Z] [2024-07-01T21:09:30.966Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:31.555Z] #49 ... [2024-07-01T21:09:31.555Z] [2024-07-01T21:09:31.555Z] #44 [support-notifications internal] load build context [2024-07-01T21:09:31.555Z] #44 ... [2024-07-01T21:09:31.555Z] [2024-07-01T21:09:31.555Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:31.823Z] #42 ... [2024-07-01T21:09:31.823Z] [2024-07-01T21:09:31.823Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:33.779Z] #49 ... [2024-07-01T21:09:33.779Z] [2024-07-01T21:09:33.779Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:33.779Z] #37 ... [2024-07-01T21:09:33.779Z] [2024-07-01T21:09:33.779Z] #49 [security-secretstore-setup internal] load build context [2024-07-01T21:09:33.779Z] #49 transferring context: 228.08MB 70.7s done [2024-07-01T21:09:34.057Z] #49 DONE 72.0s [2024-07-01T21:09:34.057Z] [2024-07-01T21:09:34.057Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:34.639Z] #37 ... [2024-07-01T21:09:34.639Z] [2024-07-01T21:09:34.639Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:34.639Z] #47 ... [2024-07-01T21:09:34.639Z] [2024-07-01T21:09:34.639Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:34.906Z] #37 ... [2024-07-01T21:09:34.906Z] [2024-07-01T21:09:34.906Z] #98 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:09:34.906Z] #98 DONE 0.8s [2024-07-01T21:09:34.906Z] [2024-07-01T21:09:34.906Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:35.171Z] #37 ... [2024-07-01T21:09:35.171Z] [2024-07-01T21:09:35.171Z] #45 [core-command internal] load build context [2024-07-01T21:09:35.455Z] #45 ... [2024-07-01T21:09:35.455Z] [2024-07-01T21:09:35.455Z] #44 [support-notifications internal] load build context [2024-07-01T21:09:35.455Z] #44 transferring context: 228.08MB 75.6s done [2024-07-01T21:09:35.455Z] #44 DONE 75.9s [2024-07-01T21:09:35.455Z] [2024-07-01T21:09:35.455Z] #45 [core-command internal] load build context [2024-07-01T21:09:35.455Z] #45 transferring context: 228.08MB 75.3s done [2024-07-01T21:09:35.455Z] #45 ... [2024-07-01T21:09:35.455Z] [2024-07-01T21:09:35.455Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:35.455Z] #51 ... [2024-07-01T21:09:35.455Z] [2024-07-01T21:09:35.455Z] #45 [core-command internal] load build context [2024-07-01T21:09:35.455Z] #45 DONE 75.8s [2024-07-01T21:09:35.455Z] [2024-07-01T21:09:35.455Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:35.455Z] #51 ... [2024-07-01T21:09:35.455Z] [2024-07-01T21:09:35.455Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:36.417Z] #47 ... [2024-07-01T21:09:36.417Z] [2024-07-01T21:09:36.417Z] #99 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:09:36.417Z] #99 DONE 0.7s [2024-07-01T21:09:36.417Z] [2024-07-01T21:09:36.417Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:37.378Z] #47 ... [2024-07-01T21:09:37.378Z] [2024-07-01T21:09:37.378Z] #42 [security-bootstrapper internal] load build context [2024-07-01T21:09:37.378Z] #42 transferring context: 228.08MB 77.5s done [2024-07-01T21:09:37.378Z] #42 DONE 77.9s [2024-07-01T21:09:37.378Z] [2024-07-01T21:09:37.378Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:37.378Z] #47 ... [2024-07-01T21:09:37.378Z] [2024-07-01T21:09:37.378Z] #37 [security-proxy-auth internal] load build context [2024-07-01T21:09:37.378Z] #37 transferring context: 228.08MB 74.1s done [2024-07-01T21:09:37.378Z] #37 DONE 75.4s [2024-07-01T21:09:37.378Z] [2024-07-01T21:09:37.378Z] #47 [security-spiffe-token-provider internal] load build context [2024-07-01T21:09:39.332Z] #47 transferring context: 228.08MB 78.3s done [2024-07-01T21:09:39.332Z] #47 DONE 78.7s [2024-07-01T21:09:39.332Z] [2024-07-01T21:09:39.332Z] #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:09:39.332Z] #100 DONE 0.5s [2024-07-01T21:09:39.332Z] [2024-07-01T21:09:39.332Z] #101 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:09:41.268Z] #101 ... [2024-07-01T21:09:41.268Z] [2024-07-01T21:09:41.268Z] #51 [security-proxy-setup internal] load build context [2024-07-01T21:09:41.268Z] #51 transferring context: 228.08MB 77.5s done [2024-07-01T21:09:41.268Z] #51 DONE 78.8s [2024-07-01T21:09:41.268Z] [2024-07-01T21:09:41.269Z] #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:09:41.269Z] #102 ... [2024-07-01T21:09:41.269Z] [2024-07-01T21:09:41.269Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:09:45.511Z] #103 ... [2024-07-01T21:09:45.511Z] [2024-07-01T21:09:45.511Z] #104 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #104 DONE 61.5s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #102 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #102 DONE 65.4s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #105 [core-metadata builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #105 ... [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #101 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #101 DONE 57.1s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #103 DONE 60.1s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #106 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #106 ... [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #107 [security-secretstore-setup builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #107 DONE 3.4s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #108 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #108 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #109 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #109 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #110 [security-proxy-auth builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #110 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #111 [core-data builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #111 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #112 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #112 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #113 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #113 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #114 [security-proxy-setup builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #114 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #115 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #115 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #116 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #116 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #105 [core-metadata builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #105 DONE 3.4s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #117 [support-notifications builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #117 DONE 3.3s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #118 [core-command builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #118 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #119 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #120 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #121 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #121 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #122 [support-scheduler builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #122 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #123 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #123 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #124 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #124 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #125 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #126 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #106 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #106 DONE 3.4s [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-01T21:10:41.919Z] #127 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #128 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-01T21:10:41.919Z] #128 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #129 [security-bootstrapper builder 6/7] COPY . . [2024-07-01T21:10:41.919Z] #129 CACHED [2024-07-01T21:10:41.919Z] [2024-07-01T21:10:41.919Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-01T21:10:45.245Z] #130 ... [2024-07-01T21:10:45.245Z] [2024-07-01T21:10:45.245Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-01T21:10:45.245Z] #0 4.714 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:10:45.509Z] #131 ... [2024-07-01T21:10:45.509Z] [2024-07-01T21:10:45.509Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-01T21:10:45.509Z] #130 5.576 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:10:50.882Z] #130 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-01T21:10:50.882Z] #0 3.975 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-01T21:10:50.882Z] #132 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:10:50.882Z] #0 4.061 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-01T21:10:50.882Z] #133 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-01T21:10:50.882Z] #0 5.201 go build -tags " non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:10:50.882Z] #134 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-01T21:10:50.882Z] #0 5.573 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-01T21:10:50.882Z] #135 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:10:50.882Z] #0 4.270 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-01T21:10:50.882Z] #136 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-01T21:10:50.882Z] #0 5.446 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-01T21:10:50.882Z] #137 ... [2024-07-01T21:10:50.882Z] [2024-07-01T21:10:50.882Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-01T21:10:50.882Z] #0 5.200 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-01T21:10:51.163Z] #138 ... [2024-07-01T21:10:51.163Z] [2024-07-01T21:10:51.163Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-01T21:10:51.163Z] #0 5.170 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-01T21:10:51.163Z] #139 ... [2024-07-01T21:10:51.163Z] [2024-07-01T21:10:51.163Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-01T21:10:51.163Z] #0 5.526 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-01T21:26:43.802Z] #140 ... [2024-07-01T21:26:43.802Z] [2024-07-01T21:26:43.802Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-01T21:26:43.802Z] #131 963.6 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -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 [2024-07-01T21:26:56.114Z] #131 ... [2024-07-01T21:26:56.114Z] [2024-07-01T21:26:56.114Z] #137 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-01T21:26:56.114Z] #137 DONE 975.2s [2024-07-01T21:26:56.114Z] [2024-07-01T21:26:56.114Z] #140 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-01T21:26:56.114Z] #140 DONE 975.2s [2024-07-01T21:26:56.114Z] [2024-07-01T21:26:56.114Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-01T21:26:56.114Z] #138 ... [2024-07-01T21:26:56.114Z] [2024-07-01T21:26:56.114Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:26:56.114Z] #141 DONE 0.5s [2024-07-01T21:26:56.114Z] [2024-07-01T21:26:56.114Z] #142 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-01T21:26:56.384Z] #142 DONE 0.5s [2024-07-01T21:26:56.384Z] [2024-07-01T21:26:56.384Z] #143 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:26:56.384Z] #143 DONE 0.2s [2024-07-01T21:26:56.384Z] [2024-07-01T21:26:56.384Z] #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-01T21:26:56.968Z] #144 ... [2024-07-01T21:26:56.968Z] [2024-07-01T21:26:56.968Z] #145 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-01T21:26:56.968Z] #145 DONE 0.5s [2024-07-01T21:26:57.240Z] [2024-07-01T21:26:57.240Z] #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-01T21:26:57.240Z] #146 DONE 0.2s [2024-07-01T21:26:57.240Z] [2024-07-01T21:26:57.240Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:26:57.511Z] #50 ... [2024-07-01T21:26:57.511Z] [2024-07-01T21:26:57.511Z] #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-01T21:26:57.511Z] #147 DONE 0.3s [2024-07-01T21:26:57.511Z] [2024-07-01T21:26:57.511Z] #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-01T21:26:58.102Z] #144 ... [2024-07-01T21:26:58.102Z] [2024-07-01T21:26:58.102Z] #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-01T21:26:58.102Z] #148 DONE 0.3s [2024-07-01T21:26:58.102Z] [2024-07-01T21:26:58.102Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T21:26:59.518Z] #149 ... [2024-07-01T21:26:59.518Z] [2024-07-01T21:26:59.518Z] #144 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-01T21:26:59.518Z] #144 DONE 2.8s [2024-07-01T21:26:59.518Z] [2024-07-01T21:26:59.518Z] #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:26:59.803Z] #150 DONE 0.4s [2024-07-01T21:26:59.803Z] [2024-07-01T21:26:59.803Z] #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:27:00.072Z] #151 DONE 0.4s [2024-07-01T21:27:00.072Z] [2024-07-01T21:27:00.072Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:27:00.072Z] #33 ... [2024-07-01T21:27:00.072Z] [2024-07-01T21:27:00.072Z] #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-01T21:27:00.344Z] #152 DONE 0.4s [2024-07-01T21:27:00.344Z] [2024-07-01T21:27:00.344Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-01T21:27:00.945Z] #153 DONE 0.2s [2024-07-01T21:27:00.945Z] [2024-07-01T21:27:00.945Z] #154 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-01T21:27:00.945Z] #154 DONE 0.2s [2024-07-01T21:27:00.945Z] [2024-07-01T21:27:00.945Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T21:27:00.945Z] #149 DONE 3.0s [2024-07-01T21:27:00.945Z] [2024-07-01T21:27:00.945Z] #155 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-01T21:27:01.531Z] #155 DONE 0.7s [2024-07-01T21:27:01.531Z] [2024-07-01T21:27:01.531Z] #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-01T21:27:01.806Z] #156 DONE 0.3s [2024-07-01T21:27:01.806Z] [2024-07-01T21:27:01.806Z] #96 [security-proxy-setup] exporting to image [2024-07-01T21:27:01.806Z] #96 exporting layers [2024-07-01T21:27:02.585Z] #96 ... [2024-07-01T21:27:02.585Z] [2024-07-01T21:27:02.585Z] #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-01T21:27:02.585Z] #157 DONE 0.3s [2024-07-01T21:27:02.585Z] [2024-07-01T21:27:02.585Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-01T21:27:02.853Z] #158 ... [2024-07-01T21:27:02.853Z] [2024-07-01T21:27:02.853Z] #96 [security-proxy-setup] exporting to image [2024-07-01T21:27:02.853Z] #96 exporting layers 1.9s done [2024-07-01T21:27:02.853Z] #96 writing image sha256:f5b4bb20c76d6dc0c998227891cfc2bb2ddccfb648a657aa6a9243ee2e92b8e0 done [2024-07-01T21:27:02.853Z] #96 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-01T21:27:02.853Z] #96 DONE 9.4s [2024-07-01T21:27:03.119Z] [2024-07-01T21:27:03.119Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:27:04.563Z] #133 ... [2024-07-01T21:27:04.563Z] [2024-07-01T21:27:04.563Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-01T21:27:04.563Z] #158 DONE 2.2s [2024-07-01T21:27:04.563Z] [2024-07-01T21:27:04.563Z] #96 [security-bootstrapper] exporting to image [2024-07-01T21:27:05.515Z] #96 ... [2024-07-01T21:27:05.515Z] [2024-07-01T21:27:05.515Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-01T21:27:05.515Z] #131 DONE 985.5s [2024-07-01T21:27:05.515Z] [2024-07-01T21:27:05.515Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:27:06.117Z] #50 ... [2024-07-01T21:27:06.117Z] [2024-07-01T21:27:06.117Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:27:06.117Z] #159 ... [2024-07-01T21:27:06.117Z] [2024-07-01T21:27:06.117Z] #96 [security-bootstrapper] exporting to image [2024-07-01T21:27:06.117Z] #96 exporting layers 1.9s done [2024-07-01T21:27:06.117Z] #96 writing image sha256:fa2279d72a8ca90519549ef01964b6500deb6d0546b3b9f0528ee8c49a87b7be done [2024-07-01T21:27:06.117Z] #96 naming to docker.io/library/security-bootstrapper-arm64 0.1s done [2024-07-01T21:27:06.117Z] #96 DONE 11.3s [2024-07-01T21:27:06.402Z] [2024-07-01T21:27:06.402Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:27:06.402Z] #159 DONE 0.2s [2024-07-01T21:27:06.402Z] [2024-07-01T21:27:06.402Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:27:06.669Z] #133 ... [2024-07-01T21:27:06.669Z] [2024-07-01T21:27:06.669Z] #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:27:06.669Z] #160 DONE 0.2s [2024-07-01T21:27:06.669Z] [2024-07-01T21:27:06.669Z] #161 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-01T21:27:06.935Z] #161 DONE 0.2s [2024-07-01T21:27:06.935Z] [2024-07-01T21:27:06.935Z] #162 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-01T21:27:06.935Z] #162 DONE 0.2s [2024-07-01T21:27:06.935Z] [2024-07-01T21:27:06.935Z] #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:27:07.199Z] #163 DONE 0.1s [2024-07-01T21:27:07.199Z] [2024-07-01T21:27:07.199Z] #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-01T21:27:07.468Z] #164 DONE 0.3s [2024-07-01T21:27:07.468Z] [2024-07-01T21:27:07.468Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-01T21:27:07.468Z] #165 DONE 0.2s [2024-07-01T21:27:07.468Z] [2024-07-01T21:27:07.468Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:27:07.735Z] #133 ... [2024-07-01T21:27:07.735Z] [2024-07-01T21:27:07.735Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-01T21:27:07.735Z] #166 DONE 0.1s [2024-07-01T21:27:08.003Z] [2024-07-01T21:27:08.003Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T21:27:09.938Z] #167 DONE 2.1s [2024-07-01T21:27:09.938Z] [2024-07-01T21:27:09.938Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:27:09.938Z] #136 ... [2024-07-01T21:27:09.938Z] [2024-07-01T21:27:09.938Z] #96 [security-secretstore-setup] exporting to image [2024-07-01T21:27:11.336Z] #96 exporting layers 1.3s done [2024-07-01T21:27:11.336Z] #96 writing image sha256:afb612fcc522398cc5ddf045d3cd22461dc8dc38a93d94c361b613e731639a78 0.0s done [2024-07-01T21:27:11.336Z] #96 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-01T21:27:11.336Z] #96 DONE 12.6s [2024-07-01T21:27:11.336Z] [2024-07-01T21:27:11.336Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:27:58.345Z] #50 ... [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #134 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-01T21:27:58.345Z] #134 DONE 1035.6s [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-01T21:27:58.345Z] #132 ... [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:27:58.345Z] #168 DONE 0.2s [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:27:58.345Z] #169 DONE 0.2s [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-01T21:27:58.345Z] #170 DONE 0.3s [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:27:58.345Z] #171 DONE 0.1s [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-01T21:27:58.345Z] #135 ... [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-01T21:27:58.345Z] #172 DONE 0.1s [2024-07-01T21:27:58.345Z] [2024-07-01T21:27:58.345Z] #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T21:27:58.992Z] #173 DONE 2.0s [2024-07-01T21:27:58.992Z] [2024-07-01T21:27:58.992Z] #96 [core-common-config-bootstrapper] exporting to image [2024-07-01T21:27:58.992Z] #96 exporting layers [2024-07-01T21:28:00.069Z] #96 exporting layers 0.9s done [2024-07-01T21:28:00.069Z] #96 writing image sha256:08bb499c4c3603f842eaf6e218e7f5891f6273b0caffa85528539cfcbe2411e0 done [2024-07-01T21:28:00.069Z] #96 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-01T21:28:00.069Z] #96 DONE 13.5s [2024-07-01T21:28:00.069Z] [2024-07-01T21:28:00.069Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-01T21:29:36.701Z] #132 ... [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-01T21:29:36.701Z] #130 DONE 1127.3s [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:29:36.701Z] #33 ... [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:29:36.701Z] #174 DONE 0.2s [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:29:36.701Z] #175 DONE 0.1s [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-01T21:29:36.701Z] #176 DONE 0.3s [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-01T21:29:36.701Z] #139 ... [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #177 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:29:36.701Z] #177 DONE 0.3s [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:29:36.701Z] #33 ... [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #96 [security-spiffe-token-provider] exporting to image [2024-07-01T21:29:36.701Z] #96 exporting layers [2024-07-01T21:29:36.701Z] #96 exporting layers 0.9s done [2024-07-01T21:29:36.701Z] #96 writing image sha256:47921481ce7c9b8a8550dd24a2b89213ac21accf27e13cce2f0bd50fa398e4fb done [2024-07-01T21:29:36.701Z] #96 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-01T21:29:36.701Z] #96 DONE 14.4s [2024-07-01T21:29:36.701Z] [2024-07-01T21:29:36.701Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:35:28.610Z] #50 ... [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-01T21:35:28.610Z] #132 DONE 1475.2s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:35:28.610Z] #136 ... [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:35:28.610Z] #178 DONE 0.1s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:35:28.610Z] #133 ... [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:35:28.610Z] #179 DONE 0.1s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-01T21:35:28.610Z] #180 DONE 0.4s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:35:28.610Z] #181 DONE 0.1s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-01T21:35:28.610Z] #182 DONE 0.2s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-01T21:35:28.610Z] #183 DONE 1.7s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:35:28.610Z] #133 ... [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #96 [security-proxy-auth] exporting to image [2024-07-01T21:35:28.610Z] #96 exporting layers [2024-07-01T21:35:28.610Z] #96 exporting layers 0.7s done [2024-07-01T21:35:28.610Z] #96 writing image sha256:d20681645053d5fd2209283011833562caf485745a03c37ab041bb52efb4678f done [2024-07-01T21:35:28.610Z] #96 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-01T21:35:28.610Z] #96 DONE 15.1s [2024-07-01T21:35:28.610Z] [2024-07-01T21:35:28.610Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-01T21:36:07.487Z] #139 ... [2024-07-01T21:36:07.487Z] [2024-07-01T21:36:07.488Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-01T21:36:07.488Z] #138 DONE 1523.2s [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:36:07.488Z] #50 ... [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:36:07.488Z] #184 DONE 0.1s [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:36:07.488Z] #136 ... [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:36:07.488Z] #185 DONE 0.1s [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-01T21:36:07.488Z] #186 DONE 0.4s [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:36:07.488Z] #187 DONE 0.1s [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #96 [core-command] exporting to image [2024-07-01T21:36:07.488Z] #96 exporting layers [2024-07-01T21:36:07.488Z] #96 exporting layers 0.4s done [2024-07-01T21:36:07.488Z] #96 writing image sha256:416abb7a7b4a5103813f671248403e256cd51425ea136e4918c939e7d9ccca27 done [2024-07-01T21:36:07.488Z] #96 naming to docker.io/library/core-command-arm64 done [2024-07-01T21:36:07.488Z] #96 DONE 15.5s [2024-07-01T21:36:07.488Z] [2024-07-01T21:36:07.488Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:36:14.129Z] #50 ... [2024-07-01T21:36:14.129Z] [2024-07-01T21:36:14.129Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-01T21:36:14.129Z] #139 DONE 1533.7s [2024-07-01T21:36:14.129Z] [2024-07-01T21:36:14.129Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:36:14.129Z] #136 ... [2024-07-01T21:36:14.129Z] [2024-07-01T21:36:14.129Z] #188 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:36:14.393Z] #188 DONE 0.1s [2024-07-01T21:36:14.393Z] [2024-07-01T21:36:14.393Z] #189 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:36:14.393Z] #189 DONE 0.1s [2024-07-01T21:36:14.393Z] [2024-07-01T21:36:14.393Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:36:14.393Z] #50 ... [2024-07-01T21:36:14.393Z] [2024-07-01T21:36:14.393Z] #190 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-01T21:36:14.972Z] #190 DONE 0.5s [2024-07-01T21:36:14.972Z] [2024-07-01T21:36:14.972Z] #191 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:36:15.236Z] #191 DONE 0.1s [2024-07-01T21:36:15.236Z] [2024-07-01T21:36:15.236Z] #96 [core-data] exporting to image [2024-07-01T21:36:15.236Z] #96 exporting layers [2024-07-01T21:36:15.501Z] #96 ... [2024-07-01T21:36:15.501Z] [2024-07-01T21:36:15.501Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-01T21:36:15.501Z] #135 DONE 1535.6s [2024-07-01T21:36:15.501Z] [2024-07-01T21:36:15.501Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:36:16.082Z] #50 ... [2024-07-01T21:36:16.082Z] [2024-07-01T21:36:16.082Z] #96 [core-data] exporting to image [2024-07-01T21:36:16.082Z] #96 exporting layers 1.0s done [2024-07-01T21:36:16.082Z] #96 writing image sha256:2516b8e02c85c73da81b4ec49afefd25ef1398f444e46ed56d51d052b8fc8b6f 0.0s done [2024-07-01T21:36:16.082Z] #96 naming to docker.io/library/core-data-arm64 [2024-07-01T21:36:16.082Z] #96 naming to docker.io/library/core-data-arm64 done [2024-07-01T21:36:16.082Z] #96 DONE 16.5s [2024-07-01T21:36:16.082Z] [2024-07-01T21:36:16.082Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:36:16.346Z] #33 ... [2024-07-01T21:36:16.346Z] [2024-07-01T21:36:16.346Z] #192 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:36:16.346Z] #192 DONE 0.1s [2024-07-01T21:36:16.346Z] [2024-07-01T21:36:16.346Z] #193 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:36:16.346Z] #193 DONE 0.1s [2024-07-01T21:36:16.346Z] [2024-07-01T21:36:16.346Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:36:16.610Z] #133 ... [2024-07-01T21:36:16.610Z] [2024-07-01T21:36:16.610Z] #194 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-01T21:36:16.873Z] #194 DONE 0.4s [2024-07-01T21:36:16.873Z] [2024-07-01T21:36:16.873Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:36:16.873Z] #133 ... [2024-07-01T21:36:16.873Z] [2024-07-01T21:36:16.873Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:36:16.873Z] #195 DONE 0.1s [2024-07-01T21:36:17.136Z] [2024-07-01T21:36:17.136Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-01T21:36:17.136Z] #196 DONE 0.1s [2024-07-01T21:36:17.136Z] [2024-07-01T21:36:17.136Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:36:17.136Z] #136 ... [2024-07-01T21:36:17.136Z] [2024-07-01T21:36:17.136Z] #96 [core-metadata] exporting to image [2024-07-01T21:36:17.713Z] #96 exporting layers 0.5s done [2024-07-01T21:36:17.713Z] #96 writing image sha256:5ad3b09b8ea656c66ef5fc91b060d4a311a312d5a5cdbb70e4d5729c82e819fd done [2024-07-01T21:36:17.713Z] #96 naming to docker.io/library/core-metadata-arm64 done [2024-07-01T21:36:17.713Z] #96 DONE 17.1s [2024-07-01T21:36:17.713Z] [2024-07-01T21:36:17.713Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:36:44.329Z] #33 ... [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #136 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-01T21:36:44.329Z] #136 DONE 1561.2s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #133 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-01T21:36:44.329Z] #133 DONE 1561.2s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #33 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-01T21:36:44.329Z] #33 ... [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:36:44.329Z] #197 DONE 0.2s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #198 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:36:44.329Z] #198 DONE 0.1s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:36:44.329Z] #50 ... [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-01T21:36:44.329Z] #199 ... [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #200 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-01T21:36:44.329Z] #200 DONE 0.2s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #201 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-01T21:36:44.329Z] #201 DONE 0.2s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #199 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-01T21:36:44.329Z] #199 DONE 0.4s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-01T21:36:44.329Z] #202 ... [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:36:44.329Z] #203 DONE 0.2s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-01T21:36:44.329Z] #202 DONE 0.3s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-01T21:36:44.329Z] #204 DONE 0.1s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #96 [support-scheduler] exporting to image [2024-07-01T21:36:44.329Z] #96 exporting layers [2024-07-01T21:36:44.329Z] #96 exporting layers 0.5s done [2024-07-01T21:36:44.329Z] #96 writing image sha256:041b9a58af026823960e6eba6e9d60d4c46f72f7c583832d511e710ca9e67227 done [2024-07-01T21:36:44.329Z] #96 naming to docker.io/library/support-scheduler-arm64 done [2024-07-01T21:36:44.329Z] #96 exporting layers 0.5s done [2024-07-01T21:36:44.329Z] #96 writing image sha256:861bbaca2ebb653c0c427554938f87412ac41b8abb5c05483a5b5ad0772b663f done [2024-07-01T21:36:44.329Z] #96 naming to docker.io/library/support-notifications-arm64 done [2024-07-01T21:36:44.329Z] #96 DONE 17.9s [2024-07-01T21:36:44.329Z] [2024-07-01T21:36:44.329Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-01T21:36:44.329Z] time="2024-07-01T21:08:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-01T21:36:44.370Z] $ docker stop --time=1 90d11376ff7f08620e74e894f8a0470500fe40c6e937001b36d6450d7d68ed93 [2024-07-01T21:36:46.025Z] $ docker rm -f --volumes 90d11376ff7f08620e74e894f8a0470500fe40c6e937001b36d6450d7d68ed93 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-01T21:36:46.582Z] + docker images [2024-07-01T21:36:46.582Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-01T21:36:46.582Z] support-scheduler-arm64 latest 041b9a58af02 4 seconds ago 42.3MB [2024-07-01T21:36:46.582Z] support-notifications-arm64 latest 861bbaca2ebb 4 seconds ago 43.3MB [2024-07-01T21:36:46.582Z] core-metadata-arm64 latest 5ad3b09b8ea6 30 seconds ago 40.3MB [2024-07-01T21:36:46.582Z] core-data-arm64 latest 2516b8e02c85 32 seconds ago 40.1MB [2024-07-01T21:36:46.582Z] core-command-arm64 latest 416abb7a7b4a 42 seconds ago 39.7MB [2024-07-01T21:36:46.582Z] security-proxy-auth-arm64 latest d20681645053 About a minute ago 37.4MB [2024-07-01T21:36:46.582Z] security-spiffe-token-provider-arm64 latest 47921481ce7c 7 minutes ago 34.1MB [2024-07-01T21:36:46.582Z] core-common-config-bootstrapper-arm64 latest 08bb499c4c36 8 minutes ago 20.1MB [2024-07-01T21:36:46.582Z] security-secretstore-setup-arm64 latest afb612fcc522 9 minutes ago 41.5MB [2024-07-01T21:36:46.582Z] security-bootstrapper-arm64 latest fa2279d72a8c 9 minutes ago 23.7MB [2024-07-01T21:36:46.582Z] security-proxy-setup-arm64 latest f5b4bb20c76d 9 minutes ago 30.9MB [2024-07-01T21:36:46.582Z] security-spire-config-arm64 latest dfdfb03c1a0d 27 minutes ago 101MB [2024-07-01T21:36:46.582Z] security-spire-agent-arm64 latest b182484af288 27 minutes ago 157MB [2024-07-01T21:36:46.582Z] security-spire-server-arm64 latest f0bb0a1d8f3b 27 minutes ago 102MB [2024-07-01T21:36:46.582Z] ci-base-image-arm64 latest e5349060712b 49 minutes ago 962MB [2024-07-01T21:36:46.582Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-01T21:36:46.582Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T21:36:47.603Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-01T21:36:47.603Z] [2024-07-01T21:36:47.603Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T21:36:48.022Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-01T21:36:48.287Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-01T21:36:48.287Z] 8998bd30e6a1: Pulling fs layer [2024-07-01T21:36:48.287Z] 04944245beec: Pulling fs layer [2024-07-01T21:36:48.287Z] 699f458cf7ca: Pulling fs layer [2024-07-01T21:36:48.287Z] 765212b225bb: Pulling fs layer [2024-07-01T21:36:48.287Z] f23df028b6ca: Pulling fs layer [2024-07-01T21:36:48.287Z] d65c8cfc05b1: Pulling fs layer [2024-07-01T21:36:48.287Z] 2437ff75d9bd: Pulling fs layer [2024-07-01T21:36:48.287Z] 765212b225bb: Waiting [2024-07-01T21:36:48.287Z] f23df028b6ca: Waiting [2024-07-01T21:36:48.287Z] d65c8cfc05b1: Waiting [2024-07-01T21:36:48.287Z] 2437ff75d9bd: Waiting [2024-07-01T21:36:48.287Z] 04944245beec: Verifying Checksum [2024-07-01T21:36:48.287Z] 04944245beec: Download complete [2024-07-01T21:36:48.287Z] 765212b225bb: Verifying Checksum [2024-07-01T21:36:48.287Z] 765212b225bb: Download complete [2024-07-01T21:36:48.551Z] f23df028b6ca: Verifying Checksum [2024-07-01T21:36:48.551Z] f23df028b6ca: Download complete [2024-07-01T21:36:48.551Z] 699f458cf7ca: Verifying Checksum [2024-07-01T21:36:48.551Z] 699f458cf7ca: Download complete [2024-07-01T21:36:49.127Z] 8998bd30e6a1: Verifying Checksum [2024-07-01T21:36:49.127Z] 8998bd30e6a1: Download complete [2024-07-01T21:36:51.752Z] 2437ff75d9bd: Verifying Checksum [2024-07-01T21:36:51.752Z] 2437ff75d9bd: Download complete [2024-07-01T21:36:53.679Z] 8998bd30e6a1: Pull complete [2024-07-01T21:36:54.256Z] 04944245beec: Pull complete [2024-07-01T21:36:55.656Z] 699f458cf7ca: Pull complete [2024-07-01T21:36:55.920Z] 765212b225bb: Pull complete [2024-07-01T21:36:56.873Z] f23df028b6ca: Pull complete [2024-07-01T21:36:56.873Z] d65c8cfc05b1: Pull complete [2024-07-01T21:37:15.033Z] 2437ff75d9bd: Pull complete [2024-07-01T21:37:15.033Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-01T21:37:15.033Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-01T21:37:15.033Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T21:37:15.427Z] prd-ubuntu20.04-docker-arm64-4c-16g-4719 does not seem to be running inside a container [2024-07-01T21:37:15.484Z] $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-01T21:37:18.323Z] $ docker top 5f403920aa53a1654007ca8ef560ed9fcbdb15f2a0170db3975016521fef88b9 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:19.305Z] ---> job-cost.sh [2024-07-01T21:37:19.305Z] lf-activate-venv: SKIPPING [2024-07-01T21:37:19.305Z] INFO: No Stack... [2024-07-01T21:37:19.883Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-01T21:37:20.458Z] INFO: Archiving Costs [Pipeline] sh [2024-07-01T21:37:21.112Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-07-01T21:37:21.112Z] + cut -d, -f6 [Pipeline] lock [2024-07-01T21:37:21.170Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] [2024-07-01T21:37:21.176Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] did not exist. Created. [2024-07-01T21:37:21.185Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-01T21:37:21.986Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-01T21:37:22.224Z] Stashed 1 file(s) [Pipeline] } [2024-07-01T21:37:22.247Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4810-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-01T21:37:22.346Z] $ docker stop --time=1 5f403920aa53a1654007ca8ef560ed9fcbdb15f2a0170db3975016521fef88b9 [2024-07-01T21:37:23.828Z] $ docker rm -f --volumes 5f403920aa53a1654007ca8ef560ed9fcbdb15f2a0170db3975016521fef88b9 [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 [2024-07-01T21:37:25.013Z] provisioning config files... [2024-07-01T21:37:25.020Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17604215415066550214tmp [Pipeline] { [Pipeline] sh [2024-07-01T21:37:25.403Z] + set +x [2024-07-01T21:37:25.403Z] + curl -s https://codecov.io/bash [2024-07-01T21:37:25.403Z] + bash -s -- [2024-07-01T21:37:25.403Z] [2024-07-01T21:37:25.403Z] _____ _ [2024-07-01T21:37:25.403Z] / ____| | | [2024-07-01T21:37:25.403Z] | | ___ __| | ___ ___ _____ __ [2024-07-01T21:37:25.403Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-01T21:37:25.403Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-01T21:37:25.403Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-01T21:37:25.403Z] Bash-1.0.6 [2024-07-01T21:37:25.403Z] [2024-07-01T21:37:25.403Z] [2024-07-01T21:37:25.403Z] ==> git version 2.25.1 found [2024-07-01T21:37:25.403Z] ==> 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 [2024-07-01T21:37:25.403Z] Release-Date: 2020-01-08 [2024-07-01T21:37:25.403Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-01T21:37:25.403Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-01T21:37:25.403Z] ==> Jenkins CI detected. [2024-07-01T21:37:25.403Z] current dir:  /w/workspace/edgex-go/1 [2024-07-01T21:37:25.403Z] project root: . [2024-07-01T21:37:25.403Z] --> token set from env [2024-07-01T21:37:25.403Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-01T21:37:25.403Z] ==> Running gcov in . (disable via -X gcov) [2024-07-01T21:37:25.403Z] ==> Python coveragepy not found [2024-07-01T21:37:25.403Z] ==> Searching for coverage reports in: [2024-07-01T21:37:25.403Z] + . [2024-07-01T21:37:25.668Z] -> Found 1 reports [2024-07-01T21:37:25.668Z] ==> Detecting git/mercurial file structure [2024-07-01T21:37:25.668Z] ==> Reading reports [2024-07-01T21:37:25.668Z] + ./coverage.out bytes=455714 [2024-07-01T21:37:25.668Z] ==> Appending adjustments [2024-07-01T21:37:25.668Z] https://docs.codecov.io/docs/fixing-reports [2024-07-01T21:37:26.606Z] + Found adjustments [2024-07-01T21:37:26.606Z] ==> Gzipping contents [2024-07-01T21:37:26.606Z] 60K /tmp/codecov.zGHqtO.gz [2024-07-01T21:37:26.606Z] ==> Uploading reports [2024-07-01T21:37:26.606Z] url: https://codecov.io [2024-07-01T21:37:26.606Z] query: branch=PR-4810&commit=9c95be6ac60161dcc0a236b85e533958d6a02506&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4810%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4810&job=&cmd_args= [2024-07-01T21:37:26.606Z] -> Pinging Codecov [2024-07-01T21:37:26.606Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4810&commit=9c95be6ac60161dcc0a236b85e533958d6a02506&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4810%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4810&job=&cmd_args= [2024-07-01T21:37:26.866Z] -> Uploading to [2024-07-01T21:37:26.866Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-01/00271124DB129430A58F1EEE437C3FCB/9c95be6ac60161dcc0a236b85e533958d6a02506/bad2899b-4173-495a-885e-47e6a3646c50.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240701%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240701T213726Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff3c927040799c5f347be05ba21726f2eaafeb57b1d09d7b2186a89e28b6ae4c [2024-07-01T21:37:26.866Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-01T21:37:26.866Z] Dload Upload Total Spent Left Speed [2024-07-01T21:37:27.125Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57919 0 0 100 57919 0 241k --:--:-- --:--:-- --:--:-- 241k [2024-07-01T21:37:27.125Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/9c95be6ac60161dcc0a236b85e533958d6a02506 [Pipeline] } [2024-07-01T21:37:27.155Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-01T21:37:28.932Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:29.268Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:30.177Z] ---> package-listing.sh [2024-07-01T21:37:30.177Z] ++ facter osfamily [2024-07-01T21:37:30.177Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-01T21:37:30.436Z] + OS_FAMILY=debian [2024-07-01T21:37:30.436Z] + workspace=/w/workspace/edgex-go/1 [2024-07-01T21:37:30.436Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-01T21:37:30.436Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-01T21:37:30.436Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-01T21:37:30.436Z] + PACKAGES=/tmp/packages_start.txt [2024-07-01T21:37:30.436Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-01T21:37:30.436Z] + PACKAGES=/tmp/packages_end.txt [2024-07-01T21:37:30.436Z] + case "${OS_FAMILY}" in [2024-07-01T21:37:30.436Z] + dpkg -l [2024-07-01T21:37:30.436Z] + grep '^ii' [2024-07-01T21:37:30.436Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-01T21:37:30.436Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-01T21:37:30.436Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-01T21:37:30.436Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-01T21:37:30.436Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-01T21:37:30.436Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-01T21:37:30.484Z] 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 [2024-07-01T21:37:30.783Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T21:37:31.446Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T21:37:31.446Z] [2024-07-01T21:37:31.446Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-01T21:37:31.859Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T21:37:32.120Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-01T21:37:32.120Z] 5eb5b503b376: Pulling fs layer [2024-07-01T21:37:32.120Z] 5c69ac0246d0: Pulling fs layer [2024-07-01T21:37:32.120Z] ec43610c2a17: Pulling fs layer [2024-07-01T21:37:32.120Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-01T21:37:32.120Z] 33b1e0a273af: Pulling fs layer [2024-07-01T21:37:32.120Z] 5d3b04190fa2: Pulling fs layer [2024-07-01T21:37:32.120Z] 2f39f015ded8: Pulling fs layer [2024-07-01T21:37:32.120Z] 33b1e0a273af: Waiting [2024-07-01T21:37:32.120Z] 3a2ae6a8a46f: Waiting [2024-07-01T21:37:32.120Z] 5d3b04190fa2: Waiting [2024-07-01T21:37:32.120Z] 2f39f015ded8: Waiting [2024-07-01T21:37:32.120Z] 5c69ac0246d0: Verifying Checksum [2024-07-01T21:37:32.120Z] 5c69ac0246d0: Download complete [2024-07-01T21:37:32.380Z] 3a2ae6a8a46f: Download complete [2024-07-01T21:37:32.380Z] 33b1e0a273af: Verifying Checksum [2024-07-01T21:37:32.380Z] 33b1e0a273af: Download complete [2024-07-01T21:37:32.380Z] 5d3b04190fa2: Verifying Checksum [2024-07-01T21:37:32.380Z] 5d3b04190fa2: Download complete [2024-07-01T21:37:32.380Z] ec43610c2a17: Verifying Checksum [2024-07-01T21:37:32.380Z] ec43610c2a17: Download complete [2024-07-01T21:37:32.639Z] 5eb5b503b376: Verifying Checksum [2024-07-01T21:37:32.639Z] 5eb5b503b376: Download complete [2024-07-01T21:37:33.205Z] 2f39f015ded8: Download complete [2024-07-01T21:37:34.155Z] 5eb5b503b376: Pull complete [2024-07-01T21:37:34.723Z] 5c69ac0246d0: Pull complete [2024-07-01T21:37:35.292Z] ec43610c2a17: Pull complete [2024-07-01T21:37:35.636Z] 3a2ae6a8a46f: Pull complete [2024-07-01T21:37:36.205Z] 33b1e0a273af: Pull complete [2024-07-01T21:37:36.205Z] 5d3b04190fa2: Pull complete [2024-07-01T21:37:40.399Z] 2f39f015ded8: Pull complete [2024-07-01T21:37:40.399Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-01T21:37:40.399Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-01T21:37:40.399Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-01T21:37:40.777Z] prd-ubuntu20.04-docker-8c-8g-4704 does not seem to be running inside a container [2024-07-01T21:37:40.786Z] $ 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 [2024-07-01T21:37:45.730Z] $ docker top 10f98c0f7f2edefe72f4cae5f33cad21251a9ba36cf77d3b87df3478cdc1e2d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-01T21:37:46.193Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-01T21:37:46.508Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-01T21:37:46.835Z] + ls /var/log/sa-host [2024-07-01T21:37:46.835Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-01T21:37:47.154Z] provisioning config files... [2024-07-01T21:37:47.164Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5270802600395454242tmp [Pipeline] { [Pipeline] echo [2024-07-01T21:37:47.232Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:47.562Z] ---> create-netrc.sh [Pipeline] } [2024-07-01T21:37:47.701Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:48.151Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-01T21:37:48.331Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:48.661Z] ---> sudo-logs.sh [2024-07-01T21:37:48.661Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-01T21:37:48.791Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:49.124Z] ---> job-cost.sh [2024-07-01T21:37:49.125Z] lf-activate-venv: SKIPPING [2024-07-01T21:37:49.125Z] DEBUG: total: 0.10999999940395355 [2024-07-01T21:37:49.125Z] INFO: Retrieving Stack Cost... [2024-07-01T21:37:49.386Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-01T21:37:49.645Z] INFO: Archiving Costs [Pipeline] echo [2024-07-01T21:37:49.687Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-01T21:37:50.026Z] ---> logs-deploy.sh [2024-07-01T21:37:50.026Z] lf-activate-venv: SKIPPING [2024-07-01T21:37:50.026Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4810/1 [2024-07-01T21:37:50.026Z] INFO: archiving workspace using pattern(s): [2024-07-01T21:37:50.974Z] Archives upload complete. [2024-07-01T21:37:51.233Z] INFO: archiving logs to Nexus [2024-07-01T21:37:51.807Z] ---> uname -a: [2024-07-01T21:37:51.807Z] Linux prd-ubuntu20-04-docker-8c-8g-4704 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] ---> lscpu: [2024-07-01T21:37:51.807Z] Architecture: x86_64 [2024-07-01T21:37:51.807Z] CPU op-mode(s): 32-bit, 64-bit [2024-07-01T21:37:51.807Z] Byte Order: Little Endian [2024-07-01T21:37:51.807Z] Address sizes: 40 bits physical, 48 bits virtual [2024-07-01T21:37:51.807Z] CPU(s): 8 [2024-07-01T21:37:51.807Z] On-line CPU(s) list: 0-7 [2024-07-01T21:37:51.807Z] Thread(s) per core: 1 [2024-07-01T21:37:51.807Z] Core(s) per socket: 1 [2024-07-01T21:37:51.807Z] Socket(s): 8 [2024-07-01T21:37:51.807Z] NUMA node(s): 1 [2024-07-01T21:37:51.807Z] Vendor ID: AuthenticAMD [2024-07-01T21:37:51.807Z] CPU family: 23 [2024-07-01T21:37:51.807Z] Model: 49 [2024-07-01T21:37:51.807Z] Model name: AMD EPYC-Rome Processor [2024-07-01T21:37:51.807Z] Stepping: 0 [2024-07-01T21:37:51.807Z] CPU MHz: 2799.998 [2024-07-01T21:37:51.807Z] BogoMIPS: 5599.99 [2024-07-01T21:37:51.807Z] Virtualization: AMD-V [2024-07-01T21:37:51.807Z] Hypervisor vendor: KVM [2024-07-01T21:37:51.807Z] Virtualization type: full [2024-07-01T21:37:51.807Z] L1d cache: 256 KiB [2024-07-01T21:37:51.807Z] L1i cache: 256 KiB [2024-07-01T21:37:51.807Z] L2 cache: 4 MiB [2024-07-01T21:37:51.807Z] L3 cache: 128 MiB [2024-07-01T21:37:51.807Z] NUMA node0 CPU(s): 0-7 [2024-07-01T21:37:51.807Z] Vulnerability Itlb multihit: Not affected [2024-07-01T21:37:51.807Z] Vulnerability L1tf: Not affected [2024-07-01T21:37:51.807Z] Vulnerability Mds: Not affected [2024-07-01T21:37:51.807Z] Vulnerability Meltdown: Not affected [2024-07-01T21:37:51.807Z] Vulnerability Mmio stale data: Not affected [2024-07-01T21:37:51.807Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-07-01T21:37:51.807Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-07-01T21:37:51.807Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-07-01T21:37:51.807Z] Vulnerability Srbds: Not affected [2024-07-01T21:37:51.807Z] Vulnerability Tsx async abort: Not affected [2024-07-01T21:37:51.807Z] 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 [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] ---> nproc: [2024-07-01T21:37:51.807Z] 8 [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] ---> df -h: [2024-07-01T21:37:51.807Z] Filesystem Size Used Avail Use% Mounted on [2024-07-01T21:37:51.807Z] overlay 155G 24G 132G 16% / [2024-07-01T21:37:51.807Z] tmpfs 64M 0 64M 0% /dev [2024-07-01T21:37:51.807Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-07-01T21:37:51.807Z] shm 64M 0 64M 0% /dev/shm [2024-07-01T21:37:51.807Z] /dev/vda1 155G 24G 132G 16% /facter-os [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] ---> sar -b -r -n DEV: [2024-07-01T21:37:51.807Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4704) 07/01/24 _x86_64_ (8 CPU) [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] 20:39:59 LINUX RESTART (8 CPU) [2024-07-01T21:37:51.807Z] [2024-07-01T21:37:51.807Z] 20:40:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-07-01T21:37:51.807Z] 20:41:01 289.29 60.16 229.13 0.00 5201.40 173985.14 0.00 [2024-07-01T21:37:51.807Z] 20:42:01 204.05 4.13 199.92 0.00 441.91 74394.67 0.00 [2024-07-01T21:37:51.807Z] 20:43:01 57.44 0.02 57.42 0.00 2.53 28109.73 0.00 [2024-07-01T21:37:51.807Z] 20:44:01 17.21 0.12 17.10 0.00 0.93 8410.60 0.00 [2024-07-01T21:37:51.807Z] 20:45:01 79.35 0.82 78.54 0.00 58.79 48358.74 0.00 [2024-07-01T21:37:51.807Z] 20:46:01 731.76 12.96 718.80 0.00 2150.04 218816.60 0.00 [2024-07-01T21:37:51.807Z] 20:47:01 399.82 1.73 398.08 0.00 2276.08 143307.53 0.00 [2024-07-01T21:37:51.807Z] 20:48:01 308.55 0.12 308.43 0.00 1.33 74463.97 0.00 [2024-07-01T21:37:51.807Z] 20:49:01 570.05 0.03 570.02 0.00 0.80 82090.05 0.00 [2024-07-01T21:37:51.808Z] 20:50:01 1.97 0.00 1.97 0.00 0.00 22.52 0.00 [2024-07-01T21:37:51.808Z] 20:51:01 1.33 0.00 1.33 0.00 0.00 15.33 0.00 [2024-07-01T21:37:51.808Z] 20:52:01 1.03 0.00 1.03 0.00 0.00 10.93 0.00 [2024-07-01T21:37:51.808Z] 20:53:01 1.17 0.00 1.17 0.00 0.00 14.40 0.00 [2024-07-01T21:37:51.808Z] 20:54:01 3.00 1.58 1.42 0.00 36.93 22.53 0.00 [2024-07-01T21:37:51.808Z] 20:55:01 1.30 0.00 1.30 0.00 0.00 17.06 0.00 [2024-07-01T21:37:51.808Z] 20:56:01 1.62 0.02 1.60 0.00 0.13 23.46 0.00 [2024-07-01T21:37:51.808Z] 20:57:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 [2024-07-01T21:37:51.808Z] 20:58:01 0.95 0.00 0.95 0.00 0.00 10.66 0.00 [2024-07-01T21:37:51.808Z] 20:59:01 1.65 0.00 1.65 0.00 0.00 18.39 0.00 [2024-07-01T21:37:51.808Z] 21:00:01 1.18 0.00 1.18 0.00 0.00 13.60 0.00 [2024-07-01T21:37:51.808Z] 21:01:01 1.53 0.00 1.53 0.00 0.00 18.13 0.00 [2024-07-01T21:37:51.808Z] 21:02:01 1.17 0.00 1.17 0.00 0.00 12.53 0.00 [2024-07-01T21:37:51.808Z] 21:03:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 [2024-07-01T21:37:51.808Z] 21:04:01 1.02 0.00 1.02 0.00 0.00 12.00 0.00 [2024-07-01T21:37:51.808Z] 21:05:01 1.32 0.00 1.32 0.00 0.00 15.46 0.00 [2024-07-01T21:37:51.808Z] 21:06:01 0.97 0.00 0.97 0.00 0.00 10.93 0.00 [2024-07-01T21:37:51.808Z] 21:07:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 [2024-07-01T21:37:51.808Z] 21:08:01 1.03 0.00 1.03 0.00 0.00 11.46 0.00 [2024-07-01T21:37:51.808Z] 21:09:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 [2024-07-01T21:37:51.808Z] 21:10:01 0.97 0.00 0.97 0.00 0.00 10.26 0.00 [2024-07-01T21:37:51.808Z] 21:11:01 1.20 0.00 1.20 0.00 0.00 14.13 0.00 [2024-07-01T21:37:51.808Z] 21:12:01 0.93 0.00 0.93 0.00 0.00 9.86 0.00 [2024-07-01T21:37:51.808Z] 21:13:01 1.58 0.00 1.58 0.00 0.00 17.73 0.00 [2024-07-01T21:37:51.808Z] 21:14:02 0.93 0.00 0.93 0.00 0.00 10.26 0.00 [2024-07-01T21:37:51.808Z] 21:15:01 1.17 0.00 1.17 0.00 0.00 13.69 0.00 [2024-07-01T21:37:51.808Z] 21:16:01 1.07 0.00 1.07 0.00 0.00 13.46 0.00 [2024-07-01T21:37:51.808Z] 21:17:01 1.37 0.02 1.35 0.00 0.13 15.46 0.00 [2024-07-01T21:37:51.808Z] 21:18:01 1.10 0.00 1.10 0.00 0.00 12.13 0.00 [2024-07-01T21:37:51.808Z] 21:19:01 1.28 0.00 1.28 0.00 0.00 15.33 0.00 [2024-07-01T21:37:51.808Z] 21:20:01 0.90 0.00 0.90 0.00 0.00 10.26 0.00 [2024-07-01T21:37:51.808Z] 21:21:01 1.63 0.00 1.63 0.00 0.00 19.06 0.00 [2024-07-01T21:37:51.808Z] 21:22:01 1.00 0.00 1.00 0.00 0.00 11.86 0.00 [2024-07-01T21:37:51.808Z] 21:23:01 1.23 0.00 1.23 0.00 0.00 14.80 0.00 [2024-07-01T21:37:51.808Z] 21:24:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2024-07-01T21:37:51.808Z] 21:25:01 1.33 0.00 1.33 0.00 0.00 16.26 0.00 [2024-07-01T21:37:51.808Z] 21:26:01 0.92 0.00 0.92 0.00 0.00 10.66 0.00 [2024-07-01T21:37:51.808Z] 21:27:01 1.27 0.00 1.27 0.00 0.00 15.20 0.00 [2024-07-01T21:37:51.808Z] 21:28:01 0.95 0.00 0.95 0.00 0.00 10.93 0.00 [2024-07-01T21:37:51.808Z] 21:29:01 1.50 0.00 1.50 0.00 0.00 16.93 0.00 [2024-07-01T21:37:51.808Z] 21:30:01 0.97 0.00 0.97 0.00 0.00 11.06 0.00 [2024-07-01T21:37:51.808Z] 21:31:01 1.72 0.00 1.72 0.00 0.00 20.13 0.00 [2024-07-01T21:37:51.808Z] 21:32:01 1.00 0.00 1.00 0.00 0.00 11.60 0.00 [2024-07-01T21:37:51.808Z] 21:33:01 1.60 0.00 1.60 0.00 0.00 17.86 0.00 [2024-07-01T21:37:51.808Z] 21:34:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2024-07-01T21:37:51.808Z] 21:35:01 1.30 0.00 1.30 0.00 0.00 15.46 0.00 [2024-07-01T21:37:51.808Z] 21:36:01 1.02 0.00 1.02 0.00 0.00 11.60 0.00 [2024-07-01T21:37:51.808Z] 21:37:01 1.67 0.00 1.67 0.00 0.00 19.06 0.00 [2024-07-01T21:37:51.808Z] Average: 47.71 1.43 46.28 0.00 178.50 14964.20 0.00 [2024-07-01T21:37:51.808Z] [2024-07-01T21:37:51.808Z] 20:40:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-07-01T21:37:51.808Z] 20:41:01 30081240 31626556 733956 2.23 48592 1814844 1837340 5.41 896488 1606312 51580 [2024-07-01T21:37:51.808Z] 20:42:01 27690716 31543488 753976 2.29 123840 3893704 1860872 5.48 1236764 3436680 53576 [2024-07-01T21:37:51.808Z] 20:43:01 27197980 31379756 911164 2.77 127628 4194872 2166540 6.39 1852504 3286224 232152 [2024-07-01T21:37:51.808Z] 20:44:01 27242276 31450372 838988 2.55 132692 4190972 2093448 6.17 1373036 3693404 439956 [2024-07-01T21:37:51.808Z] 20:45:01 27665540 31487184 804292 2.45 137976 3846728 1956840 5.77 1325868 3360032 1548 [2024-07-01T21:37:51.808Z] 20:46:01 19767276 31374604 871644 2.65 285664 11075388 2425552 7.15 2475948 9651328 1242180 [2024-07-01T21:37:51.808Z] 20:47:01 13764720 28829944 3357840 10.21 322080 14151876 9956008 29.34 5716104 11978056 252688 [2024-07-01T21:37:51.808Z] 20:48:01 12484152 29736096 2466352 7.50 348300 16263184 6383232 18.81 5602448 13351504 872428 [2024-07-01T21:37:51.808Z] 20:49:01 14427856 31401040 847100 2.58 353832 16103772 2155876 6.35 3014736 14181544 376 [2024-07-01T21:37:51.808Z] 20:50:01 14428092 31401316 846644 2.57 353884 16103776 2155876 6.35 3014912 14181548 200 [2024-07-01T21:37:51.808Z] 20:51:01 14482436 31455740 792268 2.41 353924 16103780 2155876 6.35 2961064 14181552 24 [2024-07-01T21:37:51.808Z] 20:52:01 14481952 31455284 792624 2.41 353944 16103784 2155876 6.35 2961420 14181552 172 [2024-07-01T21:37:51.808Z] 20:53:01 14482584 31455952 791960 2.41 353972 16103788 2155876 6.35 2961188 14181560 32 [2024-07-01T21:37:51.808Z] 20:54:01 14479776 31455400 792820 2.41 354016 16104888 2155876 6.35 2967348 14181896 16 [2024-07-01T21:37:51.808Z] 20:55:01 14479996 31455676 792516 2.41 354048 16104892 2155876 6.35 2966852 14181852 44 [2024-07-01T21:37:51.808Z] 20:56:01 14476960 31452656 795476 2.42 354084 16104880 2155784 6.35 2967204 14181832 8 [2024-07-01T21:37:51.808Z] 20:57:01 14476660 31452380 795692 2.42 354108 16104880 2155784 6.35 2967172 14181832 8 [2024-07-01T21:37:51.808Z] 20:58:01 14476896 31452648 795364 2.42 354128 16104884 2155784 6.35 2967192 14181836 12 [2024-07-01T21:37:51.808Z] 20:59:01 14477212 31453068 794872 2.42 354160 16104948 2155784 6.35 2967236 14181896 4 [2024-07-01T21:37:51.808Z] 21:00:01 14477308 31453172 794792 2.42 354176 16104952 2139688 6.31 2967664 14181904 200 [2024-07-01T21:37:51.808Z] 21:01:01 14478076 31453992 793920 2.41 354212 16104956 2139688 6.31 2966796 14181908 168 [2024-07-01T21:37:51.808Z] 21:02:01 14478624 31454580 793532 2.41 354244 16104956 2139688 6.31 2966800 14181908 24 [2024-07-01T21:37:51.808Z] 21:03:01 14478852 31454864 793216 2.41 354296 16104960 2139688 6.31 2966744 14181912 20 [2024-07-01T21:37:51.808Z] 21:04:01 14479192 31455232 792752 2.41 354324 16104968 2123324 6.26 2967024 14181916 172 [2024-07-01T21:37:51.808Z] 21:05:01 14478560 31454616 793236 2.41 354340 16104968 2123324 6.26 2966864 14181920 204 [2024-07-01T21:37:51.808Z] 21:06:01 14478332 31454416 793368 2.41 354348 16104972 2123324 6.26 2966588 14181924 4 [2024-07-01T21:37:51.808Z] 21:07:01 14478000 31454116 793596 2.41 354372 16104972 2123324 6.26 2966592 14181928 12 [2024-07-01T21:37:51.808Z] 21:08:01 14478048 31454288 793356 2.41 354388 16105104 2123324 6.26 2966576 14182052 8 [2024-07-01T21:37:51.808Z] 21:09:01 14478504 31454788 792916 2.41 354408 16105112 2123324 6.26 2966620 14182064 8 [2024-07-01T21:37:51.808Z] 21:10:01 14478268 31454556 793116 2.41 354428 16105108 2123324 6.26 2966604 14182064 8 [2024-07-01T21:37:51.808Z] 21:11:01 14478348 31454680 792992 2.41 354448 16105116 2123324 6.26 2966720 14182072 8 [2024-07-01T21:37:51.808Z] 21:12:01 14478580 31454952 792928 2.41 354472 16105116 2123324 6.26 2966992 14182076 8 [2024-07-01T21:37:51.808Z] 21:13:01 14478344 31454728 793100 2.41 354496 16105124 2123324 6.26 2966712 14182084 8 [2024-07-01T21:37:51.808Z] 21:14:02 14478044 31454468 793324 2.41 354508 16105128 2123324 6.26 2966760 14182088 8 [2024-07-01T21:37:51.808Z] 21:15:01 14477964 31454408 793324 2.41 354524 16105128 2139376 6.30 2967132 14182088 8 [2024-07-01T21:37:51.808Z] 21:16:01 14478416 31454912 792988 2.41 354568 16105124 2139376 6.30 2966996 14182096 24 [2024-07-01T21:37:51.808Z] 21:17:01 14478360 31454984 792844 2.41 354600 16105260 2139376 6.30 2966956 14182220 12 [2024-07-01T21:37:51.808Z] 21:18:01 14478336 31455016 792760 2.41 354616 16105264 2139376 6.30 2967024 14182228 8 [2024-07-01T21:37:51.808Z] 21:19:01 14478328 31455032 792688 2.41 354648 16105268 2139376 6.30 2967060 14182236 8 [2024-07-01T21:37:51.808Z] 21:20:01 14478312 31455060 792624 2.41 354668 16105268 2155528 6.35 2967100 14182240 8 [2024-07-01T21:37:51.808Z] 21:21:01 14478232 31454988 792616 2.41 354700 16105260 2155528 6.35 2967436 14182244 8 [2024-07-01T21:37:51.808Z] 21:22:01 14478216 31455008 792540 2.41 354712 16105276 2155528 6.35 2967428 14182252 8 [2024-07-01T21:37:51.808Z] 21:23:01 14477664 31454480 792996 2.41 354732 16105280 2155528 6.35 2967144 14182232 12 [2024-07-01T21:37:51.808Z] 21:24:01 14477540 31454400 793236 2.41 354748 16105284 2155528 6.35 2967572 14182236 180 [2024-07-01T21:37:51.808Z] 21:25:01 14477344 31454212 793376 2.41 354776 16105292 2155528 6.35 2967520 14182244 184 [2024-07-01T21:37:51.808Z] 21:26:01 14477272 31454172 793376 2.41 354788 16105292 2155528 6.35 2967612 14182244 176 [2024-07-01T21:37:51.808Z] 21:27:01 14477580 31454504 793036 2.41 354816 16105296 2155528 6.35 2967552 14182248 12 [2024-07-01T21:37:51.808Z] 21:28:01 14477408 31454372 793304 2.41 354840 16105296 2155528 6.35 2967616 14182248 176 [2024-07-01T21:37:51.808Z] 21:29:01 14477432 31454400 793256 2.41 354860 16105300 2155528 6.35 2967584 14182252 8 [2024-07-01T21:37:51.808Z] 21:30:01 14477496 31454500 793300 2.41 354876 16105304 2155528 6.35 2967656 14182260 144 [2024-07-01T21:37:51.808Z] 21:31:01 14477584 31454616 793180 2.41 354908 16105304 2155528 6.35 2967300 14182260 8 [2024-07-01T21:37:51.808Z] 21:32:01 14477196 31454256 793368 2.41 354928 16105312 2155528 6.35 2967604 14182264 224 [2024-07-01T21:37:51.808Z] 21:33:01 14477480 31454544 793068 2.41 354940 16105312 2155528 6.35 2967540 14182264 8 [2024-07-01T21:37:51.808Z] 21:34:01 14477856 31454952 792548 2.41 354960 16105316 2155528 6.35 2967776 14182272 188 [2024-07-01T21:37:51.808Z] 21:35:01 14477952 31455056 792432 2.41 354972 16105320 2155528 6.35 2967272 14182276 4 [2024-07-01T21:37:51.808Z] 21:36:01 14477612 31454744 792632 2.41 354992 16105320 2155528 6.35 2967752 14182280 220 [2024-07-01T21:37:51.808Z] 21:37:01 14477408 31454548 792808 2.41 355012 16105324 2155528 6.35 2967636 14182284 8 [2024-07-01T21:37:51.808Z] Average: 15705761 31378838 872175 2.65 331518 14887311 2347470 6.92 2911365 13075153 55254 [2024-07-01T21:37:51.808Z] [2024-07-01T21:37:51.808Z] 20:40:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-07-01T21:37:51.808Z] 20:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:41:01 ens3 732.24 643.46 4378.11 108.57 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:41:01 lo 4.80 4.80 0.46 0.46 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:42:01 docker0 611.88 726.89 50.10 4918.86 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:42:01 ens3 901.42 719.86 9002.98 82.74 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:42:01 lo 1.20 1.20 0.12 0.12 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:43:01 veth30859a2 0.08 0.27 0.01 0.03 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:43:01 docker0 0.08 0.15 0.01 0.02 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:43:01 ens3 29.26 16.53 30.23 11.64 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:44:01 veth30859a2 1.28 1.30 0.11 0.11 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:44:01 docker0 1.28 1.28 0.10 0.11 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:44:01 ens3 29.81 17.21 21.45 11.98 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:45:01 veth30fe5a9 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:45:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:45:01 ens3 106.00 66.26 2224.12 19.42 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:45:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:46:01 veth30fe5a9 0.62 1.18 0.06 0.26 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:46:01 veth075bc22 92.90 153.76 9.09 1245.95 0.00 0.00 0.00 0.10 [2024-07-01T21:37:51.808Z] 20:46:01 docker0 377.25 657.02 31.82 6085.06 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:46:01 veth2b3e9ac 77.22 140.53 7.97 1184.62 0.00 0.00 0.00 0.10 [2024-07-01T21:37:51.808Z] 20:46:01 veth19d9268 77.60 136.16 7.94 1182.92 0.00 0.00 0.00 0.10 [2024-07-01T21:37:51.808Z] 20:46:01 ens3 847.94 492.30 8246.77 165.48 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:46:01 lo 0.93 0.93 0.09 0.09 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:46:01 veth532c5f6 79.54 139.94 8.17 1199.41 0.00 0.00 0.00 0.10 [2024-07-01T21:37:51.808Z] 20:47:01 vethcf7edcd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth8f062ad 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth30fe5a9 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 vethe3ba6e7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth737a261 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth355dd21 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth60536ab 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 vethe81c724 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth03cda76 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 vethdb6eeaa 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 docker0 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 vethc8b1348 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 veth81b243e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 ens3 301.02 151.08 1398.11 68.48 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:47:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:48:01 vethcf7edcd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:48:01 veth8f062ad 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:48:01 veth30fe5a9 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.808Z] 20:48:01 vethe3ba6e7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 veth737a261 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 veth355dd21 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 veth60536ab 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 vethe81c724 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 veth03cda76 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 vethdb6eeaa 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 vethc8b1348 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 veth81b243e 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 ens3 3.95 2.73 3.08 1.59 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:48:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:49:01 ens3 7.60 4.97 6.97 3.51 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:50:01 ens3 0.30 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:51:01 ens3 0.38 0.17 0.09 0.07 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:52:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:53:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:54:01 ens3 8.53 6.62 5.94 6.34 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:54:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:55:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:56:01 ens3 0.42 0.25 0.14 0.08 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:57:01 ens3 0.28 0.08 0.02 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:58:01 ens3 0.12 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:59:01 ens3 0.30 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 20:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:00:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:01:01 ens3 0.50 0.23 0.10 0.08 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:02:01 ens3 0.88 0.40 0.45 0.27 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:03:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:04:01 ens3 0.83 0.33 0.30 0.21 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:05:01 ens3 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:06:01 ens3 0.23 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:07:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:08:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:09:01 ens3 0.40 0.18 0.08 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:10:01 ens3 0.08 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:11:01 ens3 0.33 0.25 0.09 0.08 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:12:01 ens3 0.15 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:14:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:14:02 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:14:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:15:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:16:01 ens3 0.23 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:17:01 ens3 0.12 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:19:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:20:01 ens3 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:21:01 ens3 0.27 0.20 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:22:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:23:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:25:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:26:01 ens3 0.22 0.10 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:27:01 ens3 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:28:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:30:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:31:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:32:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:33:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:35:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:36:01 ens3 0.22 0.10 0.08 0.06 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:37:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] 21:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] Average: docker0 17.39 24.32 1.44 193.13 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] Average: ens3 52.25 37.30 444.38 8.44 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] Average: lo 0.24 0.24 0.02 0.02 0.00 0.00 0.00 0.00 [2024-07-01T21:37:51.809Z] [2024-07-01T21:37:51.809Z] [2024-07-01T21:37:51.809Z] ---> sar -P ALL: [2024-07-01T21:37:51.809Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-4704) 07/01/24 _x86_64_ (8 CPU) [2024-07-01T21:37:51.809Z] [2024-07-01T21:37:51.809Z] 20:39:59 LINUX RESTART (8 CPU) [2024-07-01T21:37:51.809Z] [2024-07-01T21:37:51.809Z] 20:40:01 CPU %user %nice %system %iowait %steal %idle [2024-07-01T21:37:51.809Z] 20:41:01 all 5.68 0.00 1.43 2.41 0.03 90.44 [2024-07-01T21:37:51.809Z] 20:41:01 0 8.60 0.00 0.77 0.12 0.03 90.48 [2024-07-01T21:37:51.809Z] 20:41:01 1 7.35 0.00 0.74 0.18 0.03 91.70 [2024-07-01T21:37:51.809Z] 20:41:01 2 4.98 0.00 1.86 0.37 0.03 92.76 [2024-07-01T21:37:51.809Z] 20:41:01 3 6.54 0.00 2.06 0.52 0.03 90.85 [2024-07-01T21:37:51.809Z] 20:41:01 4 6.99 0.00 1.69 4.79 0.03 86.49 [2024-07-01T21:37:51.809Z] 20:41:01 5 3.80 0.00 1.90 12.89 0.03 81.38 [2024-07-01T21:37:51.809Z] 20:41:01 6 3.40 0.00 1.33 0.18 0.03 95.06 [2024-07-01T21:37:51.809Z] 20:41:01 7 3.78 0.00 1.12 0.27 0.03 94.80 [2024-07-01T21:37:51.810Z] 20:42:01 all 9.10 0.00 4.28 4.77 0.07 81.77 [2024-07-01T21:37:51.810Z] 20:42:01 0 8.10 0.00 5.04 12.51 0.07 74.28 [2024-07-01T21:37:51.810Z] 20:42:01 1 8.42 0.00 3.65 6.90 0.08 80.94 [2024-07-01T21:37:51.810Z] 20:42:01 2 8.57 0.00 4.10 2.62 0.05 84.66 [2024-07-01T21:37:51.810Z] 20:42:01 3 8.31 0.00 3.75 0.34 0.09 87.51 [2024-07-01T21:37:51.810Z] 20:42:01 4 8.78 0.00 5.15 5.63 0.07 80.37 [2024-07-01T21:37:51.810Z] 20:42:01 5 10.11 0.00 4.33 1.49 0.07 84.00 [2024-07-01T21:37:51.810Z] 20:42:01 6 12.49 0.00 4.23 8.18 0.07 75.04 [2024-07-01T21:37:51.810Z] 20:42:01 7 8.02 0.00 4.00 0.42 0.08 87.47 [2024-07-01T21:37:51.810Z] 20:43:01 all 34.96 0.00 5.57 1.98 0.08 57.40 [2024-07-01T21:37:51.810Z] 20:43:01 0 34.64 0.00 5.61 0.05 0.08 59.62 [2024-07-01T21:37:51.810Z] 20:43:01 1 37.84 0.00 5.52 2.55 0.08 54.00 [2024-07-01T21:37:51.810Z] 20:43:01 2 37.07 0.00 5.42 1.73 0.10 55.68 [2024-07-01T21:37:51.810Z] 20:43:01 3 33.63 0.00 6.30 10.12 0.10 49.86 [2024-07-01T21:37:51.810Z] 20:43:01 4 34.91 0.00 5.63 0.02 0.08 59.36 [2024-07-01T21:37:51.810Z] 20:43:01 5 34.90 0.00 5.10 0.52 0.08 59.40 [2024-07-01T21:37:51.810Z] 20:43:01 6 34.60 0.00 6.48 0.62 0.07 58.22 [2024-07-01T21:37:51.810Z] 20:43:01 7 32.10 0.00 4.48 0.27 0.07 63.08 [2024-07-01T21:37:51.810Z] 20:44:01 all 45.74 0.00 5.09 0.38 0.08 48.71 [2024-07-01T21:37:51.810Z] 20:44:01 0 44.48 0.00 5.01 0.13 0.08 50.29 [2024-07-01T21:37:51.810Z] 20:44:01 1 44.36 0.00 4.92 0.49 0.08 50.15 [2024-07-01T21:37:51.810Z] 20:44:01 2 47.10 0.00 5.36 0.07 0.08 47.40 [2024-07-01T21:37:51.810Z] 20:44:01 3 47.62 0.00 5.32 0.02 0.08 46.95 [2024-07-01T21:37:51.810Z] 20:44:01 4 44.45 0.00 4.88 2.13 0.08 48.46 [2024-07-01T21:37:51.810Z] 20:44:01 5 47.00 0.00 5.17 0.03 0.07 47.73 [2024-07-01T21:37:51.810Z] 20:44:01 6 44.81 0.00 5.36 0.13 0.10 49.59 [2024-07-01T21:37:51.810Z] 20:44:01 7 46.06 0.00 4.67 0.05 0.08 49.13 [2024-07-01T21:37:51.810Z] 20:45:01 all 32.00 0.00 7.04 2.31 0.10 58.55 [2024-07-01T21:37:51.810Z] 20:45:01 0 31.69 0.00 6.76 0.27 0.08 61.20 [2024-07-01T21:37:51.810Z] 20:45:01 1 31.89 0.00 6.89 1.84 0.10 59.28 [2024-07-01T21:37:51.810Z] 20:45:01 2 31.20 0.00 7.75 0.32 0.08 60.65 [2024-07-01T21:37:51.810Z] 20:45:01 3 30.61 0.00 7.73 12.12 0.10 49.44 [2024-07-01T21:37:51.810Z] 20:45:01 4 33.46 0.00 6.83 2.83 0.10 56.78 [2024-07-01T21:37:51.810Z] 20:45:01 5 30.27 0.00 7.07 0.69 0.08 61.88 [2024-07-01T21:37:51.810Z] 20:45:01 6 33.24 0.00 6.84 0.24 0.13 59.55 [2024-07-01T21:37:51.810Z] 20:45:01 7 33.62 0.00 6.44 0.22 0.10 59.62 [2024-07-01T21:37:51.810Z] 20:46:01 all 19.62 0.00 8.60 26.01 0.21 45.56 [2024-07-01T21:37:51.810Z] 20:46:01 0 16.37 0.00 8.23 18.85 0.10 56.45 [2024-07-01T21:37:51.810Z] 20:46:01 1 20.57 0.00 8.41 29.70 0.10 41.22 [2024-07-01T21:37:51.810Z] 20:46:01 2 19.47 0.00 9.53 45.74 0.12 25.13 [2024-07-01T21:37:51.810Z] 20:46:01 3 20.09 0.00 8.13 14.09 0.91 56.78 [2024-07-01T21:37:51.810Z] 20:46:01 4 19.66 0.00 8.28 15.69 0.09 56.28 [2024-07-01T21:37:51.810Z] 20:46:01 5 19.17 0.00 8.41 25.40 0.10 46.92 [2024-07-01T21:37:51.810Z] 20:46:01 6 21.41 0.00 9.55 38.11 0.14 30.79 [2024-07-01T21:37:51.810Z] 20:46:01 7 20.28 0.00 8.26 21.02 0.10 50.33 [2024-07-01T21:37:51.810Z] 20:47:01 all 49.72 0.00 8.98 11.80 0.10 29.40 [2024-07-01T21:37:51.810Z] 20:47:01 0 49.24 0.00 7.94 4.64 0.10 38.08 [2024-07-01T21:37:51.810Z] 20:47:01 1 50.04 0.00 8.89 14.72 0.10 26.25 [2024-07-01T21:37:51.810Z] 20:47:01 2 48.36 0.00 10.31 15.55 0.10 25.68 [2024-07-01T21:37:51.810Z] 20:47:01 3 50.10 0.00 8.28 16.66 0.10 24.86 [2024-07-01T21:37:51.810Z] 20:47:01 4 49.86 0.00 9.05 3.61 0.08 37.40 [2024-07-01T21:37:51.810Z] 20:47:01 5 50.02 0.00 9.16 26.47 0.08 14.27 [2024-07-01T21:37:51.810Z] 20:47:01 6 50.52 0.00 8.50 4.32 0.08 36.58 [2024-07-01T21:37:51.810Z] 20:47:01 7 49.55 0.00 9.76 8.53 0.12 32.03 [2024-07-01T21:37:51.810Z] 20:48:01 all 88.86 0.00 11.00 0.00 0.14 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 0 88.16 0.00 11.72 0.00 0.12 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 1 89.80 0.00 10.06 0.00 0.13 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 2 88.13 0.00 11.69 0.00 0.17 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 3 88.59 0.00 11.27 0.00 0.14 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 4 88.32 0.00 11.56 0.00 0.12 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 5 90.28 0.00 9.58 0.00 0.14 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 6 89.28 0.00 10.57 0.00 0.15 0.00 [2024-07-01T21:37:51.810Z] 20:48:01 7 88.29 0.00 11.59 0.00 0.12 0.00 [2024-07-01T21:37:51.810Z] 20:49:01 all 34.21 0.00 5.32 5.51 0.08 54.89 [2024-07-01T21:37:51.810Z] 20:49:01 0 31.66 0.00 5.98 2.25 0.14 59.97 [2024-07-01T21:37:51.810Z] 20:49:01 1 35.42 0.00 4.41 2.67 0.08 57.41 [2024-07-01T21:37:51.810Z] 20:49:01 2 33.56 0.00 5.85 5.83 0.07 54.70 [2024-07-01T21:37:51.810Z] 20:49:01 3 35.67 0.00 4.94 3.61 0.07 55.70 [2024-07-01T21:37:51.810Z] 20:49:01 4 35.62 0.00 5.11 3.97 0.07 55.24 [2024-07-01T21:37:51.810Z] 20:49:01 5 33.95 0.00 5.04 5.62 0.07 55.32 [2024-07-01T21:37:51.810Z] 20:49:01 6 33.79 0.00 5.65 5.27 0.05 55.24 [2024-07-01T21:37:51.810Z] 20:49:01 7 33.94 0.00 5.58 14.83 0.08 45.58 [2024-07-01T21:37:51.810Z] 20:50:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2024-07-01T21:37:51.810Z] 20:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:50:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:50:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-01T21:37:51.810Z] 20:50:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 20:50:01 5 0.03 0.00 0.07 0.03 0.02 99.85 [2024-07-01T21:37:51.810Z] 20:50:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 20:50:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:51:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2024-07-01T21:37:51.810Z] 20:51:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:51:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 20:51:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 20:51:01 3 0.22 0.00 0.02 0.00 0.02 99.75 [2024-07-01T21:37:51.810Z] 20:51:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-01T21:37:51.810Z] 20:51:01 5 0.12 0.00 0.02 0.02 0.02 99.83 [2024-07-01T21:37:51.810Z] 20:51:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2024-07-01T21:37:51.810Z] 20:51:01 7 0.10 0.00 0.00 0.00 0.00 99.90 [2024-07-01T21:37:51.810Z] [2024-07-01T21:37:51.810Z] 20:51:01 CPU %user %nice %system %iowait %steal %idle [2024-07-01T21:37:51.810Z] 20:52:01 all 0.06 0.00 0.02 0.00 0.07 99.85 [2024-07-01T21:37:51.810Z] 20:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 20:52:01 1 0.02 0.00 0.02 0.00 0.15 99.82 [2024-07-01T21:37:51.810Z] 20:52:01 2 0.02 0.00 0.03 0.02 0.12 99.82 [2024-07-01T21:37:51.810Z] 20:52:01 3 0.08 0.00 0.03 0.00 0.05 99.83 [2024-07-01T21:37:51.810Z] 20:52:01 4 0.00 0.00 0.00 0.00 0.15 99.85 [2024-07-01T21:37:51.810Z] 20:52:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-01T21:37:51.810Z] 20:52:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-01T21:37:51.810Z] 20:52:01 7 0.28 0.00 0.02 0.00 0.03 99.67 [2024-07-01T21:37:51.810Z] 20:53:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:53:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-01T21:37:51.810Z] 20:53:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:53:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:53:01 3 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-01T21:37:51.810Z] 20:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 20:53:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 20:53:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-01T21:37:51.810Z] 20:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 20:54:01 all 0.29 0.00 0.03 0.01 0.01 99.66 [2024-07-01T21:37:51.810Z] 20:54:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.810Z] 20:54:01 1 0.15 0.00 0.07 0.00 0.02 99.77 [2024-07-01T21:37:51.810Z] 20:54:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:54:01 3 0.35 0.00 0.03 0.00 0.00 99.62 [2024-07-01T21:37:51.810Z] 20:54:01 4 0.50 0.00 0.05 0.03 0.02 99.40 [2024-07-01T21:37:51.810Z] 20:54:01 5 0.15 0.00 0.03 0.03 0.02 99.77 [2024-07-01T21:37:51.810Z] 20:54:01 6 0.23 0.00 0.00 0.00 0.00 99.77 [2024-07-01T21:37:51.810Z] 20:54:01 7 0.85 0.00 0.05 0.02 0.02 99.07 [2024-07-01T21:37:51.810Z] 20:55:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:55:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-01T21:37:51.810Z] 20:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:55:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:55:01 3 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.810Z] 20:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 20:55:01 5 0.07 0.00 0.03 0.02 0.02 99.87 [2024-07-01T21:37:51.810Z] 20:55:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:56:01 all 0.03 0.00 0.03 0.00 0.01 99.93 [2024-07-01T21:37:51.810Z] 20:56:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-01T21:37:51.810Z] 20:56:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:56:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-01T21:37:51.810Z] 20:56:01 3 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-01T21:37:51.810Z] 20:56:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:56:01 5 0.12 0.00 0.02 0.03 0.02 99.82 [2024-07-01T21:37:51.810Z] 20:56:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 20:56:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:57:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2024-07-01T21:37:51.810Z] 20:57:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 20:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:57:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:57:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:57:01 5 0.10 0.00 0.02 0.02 0.02 99.85 [2024-07-01T21:37:51.810Z] 20:57:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:57:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:58:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2024-07-01T21:37:51.810Z] 20:58:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 20:58:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:58:01 2 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 20:58:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.810Z] 20:58:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 20:58:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:58:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 20:59:01 all 0.02 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:59:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.810Z] 20:59:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 20:59:01 2 0.00 0.00 0.03 0.02 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:59:01 3 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 20:59:01 5 0.02 0.00 0.05 0.02 0.02 99.90 [2024-07-01T21:37:51.810Z] 20:59:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 20:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:00:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-07-01T21:37:51.810Z] 21:00:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 21:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:00:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:00:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-01T21:37:51.810Z] 21:00:01 4 0.00 0.00 0.03 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 21:00:01 5 0.05 0.00 0.00 0.02 0.02 99.92 [2024-07-01T21:37:51.810Z] 21:00:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:00:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:01:01 all 0.03 0.00 0.02 0.00 0.00 99.94 [2024-07-01T21:37:51.810Z] 21:01:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:01:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:01:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:01:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:01:01 4 0.05 0.00 0.07 0.00 0.02 99.87 [2024-07-01T21:37:51.810Z] 21:01:01 5 0.05 0.00 0.05 0.02 0.02 99.87 [2024-07-01T21:37:51.810Z] 21:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:02:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-07-01T21:37:51.810Z] 21:02:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-01T21:37:51.810Z] 21:02:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 21:02:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-01T21:37:51.810Z] 21:02:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-01T21:37:51.810Z] 21:02:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:02:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2024-07-01T21:37:51.810Z] 21:02:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:02:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] [2024-07-01T21:37:51.810Z] 21:02:01 CPU %user %nice %system %iowait %steal %idle [2024-07-01T21:37:51.810Z] 21:03:01 all 0.02 0.00 0.02 0.01 0.01 99.95 [2024-07-01T21:37:51.810Z] 21:03:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.810Z] 21:03:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 21:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 21:03:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2024-07-01T21:37:51.810Z] 21:03:01 5 0.05 0.00 0.02 0.03 0.02 99.88 [2024-07-01T21:37:51.810Z] 21:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:03:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:04:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2024-07-01T21:37:51.810Z] 21:04:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.810Z] 21:04:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 21:04:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2024-07-01T21:37:51.810Z] 21:04:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.810Z] 21:04:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 21:04:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-01T21:37:51.810Z] 21:04:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.810Z] 21:04:01 7 0.12 0.00 0.02 0.00 0.00 99.87 [2024-07-01T21:37:51.810Z] 21:05:01 all 0.18 0.00 0.02 0.00 0.00 99.80 [2024-07-01T21:37:51.810Z] 21:05:01 0 0.05 0.00 0.00 0.02 0.00 99.93 [2024-07-01T21:37:51.810Z] 21:05:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:05:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:05:01 3 1.24 0.00 0.02 0.00 0.00 98.74 [2024-07-01T21:37:51.810Z] 21:05:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-01T21:37:51.810Z] 21:05:01 5 0.03 0.00 0.05 0.02 0.00 99.90 [2024-07-01T21:37:51.810Z] 21:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:06:01 all 0.22 0.00 0.01 0.00 0.00 99.76 [2024-07-01T21:37:51.810Z] 21:06:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.810Z] 21:06:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:06:01 3 1.52 0.00 0.02 0.00 0.00 98.47 [2024-07-01T21:37:51.810Z] 21:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:06:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-01T21:37:51.810Z] 21:06:01 6 0.05 0.00 0.05 0.00 0.00 99.90 [2024-07-01T21:37:51.810Z] 21:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.810Z] 21:07:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-01T21:37:51.810Z] 21:07:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.810Z] 21:07:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.810Z] 21:07:01 3 0.13 0.00 0.00 0.00 0.02 99.85 [2024-07-01T21:37:51.811Z] 21:07:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:07:01 5 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:07:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:07:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:08:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2024-07-01T21:37:51.811Z] 21:08:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:08:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:08:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:08:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:08:01 5 0.07 0.00 0.03 0.00 0.00 99.90 [2024-07-01T21:37:51.811Z] 21:08:01 6 0.07 0.00 0.05 0.00 0.02 99.87 [2024-07-01T21:37:51.811Z] 21:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:09:01 all 0.08 0.00 0.02 0.00 0.00 99.89 [2024-07-01T21:37:51.811Z] 21:09:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:09:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:09:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:09:01 3 0.57 0.00 0.03 0.00 0.00 99.40 [2024-07-01T21:37:51.811Z] 21:09:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:09:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:09:01 6 0.02 0.00 0.05 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:09:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-01T21:37:51.811Z] 21:10:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-01T21:37:51.811Z] 21:10:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:10:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:10:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:10:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:10:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-01T21:37:51.811Z] 21:10:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:10:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:10:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:11:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2024-07-01T21:37:51.811Z] 21:11:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:11:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:11:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:11:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:11:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:11:01 6 0.05 0.00 0.05 0.00 0.00 99.90 [2024-07-01T21:37:51.811Z] 21:11:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:12:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-01T21:37:51.811Z] 21:12:01 0 0.07 0.00 0.02 0.00 0.00 99.92 [2024-07-01T21:37:51.811Z] 21:12:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:12:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:12:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:12:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:12:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:12:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:12:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:13:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2024-07-01T21:37:51.811Z] 21:13:01 0 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:13:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:13:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:13:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:13:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:13:01 6 0.05 0.00 0.05 0.00 0.00 99.90 [2024-07-01T21:37:51.811Z] 21:13:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] [2024-07-01T21:37:51.811Z] 21:13:01 CPU %user %nice %system %iowait %steal %idle [2024-07-01T21:37:51.811Z] 21:14:02 all 0.02 0.00 0.01 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:14:02 0 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:14:02 1 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:14:02 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:14:02 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:14:02 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:14:02 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:14:02 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:14:02 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:15:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-07-01T21:37:51.811Z] 21:15:01 0 0.07 0.00 0.07 0.00 0.00 99.86 [2024-07-01T21:37:51.811Z] 21:15:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:15:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:15:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:15:01 5 0.05 0.00 0.00 0.02 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:15:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:16:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:16:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:16:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:16:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:16:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:16:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:16:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:16:01 7 0.03 0.00 0.05 0.00 0.00 99.92 [2024-07-01T21:37:51.811Z] 21:17:01 all 0.04 0.00 0.01 0.00 0.01 99.95 [2024-07-01T21:37:51.811Z] 21:17:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:17:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:17:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:17:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:17:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:17:01 5 0.03 0.00 0.00 0.02 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:17:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:17:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:18:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:18:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:18:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:18:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:18:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:18:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:18:01 5 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:18:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:18:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:19:01 all 0.02 0.00 0.01 0.00 0.00 99.96 [2024-07-01T21:37:51.811Z] 21:19:01 0 0.02 0.00 0.05 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:19:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:19:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:19:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:19:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:19:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:19:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:20:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-07-01T21:37:51.811Z] 21:20:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:20:01 1 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:20:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:20:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:20:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:20:01 5 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:20:01 6 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:21:01 all 0.04 0.00 0.02 0.00 0.01 99.93 [2024-07-01T21:37:51.811Z] 21:21:01 0 0.08 0.00 0.03 0.00 0.02 99.87 [2024-07-01T21:37:51.811Z] 21:21:01 1 0.05 0.00 0.08 0.00 0.02 99.85 [2024-07-01T21:37:51.811Z] 21:21:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:21:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:21:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:21:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:21:01 6 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:21:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:22:01 all 0.01 0.00 0.01 5.01 0.01 94.96 [2024-07-01T21:37:51.811Z] 21:22:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:22:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:22:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-01T21:37:51.811Z] 21:22:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:22:01 4 0.02 0.00 0.02 19.13 0.02 80.82 [2024-07-01T21:37:51.811Z] 21:22:01 5 0.02 0.00 0.00 20.90 0.00 79.08 [2024-07-01T21:37:51.811Z] 21:22:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:22:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:23:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-01T21:37:51.811Z] 21:23:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:23:01 1 0.07 0.00 0.00 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:23:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:23:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:23:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:23:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:24:01 all 0.01 0.00 0.01 0.00 0.00 99.96 [2024-07-01T21:37:51.811Z] 21:24:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:24:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:24:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:24:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:24:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:24:01 5 0.00 0.00 0.02 0.02 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:24:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] [2024-07-01T21:37:51.811Z] 21:24:01 CPU %user %nice %system %iowait %steal %idle [2024-07-01T21:37:51.811Z] 21:25:01 all 0.02 0.00 0.01 0.08 0.01 99.88 [2024-07-01T21:37:51.811Z] 21:25:01 0 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:25:01 1 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:25:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:25:01 3 0.02 0.00 0.02 0.37 0.02 99.58 [2024-07-01T21:37:51.811Z] 21:25:01 4 0.02 0.00 0.02 0.03 0.03 99.90 [2024-07-01T21:37:51.811Z] 21:25:01 5 0.02 0.00 0.00 0.20 0.02 99.77 [2024-07-01T21:37:51.811Z] 21:25:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:26:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:26:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2024-07-01T21:37:51.811Z] 21:26:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:26:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:26:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:26:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:26:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:26:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:26:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:27:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:27:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:27:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:27:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:27:01 4 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-01T21:37:51.811Z] 21:27:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2024-07-01T21:37:51.811Z] 21:27:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:28:01 all 0.13 0.00 0.03 0.00 0.01 99.83 [2024-07-01T21:37:51.811Z] 21:28:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:28:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:28:01 2 0.91 0.00 0.08 0.00 0.02 98.99 [2024-07-01T21:37:51.811Z] 21:28:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:28:01 4 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:28:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:28:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:28:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:29:01 all 0.04 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:29:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:29:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:29:01 2 0.13 0.00 0.00 0.00 0.00 99.87 [2024-07-01T21:37:51.811Z] 21:29:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:29:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:29:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:29:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:29:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:30:01 all 0.02 0.00 0.01 0.01 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:30:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:30:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:30:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:30:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:30:01 5 0.05 0.00 0.00 0.07 0.00 99.88 [2024-07-01T21:37:51.811Z] 21:30:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:30:01 7 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:31:01 all 0.12 0.00 0.02 0.00 0.00 99.85 [2024-07-01T21:37:51.811Z] 21:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:31:01 1 0.02 0.00 0.05 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:31:01 2 0.80 0.00 0.00 0.00 0.00 99.20 [2024-07-01T21:37:51.811Z] 21:31:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:31:01 4 0.02 0.00 0.05 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:31:01 5 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-01T21:37:51.811Z] 21:31:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:31:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:32:01 all 0.22 0.00 0.01 0.00 0.00 99.77 [2024-07-01T21:37:51.811Z] 21:32:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:32:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:32:01 2 1.55 0.00 0.00 0.00 0.00 98.45 [2024-07-01T21:37:51.811Z] 21:32:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:32:01 4 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:32:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:32:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:33:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2024-07-01T21:37:51.811Z] 21:33:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:33:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:33:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:33:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:33:01 5 0.07 0.00 0.03 0.02 0.00 99.88 [2024-07-01T21:37:51.811Z] 21:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:33:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:34:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2024-07-01T21:37:51.811Z] 21:34:01 0 0.07 0.00 0.00 0.00 0.03 99.90 [2024-07-01T21:37:51.811Z] 21:34:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:34:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:34:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:34:01 4 0.05 0.00 0.03 0.02 0.02 99.88 [2024-07-01T21:37:51.811Z] 21:34:01 5 0.08 0.00 0.03 0.00 0.03 99.85 [2024-07-01T21:37:51.811Z] 21:34:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:34:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:35:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:35:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:35:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:35:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:35:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:35:01 4 0.00 0.00 0.02 0.02 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:35:01 5 0.03 0.00 0.03 0.02 0.00 99.92 [2024-07-01T21:37:51.811Z] 21:35:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:35:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] [2024-07-01T21:37:51.811Z] 21:35:01 CPU %user %nice %system %iowait %steal %idle [2024-07-01T21:37:51.811Z] 21:36:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-07-01T21:37:51.811Z] 21:36:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-01T21:37:51.811Z] 21:36:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-01T21:37:51.811Z] 21:36:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:36:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-01T21:37:51.811Z] 21:36:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-01T21:37:51.811Z] 21:36:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:36:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-01T21:37:51.811Z] 21:37:01 all 0.02 0.00 0.01 0.03 0.00 99.94 [2024-07-01T21:37:51.811Z] 21:37:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-01T21:37:51.811Z] 21:37:01 1 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-01T21:37:51.811Z] 21:37:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-01T21:37:51.811Z] 21:37:01 3 0.00 0.00 0.02 0.17 0.00 99.82 [2024-07-01T21:37:51.811Z] 21:37:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-01T21:37:51.811Z] 21:37:01 5 0.00 0.00 0.00 0.07 0.00 99.93 [2024-07-01T21:37:51.811Z] 21:37:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-01T21:37:51.811Z] 21:37:01 7 0.07 0.00 0.00 0.00 0.00 99.93 [2024-07-01T21:37:51.811Z] Average: all 5.60 0.00 1.01 1.04 0.02 92.33 [2024-07-01T21:37:51.811Z] Average: 0 5.47 0.00 1.01 0.67 0.02 92.82 [2024-07-01T21:37:51.811Z] Average: 1 5.70 0.00 0.94 1.02 0.02 92.32 [2024-07-01T21:37:51.811Z] Average: 2 5.57 0.00 1.07 1.24 0.02 92.10 [2024-07-01T21:37:51.811Z] Average: 3 5.67 0.00 1.01 1.01 0.03 92.27 [2024-07-01T21:37:51.811Z] Average: 4 5.63 0.00 1.03 1.01 0.02 92.31 [2024-07-01T21:37:51.811Z] Average: 5 5.59 0.00 0.98 1.65 0.02 91.76 [2024-07-01T21:37:51.811Z] Average: 6 5.63 0.00 1.03 0.97 0.02 92.35 [2024-07-01T21:37:51.811Z] Average: 7 5.53 0.00 0.98 0.79 0.02 92.68 [2024-07-01T21:37:51.811Z] [2024-07-01T21:37:51.811Z] [2024-07-01T21:37:51.811Z]