Pull request #4846 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 6864b6a6596971ecbf015eda9d5b15b16885470e+b103c04882abc23661cee8905a92a31c1ff0bf6a (a19392a1c99cd02417d4c5f2814384c0ddf4bbd5) 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-ssh14826324332652477793.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-ssh16067292753648059649.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-4846/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-4846/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14402972845148719469.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-4846/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3039484329859772543.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-ssh17318725413248252160.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-4846/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-4846/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh5407738464165971214.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-6896 in /w/workspace/edgexfoundry_edgex-go_PR-4846 [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 b103c04882abc23661cee8905a92a31c1ff0bf6a into PR head commit 6864b6a6596971ecbf015eda9d5b15b16885470e Merge succeeded, producing 6864b6a6596971ecbf015eda9d5b15b16885470e Checking out Revision 6864b6a6596971ecbf015eda9d5b15b16885470e (PR-4846) Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > 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/4846/head:refs/remotes/origin/PR-4846 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # 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 b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-31T19:29:31.097Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-31T19:29:31.320Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-31T19:29:31.436Z] ========================================================= [2024-07-31T19:29:31.436Z] EdgeX Global Pipelines Version Info [2024-07-31T19:29:31.436Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-31T19:29:32.614Z] ------------------- [2024-07-31T19:29:32.614Z] stable info: [2024-07-31T19:29:32.614Z] ------------------- [2024-07-31T19:29:32.615Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-31T19:29:32.615Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-31T19:29:32.615Z] Message: update stable to v1.0.260 [2024-07-31T19:29:32.875Z] ------------------- [2024-07-31T19:29:32.875Z] experimental info: [2024-07-31T19:29:32.875Z] ------------------- [2024-07-31T19:29:32.875Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-31T19:29:32.875Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-31T19:29:32.875Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-31T19:29:33.100Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-31T19:29:33.176Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-31T19:29:33.229Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-31T19:29:33.285Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-31T19:29:33.343Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-31T19:29:33.402Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-31T19:29:33.462Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-31T19:29:33.526Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-31T19:29:33.593Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-31T19:29:33.658Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-31T19:29:33.718Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-31T19:29:33.784Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-31T19:29:33.847Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-31T19:29:33.904Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-31T19:29:33.962Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-31T19:29:34.024Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-31T19:29:34.083Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-31T19:29:34.145Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-31T19:29:34.199Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-31T19:29:34.260Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-31T19:29:34.315Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-31T19:29:34.373Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-31T19:29:34.430Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-31T19:29:34.492Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4846 [Pipeline] echo [2024-07-31T19:29:34.552Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4846 [Pipeline] echo [2024-07-31T19:29:34.609Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4846 [Pipeline] echo [2024-07-31T19:29:34.661Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] echo [2024-07-31T19:29:34.718Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 6864b6a [Pipeline] echo [2024-07-31T19:29:34.786Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T19:29:34.945Z] provisioning config files... [2024-07-31T19:29:34.962Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config4112803356220399369tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T19:29:35.371Z] ---> ****-login.sh [2024-07-31T19:29:35.371Z] nexus3.edgexfoundry.org:10001 [2024-07-31T19:29:35.632Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:29:35.632Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:29:35.632Z] Configure a credential helper to remove this warning. See [2024-07-31T19:29:35.632Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:29:35.632Z] [2024-07-31T19:29:35.632Z] Login Succeeded [2024-07-31T19:29:35.632Z] nexus3.edgexfoundry.org:10002 [2024-07-31T19:29:35.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:29:35.893Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:29:35.893Z] Configure a credential helper to remove this warning. See [2024-07-31T19:29:35.894Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:29:35.894Z] [2024-07-31T19:29:35.894Z] Login Succeeded [2024-07-31T19:29:35.894Z] nexus3.edgexfoundry.org:10003 [2024-07-31T19:29:35.894Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:29:35.894Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:29:35.894Z] Configure a credential helper to remove this warning. See [2024-07-31T19:29:35.894Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:29:35.894Z] [2024-07-31T19:29:35.894Z] Login Succeeded [2024-07-31T19:29:35.894Z] nexus3.edgexfoundry.org:10004 [2024-07-31T19:29:36.154Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:29:36.155Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:29:36.155Z] Configure a credential helper to remove this warning. See [2024-07-31T19:29:36.155Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:29:36.155Z] [2024-07-31T19:29:36.155Z] Login Succeeded [2024-07-31T19:29:36.155Z] ****.io [2024-07-31T19:29:36.155Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:29:36.416Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:29:36.416Z] Configure a credential helper to remove this warning. See [2024-07-31T19:29:36.416Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:29:36.416Z] [2024-07-31T19:29:36.416Z] Login Succeeded [2024-07-31T19:29:36.416Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T19:29:36.449Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T19:29:36.906Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/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-cron-scheduler/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/core-command/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/core-data/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-31T19:29:36.906Z] + + cut -d/ -f2 [2024-07-31T19:29:36.906Z] dirname cmd/core-keeper/Dockerfile [2024-07-31T19:29:36.906Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-31T19:29:36.906Z] + + dirnamecut cmd/core-metadata/Dockerfile -d/ [2024-07-31T19:29:36.906Z] -f2 [2024-07-31T19:29:36.906Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/support-cron-scheduler/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo support-cron-scheduler,cmd/support-cron-scheduler/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/support-notifications/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-31T19:29:36.906Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-31T19:29:36.906Z] + cut -d/ -f2 [2024-07-31T19:29:36.906Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-31T19:29:37.129Z] 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-keeper, dockerfile:cmd/core-keeper/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-cron-scheduler, dockerfile:cmd/support-cron-scheduler/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-31T19:29:37.739Z] + git rev-list -1 --merges 6864b6a6596971ecbf015eda9d5b15b16885470e~1..6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] echo [2024-07-31T19:29:37.778Z] -----------> git rev-list -1 --merges 6864b6a6596971ecbf015eda9d5b15b16885470e~1..6864b6a6596971ecbf015eda9d5b15b16885470e 6864b6a6596971ecbf015eda9d5b15b16885470e [false] [Pipeline] sh [2024-07-31T19:29:38.096Z] + git log --format=format:%s -1 6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] echo [2024-07-31T19:29:38.149Z] ========================================================= [2024-07-31T19:29:38.149Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-31T19:29:38.149Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-31T19:29:38.684Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-31T19:29:38.685Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-31T19:29:38.685Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-31T19:29:38.685Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-31T19:29:38.685Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-31T19:29:38.685Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-31T19:29:38.685Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:29:39.224Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T19:29:39.224Z] [2024-07-31T19:29:39.224Z] 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-31T19:29:39.634Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T19:29:39.634Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-31T19:29:39.634Z] b85a868b505f: Pulling fs layer [2024-07-31T19:29:39.634Z] e2be974225ed: Pulling fs layer [2024-07-31T19:29:39.634Z] 339a4e72a1f5: Pulling fs layer [2024-07-31T19:29:39.634Z] 988bab9f4d93: Pulling fs layer [2024-07-31T19:29:39.634Z] 1469e6f7b9e6: Pulling fs layer [2024-07-31T19:29:39.634Z] eaf3925da568: Pulling fs layer [2024-07-31T19:29:39.634Z] bab4dde63d76: Pulling fs layer [2024-07-31T19:29:39.634Z] bde34c3a00c8: Pulling fs layer [2024-07-31T19:29:39.634Z] b352a97aabf1: Pulling fs layer [2024-07-31T19:29:39.634Z] 4872d77fe225: Pulling fs layer [2024-07-31T19:29:39.634Z] 988bab9f4d93: Waiting [2024-07-31T19:29:39.634Z] 5851b861e8e6: Pulling fs layer [2024-07-31T19:29:39.634Z] bde34c3a00c8: Waiting [2024-07-31T19:29:39.634Z] 1469e6f7b9e6: Waiting [2024-07-31T19:29:39.634Z] b352a97aabf1: Waiting [2024-07-31T19:29:39.634Z] eaf3925da568: Waiting [2024-07-31T19:29:39.634Z] bab4dde63d76: Waiting [2024-07-31T19:29:39.634Z] 4872d77fe225: Waiting [2024-07-31T19:29:39.634Z] 5851b861e8e6: Waiting [2024-07-31T19:29:39.634Z] e2be974225ed: Download complete [2024-07-31T19:29:39.634Z] 988bab9f4d93: Verifying Checksum [2024-07-31T19:29:39.634Z] 988bab9f4d93: Download complete [2024-07-31T19:29:39.634Z] 1469e6f7b9e6: Verifying Checksum [2024-07-31T19:29:39.634Z] 1469e6f7b9e6: Download complete [2024-07-31T19:29:39.896Z] eaf3925da568: Verifying Checksum [2024-07-31T19:29:39.896Z] eaf3925da568: Download complete [2024-07-31T19:29:39.896Z] 339a4e72a1f5: Verifying Checksum [2024-07-31T19:29:39.896Z] 339a4e72a1f5: Download complete [2024-07-31T19:29:39.896Z] bde34c3a00c8: Download complete [2024-07-31T19:29:39.896Z] b352a97aabf1: Verifying Checksum [2024-07-31T19:29:39.896Z] b352a97aabf1: Download complete [2024-07-31T19:29:39.896Z] 4872d77fe225: Download complete [2024-07-31T19:29:39.896Z] 5851b861e8e6: Verifying Checksum [2024-07-31T19:29:39.896Z] 5851b861e8e6: Download complete [2024-07-31T19:29:39.896Z] b85a868b505f: Verifying Checksum [2024-07-31T19:29:39.896Z] b85a868b505f: Download complete [2024-07-31T19:29:40.155Z] bab4dde63d76: Verifying Checksum [2024-07-31T19:29:40.155Z] bab4dde63d76: Download complete [2024-07-31T19:29:41.096Z] b85a868b505f: Pull complete [2024-07-31T19:29:41.357Z] e2be974225ed: Pull complete [2024-07-31T19:29:41.619Z] 339a4e72a1f5: Pull complete [2024-07-31T19:29:41.879Z] 988bab9f4d93: Pull complete [2024-07-31T19:29:42.139Z] 1469e6f7b9e6: Pull complete [2024-07-31T19:29:42.139Z] eaf3925da568: Pull complete [2024-07-31T19:29:44.052Z] bab4dde63d76: Pull complete [2024-07-31T19:29:44.052Z] bde34c3a00c8: Pull complete [2024-07-31T19:29:44.052Z] b352a97aabf1: Pull complete [2024-07-31T19:29:44.052Z] 4872d77fe225: Pull complete [2024-07-31T19:29:44.316Z] 5851b861e8e6: Pull complete [2024-07-31T19:29:44.316Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-31T19:29:44.316Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-31T19:29:44.316Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:29:44.600Z] prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container [2024-07-31T19:29:44.622Z] $ 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-31T19:29:47.361Z] $ docker top 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f -eo pid,comm [2024-07-31T19:29:47.428Z] 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-31T19:29:47.428Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-31T19:29:47.601Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T19:29:47.601Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T19:29:47.713Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T19:29:47.709Z] $ docker exec 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent [2024-07-31T19:29:47.817Z] SSH_AUTH_SOCK=/tmp/ssh-MV88hvTNdyCe/agent.32 [2024-07-31T19:29:47.817Z] SSH_AGENT_PID=38 [2024-07-31T19:29:47.823Z] Running ssh-add (command line suppressed) [2024-07-31T19:29:47.913Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_4056492258799455566.key (/w/workspace/edgex-go/1@tmp/private_key_4056492258799455566.key) [2024-07-31T19:29:47.932Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T19:29:48.281Z] + git tag --points-at HEAD [Pipeline] } [2024-07-31T19:29:48.308Z] $ docker exec --env ******** --env ******** 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent -k [2024-07-31T19:29:48.400Z] unset SSH_AUTH_SOCK; [2024-07-31T19:29:48.400Z] unset SSH_AGENT_PID; [2024-07-31T19:29:48.401Z] echo Agent pid 38 killed; [2024-07-31T19:29:48.414Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-31T19:29:48.519Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-31T19:29:48.519Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-31T19:29:48.633Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-31T19:29:48.630Z] $ docker exec 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent [2024-07-31T19:29:48.729Z] SSH_AUTH_SOCK=/tmp/ssh-UUNlDkacysRs/agent.70 [2024-07-31T19:29:48.729Z] SSH_AGENT_PID=76 [2024-07-31T19:29:48.733Z] Running ssh-add (command line suppressed) [2024-07-31T19:29:48.832Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_3194646220417109868.key (/w/workspace/edgex-go/1@tmp/private_key_3194646220417109868.key) [2024-07-31T19:29:48.854Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-31T19:29:49.197Z] + git semver init [2024-07-31T19:29:49.458Z] 2024-07-31 19:29:49,347 [run_init] DEBUG init version:0.0.0 force:False [2024-07-31T19:29:49.458Z] 2024-07-31 19:29:49,349 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-31T19:29:49.458Z] 2024-07-31 19:29:49,349 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-31T19:29:49.458Z] 2024-07-31 19:29:49,349 [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-31T19:29:54.734Z] 2024-07-31 19:29:54,226 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,226 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4846 with force:False [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,226 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4846 [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,229 [execute] INFO git cat-file --batch-check [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,230 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,235 [execute] INFO git cat-file --batch [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,236 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-31T19:29:54.734Z] 2024-07-31 19:29:54,241 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4846 [2024-07-31T19:29:54.734Z] 0.0.0 [Pipeline] } [2024-07-31T19:29:54.760Z] $ docker exec --env ******** --env ******** 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f ssh-agent -k [2024-07-31T19:29:54.858Z] unset SSH_AUTH_SOCK; [2024-07-31T19:29:54.858Z] unset SSH_AGENT_PID; [2024-07-31T19:29:54.858Z] echo Agent pid 76 killed; [2024-07-31T19:29:54.872Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-31T19:29:55.319Z] + git semver [Pipeline] } [2024-07-31T19:29:55.604Z] $ docker stop --time=1 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f [2024-07-31T19:29:56.928Z] $ docker rm -f --volumes 7b453e4a411ca0b191656ab83045dd835ac5a1fdaa151e7c917bec5d9175c16f [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T19:29:57.365Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-31T19:29:57.700Z] Stashed 1 file(s) [Pipeline] echo [2024-07-31T19:29:57.722Z] [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-31T19:29:58.579Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-31T19:29:58.623Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T19:29:58.672Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T19:29:58.721Z] ========================================================= [2024-07-31T19:29:58.721Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-31T19:29:58.721Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-31T19:29:59.083Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T19:29:59.083Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-31T19:29:59.083Z] 619be1103602: Pulling fs layer [2024-07-31T19:29:59.083Z] 7862e08f4a3e: Pulling fs layer [2024-07-31T19:29:59.083Z] 5df492c9dc93: Pulling fs layer [2024-07-31T19:29:59.083Z] 7629e6793208: Pulling fs layer [2024-07-31T19:29:59.083Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T19:29:59.083Z] fb5054dd5b73: Pulling fs layer [2024-07-31T19:29:59.083Z] eeca6798cff9: Pulling fs layer [2024-07-31T19:29:59.083Z] aa269ceb94a6: Pulling fs layer [2024-07-31T19:29:59.083Z] ada007ff1a6a: Pulling fs layer [2024-07-31T19:29:59.083Z] fb5054dd5b73: Waiting [2024-07-31T19:29:59.083Z] eeca6798cff9: Waiting [2024-07-31T19:29:59.083Z] 4f4fb700ef54: Waiting [2024-07-31T19:29:59.083Z] aa269ceb94a6: Waiting [2024-07-31T19:29:59.083Z] 7862e08f4a3e: Verifying Checksum [2024-07-31T19:29:59.083Z] 7862e08f4a3e: Download complete [2024-07-31T19:29:59.083Z] 7629e6793208: Verifying Checksum [2024-07-31T19:29:59.083Z] 7629e6793208: Download complete [2024-07-31T19:29:59.083Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T19:29:59.083Z] 4f4fb700ef54: Download complete [2024-07-31T19:29:59.083Z] fb5054dd5b73: Verifying Checksum [2024-07-31T19:29:59.083Z] fb5054dd5b73: Download complete [2024-07-31T19:29:59.083Z] 619be1103602: Verifying Checksum [2024-07-31T19:29:59.083Z] 619be1103602: Download complete [2024-07-31T19:29:59.083Z] eeca6798cff9: Verifying Checksum [2024-07-31T19:29:59.083Z] eeca6798cff9: Download complete [2024-07-31T19:29:59.341Z] 619be1103602: Pull complete [2024-07-31T19:29:59.341Z] ada007ff1a6a: Verifying Checksum [2024-07-31T19:29:59.341Z] ada007ff1a6a: Download complete [2024-07-31T19:29:59.341Z] 7862e08f4a3e: Pull complete [2024-07-31T19:29:59.602Z] 5df492c9dc93: Verifying Checksum [2024-07-31T19:29:59.602Z] 5df492c9dc93: Download complete [2024-07-31T19:29:59.860Z] aa269ceb94a6: Verifying Checksum [2024-07-31T19:29:59.860Z] aa269ceb94a6: Download complete [2024-07-31T19:30:03.148Z] 5df492c9dc93: Pull complete [2024-07-31T19:30:03.148Z] 7629e6793208: Pull complete [2024-07-31T19:30:03.148Z] 4f4fb700ef54: Pull complete [2024-07-31T19:30:03.148Z] fb5054dd5b73: Pull complete [2024-07-31T19:30:03.406Z] eeca6798cff9: Pull complete [2024-07-31T19:30:05.930Z] aa269ceb94a6: Pull complete [2024-07-31T19:30:06.189Z] ada007ff1a6a: Pull complete [2024-07-31T19:30:06.189Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-31T19:30:06.189Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T19:30:06.189Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-31T19:30:06.573Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T19:30:06.573Z] WORKDIR /edgex [2024-07-31T19:30:06.573Z] COPY go.mod . [2024-07-31T19:30:06.574Z] RUN go mod download [2024-07-31T19:30:06.574Z] + docker build -t ci-base-image-x86_64 -f - . [2024-07-31T19:30:07.141Z] Sending build context to Docker daemon 178.8MB [2024-07-31T19:30:07.141Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-31T19:30:07.141Z] ---> f489d0715acc [2024-07-31T19:30:07.141Z] Step 2/4 : WORKDIR /edgex [2024-07-31T19:30:12.415Z] ---> Running in d29ea55daf9c [2024-07-31T19:30:12.415Z] Removing intermediate container d29ea55daf9c [2024-07-31T19:30:12.415Z] ---> 2781fc00fe4f [2024-07-31T19:30:12.415Z] Step 3/4 : COPY go.mod . [2024-07-31T19:30:12.415Z] ---> 4d20ed1171aa [2024-07-31T19:30:12.415Z] Step 4/4 : RUN go mod download [2024-07-31T19:30:12.415Z] ---> Running in 60f643d0b114 [2024-07-31T19:30:13.078Z] Still waiting to schedule task [2024-07-31T19:30:13.078Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-31T19:30:38.972Z] Removing intermediate container 60f643d0b114 [2024-07-31T19:30:38.972Z] ---> be20a657c030 [2024-07-31T19:30:38.972Z] Successfully built be20a657c030 [2024-07-31T19:30:38.972Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:30:39.375Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-31T19:30:39.375Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:30:39.551Z] prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container [2024-07-31T19:30:39.584Z] $ 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-31T19:30:40.109Z] $ docker top 07b6c50e878b20d844c1af93159c165c0ea97aa7c953a5f039573210e7cfc89a -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T19:30:40.520Z] + go version [2024-07-31T19:30:40.520Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-31T19:30:40.557Z] $ docker stop --time=1 07b6c50e878b20d844c1af93159c165c0ea97aa7c953a5f039573210e7cfc89a [2024-07-31T19:30:41.796Z] $ docker rm -f --volumes 07b6c50e878b20d844c1af93159c165c0ea97aa7c953a5f039573210e7cfc89a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:30:42.550Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-31T19:30:42.550Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:30:42.732Z] prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container [2024-07-31T19:30:42.760Z] $ 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-31T19:30:43.063Z] $ docker top a430c20b1ca1bd6690933184418a290f7d8b05b76e2fff66a619623c2b24aea1 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-31T19:30:43.189Z] ========================================================= [2024-07-31T19:30:43.189Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-31T19:30:43.189Z] ========================================================= [Pipeline] sh [2024-07-31T19:30:43.486Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-31T19:30:43.877Z] + make test [2024-07-31T19:30:43.877Z] go test -race -coverprofile=coverage.out ./... [2024-07-31T19:30:51.987Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-31T19:31:18.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-31T19:31:18.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-31T19:31:18.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-31T19:31:20.203Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.018s coverage: 28.7% of statements [2024-07-31T19:31:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-31T19:31:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-31T19:31:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-31T19:31:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-31T19:31:20.770Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-31T19:31:21.335Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.039s coverage: 97.0% of statements [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-31T19:31:21.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-31T19:31:23.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-31T19:31:23.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:31:23.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-31T19:31:23.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-31T19:31:23.276Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-31T19:31:24.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-31T19:31:24.218Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-31T19:31:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.063s coverage: 69.2% of statements [2024-07-31T19:31:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements [2024-07-31T19:31:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.362s coverage: 93.4% of statements [2024-07-31T19:31:24.820Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 91.7% of statements [2024-07-31T19:31:25.386Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.036s coverage: 6.5% of statements [2024-07-31T19:31:25.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-31T19:31:25.386Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-07-31T19:31:25.387Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-31T19:31:26.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.381s coverage: 95.8% of statements [2024-07-31T19:31:26.768Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements [2024-07-31T19:31:27.026Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.017s coverage: 0.0% of statements [no tests to run] [2024-07-31T19:31:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-31T19:31:27.284Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-31T19:31:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.041s coverage: 0.8% of statements [2024-07-31T19:31:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements [2024-07-31T19:31:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.028s coverage: 41.7% of statements [2024-07-31T19:31:28.218Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.023s coverage: 77.8% of statements [2024-07-31T19:31:28.479Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.014s coverage: 94.1% of statements [2024-07-31T19:31:28.736Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.036s coverage: 96.3% of statements [2024-07-31T19:31:28.995Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.023s coverage: 87.5% of statements [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-31T19:31:29.575Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-31T19:31:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-31T19:31:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-31T19:31:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-31T19:31:30.511Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-31T19:31:31.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-31T19:31:31.077Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-31T19:31:31.650Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-31T19:31:33.558Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-31T19:31:33.819Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-31T19:31:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-31T19:31:35.197Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-31T19:31:37.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-31T19:31:37.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-31T19:31:37.732Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-31T19:31:39.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-31T19:31:39.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-31T19:31:39.107Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-31T19:31:39.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-31T19:31:39.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-31T19:31:39.371Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-31T19:31:39.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-07-31T19:31:39.371Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-07-31T19:31:39.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:31:39.630Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-31T19:31:41.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-31T19:31:41.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-31T19:31:41.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-31T19:31:41.006Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-31T19:31:41.006Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.027s coverage: 94.4% of statements [2024-07-31T19:31:42.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-31T19:31:42.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:31:42.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-31T19:31:42.386Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-31T19:31:42.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-31T19:31:42.958Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-31T19:31:44.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-31T19:31:44.379Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.235s coverage: 79.9% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.039s coverage: 92.9% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.017s coverage: 64.4% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.033s coverage: 87.2% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 20.0% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.064s coverage: 81.8% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.070s coverage: 82.1% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.024s coverage: 86.0% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.114s coverage: 63.1% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.017s coverage: 100.0% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.021s coverage: 73.7% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.019s coverage: 100.0% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.426s coverage: 38.4% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.019s coverage: 89.5% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.019s coverage: 84.8% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.043s coverage: 19.9% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.082s coverage: 95.7% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.025s coverage: 61.8% of statements [2024-07-31T19:31:54.358Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 98.9% of statements [2024-07-31T19:31:54.358Z] 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-31T19:31:54.358Z] running golangci-lint [2024-07-31T19:31:54.358Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-31T19:31:54.358Z] go version go1.21.9 linux/amd64 [2024-07-31T19:31:54.358Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-31T19:31:54.358Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-31T19:32:10.577Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6897 in /w/workspace/edgexfoundry_edgex-go_PR-4846 [Pipeline] { [Pipeline] ws [2024-07-31T19:32:10.659Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-07-31T19:32:13.769Z] The recommended git tool is: git [2024-07-31T19:32:16.270Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|compiled_files|files|imports|name|types_sizes|deps) took 20.023910374s" [2024-07-31T19:32:16.270Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 36.028205ms" [2024-07-31T19:32:18.074Z] using credential edgex-jenkins-ssh [2024-07-31T19:32:18.096Z] Cloning the remote Git repository [2024-07-31T19:32:18.133Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-31T19:32:18.215Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-31T19:32:18.340Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-31T19:32:18.341Z] > git --version # timeout=10 [2024-07-31T19:32:18.376Z] > git --version # 'git version 2.25.1' [2024-07-31T19:32:18.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-31T19:32:18.513Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-31T19:32:26.247Z] level=info msg="[linters_context/goanalysis] analyzers took 1m44.197974029s with top 10 stages: buildir: 53.396058309s, gosec: 8.995933085s, inspect: 3.894128103s, fact_deprecated: 3.005874361s, printf: 1.667156073s, directives: 1.434904635s, ctrlflow: 1.228259179s, nilness: 1.1618793s, fact_purity: 1.15156572s, S1038: 1.143752798s" [2024-07-31T19:32:26.247Z] level=info msg="[runner] Issues before processing: 211, after processing: 0" [2024-07-31T19:32:26.247Z] level=info msg="[runner] Processors filtering stat (out/in): autogenerated_exclude: 211/211, nolint: 0/21, skip_dirs: 211/211, identifier_marker: 211/211, exclude-rules: 21/211, cgo: 211/211, skip_files: 211/211, exclude: 211/211, filename_unadjuster: 211/211, path_prettifier: 211/211" [2024-07-31T19:32:26.247Z] level=info msg="[runner] processing took 17.318349ms with stages: nolint: 7.619305ms, identifier_marker: 5.12278ms, exclude-rules: 1.515774ms, path_prettifier: 1.45149ms, autogenerated_exclude: 1.052886ms, skip_dirs: 505.741µs, cgo: 28.971µs, filename_unadjuster: 17.141µs, fixer: 630ns, uniq_by_line: 530ns, skip_files: 500ns, max_same_issues: 500ns, exclude: 470ns, path_shortener: 401ns, severity-rules: 250ns, sort_results: 220ns, diff: 210ns, max_from_linter: 170ns, source_code: 150ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" [2024-07-31T19:32:26.247Z] level=info msg="[runner] linters took 11.381382289s with stages: goanalysis_metalinter: 11.363983245s" [2024-07-31T19:32:26.247Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-31T19:32:26.247Z] level=info msg="Memory: 315 samples, avg is 303.5MB, max is 1226.1MB" [2024-07-31T19:32:26.247Z] level=info msg="Execution took 31.451332376s" [2024-07-31T19:32:26.247Z] go vet ./... [2024-07-31T19:32:32.947Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-31T19:32:32.947Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-31T19:32:32.947Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-31T19:32:32.999Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-31T19:32:33.318Z] + ls -al . [2024-07-31T19:32:33.318Z] total 864 [2024-07-31T19:32:33.318Z] drwxrwxr-x 11 1001 1001 4096 Jul 31 19:30 . [2024-07-31T19:32:33.318Z] drwxr-xr-x 4 root root 4096 Jul 31 19:30 .. [2024-07-31T19:32:33.318Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 19:29 .blubracket [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 10 Jul 31 19:29 .dockerignore [2024-07-31T19:32:33.318Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 19:31 .git [2024-07-31T19:32:33.318Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 19:29 .github [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 1102 Jul 31 19:29 .gitignore [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 42 Jul 31 19:29 .golangci.yml [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 100 Jul 31 19:29 .hadolint.yml [2024-07-31T19:32:33.318Z] drwxr-xr-x 3 1001 1001 4096 Jul 31 19:29 .semver [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 155 Jul 31 19:29 .sonarcloud.properties [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 1171 Jul 31 19:29 ADOPTERS.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 20806 Jul 31 19:29 Attribution.txt [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 100284 Jul 31 19:29 CHANGELOG.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 19:29 CONTRIBUTING.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 677 Jul 31 19:29 GOVERNANCE.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 861 Jul 31 19:29 Jenkinsfile [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 19:29 LICENSE [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 16854 Jul 31 19:29 Makefile [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 582 Jul 31 19:29 OWNERS.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 9528 Jul 31 19:29 README.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 789 Jul 31 19:29 SECURITY.md [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 19:29 VERSION [2024-07-31T19:32:33.318Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 19:29 bin [2024-07-31T19:32:33.318Z] drwxrwxr-x 20 1001 1001 4096 Jul 31 19:29 cmd [2024-07-31T19:32:33.318Z] -rw-r--r-- 1 root root 497982 Jul 31 19:31 coverage.out [2024-07-31T19:32:33.318Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 19:29 fuzz_test [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 7118 Jul 31 19:29 go.mod [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 101672 Jul 31 19:29 go.sum [2024-07-31T19:32:33.318Z] drwxrwxr-x 7 1001 1001 4096 Jul 31 19:29 internal [2024-07-31T19:32:33.318Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 19:29 openapi [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 584 Jul 31 19:29 security.txt [2024-07-31T19:32:33.318Z] -rw-rw-r-- 1 1001 1001 204 Jul 31 19:29 version.go [Pipeline] sh [2024-07-31T19:32:33.637Z] + '[' -e coverage.out ] [2024-07-31T19:32:33.637Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-31T19:32:33.777Z] Stashed 1 file(s) [Pipeline] sh [2024-07-31T19:32:34.082Z] + make build [2024-07-31T19:32:34.082Z] 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-31T19:32:35.210Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-31T19:32:35.237Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-31T19:32:36.729Z] Merging remotes/origin/main commit b103c04882abc23661cee8905a92a31c1ff0bf6a into PR head commit 6864b6a6596971ecbf015eda9d5b15b16885470e [2024-07-31T19:32:37.173Z] Merge succeeded, producing 6864b6a6596971ecbf015eda9d5b15b16885470e [2024-07-31T19:32:37.173Z] Checking out Revision 6864b6a6596971ecbf015eda9d5b15b16885470e (PR-4846) [2024-07-31T19:32:37.856Z] Commit message: "build(deps): Bump github.com/eclipse/paho.mqtt.golang" [2024-07-31T19:32:37.895Z] > git --version # timeout=10 [2024-07-31T19:32:37.906Z] > git --version # 'git version 2.25.1' [2024-07-31T19:32:37.922Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-31T19:32:36.038Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-31T19:32:36.081Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-31T19:32:36.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-31T19:32:36.105Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4846/head:refs/remotes/origin/PR-4846 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-31T19:32:36.742Z] > git config core.sparsecheckout # timeout=10 [2024-07-31T19:32:36.811Z] > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # timeout=10 [2024-07-31T19:32:37.058Z] > git remote # timeout=10 [2024-07-31T19:32:37.082Z] > git config --get remote.origin.url # timeout=10 [2024-07-31T19:32:37.106Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-31T19:32:37.125Z] > git merge b103c04882abc23661cee8905a92a31c1ff0bf6a # timeout=10 [2024-07-31T19:32:37.149Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-31T19:32:37.175Z] > git config core.sparsecheckout # timeout=10 [2024-07-31T19:32:37.186Z] > git checkout -f 6864b6a6596971ecbf015eda9d5b15b16885470e # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-31T19:32:42.763Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-31T19:32:42.763Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T19:32:42.763Z] Dload Upload Total Spent Left Speed [2024-07-31T19:32:42.763Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 59 12828 59 7621 0 0 56451 0 --:--:-- --:--:-- --:--:-- 56036 100 12828 100 12828 0 0 93635 0 --:--:-- --:--:-- --:--:-- 92956 [Pipeline] sh [2024-07-31T19:32:43.111Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-31T19:32:43.460Z] + + sudosudo tee jq /etc/docker/daemon.new . += {"seccomp-profile": "/etc/docker/seccomp.json"} [2024-07-31T19:32:43.460Z] /etc/docker/daemon.json [2024-07-31T19:32:43.460Z] { [2024-07-31T19:32:43.460Z] "registry-mirrors": [ [2024-07-31T19:32:43.460Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-31T19:32:43.460Z] ], [2024-07-31T19:32:43.460Z] "bip": "10.250.0.254/24", [2024-07-31T19:32:43.460Z] "hosts": [ [2024-07-31T19:32:43.460Z] "tcp://0.0.0.0:5555", [2024-07-31T19:32:43.460Z] "unix:///var/run/docker.sock" [2024-07-31T19:32:43.460Z] ], [2024-07-31T19:32:43.460Z] "mtu": 1458, [2024-07-31T19:32:43.460Z] "selinux-enabled": true, [2024-07-31T19:32:43.460Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-31T19:32:43.460Z] } [Pipeline] sh [2024-07-31T19:32:43.810Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-31T19:32:44.154Z] + sudo service docker restart [2024-07-31T19:33:00.610Z] 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-31T19:33:00.610Z] 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-31T19:33:00.610Z] 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-31T19:33:00.868Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T19:33:02.489Z] provisioning config files... [2024-07-31T19:33:02.524Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15173652222382543688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T19:33:02.765Z] 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-31T19:33:03.007Z] ---> ****-login.sh [2024-07-31T19:33:03.007Z] nexus3.edgexfoundry.org:10001 [2024-07-31T19:33:03.617Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:33:03.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:33:03.891Z] Configure a credential helper to remove this warning. See [2024-07-31T19:33:03.891Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:33:03.891Z] [2024-07-31T19:33:03.891Z] Login Succeeded [2024-07-31T19:33:03.891Z] nexus3.edgexfoundry.org:10002 [2024-07-31T19:33:04.163Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:33:04.164Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:33:04.164Z] Configure a credential helper to remove this warning. See [2024-07-31T19:33:04.164Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:33:04.164Z] [2024-07-31T19:33:04.164Z] Login Succeeded [2024-07-31T19:33:04.164Z] nexus3.edgexfoundry.org:10003 [2024-07-31T19:33:04.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:33:04.722Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:33:04.722Z] Configure a credential helper to remove this warning. See [2024-07-31T19:33:04.722Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:33:04.722Z] [2024-07-31T19:33:04.722Z] Login Succeeded [2024-07-31T19:33:04.722Z] nexus3.edgexfoundry.org:10004 [2024-07-31T19:33:04.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:33:04.997Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:33:04.997Z] Configure a credential helper to remove this warning. See [2024-07-31T19:33:04.997Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:33:04.997Z] [2024-07-31T19:33:04.997Z] Login Succeeded [2024-07-31T19:33:04.997Z] ****.io [2024-07-31T19:33:05.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-31T19:33:05.536Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-31T19:33:05.536Z] Configure a credential helper to remove this warning. See [2024-07-31T19:33:05.536Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-31T19:33:05.536Z] [2024-07-31T19:33:05.536Z] Login Succeeded [2024-07-31T19:33:05.536Z] ---> ****-login.sh ends [Pipeline] } [2024-07-31T19:33:05.579Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-31T19:33:06.311Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-31T19:33:06.365Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T19:33:06.416Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-31T19:33:06.465Z] ========================================================= [2024-07-31T19:33:06.465Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-31T19:33:06.465Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-31T19:33:06.872Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T19:33:06.872Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-31T19:33:06.872Z] c6b39de5b339: Pulling fs layer [2024-07-31T19:33:06.872Z] a69c41024577: Pulling fs layer [2024-07-31T19:33:06.872Z] d6de4b400683: Pulling fs layer [2024-07-31T19:33:06.872Z] 35cb2a7552d0: Pulling fs layer [2024-07-31T19:33:06.872Z] 35cb2a7552d0: Waiting [2024-07-31T19:33:06.872Z] 4f4fb700ef54: Pulling fs layer [2024-07-31T19:33:06.872Z] 464afbd9ba4c: Pulling fs layer [2024-07-31T19:33:06.872Z] 00f215d4a9da: Pulling fs layer [2024-07-31T19:33:06.872Z] d496ad576159: Pulling fs layer [2024-07-31T19:33:06.872Z] 464afbd9ba4c: Waiting [2024-07-31T19:33:06.872Z] 00f215d4a9da: Waiting [2024-07-31T19:33:06.939Z] 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-31T19:33:07.140Z] a69c41024577: Verifying Checksum [2024-07-31T19:33:07.140Z] a69c41024577: Download complete [2024-07-31T19:33:07.140Z] 35cb2a7552d0: Verifying Checksum [2024-07-31T19:33:07.140Z] 35cb2a7552d0: Download complete [2024-07-31T19:33:07.140Z] 4f4fb700ef54: Verifying Checksum [2024-07-31T19:33:07.140Z] 4f4fb700ef54: Download complete [2024-07-31T19:33:07.140Z] 464afbd9ba4c: Verifying Checksum [2024-07-31T19:33:07.140Z] 464afbd9ba4c: Download complete [2024-07-31T19:33:07.140Z] c6b39de5b339: Download complete [2024-07-31T19:33:07.407Z] d496ad576159: Verifying Checksum [2024-07-31T19:33:07.407Z] d496ad576159: Download complete [2024-07-31T19:33:07.991Z] c6b39de5b339: Pull complete [2024-07-31T19:33:08.310Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T19:33:08.951Z] a69c41024577: Pull complete [2024-07-31T19:33:08.951Z] d6de4b400683: Verifying Checksum [2024-07-31T19:33:08.952Z] d6de4b400683: Download complete [2024-07-31T19:33:09.686Z] 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-31T19:33:10.354Z] 00f215d4a9da: Verifying Checksum [2024-07-31T19:33:10.354Z] 00f215d4a9da: Download complete [2024-07-31T19:33:11.585Z] 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-31T19:33:12.521Z] 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-31T19:33:13.088Z] 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-31T19:33:14.021Z] 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-31T19:33:14.959Z] 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-31T19:33:15.925Z] $ docker stop --time=1 a430c20b1ca1bd6690933184418a290f7d8b05b76e2fff66a619623c2b24aea1 [2024-07-31T19:33:21.538Z] $ docker rm -f --volumes a430c20b1ca1bd6690933184418a290f7d8b05b76e2fff66a619623c2b24aea1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2024-07-31T19:33:22.647Z] d6de4b400683: Pull complete [2024-07-31T19:33:22.647Z] 35cb2a7552d0: Pull complete [2024-07-31T19:33:22.647Z] 4f4fb700ef54: Pull complete [2024-07-31T19:33:22.647Z] 464afbd9ba4c: Pull complete [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:33:23.176Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-31T19:33:23.176Z] [2024-07-31T19:33:23.176Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:33:23.576Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-31T19:33:23.576Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-31T19:33:23.576Z] 91d30c5bc195: Pulling fs layer [2024-07-31T19:33:23.576Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-31T19:33:23.576Z] 9c61dcf015f6: Pulling fs layer [2024-07-31T19:33:23.576Z] 4698f68db338: Pulling fs layer [2024-07-31T19:33:23.576Z] 2a2f49069b9e: Pulling fs layer [2024-07-31T19:33:23.576Z] e0025b399a48: Pulling fs layer [2024-07-31T19:33:23.576Z] e0025b399a48: Waiting [2024-07-31T19:33:23.576Z] 4698f68db338: Waiting [2024-07-31T19:33:23.576Z] 2a2f49069b9e: Waiting [2024-07-31T19:33:23.576Z] 91d30c5bc195: Verifying Checksum [2024-07-31T19:33:23.576Z] 91d30c5bc195: Download complete [2024-07-31T19:33:23.576Z] 4698f68db338: Verifying Checksum [2024-07-31T19:33:23.576Z] 4698f68db338: Download complete [2024-07-31T19:33:23.835Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-31T19:33:23.835Z] 2e9b0aa3be6d: Download complete [2024-07-31T19:33:23.835Z] e0025b399a48: Verifying Checksum [2024-07-31T19:33:23.835Z] e0025b399a48: Download complete [2024-07-31T19:33:23.835Z] 91d30c5bc195: Pull complete [2024-07-31T19:33:23.835Z] 2a2f49069b9e: Download complete [2024-07-31T19:33:24.092Z] 2e9b0aa3be6d: Pull complete [2024-07-31T19:33:24.092Z] 9c61dcf015f6: Verifying Checksum [2024-07-31T19:33:24.092Z] 9c61dcf015f6: Download complete [2024-07-31T19:33:26.616Z] 9c61dcf015f6: Pull complete [2024-07-31T19:33:26.616Z] 4698f68db338: Pull complete [2024-07-31T19:33:26.875Z] 2a2f49069b9e: Pull complete [2024-07-31T19:33:26.875Z] e0025b399a48: Pull complete [2024-07-31T19:33:26.875Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-31T19:33:27.134Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-31T19:33:27.134Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:33:27.379Z] prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container [2024-07-31T19:33:27.410Z] $ 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-31T19:33:30.675Z] $ docker top 330bb8605ada9a3ff851012efa6377d28bc95ad6891c4041666a16b701c11376 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T19:33:30.871Z] 00f215d4a9da: Pull complete [2024-07-31T19:33:31.083Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-31T19:33:32.288Z] d496ad576159: Pull complete [2024-07-31T19:33:32.288Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-31T19:33:32.288Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T19:33:32.288Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-31T19:33:32.703Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T19:33:32.703Z] WORKDIR /edgex [2024-07-31T19:33:32.703Z] COPY go.mod . [2024-07-31T19:33:32.703Z] RUN go mod download [2024-07-31T19:33:32.703Z] docker build -t ci-base-image-arm64 -f - . [2024-07-31T19:33:32.983Z] #1 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-31T19:33:32.983Z] #1 transferring dockerfile: 2.50kB done [2024-07-31T19:33:32.983Z] #1 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #2 [core-metadata internal] load build definition from Dockerfile [2024-07-31T19:33:33.242Z] #2 transferring dockerfile: 2.06kB done [2024-07-31T19:33:33.242Z] #2 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-31T19:33:33.242Z] #3 transferring dockerfile: 2.93kB done [2024-07-31T19:33:33.242Z] #3 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #4 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-31T19:33:33.242Z] #4 transferring dockerfile: 2.49kB done [2024-07-31T19:33:33.242Z] #4 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-31T19:33:33.242Z] #5 transferring dockerfile: 2.15kB done [2024-07-31T19:33:33.242Z] #5 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #6 [support-notifications internal] load build definition from Dockerfile [2024-07-31T19:33:33.242Z] #6 transferring dockerfile: 1.95kB done [2024-07-31T19:33:33.242Z] #6 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #7 [core-keeper internal] load build definition from Dockerfile [2024-07-31T19:33:33.242Z] #7 transferring dockerfile: 2.01kB done [2024-07-31T19:33:33.242Z] #7 DONE 0.0s [2024-07-31T19:33:33.242Z] [2024-07-31T19:33:33.242Z] #8 [core-data internal] load build definition from Dockerfile [2024-07-31T19:33:33.287Z] Sending build context to Docker daemon 3.311MB [2024-07-31T19:33:33.287Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-31T19:33:33.287Z] ---> f246e2811388 [2024-07-31T19:33:33.287Z] Step 2/4 : WORKDIR /edgex [2024-07-31T19:33:33.501Z] #8 transferring dockerfile: 2.01kB done [2024-07-31T19:33:33.501Z] #8 DONE 0.0s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #9 [support-scheduler internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #9 transferring dockerfile: 1.93kB done [2024-07-31T19:33:33.501Z] #9 DONE 0.0s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #10 [support-cron-scheduler internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #10 transferring dockerfile: 1.85kB done [2024-07-31T19:33:33.501Z] #10 DONE 0.0s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #11 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #11 transferring dockerfile: 2.23kB done [2024-07-31T19:33:33.501Z] #11 DONE 0.1s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #12 [security-spire-server internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #12 transferring dockerfile: 1.70kB done [2024-07-31T19:33:33.501Z] #12 DONE 0.1s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #13 transferring dockerfile: 1.69kB done [2024-07-31T19:33:33.501Z] #13 DONE 0.1s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #14 [security-proxy-setup internal] load .dockerignore [2024-07-31T19:33:33.501Z] #14 transferring context: 50B done [2024-07-31T19:33:33.501Z] #14 DONE 0.0s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #15 [core-command internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #15 transferring dockerfile: 1.93kB done [2024-07-31T19:33:33.501Z] #15 DONE 0.1s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #16 [security-spire-agent internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #16 transferring dockerfile: 1.81kB done [2024-07-31T19:33:33.501Z] #16 DONE 0.1s [2024-07-31T19:33:33.501Z] [2024-07-31T19:33:33.501Z] #17 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-31T19:33:33.501Z] #17 transferring dockerfile: 1.89kB done [2024-07-31T19:33:33.501Z] #17 DONE 0.1s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #18 [core-metadata internal] load .dockerignore [2024-07-31T19:33:33.759Z] #18 transferring context: 50B done [2024-07-31T19:33:33.759Z] #18 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #19 [security-bootstrapper internal] load .dockerignore [2024-07-31T19:33:33.759Z] #19 transferring context: 50B done [2024-07-31T19:33:33.759Z] #19 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #20 [security-secretstore-setup internal] load .dockerignore [2024-07-31T19:33:33.759Z] #20 transferring context: 50B done [2024-07-31T19:33:33.759Z] #20 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #21 [security-proxy-auth internal] load .dockerignore [2024-07-31T19:33:33.759Z] #21 transferring context: 50B done [2024-07-31T19:33:33.759Z] #21 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #22 [support-notifications internal] load .dockerignore [2024-07-31T19:33:33.759Z] #22 transferring context: 50B done [2024-07-31T19:33:33.759Z] #22 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #23 [core-keeper internal] load .dockerignore [2024-07-31T19:33:33.759Z] #23 transferring context: 50B done [2024-07-31T19:33:33.759Z] #23 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #24 [support-scheduler internal] load .dockerignore [2024-07-31T19:33:33.759Z] #24 transferring context: 50B done [2024-07-31T19:33:33.759Z] #24 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #25 [core-data internal] load .dockerignore [2024-07-31T19:33:33.759Z] #25 transferring context: 50B done [2024-07-31T19:33:33.759Z] #25 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #26 [support-cron-scheduler internal] load .dockerignore [2024-07-31T19:33:33.759Z] #26 transferring context: 50B done [2024-07-31T19:33:33.759Z] #26 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-31T19:33:33.759Z] #27 transferring context: 50B done [2024-07-31T19:33:33.759Z] #27 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #28 [security-spire-config internal] load .dockerignore [2024-07-31T19:33:33.759Z] #28 transferring context: 50B done [2024-07-31T19:33:33.759Z] #28 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #29 [security-spire-server internal] load .dockerignore [2024-07-31T19:33:33.759Z] #29 transferring context: 50B done [2024-07-31T19:33:33.759Z] #29 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #30 [security-spire-agent internal] load .dockerignore [2024-07-31T19:33:33.759Z] #30 transferring context: 50B done [2024-07-31T19:33:33.759Z] #30 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #31 [core-command internal] load .dockerignore [2024-07-31T19:33:33.759Z] #31 transferring context: 50B done [2024-07-31T19:33:33.759Z] #31 DONE 0.1s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #32 [security-spiffe-token-provider internal] load .dockerignore [2024-07-31T19:33:33.759Z] #32 transferring context: 50B done [2024-07-31T19:33:33.759Z] #32 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T19:33:33.759Z] #33 DONE 0.0s [2024-07-31T19:33:33.759Z] [2024-07-31T19:33:33.759Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:33:34.017Z] #34 ... [2024-07-31T19:33:34.017Z] [2024-07-31T19:33:34.017Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T19:33:34.017Z] #33 DONE 0.0s [2024-07-31T19:33:34.017Z] [2024-07-31T19:33:34.017Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:33:34.017Z] #34 ... [2024-07-31T19:33:34.017Z] [2024-07-31T19:33:34.017Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T19:33:34.017Z] #33 DONE 0.0s [2024-07-31T19:33:34.017Z] [2024-07-31T19:33:34.017Z] #34 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:33:34.017Z] #34 ... [2024-07-31T19:33:34.017Z] [2024-07-31T19:33:34.017Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T19:33:34.017Z] #33 DONE 0.0s [2024-07-31T19:33:34.017Z] [2024-07-31T19:33:34.017Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:33:34.274Z] #34 ... [2024-07-31T19:33:34.274Z] [2024-07-31T19:33:34.274Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T19:33:34.274Z] #33 DONE 0.0s [2024-07-31T19:33:34.274Z] [2024-07-31T19:33:34.274Z] #34 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:33:34.274Z] #34 DONE 0.3s [2024-07-31T19:33:34.274Z] [2024-07-31T19:33:34.274Z] #35 [core-common-config-bootstrapper stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:33:34.274Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:33:34.274Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:33:34.274Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T19:33:34.274Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T19:33:34.274Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-07-31T19:33:34.274Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done [2024-07-31T19:33:34.551Z] #35 ... [2024-07-31T19:33:34.551Z] [2024-07-31T19:33:34.551Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-31T19:33:34.551Z] #33 DONE 0.0s [2024-07-31T19:33:34.551Z] [2024-07-31T19:33:34.551Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:33:34.551Z] #34 DONE 0.4s [2024-07-31T19:33:34.551Z] [2024-07-31T19:33:34.551Z] #35 [core-command stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:33:34.551Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:33:34.551Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:33:34.551Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T19:33:34.551Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T19:33:34.551Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-07-31T19:33:34.551Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done [2024-07-31T19:33:35.119Z] #35 DONE 1.3s [2024-07-31T19:33:35.119Z] [2024-07-31T19:33:35.119Z] #36 [core-command builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-31T19:33:35.119Z] #36 DONE 1.4s [2024-07-31T19:33:35.119Z] [2024-07-31T19:33:35.119Z] #37 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-31T19:33:35.228Z] ---> Running in 6ae4e92bde0b [2024-07-31T19:33:35.228Z] Removing intermediate container 6ae4e92bde0b [2024-07-31T19:33:35.228Z] ---> 299c97c37551 [2024-07-31T19:33:35.228Z] Step 3/4 : COPY go.mod . [2024-07-31T19:33:35.379Z] #37 ... [2024-07-31T19:33:35.379Z] [2024-07-31T19:33:35.379Z] #38 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-31T19:33:35.379Z] #38 DONE 1.1s [2024-07-31T19:33:35.379Z] [2024-07-31T19:33:35.379Z] #35 [security-spire-config stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:33:35.380Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:33:35.380Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:33:35.380Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T19:33:35.380Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T19:33:35.380Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-07-31T19:33:35.380Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done [2024-07-31T19:33:35.380Z] #35 DONE 1.3s [2024-07-31T19:33:35.380Z] [2024-07-31T19:33:35.380Z] #39 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-31T19:33:35.637Z] #39 ... [2024-07-31T19:33:35.637Z] [2024-07-31T19:33:35.637Z] #35 [security-spire-agent stage-1 1/11] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:33:35.637Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:33:35.637Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:33:35.637Z] #35 sha256:b12c7d46bc14b4260b9e42714688e2dbf5dee973b291a4c12e0e1539404d9f1d 528B / 528B done [2024-07-31T19:33:35.637Z] #35 sha256:18f865063206ebceb88957761dc3912f73504fcd73a0232a42485e99a4be2561 1.47kB / 1.47kB done [2024-07-31T19:33:35.637Z] #35 sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 3.42MB / 3.42MB 0.2s done [2024-07-31T19:33:35.637Z] #35 extracting sha256:930bdd4d222e2e63c22bd9e88d29b3c5ddd3d8a9d8fb93cf8324f4e7b9577cfb 0.3s done [2024-07-31T19:33:35.637Z] #35 DONE 1.3s [2024-07-31T19:33:35.637Z] [2024-07-31T19:33:35.637Z] #40 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-31T19:33:35.637Z] #40 DONE 1.1s [2024-07-31T19:33:35.637Z] [2024-07-31T19:33:35.637Z] #41 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T19:33:35.808Z] ---> c1668a2d1803 [2024-07-31T19:33:35.808Z] Step 4/4 : RUN go mod download [2024-07-31T19:33:35.808Z] ---> Running in 52b4586cab50 [2024-07-31T19:33:41.018Z] #41 ... [2024-07-31T19:33:41.018Z] [2024-07-31T19:33:41.018Z] #42 [security-proxy-auth internal] load build context [2024-07-31T19:33:41.018Z] #42 transferring context: 197.71MB 6.5s [2024-07-31T19:33:42.579Z] #42 ... [2024-07-31T19:33:42.579Z] [2024-07-31T19:33:42.579Z] #43 [security-spire-server internal] load build context [2024-07-31T19:33:42.579Z] #43 transferring context: 27.23kB 0.1s done [2024-07-31T19:33:42.579Z] #43 DONE 7.0s [2024-07-31T19:33:42.579Z] [2024-07-31T19:33:42.579Z] #42 [security-proxy-auth internal] load build context [2024-07-31T19:33:42.579Z] #42 transferring context: 251.05MB 8.2s [2024-07-31T19:33:42.579Z] #42 ... [2024-07-31T19:33:42.579Z] [2024-07-31T19:33:42.579Z] #44 [support-notifications internal] load build context [2024-07-31T19:33:42.887Z] #44 ... [2024-07-31T19:33:42.887Z] [2024-07-31T19:33:42.887Z] #42 [security-proxy-auth internal] load build context [2024-07-31T19:33:43.925Z] #42 ... [2024-07-31T19:33:43.925Z] [2024-07-31T19:33:43.925Z] #45 [security-proxy-setup internal] load build context [2024-07-31T19:33:43.925Z] #45 ... [2024-07-31T19:33:43.925Z] [2024-07-31T19:33:43.925Z] #46 [core-metadata internal] load build context [2024-07-31T19:33:44.202Z] #46 ... [2024-07-31T19:33:44.202Z] [2024-07-31T19:33:44.202Z] #47 [security-bootstrapper internal] load build context [2024-07-31T19:33:44.202Z] #47 ... [2024-07-31T19:33:44.202Z] [2024-07-31T19:33:44.202Z] #48 [support-scheduler internal] load build context [2024-07-31T19:33:44.202Z] #48 ... [2024-07-31T19:33:44.202Z] [2024-07-31T19:33:44.202Z] #49 [support-cron-scheduler internal] load build context [2024-07-31T19:33:44.465Z] #49 ... [2024-07-31T19:33:44.465Z] [2024-07-31T19:33:44.465Z] #50 [core-data internal] load build context [2024-07-31T19:33:44.465Z] #50 ... [2024-07-31T19:33:44.465Z] [2024-07-31T19:33:44.465Z] #51 [security-secretstore-setup internal] load build context [2024-07-31T19:33:44.722Z] #51 ... [2024-07-31T19:33:44.722Z] [2024-07-31T19:33:44.722Z] #52 [security-spiffe-token-provider internal] load build context [2024-07-31T19:33:44.722Z] #52 ... [2024-07-31T19:33:44.722Z] [2024-07-31T19:33:44.722Z] #53 [core-keeper internal] load build context [2024-07-31T19:33:44.722Z] #53 ... [2024-07-31T19:33:44.722Z] [2024-07-31T19:33:44.722Z] #54 [core-command internal] load build context [2024-07-31T19:33:45.543Z] #54 ... [2024-07-31T19:33:45.543Z] [2024-07-31T19:33:45.543Z] #55 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:33:45.804Z] #55 ... [2024-07-31T19:33:45.804Z] [2024-07-31T19:33:45.804Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T19:33:45.804Z] #56 ... [2024-07-31T19:33:45.804Z] [2024-07-31T19:33:45.804Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:33:45.804Z] #57 ... [2024-07-31T19:33:45.804Z] [2024-07-31T19:33:45.804Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:33:45.804Z] #58 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 4.3s done [2024-07-31T19:33:45.804Z] #58 ... [2024-07-31T19:33:45.804Z] [2024-07-31T19:33:45.804Z] #59 [security-spire-agent internal] load build context [2024-07-31T19:33:46.067Z] #59 ... [2024-07-31T19:33:46.067Z] [2024-07-31T19:33:46.067Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T19:33:46.067Z] #0 0.769 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:33:46.067Z] #0 0.995 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:33:46.067Z] #0 1.189 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:33:46.067Z] #0 1.189 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:33:46.067Z] #0 1.189 OK: 20070 distinct packages available [2024-07-31T19:33:46.067Z] #0 1.248 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:33:46.067Z] #0 1.332 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:33:46.067Z] #0 1.526 (1/11) Installing ca-certificates (20240226-r0) [2024-07-31T19:33:46.067Z] #0 1.543 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-31T19:33:46.067Z] #0 1.551 (3/11) Installing libunistring (1.1-r1) [2024-07-31T19:33:46.067Z] #0 1.568 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-31T19:33:46.067Z] #0 1.577 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-31T19:33:46.067Z] #0 1.580 (6/11) Installing libcurl (8.9.0-r0) [2024-07-31T19:33:46.067Z] #0 1.591 (7/11) Installing curl (8.9.0-r0) [2024-07-31T19:33:46.067Z] #0 1.596 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-31T19:33:46.067Z] #0 1.599 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-31T19:33:46.067Z] #0 1.602 (10/11) Installing libucontext (1.2-r2) [2024-07-31T19:33:46.067Z] #0 1.605 (11/11) Installing gcompat (1.1.0-r1) [2024-07-31T19:33:46.067Z] #0 1.620 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:33:46.068Z] #0 1.628 Executing ca-certificates-20240226-r0.trigger [2024-07-31T19:33:46.068Z] #0 1.671 OK: 12 MiB in 26 packages [2024-07-31T19:33:46.068Z] #60 ... [2024-07-31T19:33:46.068Z] [2024-07-31T19:33:46.068Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:33:46.326Z] #61 ... [2024-07-31T19:33:46.326Z] [2024-07-31T19:33:46.326Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T19:33:46.326Z] #62 ... [2024-07-31T19:33:46.326Z] [2024-07-31T19:33:46.326Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:33:46.326Z] #63 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:33:46.326Z] #63 ... [2024-07-31T19:33:46.326Z] [2024-07-31T19:33:46.326Z] #64 [security-spire-config internal] load build context [2024-07-31T19:33:46.326Z] #64 transferring context: 25.48kB 0.1s done [2024-07-31T19:33:46.584Z] #64 ... [2024-07-31T19:33:46.584Z] [2024-07-31T19:33:46.584Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T19:33:46.584Z] #65 ... [2024-07-31T19:33:46.584Z] [2024-07-31T19:33:46.584Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T19:33:46.846Z] #66 ... [2024-07-31T19:33:46.846Z] [2024-07-31T19:33:46.846Z] #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T19:33:46.846Z] #0 3.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:33:46.846Z] #0 3.527 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:33:46.846Z] #0 3.744 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T19:33:46.846Z] #0 3.751 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:33:46.846Z] #0 3.763 OK: 7 MiB in 16 packages [2024-07-31T19:33:46.846Z] #67 ... [2024-07-31T19:33:46.846Z] [2024-07-31T19:33:46.846Z] #55 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:33:46.846Z] #55 transferring context: 427.36MB 12.4s [2024-07-31T19:33:50.139Z] #55 transferring context: 492.77MB 15.4s done [2024-07-31T19:33:51.083Z] #55 ... [2024-07-31T19:33:51.083Z] [2024-07-31T19:33:51.083Z] #45 [security-proxy-setup internal] load build context [2024-07-31T19:33:51.342Z] #45 ... [2024-07-31T19:33:51.342Z] [2024-07-31T19:33:51.342Z] #46 [core-metadata internal] load build context [2024-07-31T19:33:51.342Z] #46 transferring context: 492.77MB 17.2s done [2024-07-31T19:33:51.342Z] #46 ... [2024-07-31T19:33:51.342Z] [2024-07-31T19:33:51.342Z] #45 [security-proxy-setup internal] load build context [2024-07-31T19:33:52.714Z] #45 transferring context: 492.77MB 18.7s done [2024-07-31T19:33:52.978Z] #45 ... [2024-07-31T19:33:52.978Z] [2024-07-31T19:33:52.978Z] #44 [support-notifications internal] load build context [2024-07-31T19:33:52.978Z] #44 transferring context: 492.77MB 15.5s done [2024-07-31T19:33:52.978Z] #44 ... [2024-07-31T19:33:52.978Z] [2024-07-31T19:33:52.978Z] #50 [core-data internal] load build context [2024-07-31T19:33:52.978Z] #50 transferring context: 492.77MB 16.9s done [2024-07-31T19:33:53.973Z] #50 ... [2024-07-31T19:33:53.973Z] [2024-07-31T19:33:53.973Z] #42 [security-proxy-auth internal] load build context [2024-07-31T19:33:53.973Z] #42 transferring context: 492.77MB 16.2s done [2024-07-31T19:33:54.237Z] #42 ... [2024-07-31T19:33:54.237Z] [2024-07-31T19:33:54.237Z] #48 [support-scheduler internal] load build context [2024-07-31T19:33:54.237Z] #48 transferring context: 492.77MB 16.5s done [2024-07-31T19:33:54.237Z] #48 ... [2024-07-31T19:33:54.237Z] [2024-07-31T19:33:54.237Z] #64 [security-spire-config internal] load build context [2024-07-31T19:33:54.237Z] #64 DONE 18.9s [2024-07-31T19:33:54.237Z] [2024-07-31T19:33:54.237Z] #47 [security-bootstrapper internal] load build context [2024-07-31T19:33:54.237Z] #47 transferring context: 492.77MB 11.2s done [2024-07-31T19:33:54.508Z] #47 ... [2024-07-31T19:33:54.508Z] [2024-07-31T19:33:54.508Z] #59 [security-spire-agent internal] load build context [2024-07-31T19:33:54.508Z] #59 transferring context: 26.76kB done [2024-07-31T19:33:54.508Z] #59 ... [2024-07-31T19:33:54.508Z] [2024-07-31T19:33:54.508Z] #49 [support-cron-scheduler internal] load build context [2024-07-31T19:33:54.508Z] #49 transferring context: 492.77MB 13.1s done [2024-07-31T19:33:55.095Z] #49 ... [2024-07-31T19:33:55.095Z] [2024-07-31T19:33:55.095Z] #51 [security-secretstore-setup internal] load build context [2024-07-31T19:33:55.095Z] #51 transferring context: 492.77MB 15.8s done [2024-07-31T19:33:55.095Z] #51 ... [2024-07-31T19:33:55.095Z] [2024-07-31T19:33:55.095Z] #53 [core-keeper internal] load build context [2024-07-31T19:33:55.095Z] #53 transferring context: 492.77MB 15.8s done [2024-07-31T19:33:55.361Z] #53 ... [2024-07-31T19:33:55.361Z] [2024-07-31T19:33:55.361Z] #52 [security-spiffe-token-provider internal] load build context [2024-07-31T19:33:55.361Z] #52 transferring context: 492.77MB 16.2s done [2024-07-31T19:33:55.617Z] #52 ... [2024-07-31T19:33:55.617Z] [2024-07-31T19:33:55.617Z] #54 [core-command internal] load build context [2024-07-31T19:33:55.617Z] #54 transferring context: 492.77MB 12.7s done [2024-07-31T19:33:56.188Z] #54 ... [2024-07-31T19:33:56.188Z] [2024-07-31T19:33:56.188Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:33:56.188Z] #58 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-31T19:33:56.188Z] #58 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-31T19:33:58.143Z] #58 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-31T19:33:58.716Z] #58 ... [2024-07-31T19:33:58.716Z] [2024-07-31T19:33:58.716Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:33:58.716Z] #63 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 13.3s done [2024-07-31T19:33:58.716Z] #63 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-31T19:33:59.285Z] #63 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-07-31T19:33:59.858Z] #63 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-07-31T19:34:01.244Z] #63 ... [2024-07-31T19:34:01.244Z] [2024-07-31T19:34:01.244Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:01.244Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 1.5s [2024-07-31T19:34:02.296Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.4s [2024-07-31T19:34:04.211Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 4.5s [2024-07-31T19:34:05.217Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 5.3s [2024-07-31T19:34:05.478Z] #58 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 5.7s done [2024-07-31T19:34:06.067Z] #58 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-31T19:34:07.495Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 7.8s [2024-07-31T19:34:07.495Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 7.9s [2024-07-31T19:34:08.447Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 8.7s done [2024-07-31T19:34:08.706Z] #58 ... [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #60 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T19:34:08.706Z] #60 DONE 33.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #47 [security-bootstrapper internal] load build context [2024-07-31T19:34:08.706Z] #47 DONE 34.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #39 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-31T19:34:08.706Z] #39 DONE 33.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:08.706Z] #58 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 8.7s done [2024-07-31T19:34:08.706Z] #58 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 8.9s done [2024-07-31T19:34:08.706Z] #58 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-31T19:34:08.706Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 8.9s [2024-07-31T19:34:08.706Z] #58 ... [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:34:08.706Z] #68 ... [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #54 [core-command internal] load build context [2024-07-31T19:34:08.706Z] #54 DONE 34.2s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #67 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T19:34:08.706Z] #67 DONE 33.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #49 [support-cron-scheduler internal] load build context [2024-07-31T19:34:08.706Z] #49 DONE 34.5s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #44 [support-notifications internal] load build context [2024-07-31T19:34:08.706Z] #44 DONE 34.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #55 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:34:08.706Z] #55 DONE 34.4s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #51 [security-secretstore-setup internal] load build context [2024-07-31T19:34:08.706Z] #51 DONE 34.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #53 [core-keeper internal] load build context [2024-07-31T19:34:08.706Z] #53 DONE 34.6s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #42 [security-proxy-auth internal] load build context [2024-07-31T19:34:08.706Z] #42 DONE 34.7s [2024-07-31T19:34:08.706Z] [2024-07-31T19:34:08.706Z] #48 [support-scheduler internal] load build context [2024-07-31T19:34:08.706Z] #48 DONE 34.6s [2024-07-31T19:34:08.965Z] [2024-07-31T19:34:08.965Z] #52 [security-spiffe-token-provider internal] load build context [2024-07-31T19:34:08.965Z] #52 DONE 34.3s [2024-07-31T19:34:08.965Z] [2024-07-31T19:34:08.965Z] #50 [core-data internal] load build context [2024-07-31T19:34:08.965Z] #50 DONE 34.6s [2024-07-31T19:34:08.965Z] [2024-07-31T19:34:08.965Z] #46 [core-metadata internal] load build context [2024-07-31T19:34:08.965Z] #46 DONE 34.8s [2024-07-31T19:34:08.965Z] [2024-07-31T19:34:08.965Z] #59 [security-spire-agent internal] load build context [2024-07-31T19:34:08.965Z] #59 DONE 33.3s [2024-07-31T19:34:08.965Z] [2024-07-31T19:34:08.965Z] #45 [security-proxy-setup internal] load build context [2024-07-31T19:34:08.965Z] #45 DONE 34.9s [2024-07-31T19:34:08.965Z] [2024-07-31T19:34:08.965Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:08.965Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 9.1s [2024-07-31T19:34:08.965Z] #58 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.0s done [2024-07-31T19:34:08.965Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 14.68MB / 30.73MB 9.2s [2024-07-31T19:34:08.965Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 9.4s [2024-07-31T19:34:09.532Z] #58 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 9.6s done [2024-07-31T19:34:09.532Z] #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 [2024-07-31T19:34:09.532Z] #58 ... [2024-07-31T19:34:09.532Z] [2024-07-31T19:34:09.532Z] #57 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:34:09.532Z] #57 DONE 34.4s [2024-07-31T19:34:09.532Z] [2024-07-31T19:34:09.532Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:10.908Z] #58 ... [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #62 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T19:34:10.908Z] #62 34.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #62 34.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #62 34.42 (1/2) Installing ca-certificates (20240226-r0) [2024-07-31T19:34:10.908Z] #62 34.44 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:10.908Z] #62 34.45 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:10.908Z] #62 34.46 Executing ca-certificates-20240226-r0.trigger [2024-07-31T19:34:10.908Z] #62 34.55 OK: 8 MiB in 17 packages [2024-07-31T19:34:10.908Z] #62 DONE 35.7s [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:10.908Z] #58 ... [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #37 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-31T19:34:10.908Z] #37 34.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #37 34.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #37 34.66 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:10.908Z] #37 34.66 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:10.908Z] #37 34.67 OK: 7 MiB in 16 packages [2024-07-31T19:34:10.908Z] #37 DONE 35.9s [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #66 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T19:34:10.908Z] #66 34.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #66 34.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #66 34.58 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:10.908Z] #66 34.59 (2/2) Installing su-exec (0.2-r3) [2024-07-31T19:34:10.908Z] #66 34.59 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:10.908Z] #66 34.61 OK: 7 MiB in 17 packages [2024-07-31T19:34:10.908Z] #66 DONE 35.7s [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T19:34:10.908Z] #65 34.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #65 34.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #65 34.52 (1/4) Installing ca-certificates (20240226-r0) [2024-07-31T19:34:10.908Z] #65 34.54 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:10.908Z] #65 34.54 (3/4) Installing su-exec (0.2-r3) [2024-07-31T19:34:10.908Z] #65 34.54 (4/4) Installing yq (4.33.3-r5) [2024-07-31T19:34:10.908Z] #65 34.67 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:10.908Z] #65 34.68 Executing ca-certificates-20240226-r0.trigger [2024-07-31T19:34:10.908Z] #65 34.74 OK: 17 MiB in 19 packages [2024-07-31T19:34:10.908Z] #65 DONE 35.8s [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #56 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T19:34:10.908Z] #56 34.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #56 34.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:10.908Z] #56 34.48 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:10.908Z] #56 34.48 (2/4) Installing openssl (3.1.6-r0) [2024-07-31T19:34:10.908Z] #56 34.53 (3/4) Installing su-exec (0.2-r3) [2024-07-31T19:34:10.908Z] #56 34.53 (4/4) Installing yq (4.33.3-r5) [2024-07-31T19:34:10.908Z] #56 34.63 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:10.908Z] #56 34.64 OK: 17 MiB in 19 packages [2024-07-31T19:34:10.908Z] #56 DONE 35.8s [2024-07-31T19:34:10.908Z] [2024-07-31T19:34:10.908Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:11.166Z] #58 ... [2024-07-31T19:34:11.166Z] [2024-07-31T19:34:11.166Z] #63 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:34:11.166Z] #63 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.5s done [2024-07-31T19:34:11.166Z] #63 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 5.6s done [2024-07-31T19:34:11.166Z] #63 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 5.7s done [2024-07-31T19:34:11.166Z] #63 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done [2024-07-31T19:34:11.166Z] #63 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 6.2s done [2024-07-31T19:34:11.166Z] #63 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.9s done [2024-07-31T19:34:11.166Z] #63 DONE 35.5s [2024-07-31T19:34:11.166Z] [2024-07-31T19:34:11.166Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:34:11.424Z] #58 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.8s done [2024-07-31T19:34:11.682Z] #58 DONE 36.2s [2024-07-31T19:34:11.682Z] [2024-07-31T19:34:11.682Z] #41 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T19:34:11.682Z] #41 35.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:11.682Z] #41 35.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:11.682Z] #41 35.45 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:34:11.682Z] #41 35.45 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:34:11.682Z] #41 35.45 OK: 20070 distinct packages available [2024-07-31T19:34:11.682Z] #41 35.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:11.682Z] #41 35.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:11.682Z] #41 35.78 (1/5) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:11.682Z] #41 35.78 (2/5) Installing musl-obstack (1.2.3-r2) [2024-07-31T19:34:11.682Z] #41 35.79 (3/5) Installing libucontext (1.2-r2) [2024-07-31T19:34:11.682Z] #41 35.79 (4/5) Installing gcompat (1.1.0-r1) [2024-07-31T19:34:11.682Z] #41 35.79 (5/5) Installing openssl (3.1.6-r0) [2024-07-31T19:34:11.682Z] #41 35.82 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:11.682Z] #41 35.83 OK: 8 MiB in 20 packages [2024-07-31T19:34:11.682Z] #41 DONE 36.0s [2024-07-31T19:34:11.682Z] [2024-07-31T19:34:11.682Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:34:11.682Z] #61 36.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:11.682Z] #61 36.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:11.940Z] #61 ... [2024-07-31T19:34:11.940Z] [2024-07-31T19:34:11.940Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:34:11.940Z] #69 DONE 3.3s [2024-07-31T19:34:11.940Z] [2024-07-31T19:34:11.940Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:34:11.940Z] #61 36.30 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:34:11.940Z] #61 36.30 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:34:11.940Z] #61 36.30 OK: 20070 distinct packages available [2024-07-31T19:34:11.940Z] #61 36.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.198Z] #61 ... [2024-07-31T19:34:12.198Z] [2024-07-31T19:34:12.198Z] #70 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T19:34:12.198Z] #0 3.043 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.198Z] #0 3.138 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.198Z] #0 3.330 OK: 264 MiB in 52 packages [2024-07-31T19:34:12.198Z] #70 DONE 3.7s [2024-07-31T19:34:12.198Z] [2024-07-31T19:34:12.198Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:34:12.198Z] #61 36.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.198Z] #61 36.65 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:12.198Z] #61 36.66 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-31T19:34:12.198Z] #61 36.67 (3/4) Installing libucontext (1.2-r2) [2024-07-31T19:34:12.198Z] #61 36.67 (4/4) Installing gcompat (1.1.0-r1) [2024-07-31T19:34:12.198Z] #61 36.67 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:12.198Z] #61 36.68 OK: 8 MiB in 19 packages [2024-07-31T19:34:12.456Z] #61 ... [2024-07-31T19:34:12.456Z] [2024-07-31T19:34:12.456Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-31T19:34:12.456Z] #0 3.222 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.456Z] #0 3.304 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.456Z] #0 3.525 OK: 264 MiB in 52 packages [2024-07-31T19:34:12.456Z] #71 DONE 3.7s [2024-07-31T19:34:12.456Z] [2024-07-31T19:34:12.456Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:34:12.456Z] #61 DONE 36.9s [2024-07-31T19:34:12.456Z] [2024-07-31T19:34:12.456Z] #72 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T19:34:12.456Z] #0 3.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.456Z] #0 3.090 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.456Z] #0 3.299 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:34:12.456Z] #0 3.299 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:34:12.456Z] #0 3.299 OK: 20077 distinct packages available [2024-07-31T19:34:12.456Z] #0 3.354 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.456Z] #0 3.468 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:12.456Z] #0 3.683 OK: 264 MiB in 52 packages [2024-07-31T19:34:12.456Z] #72 DONE 3.9s [2024-07-31T19:34:12.456Z] [2024-07-31T19:34:12.456Z] #73 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:34:12.456Z] #73 DONE 0.4s [2024-07-31T19:34:12.456Z] [2024-07-31T19:34:12.456Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:34:12.716Z] #74 ... [2024-07-31T19:34:12.716Z] [2024-07-31T19:34:12.716Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:34:12.716Z] #75 DONE 0.3s [2024-07-31T19:34:12.716Z] [2024-07-31T19:34:12.716Z] #74 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:34:12.716Z] #74 DONE 0.2s [2024-07-31T19:34:12.716Z] [2024-07-31T19:34:12.716Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:34:13.282Z] #76 ... [2024-07-31T19:34:13.282Z] [2024-07-31T19:34:13.282Z] #77 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T19:34:13.282Z] #0 4.151 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:13.282Z] #0 4.229 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:13.282Z] #0 4.426 OK: 264 MiB in 52 packages [2024-07-31T19:34:13.282Z] #77 DONE 4.6s [2024-07-31T19:34:13.282Z] [2024-07-31T19:34:13.282Z] #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:34:13.282Z] #68 4.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:13.282Z] #68 4.365 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:13.282Z] #68 4.534 OK: 12 MiB in 26 packages [2024-07-31T19:34:13.282Z] #68 DONE 4.6s [2024-07-31T19:34:13.282Z] [2024-07-31T19:34:13.282Z] #78 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:34:13.282Z] #78 DONE 0.1s [2024-07-31T19:34:13.282Z] [2024-07-31T19:34:13.282Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:34:13.542Z] #79 ... [2024-07-31T19:34:13.542Z] [2024-07-31T19:34:13.542Z] #80 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:34:13.542Z] #0 4.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:13.542Z] #0 4.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:13.542Z] #0 4.867 OK: 7 MiB in 16 packages [2024-07-31T19:34:13.542Z] #80 DONE 5.0s [2024-07-31T19:34:13.542Z] [2024-07-31T19:34:13.542Z] #81 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-07-31T19:34:14.112Z] #81 ... [2024-07-31T19:34:14.112Z] [2024-07-31T19:34:14.112Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T19:34:14.112Z] #0 1.162 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.112Z] #0 1.238 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.112Z] #0 1.423 OK: 8 MiB in 19 packages [2024-07-31T19:34:14.112Z] #82 DONE 1.5s [2024-07-31T19:34:14.380Z] [2024-07-31T19:34:14.380Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T19:34:14.946Z] #83 DONE 0.7s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #84 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:34:14.946Z] #0 2.788 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.946Z] #0 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.946Z] #0 3.072 OK: 8 MiB in 17 packages [2024-07-31T19:34:14.946Z] #84 DONE 3.8s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #85 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-31T19:34:14.946Z] #85 DONE 0.0s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #86 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-31T19:34:14.946Z] #86 DONE 0.0s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #87 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T19:34:14.946Z] #87 DONE 0.1s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #88 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-31T19:34:14.946Z] #88 DONE 0.1s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #81 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-07-31T19:34:14.946Z] #81 3.884 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.946Z] #81 3.978 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.946Z] #81 ... [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #89 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T19:34:14.946Z] #0 3.663 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.946Z] #0 4.164 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:14.946Z] #0 4.828 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T19:34:14.946Z] #0 5.164 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:34:14.946Z] #0 5.170 OK: 7 MiB in 16 packages [2024-07-31T19:34:14.946Z] #89 DONE 5.4s [2024-07-31T19:34:14.946Z] [2024-07-31T19:34:14.946Z] #90 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-31T19:34:14.946Z] #90 DONE 0.1s [2024-07-31T19:34:15.204Z] [2024-07-31T19:34:15.204Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-31T19:34:15.204Z] #0 3.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:15.204Z] #0 3.902 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:15.204Z] #0 4.137 OK: 17 MiB in 19 packages [2024-07-31T19:34:15.204Z] #91 DONE 4.2s [2024-07-31T19:34:15.204Z] [2024-07-31T19:34:15.204Z] #92 [security-spire-config] exporting to image [2024-07-31T19:34:15.204Z] #92 exporting layers [2024-07-31T19:34:15.204Z] #92 ... [2024-07-31T19:34:15.204Z] [2024-07-31T19:34:15.204Z] #81 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-07-31T19:34:15.204Z] #81 4.201 OK: 7 MiB in 16 packages [2024-07-31T19:34:15.204Z] #81 DONE 4.3s [2024-07-31T19:34:15.204Z] [2024-07-31T19:34:15.204Z] #93 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T19:34:15.204Z] #0 3.855 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:15.204Z] #0 3.986 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:15.204Z] #0 4.199 OK: 7 MiB in 17 packages [2024-07-31T19:34:15.204Z] #93 DONE 4.4s [2024-07-31T19:34:15.204Z] [2024-07-31T19:34:15.204Z] #94 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-31T19:34:15.204Z] #0 3.824 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:15.204Z] #0 3.918 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:15.204Z] #0 4.186 OK: 17 MiB in 19 packages [2024-07-31T19:34:15.204Z] #94 DONE 4.3s [2024-07-31T19:34:15.461Z] [2024-07-31T19:34:15.461Z] #95 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-31T19:34:15.461Z] #95 DONE 0.0s [2024-07-31T19:34:15.461Z] [2024-07-31T19:34:15.461Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-31T19:34:15.719Z] #96 ... [2024-07-31T19:34:15.719Z] [2024-07-31T19:34:15.719Z] #92 [security-spire-config] exporting to image [2024-07-31T19:34:15.719Z] #92 exporting layers 0.6s done [2024-07-31T19:34:15.719Z] #92 writing image sha256:311713f4fec5e945e8026be2b681d17b41c290e3e3e4279823865679b2e29889 done [2024-07-31T19:34:15.719Z] #92 naming to docker.io/library/security-spire-config done [2024-07-31T19:34:15.719Z] #92 DONE 0.6s [2024-07-31T19:34:15.977Z] [2024-07-31T19:34:15.977Z] #97 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T19:34:15.977Z] #0 3.910 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:16.237Z] #97 4.389 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:16.498Z] #97 ... [2024-07-31T19:34:16.498Z] [2024-07-31T19:34:16.498Z] #98 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-31T19:34:16.498Z] #0 4.461 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:16.498Z] #0 4.541 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-31T19:34:16.498Z] #0 4.724 OK: 8 MiB in 20 packages [2024-07-31T19:34:16.498Z] #98 DONE 4.9s [2024-07-31T19:34:16.756Z] [2024-07-31T19:34:16.756Z] #99 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-31T19:34:17.323Z] #99 DONE 0.8s [2024-07-31T19:34:17.323Z] [2024-07-31T19:34:17.323Z] #97 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T19:34:17.323Z] #97 5.071 OK: 264 MiB in 52 packages [2024-07-31T19:34:17.323Z] #97 DONE 5.3s [2024-07-31T19:34:17.323Z] [2024-07-31T19:34:17.323Z] #100 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T19:34:17.323Z] #100 DONE 0.8s [2024-07-31T19:34:17.323Z] [2024-07-31T19:34:17.323Z] #101 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-31T19:34:17.323Z] #101 DONE 0.1s [2024-07-31T19:34:17.323Z] [2024-07-31T19:34:17.323Z] #102 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-31T19:34:17.323Z] #102 DONE 0.1s [2024-07-31T19:34:17.323Z] [2024-07-31T19:34:17.323Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-31T19:34:17.888Z] #103 ... [2024-07-31T19:34:17.888Z] [2024-07-31T19:34:17.888Z] #104 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T19:34:17.888Z] #104 DONE 0.8s [2024-07-31T19:34:17.888Z] [2024-07-31T19:34:17.888Z] #96 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-31T19:34:17.888Z] #96 DONE 2.7s [2024-07-31T19:34:17.888Z] [2024-07-31T19:34:17.888Z] #105 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-31T19:34:17.888Z] #105 DONE 0.0s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #103 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-31T19:34:18.146Z] #103 DONE 0.7s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #106 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-31T19:34:18.146Z] #106 DONE 0.0s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #107 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T19:34:18.146Z] #107 DONE 0.0s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #108 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-31T19:34:18.146Z] #108 DONE 0.1s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #109 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-31T19:34:18.146Z] #109 DONE 0.1s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #110 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T19:34:18.146Z] #110 DONE 0.1s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #111 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-31T19:34:18.146Z] #111 DONE 0.1s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #112 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-31T19:34:18.146Z] #112 DONE 0.1s [2024-07-31T19:34:18.146Z] [2024-07-31T19:34:18.146Z] #92 [security-spire-server] exporting to image [2024-07-31T19:34:18.403Z] #92 ... [2024-07-31T19:34:18.403Z] [2024-07-31T19:34:18.403Z] #113 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-31T19:34:18.403Z] #113 DONE 0.1s [2024-07-31T19:34:18.403Z] [2024-07-31T19:34:18.403Z] #92 [security-spire-agent] exporting to image [2024-07-31T19:34:18.966Z] #92 exporting layers 0.6s done [2024-07-31T19:34:18.967Z] #92 writing image sha256:4784431dd77bdd0ab1bba575cbb19551df63b6bb4eb1197272d98c20df1f2b0f done [2024-07-31T19:34:18.967Z] #92 naming to docker.io/library/security-spire-server done [2024-07-31T19:34:18.967Z] #92 writing image sha256:79e1719c38d1fa005caa788f2da951b7075817c16d6ae4ca70c5231b3c9a3e62 done [2024-07-31T19:34:18.967Z] #92 naming to docker.io/library/security-spire-agent done [2024-07-31T19:34:18.967Z] #92 DONE 1.3s [2024-07-31T19:34:18.967Z] [2024-07-31T19:34:18.967Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:34:23.159Z] #114 ... [2024-07-31T19:34:23.159Z] [2024-07-31T19:34:23.159Z] #115 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:34:23.159Z] #115 ... [2024-07-31T19:34:23.159Z] [2024-07-31T19:34:23.159Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:34:32.232Z] Removing intermediate container 52b4586cab50 [2024-07-31T19:34:32.232Z] ---> 5f24354a2b79 [2024-07-31T19:34:32.232Z] Successfully built 5f24354a2b79 [2024-07-31T19:34:32.232Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:34:32.672Z] + docker inspect -f . ci-base-image-arm64 [2024-07-31T19:34:32.672Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:34:32.982Z] prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container [2024-07-31T19:34:33.054Z] $ 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-31T19:34:34.281Z] $ docker top dc84577b6cffd63866e270756361bd2ec201754161d44c05b398e52214ba25db -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T19:34:35.149Z] + go version [2024-07-31T19:34:35.149Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-31T19:34:35.185Z] $ docker stop --time=1 dc84577b6cffd63866e270756361bd2ec201754161d44c05b398e52214ba25db [2024-07-31T19:34:36.776Z] $ docker rm -f --volumes dc84577b6cffd63866e270756361bd2ec201754161d44c05b398e52214ba25db [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:34:37.751Z] + docker inspect -f . ci-base-image-arm64 [2024-07-31T19:34:37.751Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:34:38.013Z] prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container [2024-07-31T19:34:38.064Z] $ 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-31T19:34:39.215Z] $ docker top c2acfe34580a50d8a86167a1b5f5a454103e5e0654b414706cd0cf1ed03c4449 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-31T19:34:39.505Z] ========================================================= [2024-07-31T19:34:39.505Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-31T19:34:39.505Z] ========================================================= [Pipeline] sh [2024-07-31T19:34:39.837Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-31T19:34:40.255Z] + make test [2024-07-31T19:34:40.255Z] go test -race -coverprofile=coverage.out ./... [2024-07-31T19:35:02.695Z] #116 DONE 45.1s [2024-07-31T19:35:02.695Z] [2024-07-31T19:35:02.695Z] #76 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:02.695Z] #76 DONE 45.3s [2024-07-31T19:35:02.695Z] [2024-07-31T19:35:02.695Z] #79 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:02.695Z] #79 DONE 44.7s [2024-07-31T19:35:02.695Z] [2024-07-31T19:35:02.695Z] #114 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:02.695Z] #114 DONE 40.6s [2024-07-31T19:35:02.695Z] [2024-07-31T19:35:02.695Z] #115 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:02.695Z] #115 DONE 45.5s [2024-07-31T19:35:02.695Z] [2024-07-31T19:35:02.695Z] #117 [core-keeper builder 7/8] COPY . . [2024-07-31T19:35:07.991Z] #117 ... [2024-07-31T19:35:07.991Z] [2024-07-31T19:35:07.991Z] #118 [support-notifications builder 6/7] COPY . . [2024-07-31T19:35:08.253Z] #118 ... [2024-07-31T19:35:08.253Z] [2024-07-31T19:35:08.253Z] #119 [core-metadata builder 6/7] COPY . . [2024-07-31T19:35:08.253Z] #119 ... [2024-07-31T19:35:08.253Z] [2024-07-31T19:35:08.253Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-31T19:35:08.514Z] #120 ... [2024-07-31T19:35:08.514Z] [2024-07-31T19:35:08.514Z] #121 [security-proxy-setup builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #121 DONE 11.6s [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #122 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #122 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #123 [core-command builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #123 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #124 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #124 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #125 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #126 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #127 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #128 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #128 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #129 [core-data builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #129 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #130 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #131 [support-scheduler builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #131 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #132 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #132 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #133 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #133 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #118 [support-notifications builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #118 DONE 11.6s [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #134 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #134 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #135 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #135 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #136 [security-proxy-auth builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #136 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #137 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #137 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #138 [support-cron-scheduler builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #138 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #139 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #139 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #119 [core-metadata builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #119 DONE 11.6s [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #120 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #120 DONE 11.7s [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #140 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #141 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #141 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #142 [security-secretstore-setup builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #142 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #117 [core-keeper builder 7/8] COPY . . [2024-07-31T19:35:09.905Z] #117 DONE 11.6s [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #143 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:35:09.905Z] #143 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #144 [security-bootstrapper builder 6/7] COPY . . [2024-07-31T19:35:09.905Z] #144 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #145 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:35:09.905Z] #145 CACHED [2024-07-31T19:35:09.905Z] [2024-07-31T19:35:09.905Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T19:35:11.297Z] #146 1.586 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-31T19:35:21.313Z] #146 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T19:35:21.313Z] #0 1.080 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-31T19:35:21.313Z] #147 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T19:35:21.313Z] #0 0.897 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-31T19:35:21.313Z] #148 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T19:35:21.313Z] #0 1.858 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-31T19:35:21.313Z] #149 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T19:35:21.313Z] #0 1.599 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-31T19:35:21.313Z] #150 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #151 [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-31T19:35:21.313Z] #0 1.593 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-31T19:35:21.313Z] #151 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T19:35:21.313Z] #0 0.612 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-31T19:35:21.313Z] #152 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T19:35:21.313Z] #0 0.993 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-31T19:35:21.313Z] #153 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T19:35:21.313Z] #0 1.220 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-31T19:35:21.313Z] #154 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T19:35:21.313Z] #0 1.101 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T19:35:21.313Z] #155 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T19:35:21.313Z] #0 0.583 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-31T19:35:21.313Z] #156 ... [2024-07-31T19:35:21.313Z] [2024-07-31T19:35:21.313Z] #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T19:35:21.313Z] #0 1.443 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-31T19:35:21.573Z] #157 ... [2024-07-31T19:35:21.573Z] [2024-07-31T19:35:21.573Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T19:35:21.573Z] #0 1.159 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-31T19:35:27.106Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-31T19:36:58.489Z] #158 ... [2024-07-31T19:36:58.490Z] [2024-07-31T19:36:58.490Z] #151 [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-31T19:36:58.490Z] #151 98.62 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-31T19:37:25.067Z] #151 ... [2024-07-31T19:37:25.067Z] [2024-07-31T19:37:25.067Z] #148 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T19:37:25.067Z] #148 DONE 133.6s [2024-07-31T19:37:25.067Z] [2024-07-31T19:37:25.067Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T19:37:26.451Z] #156 ... [2024-07-31T19:37:26.451Z] [2024-07-31T19:37:26.451Z] #151 [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-31T19:37:26.451Z] #151 DONE 136.6s [2024-07-31T19:37:26.451Z] [2024-07-31T19:37:26.451Z] #154 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T19:37:26.451Z] #154 DONE 136.6s [2024-07-31T19:37:26.451Z] [2024-07-31T19:37:26.451Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T19:37:27.389Z] #149 ... [2024-07-31T19:37:27.389Z] [2024-07-31T19:37:27.389Z] #159 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:32.663Z] #159 ... [2024-07-31T19:37:32.663Z] [2024-07-31T19:37:32.663Z] #146 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T19:37:32.663Z] #146 DONE 142.3s [2024-07-31T19:37:32.663Z] [2024-07-31T19:37:32.663Z] #160 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-31T19:37:35.947Z] #160 ... [2024-07-31T19:37:35.947Z] [2024-07-31T19:37:35.947Z] #150 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T19:37:35.947Z] #150 DONE 145.7s [2024-07-31T19:37:35.947Z] [2024-07-31T19:37:35.947Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:35.947Z] #161 ... [2024-07-31T19:37:35.947Z] [2024-07-31T19:37:35.947Z] #160 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-31T19:37:35.947Z] #160 DONE 6.0s [2024-07-31T19:37:35.947Z] [2024-07-31T19:37:35.947Z] #162 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:35.947Z] #162 DONE 3.7s [2024-07-31T19:37:36.204Z] [2024-07-31T19:37:36.204Z] #159 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:36.204Z] #159 DONE 8.7s [2024-07-31T19:37:36.204Z] [2024-07-31T19:37:36.204Z] #161 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:36.204Z] #161 DONE 0.8s [2024-07-31T19:37:36.204Z] [2024-07-31T19:37:36.204Z] #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:36.461Z] #163 ... [2024-07-31T19:37:36.461Z] [2024-07-31T19:37:36.461Z] #164 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:36.461Z] #164 DONE 0.9s [2024-07-31T19:37:36.461Z] [2024-07-31T19:37:36.461Z] #165 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:36.743Z] #165 ... [2024-07-31T19:37:36.744Z] [2024-07-31T19:37:36.744Z] #166 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:36.744Z] #166 DONE 0.7s [2024-07-31T19:37:37.000Z] [2024-07-31T19:37:37.000Z] #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:37.000Z] #163 DONE 0.8s [2024-07-31T19:37:37.000Z] [2024-07-31T19:37:37.001Z] #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-31T19:37:37.001Z] #167 ... [2024-07-31T19:37:37.001Z] [2024-07-31T19:37:37.001Z] #168 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:37.001Z] #168 DONE 0.8s [2024-07-31T19:37:37.259Z] [2024-07-31T19:37:37.259Z] #169 [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-31T19:37:37.517Z] #169 ... [2024-07-31T19:37:37.517Z] [2024-07-31T19:37:37.517Z] #165 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:37.517Z] #165 DONE 1.2s [2024-07-31T19:37:37.517Z] [2024-07-31T19:37:37.517Z] #170 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-31T19:37:38.911Z] #170 ... [2024-07-31T19:37:38.911Z] [2024-07-31T19:37:38.911Z] #169 [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-31T19:37:38.911Z] #169 DONE 1.9s [2024-07-31T19:37:38.911Z] [2024-07-31T19:37:38.911Z] #167 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-31T19:37:38.911Z] #167 DONE 1.8s [2024-07-31T19:37:38.911Z] [2024-07-31T19:37:38.911Z] #171 [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-31T19:37:38.911Z] #171 DONE 1.5s [2024-07-31T19:37:38.911Z] [2024-07-31T19:37:38.911Z] #172 [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-31T19:37:47.038Z] #172 ... [2024-07-31T19:37:47.038Z] [2024-07-31T19:37:47.038Z] #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-31T19:37:47.038Z] #173 ... [2024-07-31T19:37:47.038Z] [2024-07-31T19:37:47.038Z] #174 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-31T19:37:48.948Z] #174 ... [2024-07-31T19:37:48.948Z] [2024-07-31T19:37:48.948Z] #175 [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-31T19:37:49.207Z] #175 ... [2024-07-31T19:37:49.207Z] [2024-07-31T19:37:49.207Z] #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-31T19:37:49.207Z] #173 DONE 13.3s [2024-07-31T19:37:49.602Z] [2024-07-31T19:37:49.602Z] #172 [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-31T19:37:49.865Z] #172 ... [2024-07-31T19:37:49.865Z] [2024-07-31T19:37:49.865Z] #176 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:50.442Z] #176 ... [2024-07-31T19:37:50.442Z] [2024-07-31T19:37:50.442Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T19:37:50.442Z] #147 DONE 160.9s [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #170 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-31T19:37:50.702Z] #170 DONE 13.0s [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #158 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T19:37:50.702Z] #158 DONE 161.1s [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T19:37:50.702Z] #153 ... [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #149 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T19:37:50.702Z] #149 DONE 161.2s [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:50.702Z] #177 CACHED [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #178 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:50.702Z] #178 CACHED [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #152 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T19:37:50.702Z] #152 DONE 161.2s [2024-07-31T19:37:50.702Z] [2024-07-31T19:37:50.702Z] #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-31T19:37:50.968Z] #179 ... [2024-07-31T19:37:50.968Z] [2024-07-31T19:37:50.968Z] #156 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T19:37:50.968Z] #156 DONE 161.3s [2024-07-31T19:37:50.968Z] [2024-07-31T19:37:50.968Z] #155 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T19:37:50.968Z] #155 DONE 161.3s [2024-07-31T19:37:50.968Z] [2024-07-31T19:37:50.968Z] #153 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T19:37:50.968Z] #153 DONE 161.3s [2024-07-31T19:37:50.968Z] [2024-07-31T19:37:50.968Z] #175 [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-31T19:37:50.968Z] #175 DONE 12.2s [2024-07-31T19:37:50.968Z] [2024-07-31T19:37:50.968Z] #172 [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-31T19:37:50.968Z] #172 DONE 12.2s [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #180 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:51.406Z] #180 CACHED [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #181 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:51.406Z] #181 CACHED [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #174 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-31T19:37:51.406Z] #174 DONE 12.4s [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-31T19:37:51.406Z] #182 ... [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #183 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:51.406Z] #183 CACHED [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #184 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:51.406Z] #184 CACHED [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #185 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:51.406Z] #185 CACHED [2024-07-31T19:37:51.406Z] [2024-07-31T19:37:51.406Z] #186 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:51.406Z] #186 CACHED [2024-07-31T19:37:51.667Z] [2024-07-31T19:37:51.667Z] #157 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T19:37:51.667Z] #157 DONE 161.7s [2024-07-31T19:37:51.667Z] [2024-07-31T19:37:51.667Z] #187 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-31T19:37:51.927Z] #187 ... [2024-07-31T19:37:51.927Z] [2024-07-31T19:37:51.927Z] #176 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:51.927Z] #176 DONE 1.9s [2024-07-31T19:37:51.927Z] [2024-07-31T19:37:51.927Z] #188 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:52.187Z] #188 ... [2024-07-31T19:37:52.187Z] [2024-07-31T19:37:52.187Z] #179 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-31T19:37:52.187Z] #179 DONE 1.3s [2024-07-31T19:37:52.187Z] [2024-07-31T19:37:52.187Z] #189 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:52.447Z] #189 ... [2024-07-31T19:37:52.447Z] [2024-07-31T19:37:52.447Z] #190 [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-31T19:37:52.447Z] #190 DONE 1.9s [2024-07-31T19:37:52.707Z] [2024-07-31T19:37:52.707Z] #92 [security-spiffe-token-provider] exporting to image [2024-07-31T19:37:52.707Z] #92 exporting layers [2024-07-31T19:37:52.707Z] #92 ... [2024-07-31T19:37:52.707Z] [2024-07-31T19:37:52.707Z] #182 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-31T19:37:52.707Z] #182 DONE 1.7s [2024-07-31T19:37:52.707Z] [2024-07-31T19:37:52.707Z] #191 [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-31T19:37:52.707Z] #191 DONE 1.8s [2024-07-31T19:37:52.707Z] [2024-07-31T19:37:52.707Z] #192 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:52.707Z] #192 DONE 1.7s [2024-07-31T19:37:52.707Z] [2024-07-31T19:37:52.707Z] #193 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:52.707Z] #193 DONE 1.7s [2024-07-31T19:37:52.707Z] [2024-07-31T19:37:52.707Z] #194 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:52.707Z] #194 DONE 1.6s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #195 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-31T19:37:52.966Z] #195 DONE 1.7s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #187 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-31T19:37:52.966Z] #187 DONE 1.6s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #196 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:52.966Z] #196 DONE 1.7s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:52.966Z] #197 DONE 0.2s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #188 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:52.966Z] #188 DONE 1.1s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #198 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-31T19:37:52.966Z] #198 DONE 1.7s [2024-07-31T19:37:52.966Z] [2024-07-31T19:37:52.966Z] #199 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-31T19:37:53.224Z] #199 ... [2024-07-31T19:37:53.224Z] [2024-07-31T19:37:53.224Z] #189 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:53.224Z] #189 DONE 1.2s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-31T19:37:53.482Z] #200 ... [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #201 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-31T19:37:53.482Z] #201 DONE 0.7s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #202 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:53.482Z] #202 DONE 0.7s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #203 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T19:37:53.482Z] #203 CACHED [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #204 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:53.482Z] #204 CACHED [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #205 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:53.482Z] #205 DONE 0.7s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #206 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T19:37:53.482Z] #206 DONE 0.7s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #207 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T19:37:53.482Z] #207 DONE 0.8s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #208 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:53.482Z] #208 DONE 0.7s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #199 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-31T19:37:53.482Z] #199 DONE 0.7s [2024-07-31T19:37:53.482Z] [2024-07-31T19:37:53.482Z] #209 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T19:37:53.482Z] #209 DONE 0.7s [2024-07-31T19:37:53.741Z] [2024-07-31T19:37:53.741Z] #210 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-31T19:37:54.310Z] #210 ... [2024-07-31T19:37:54.310Z] [2024-07-31T19:37:54.310Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-31T19:37:54.310Z] #200 DONE 0.8s [2024-07-31T19:37:54.310Z] [2024-07-31T19:37:54.310Z] #92 [support-scheduler] exporting to image [2024-07-31T19:37:54.310Z] #92 writing image sha256:31752f1de58cc03b042671bb0d28640cc0c0ddccaf86975c8891c8cef1ca7cc4 [2024-07-31T19:37:54.570Z] #92 ... [2024-07-31T19:37:54.570Z] [2024-07-31T19:37:54.571Z] #211 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-07-31T19:37:54.571Z] #211 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #212 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-31T19:37:54.571Z] #212 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #213 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-31T19:37:54.571Z] #213 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #92 [security-spiffe-token-provider] exporting to image [2024-07-31T19:37:54.571Z] #92 exporting layers 0.9s done [2024-07-31T19:37:54.571Z] #92 writing image sha256:31752f1de58cc03b042671bb0d28640cc0c0ddccaf86975c8891c8cef1ca7cc4 0.2s done [2024-07-31T19:37:54.571Z] #92 naming to docker.io/library/security-spiffe-token-provider done [2024-07-31T19:37:54.571Z] #92 ... [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #214 [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-31T19:37:54.571Z] #214 DONE 1.8s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #215 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-31T19:37:54.571Z] #215 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #216 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-31T19:37:54.571Z] #216 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #217 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:54.571Z] #217 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #210 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-31T19:37:54.571Z] #210 DONE 1.0s [2024-07-31T19:37:54.571Z] [2024-07-31T19:37:54.571Z] #92 [core-keeper] exporting to image [2024-07-31T19:37:54.830Z] #92 exporting layers 0.2s done [2024-07-31T19:37:54.830Z] #92 writing image sha256:49cf0638e48006b352d1361271c7e2bbd1cc60a6e00bcefbfca26f5431a14447 [2024-07-31T19:37:54.830Z] #92 ... [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #218 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-07-31T19:37:54.830Z] #218 DONE 0.3s [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #219 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:54.830Z] #219 DONE 0.3s [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #220 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T19:37:54.830Z] #220 DONE 0.3s [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #221 [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-31T19:37:54.830Z] #221 DONE 0.3s [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #222 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-31T19:37:54.830Z] #222 DONE 0.3s [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #223 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T19:37:54.830Z] #223 DONE 1.3s [2024-07-31T19:37:54.830Z] [2024-07-31T19:37:54.830Z] #92 [security-proxy-setup] exporting to image [2024-07-31T19:37:54.830Z] #92 writing image sha256:49cf0638e48006b352d1361271c7e2bbd1cc60a6e00bcefbfca26f5431a14447 0.0s done [2024-07-31T19:37:54.830Z] #92 naming to docker.io/library/core-command done [2024-07-31T19:37:55.090Z] #92 writing image sha256:f0d30cc4d8ec27595da247cfb17abbc89b0f1100e02f75bee452ba861569b688 [2024-07-31T19:37:55.090Z] #92 writing image sha256:6c73d66756685d2b0603f51597bd2c869cc4ceab152a6dd1ab2f90a998424aea [2024-07-31T19:37:55.090Z] #92 writing image sha256:d32e0351a8b913a07ecca902b7067c008f05ccb215892a7e48f23d66151e6045 [2024-07-31T19:37:55.090Z] #92 writing image sha256:f16ad69774f81401908818a65666cd675095046c16ec0dd3245fe8fdd71841b7 0.0s done [2024-07-31T19:37:55.090Z] #92 naming to docker.io/library/core-keeper 0.0s done [2024-07-31T19:37:55.090Z] #92 ... [2024-07-31T19:37:55.090Z] [2024-07-31T19:37:55.090Z] #224 [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-31T19:37:55.090Z] #224 DONE 0.2s [2024-07-31T19:37:55.090Z] [2024-07-31T19:37:55.090Z] #92 [core-common-config-bootstrapper] exporting to image [2024-07-31T19:37:55.090Z] #92 exporting layers 0.3s done [2024-07-31T19:37:55.090Z] #92 writing image sha256:f0d30cc4d8ec27595da247cfb17abbc89b0f1100e02f75bee452ba861569b688 0.1s done [2024-07-31T19:37:55.090Z] #92 writing image sha256:6c73d66756685d2b0603f51597bd2c869cc4ceab152a6dd1ab2f90a998424aea 0.1s done [2024-07-31T19:37:55.090Z] #92 writing image sha256:d32e0351a8b913a07ecca902b7067c008f05ccb215892a7e48f23d66151e6045 0.2s done [2024-07-31T19:37:55.090Z] #92 naming to docker.io/library/core-metadata done [2024-07-31T19:37:55.090Z] #92 naming to docker.io/library/support-scheduler done [2024-07-31T19:37:55.090Z] #92 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-31T19:37:55.090Z] #92 writing image sha256:338457ef0b431291524ccd433e54a2fde51505b954ff7c27e0cb4bda837dc689 [2024-07-31T19:37:55.350Z] #92 ... [2024-07-31T19:37:55.350Z] [2024-07-31T19:37:55.350Z] #225 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T19:37:55.350Z] #225 DONE 1.1s [2024-07-31T19:37:55.350Z] [2024-07-31T19:37:55.350Z] #226 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-31T19:37:55.350Z] #226 DONE 0.2s [2024-07-31T19:37:55.350Z] [2024-07-31T19:37:55.350Z] #92 [support-cron-scheduler] exporting to image [2024-07-31T19:37:55.350Z] #92 exporting layers 0.4s done [2024-07-31T19:37:55.350Z] #92 writing image sha256:338457ef0b431291524ccd433e54a2fde51505b954ff7c27e0cb4bda837dc689 0.1s done [2024-07-31T19:37:55.350Z] #92 naming to docker.io/library/support-cron-scheduler done [2024-07-31T19:37:55.350Z] #92 writing image sha256:5bd5db70ee284398d2b2fb3445724e2c4ed521d419bbaad29c65776dd90a4d7f [2024-07-31T19:37:55.350Z] #92 ... [2024-07-31T19:37:55.350Z] [2024-07-31T19:37:55.350Z] #227 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-31T19:37:55.350Z] #227 DONE 0.1s [2024-07-31T19:37:55.350Z] [2024-07-31T19:37:55.350Z] #92 [support-notifications] exporting to image [2024-07-31T19:37:55.350Z] #92 exporting layers 0.6s done [2024-07-31T19:37:55.350Z] #92 writing image sha256:5bd5db70ee284398d2b2fb3445724e2c4ed521d419bbaad29c65776dd90a4d7f 0.0s done [2024-07-31T19:37:55.350Z] #92 naming to docker.io/library/core-data done [2024-07-31T19:37:55.350Z] #92 writing image sha256:b3c33762955b7d9594d4e2248b9977d84e283ec2a2085504ab95505c4bd8ce8b 0.1s done [2024-07-31T19:37:55.350Z] #92 naming to docker.io/library/support-notifications done [2024-07-31T19:37:55.350Z] #92 writing image sha256:4a341bd8cfb4e0dd7fa00b7d829529388bb426cc9c8cde7a0315acb6110a09f4 [2024-07-31T19:37:55.611Z] #92 exporting layers 0.2s done [2024-07-31T19:37:55.611Z] #92 writing image sha256:4a341bd8cfb4e0dd7fa00b7d829529388bb426cc9c8cde7a0315acb6110a09f4 0.0s done [2024-07-31T19:37:55.611Z] #92 naming to docker.io/library/security-proxy-setup done [2024-07-31T19:37:55.611Z] #92 writing image sha256:46ee6a56514217fa408ade8f068fe1936fb79786a0ad853f1fd7c23c985c5920 done [2024-07-31T19:37:55.611Z] #92 naming to docker.io/library/security-proxy-auth 0.0s done [2024-07-31T19:37:55.611Z] #92 DONE 4.3s [2024-07-31T19:37:55.611Z] [2024-07-31T19:37:55.611Z] #228 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T19:37:55.611Z] #228 DONE 0.7s [2024-07-31T19:37:55.611Z] [2024-07-31T19:37:55.611Z] #229 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-31T19:37:55.871Z] #229 DONE 0.4s [2024-07-31T19:37:55.871Z] [2024-07-31T19:37:55.871Z] #92 [security-bootstrapper] exporting to image [2024-07-31T19:37:55.871Z] #92 writing image sha256:86997d1f3a0e8a66dc1c26675704f413af0fcb737286e75af468e816741e8b90 done [2024-07-31T19:37:55.871Z] #92 naming to docker.io/library/security-secretstore-setup done [2024-07-31T19:37:55.871Z] #92 exporting layers 0.2s done [2024-07-31T19:37:55.871Z] #92 writing image sha256:55316e3bb6306e0e67df52aff01031a496e4a76d88688c6ebb383b1ffb84f9ad done [2024-07-31T19:37:55.871Z] #92 naming to docker.io/library/security-bootstrapper done [2024-07-31T19:37:55.871Z] #92 DONE 4.6s [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T19:37:55.871Z] time="2024-07-31T19:33:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-31T19:37:55.917Z] $ docker stop --time=1 330bb8605ada9a3ff851012efa6377d28bc95ad6891c4041666a16b701c11376 [2024-07-31T19:37:57.209Z] $ docker rm -f --volumes 330bb8605ada9a3ff851012efa6377d28bc95ad6891c4041666a16b701c11376 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T19:37:57.635Z] + docker images [2024-07-31T19:37:57.635Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-31T19:37:57.635Z] security-bootstrapper latest 55316e3bb630 2 seconds ago 18.9MB [2024-07-31T19:37:57.635Z] security-secretstore-setup latest 86997d1f3a0e 2 seconds ago 36.9MB [2024-07-31T19:37:57.635Z] security-proxy-auth latest 46ee6a565142 2 seconds ago 33MB [2024-07-31T19:37:57.635Z] core-metadata latest f0d30cc4d8ec 3 seconds ago 39.6MB [2024-07-31T19:37:57.635Z] core-common-config-bootstrapper latest d32e0351a8b9 3 seconds ago 15.2MB [2024-07-31T19:37:57.635Z] support-cron-scheduler latest 338457ef0b43 3 seconds ago 42.1MB [2024-07-31T19:37:57.635Z] core-data latest 5bd5db70ee28 3 seconds ago 39.5MB [2024-07-31T19:37:57.635Z] support-notifications latest b3c33762955b 3 seconds ago 42.4MB [2024-07-31T19:37:57.635Z] core-keeper latest f16ad69774f8 3 seconds ago 39.4MB [2024-07-31T19:37:57.635Z] security-proxy-setup latest 4a341bd8cfb4 3 seconds ago 26.2MB [2024-07-31T19:37:57.635Z] support-scheduler latest 6c73d6675668 4 seconds ago 41.8MB [2024-07-31T19:37:57.635Z] core-command latest 49cf0638e480 5 seconds ago 35.4MB [2024-07-31T19:37:57.635Z] security-spiffe-token-provider latest 31752f1de58c 6 seconds ago 28.8MB [2024-07-31T19:37:57.635Z] security-spire-agent latest 79e1719c38d1 3 minutes ago 182MB [2024-07-31T19:37:57.635Z] security-spire-server latest 4784431dd77b 3 minutes ago 121MB [2024-07-31T19:37:57.635Z] security-spire-config latest 311713f4fec5 3 minutes ago 120MB [2024-07-31T19:37:57.635Z] ci-base-image-x86_64 latest be20a657c030 7 minutes ago 969MB [2024-07-31T19:37:57.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-07-31T19:37:57.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 14 months ago 334MB [2024-07-31T19:37:57.635Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years 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-31T19:38:33.975Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-31T19:38:33.975Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-31T19:39:20.851Z] ? github.com/edgexfoundry/edgex-go/cmd/support-cron-scheduler [no test files] [2024-07-31T19:39:23.423Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-31T19:39:23.423Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-31T19:39:23.423Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-31T19:39:23.423Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-31T19:39:35.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-31T19:39:35.711Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-31T19:39:35.711Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.118s coverage: 28.7% of statements [2024-07-31T19:39:45.782Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.180s coverage: 97.0% of statements [2024-07-31T19:39:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-31T19:39:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-31T19:39:51.114Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-31T19:39:56.440Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.265s coverage: 69.2% of statements [2024-07-31T19:39:57.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-31T19:39:57.395Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-31T19:39:58.348Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.212s coverage: 53.2% of statements [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-31T19:40:03.699Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:40:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-31T19:40:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:40:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-31T19:40:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-31T19:40:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-31T19:40:12.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 9.606s coverage: 93.4% of statements [2024-07-31T19:40:12.900Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.259s coverage: 91.7% of statements [2024-07-31T19:40:18.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-31T19:40:18.251Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-31T19:40:19.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.217s coverage: 6.5% of statements [2024-07-31T19:40:26.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-31T19:40:26.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:40:26.286Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/postgres [no test files] [2024-07-31T19:40:27.694Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-31T19:40:27.959Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.661s coverage: 95.8% of statements [2024-07-31T19:40:28.912Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.100s coverage: 72.2% of statements [2024-07-31T19:40:33.156Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/postgres 1.090s coverage: 0.0% of statements [no tests to run] [2024-07-31T19:40:38.485Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-31T19:40:38.485Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-31T19:40:39.891Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.301s coverage: 0.8% of statements [2024-07-31T19:40:39.891Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.147s coverage: 32.2% of statements [2024-07-31T19:40:44.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.149s coverage: 41.7% of statements [2024-07-31T19:40:44.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.106s coverage: 77.8% of statements [2024-07-31T19:40:44.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.097s coverage: 94.1% of statements [2024-07-31T19:40:44.138Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.123s coverage: 96.3% of statements [2024-07-31T19:40:48.389Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.098s coverage: 87.5% of statements [2024-07-31T19:40:49.818Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-31T19:40:51.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-31T19:40:51.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-31T19:40:51.218Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-31T19:40:54.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-31T19:40:54.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-31T19:40:54.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-31T19:40:54.562Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-31T19:41:01.184Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.112s coverage: 94.4% of statements [2024-07-31T19:41:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-31T19:41:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-31T19:41:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-31T19:41:01.184Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-31T19:41:09.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-31T19:41:09.367Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-31T19:41:11.926Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.879s coverage: 79.9% of statements [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.158s coverage: 92.9% of statements [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.082s coverage: 64.4% of statements [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.114s coverage: 62.3% of statements [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.095s coverage: 87.2% of statements [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.071s coverage: 20.0% of statements [2024-07-31T19:41:15.254Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.068s coverage: 100.0% of statements [2024-07-31T19:41:16.661Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.339s coverage: 81.8% of statements [2024-07-31T19:41:18.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-31T19:41:18.067Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-31T19:41:19.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.289s coverage: 82.1% of statements [2024-07-31T19:41:19.470Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.125s coverage: 86.0% of statements [2024-07-31T19:41:24.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-31T19:41:24.790Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-31T19:41:25.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.700s coverage: 63.1% of statements [2024-07-31T19:41:25.748Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.133s coverage: 100.0% of statements [2024-07-31T19:41:27.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.114s coverage: 89.4% of statements [2024-07-31T19:41:27.686Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.088s coverage: 100.0% of statements [2024-07-31T19:41:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-31T19:41:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-31T19:41:27.686Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-31T19:41:27.950Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.070s coverage: 73.7% of statements [2024-07-31T19:41:28.529Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.067s coverage: 100.0% of statements [2024-07-31T19:41:35.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-31T19:41:35.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-31T19:41:35.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-31T19:41:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.655s coverage: 38.4% of statements [2024-07-31T19:41:36.122Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.115s coverage: 89.5% of statements [2024-07-31T19:41:36.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-31T19:41:36.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-31T19:41:36.389Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-31T19:41:36.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler [no test files] [2024-07-31T19:41:36.389Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces [no test files] [2024-07-31T19:41:37.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/cronscheduler/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:41:37.345Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-31T19:41:37.612Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.098s coverage: 84.8% of statements [2024-07-31T19:41:44.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-31T19:41:44.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-31T19:41:44.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-31T19:41:44.237Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-31T19:41:50.872Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.177s coverage: 19.9% of statements [2024-07-31T19:41:50.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-31T19:41:50.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:41:50.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-31T19:41:50.872Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-31T19:41:52.274Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.493s coverage: 95.7% of statements [2024-07-31T19:41:55.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-31T19:41:55.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-31T19:41:56.558Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.168s coverage: 61.8% of statements [2024-07-31T19:41:59.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-31T19:41:59.116Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-31T19:42:00.069Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.282s coverage: 98.9% of statements [2024-07-31T19:42:02.003Z] 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-31T19:42:02.003Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-31T19:42:02.003Z] go vet ./... [2024-07-31T19:46:24.070Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-31T19:46:24.070Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-31T19:46:24.070Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-31T19:46:24.118Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-31T19:46:24.486Z] + ls -al . [2024-07-31T19:46:24.487Z] total 860 [2024-07-31T19:46:24.487Z] drwxrwxr-x 10 1001 1001 4096 Jul 31 19:34 . [2024-07-31T19:46:24.487Z] drwxr-xr-x 4 root root 4096 Jul 31 19:34 .. [2024-07-31T19:46:24.487Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 19:32 .blubracket [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 10 Jul 31 19:32 .dockerignore [2024-07-31T19:46:24.487Z] drwxrwxr-x 8 1001 1001 4096 Jul 31 19:32 .git [2024-07-31T19:46:24.487Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 19:32 .github [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 1102 Jul 31 19:32 .gitignore [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 42 Jul 31 19:32 .golangci.yml [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 100 Jul 31 19:32 .hadolint.yml [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 155 Jul 31 19:32 .sonarcloud.properties [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 1171 Jul 31 19:32 ADOPTERS.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 20806 Jul 31 19:32 Attribution.txt [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 100284 Jul 31 19:32 CHANGELOG.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 3804 Jul 31 19:32 CONTRIBUTING.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 677 Jul 31 19:32 GOVERNANCE.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 861 Jul 31 19:32 Jenkinsfile [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 10775 Jul 31 19:32 LICENSE [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 16854 Jul 31 19:32 Makefile [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 582 Jul 31 19:32 OWNERS.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 9528 Jul 31 19:32 README.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 789 Jul 31 19:32 SECURITY.md [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 5 Jul 31 19:29 VERSION [2024-07-31T19:46:24.487Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 19:32 bin [2024-07-31T19:46:24.487Z] drwxrwxr-x 20 1001 1001 4096 Jul 31 19:32 cmd [2024-07-31T19:46:24.487Z] -rw-r--r-- 1 root root 497982 Jul 31 19:41 coverage.out [2024-07-31T19:46:24.487Z] drwxrwxr-x 2 1001 1001 4096 Jul 31 19:32 fuzz_test [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 7118 Jul 31 19:32 go.mod [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 101672 Jul 31 19:32 go.sum [2024-07-31T19:46:24.487Z] drwxrwxr-x 7 1001 1001 4096 Jul 31 19:32 internal [2024-07-31T19:46:24.487Z] drwxrwxr-x 3 1001 1001 4096 Jul 31 19:32 openapi [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 584 Jul 31 19:32 security.txt [2024-07-31T19:46:24.487Z] -rw-rw-r-- 1 1001 1001 204 Jul 31 19:32 version.go [Pipeline] sh [2024-07-31T19:46:24.825Z] + '[' -e coverage.out ] [2024-07-31T19:46:24.825Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-31T19:46:24.867Z] Warning: overwriting stash ‘coverage-report’ [2024-07-31T19:46:25.668Z] Stashed 1 file(s) [Pipeline] sh [2024-07-31T19:46:25.999Z] + make build [2024-07-31T19:46:26.266Z] 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-31T19:49:33.005Z] 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-31T19:49:39.645Z] 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-31T19:49:47.824Z] 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-31T19:49:50.382Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-31T19:50:00.417Z] 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-31T19:50:27.055Z] 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-31T19:50:37.101Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T19:50:43.734Z] 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-31T19:50:56.016Z] 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-31T19:50:59.342Z] 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-31T19:51:02.669Z] 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-31T19:51:05.997Z] 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-31T19:51:10.324Z] 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-31T19:51:14.642Z] $ docker stop --time=1 c2acfe34580a50d8a86167a1b5f5a454103e5e0654b414706cd0cf1ed03c4449 [2024-07-31T19:51:16.757Z] $ docker rm -f --volumes c2acfe34580a50d8a86167a1b5f5a454103e5e0654b414706cd0cf1ed03c4449 [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-31T19:51:20.611Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-31T19:51:20.611Z] [2024-07-31T19:51:20.611Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T19:51:21.055Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-31T19:51:21.322Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-31T19:51:21.322Z] 547446be3368: Pulling fs layer [2024-07-31T19:51:21.322Z] d125d8839a47: Pulling fs layer [2024-07-31T19:51:21.322Z] 3e85d5ac6304: Pulling fs layer [2024-07-31T19:51:21.322Z] c3105a71a48b: Pulling fs layer [2024-07-31T19:51:21.322Z] 0f093f025ec4: Pulling fs layer [2024-07-31T19:51:21.322Z] c3106fc0e877: Pulling fs layer [2024-07-31T19:51:21.322Z] c3105a71a48b: Waiting [2024-07-31T19:51:21.322Z] 0f093f025ec4: Waiting [2024-07-31T19:51:21.322Z] c3106fc0e877: Waiting [2024-07-31T19:51:21.322Z] 547446be3368: Verifying Checksum [2024-07-31T19:51:21.322Z] 547446be3368: Download complete [2024-07-31T19:51:21.589Z] c3105a71a48b: Verifying Checksum [2024-07-31T19:51:21.589Z] c3105a71a48b: Download complete [2024-07-31T19:51:21.855Z] d125d8839a47: Verifying Checksum [2024-07-31T19:51:21.855Z] d125d8839a47: Download complete [2024-07-31T19:51:21.855Z] c3106fc0e877: Download complete [2024-07-31T19:51:22.123Z] 0f093f025ec4: Verifying Checksum [2024-07-31T19:51:22.123Z] 0f093f025ec4: Download complete [2024-07-31T19:51:22.123Z] 547446be3368: Pull complete [2024-07-31T19:51:23.531Z] d125d8839a47: Pull complete [2024-07-31T19:51:23.797Z] 3e85d5ac6304: Verifying Checksum [2024-07-31T19:51:23.797Z] 3e85d5ac6304: Download complete [2024-07-31T19:51:33.870Z] 3e85d5ac6304: Pull complete [2024-07-31T19:51:33.870Z] c3105a71a48b: Pull complete [2024-07-31T19:51:34.825Z] 0f093f025ec4: Pull complete [2024-07-31T19:51:35.089Z] c3106fc0e877: Pull complete [2024-07-31T19:51:35.089Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-31T19:51:35.089Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-31T19:51:35.089Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T19:51:35.453Z] prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container [2024-07-31T19:51:35.499Z] $ 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-31T19:51:37.719Z] $ docker top b21ed58f68401638b285ffbc70dfae5cc4d20ab00215a8c80bffa9b224ae0129 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T19:51:38.605Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-31T19:51:48.691Z] #1 [core-data internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #1 transferring dockerfile: 2.01kB 0.0s done [2024-07-31T19:51:48.691Z] #1 DONE 0.1s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #2 transferring dockerfile: 1.70kB done [2024-07-31T19:51:48.691Z] #2 DONE 0.0s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #3 [support-scheduler internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #3 transferring dockerfile: 1.93kB done [2024-07-31T19:51:48.691Z] #3 DONE 0.1s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #4 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #4 transferring dockerfile: 2.93kB 0.0s done [2024-07-31T19:51:48.691Z] #4 DONE 0.1s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #5 [core-keeper internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #5 transferring dockerfile: 2.01kB 0.0s done [2024-07-31T19:51:48.691Z] #5 DONE 0.1s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #6 transferring dockerfile: 1.81kB done [2024-07-31T19:51:48.691Z] #6 DONE 0.1s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #7 [support-cron-scheduler internal] load build definition from Dockerfile [2024-07-31T19:51:48.691Z] #7 transferring dockerfile: 1.85kB done [2024-07-31T19:51:48.691Z] #7 DONE 0.1s [2024-07-31T19:51:48.691Z] [2024-07-31T19:51:48.691Z] #8 [support-notifications internal] load build definition from Dockerfile [2024-07-31T19:51:48.974Z] #8 transferring dockerfile: 1.95kB done [2024-07-31T19:51:48.974Z] #8 DONE 0.1s [2024-07-31T19:51:48.974Z] [2024-07-31T19:51:48.974Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-31T19:51:48.974Z] #9 transferring dockerfile: 2.23kB 0.0s done [2024-07-31T19:51:48.974Z] #9 DONE 0.1s [2024-07-31T19:51:48.974Z] [2024-07-31T19:51:48.974Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-31T19:51:48.974Z] #10 transferring dockerfile: 2.50kB done [2024-07-31T19:51:48.974Z] #10 DONE 0.1s [2024-07-31T19:51:48.974Z] [2024-07-31T19:51:48.974Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-07-31T19:51:48.974Z] #11 transferring dockerfile: 1.69kB done [2024-07-31T19:51:48.974Z] #11 DONE 0.1s [2024-07-31T19:51:48.974Z] [2024-07-31T19:51:48.974Z] #12 [core-command internal] load build definition from Dockerfile [2024-07-31T19:51:48.974Z] #12 transferring dockerfile: 1.93kB 0.0s done [2024-07-31T19:51:48.974Z] #12 DONE 0.1s [2024-07-31T19:51:48.974Z] [2024-07-31T19:51:48.974Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-31T19:51:49.247Z] #13 transferring dockerfile: 2.15kB done [2024-07-31T19:51:49.247Z] #13 DONE 0.1s [2024-07-31T19:51:49.247Z] [2024-07-31T19:51:49.247Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-31T19:51:49.247Z] #14 transferring dockerfile: 2.49kB done [2024-07-31T19:51:49.247Z] #14 DONE 0.1s [2024-07-31T19:51:49.247Z] [2024-07-31T19:51:49.247Z] #15 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-31T19:51:49.247Z] #15 transferring dockerfile: 1.89kB done [2024-07-31T19:51:49.247Z] #15 DONE 0.1s [2024-07-31T19:51:49.247Z] [2024-07-31T19:51:49.247Z] #16 [core-metadata internal] load build definition from Dockerfile [2024-07-31T19:51:49.247Z] #16 transferring dockerfile: 2.06kB done [2024-07-31T19:51:49.247Z] #16 DONE 0.1s [2024-07-31T19:51:49.514Z] [2024-07-31T19:51:49.514Z] #17 [core-data internal] load .dockerignore [2024-07-31T19:51:49.514Z] #17 transferring context: 50B done [2024-07-31T19:51:49.514Z] #17 DONE 0.1s [2024-07-31T19:51:50.097Z] [2024-07-31T19:51:50.097Z] #18 [security-spire-server internal] load .dockerignore [2024-07-31T19:51:50.097Z] #18 transferring context: 50B done [2024-07-31T19:51:50.097Z] #18 DONE 0.0s [2024-07-31T19:51:50.376Z] [2024-07-31T19:51:50.376Z] #19 [support-scheduler internal] load .dockerignore [2024-07-31T19:51:50.376Z] #19 transferring context: 50B done [2024-07-31T19:51:50.376Z] #19 DONE 0.0s [2024-07-31T19:51:50.376Z] [2024-07-31T19:51:50.376Z] #20 [security-bootstrapper internal] load .dockerignore [2024-07-31T19:51:50.376Z] #20 transferring context: 50B done [2024-07-31T19:51:50.376Z] #20 DONE 0.1s [2024-07-31T19:51:50.376Z] [2024-07-31T19:51:50.376Z] #21 [core-keeper internal] load .dockerignore [2024-07-31T19:51:50.376Z] #21 transferring context: 50B done [2024-07-31T19:51:50.376Z] #21 DONE 0.1s [2024-07-31T19:51:50.376Z] [2024-07-31T19:51:50.376Z] #22 [security-spire-agent internal] load .dockerignore [2024-07-31T19:51:50.376Z] #22 transferring context: 50B done [2024-07-31T19:51:50.376Z] #22 DONE 0.1s [2024-07-31T19:51:50.376Z] [2024-07-31T19:51:50.376Z] #23 [support-cron-scheduler internal] load .dockerignore [2024-07-31T19:51:50.376Z] #23 transferring context: 50B done [2024-07-31T19:51:50.376Z] #23 DONE 0.1s [2024-07-31T19:51:50.376Z] [2024-07-31T19:51:50.376Z] #24 [support-notifications internal] load .dockerignore [2024-07-31T19:51:50.654Z] #24 transferring context: 50B done [2024-07-31T19:51:50.654Z] #24 DONE 0.0s [2024-07-31T19:51:50.654Z] [2024-07-31T19:51:50.654Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-31T19:51:50.654Z] #25 transferring context: 50B done [2024-07-31T19:51:50.654Z] #25 DONE 0.1s [2024-07-31T19:51:50.654Z] [2024-07-31T19:51:50.654Z] #26 [security-proxy-setup internal] load .dockerignore [2024-07-31T19:51:50.654Z] #26 transferring context: 50B done [2024-07-31T19:51:50.654Z] #26 DONE 0.1s [2024-07-31T19:51:50.654Z] [2024-07-31T19:51:50.654Z] #27 [security-spire-config internal] load .dockerignore [2024-07-31T19:51:50.925Z] #27 transferring context: 50B done [2024-07-31T19:51:50.925Z] #27 DONE 0.1s [2024-07-31T19:51:50.925Z] [2024-07-31T19:51:50.925Z] #28 [core-command internal] load .dockerignore [2024-07-31T19:51:50.925Z] #28 transferring context: 50B done [2024-07-31T19:51:50.925Z] #28 DONE 0.1s [2024-07-31T19:51:50.925Z] [2024-07-31T19:51:50.925Z] #29 [security-proxy-auth internal] load .dockerignore [2024-07-31T19:51:50.925Z] #29 transferring context: 50B 0.0s done [2024-07-31T19:51:50.925Z] #29 DONE 0.1s [2024-07-31T19:51:50.925Z] [2024-07-31T19:51:50.925Z] #30 [security-secretstore-setup internal] load .dockerignore [2024-07-31T19:51:50.925Z] #30 transferring context: 50B 0.0s done [2024-07-31T19:51:50.925Z] #30 DONE 0.1s [2024-07-31T19:51:50.925Z] [2024-07-31T19:51:50.925Z] #31 [security-spiffe-token-provider internal] load .dockerignore [2024-07-31T19:51:50.925Z] #31 transferring context: 50B 0.0s done [2024-07-31T19:51:50.925Z] #31 DONE 0.1s [2024-07-31T19:51:50.925Z] [2024-07-31T19:51:50.925Z] #32 [core-metadata internal] load .dockerignore [2024-07-31T19:51:50.925Z] #32 transferring context: 50B done [2024-07-31T19:51:50.925Z] #32 DONE 0.0s [2024-07-31T19:51:51.194Z] [2024-07-31T19:51:51.194Z] #33 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:51.194Z] #33 DONE 0.0s [2024-07-31T19:51:51.194Z] [2024-07-31T19:51:51.194Z] #34 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:51.194Z] #34 DONE 0.1s [2024-07-31T19:51:51.194Z] [2024-07-31T19:51:51.194Z] #35 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:51.194Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:51.470Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:51.470Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:51.470Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:51.470Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 2.10MB / 3.34MB 0.1s [2024-07-31T19:51:51.470Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:51.470Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa [2024-07-31T19:51:52.075Z] #35 ... [2024-07-31T19:51:52.075Z] [2024-07-31T19:51:52.075Z] #36 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:52.075Z] #36 DONE 0.8s [2024-07-31T19:51:52.075Z] [2024-07-31T19:51:52.075Z] #37 [core-data internal] load build context [2024-07-31T19:51:52.347Z] #37 ... [2024-07-31T19:51:52.347Z] [2024-07-31T19:51:52.347Z] #38 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:52.347Z] #38 DONE 0.2s [2024-07-31T19:51:52.347Z] [2024-07-31T19:51:52.347Z] #37 [core-data internal] load build context [2024-07-31T19:51:52.616Z] #37 ... [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #33 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:52.616Z] #33 DONE 0.0s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #34 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:52.616Z] #34 DONE 0.2s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #37 [core-data internal] load build context [2024-07-31T19:51:52.616Z] #37 ... [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #33 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:52.616Z] #33 DONE 0.0s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #34 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:52.616Z] #34 DONE 0.3s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #36 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:52.616Z] #36 DONE 1.5s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #38 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:52.616Z] #38 DONE 0.5s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #36 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:52.616Z] #36 DONE 1.5s [2024-07-31T19:51:52.616Z] [2024-07-31T19:51:52.616Z] #38 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:52.617Z] #38 DONE 0.5s [2024-07-31T19:51:52.617Z] [2024-07-31T19:51:52.617Z] #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:52.617Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:52.617Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:52.617Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:52.617Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:52.617Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:52.617Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:52.884Z] #35 ... [2024-07-31T19:51:52.884Z] [2024-07-31T19:51:52.884Z] #33 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:52.884Z] #33 DONE 0.0s [2024-07-31T19:51:52.884Z] [2024-07-31T19:51:52.884Z] #36 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:52.884Z] #36 DONE 1.5s [2024-07-31T19:51:52.884Z] [2024-07-31T19:51:52.884Z] #34 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:52.884Z] #34 DONE 0.5s [2024-07-31T19:51:52.884Z] [2024-07-31T19:51:52.884Z] #38 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:52.884Z] #38 DONE 0.5s [2024-07-31T19:51:52.884Z] [2024-07-31T19:51:52.884Z] #35 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:52.884Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:52.884Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:52.884Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:52.884Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:52.884Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:52.884Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:53.159Z] #35 ... [2024-07-31T19:51:53.159Z] [2024-07-31T19:51:53.159Z] #33 [support-cron-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:53.159Z] #33 DONE 0.0s [2024-07-31T19:51:53.159Z] [2024-07-31T19:51:53.159Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:53.426Z] #39 ... [2024-07-31T19:51:53.426Z] [2024-07-31T19:51:53.426Z] #36 [support-cron-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:53.426Z] #36 DONE 1.6s [2024-07-31T19:51:53.426Z] [2024-07-31T19:51:53.426Z] #38 [support-cron-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:53.426Z] #38 DONE 0.6s [2024-07-31T19:51:53.426Z] [2024-07-31T19:51:53.426Z] #33 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:53.426Z] #33 DONE 0.0s [2024-07-31T19:51:53.426Z] [2024-07-31T19:51:53.426Z] #34 [support-cron-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:53.426Z] #34 DONE 0.7s [2024-07-31T19:51:53.426Z] [2024-07-31T19:51:53.426Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:53.427Z] #39 ... [2024-07-31T19:51:53.427Z] [2024-07-31T19:51:53.427Z] #36 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:53.427Z] #36 DONE 1.6s [2024-07-31T19:51:53.427Z] [2024-07-31T19:51:53.427Z] #38 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:53.427Z] #38 DONE 0.6s [2024-07-31T19:51:53.427Z] [2024-07-31T19:51:53.427Z] #33 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:53.427Z] #33 DONE 0.0s [2024-07-31T19:51:53.427Z] [2024-07-31T19:51:53.427Z] #40 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-31T19:51:53.427Z] #40 DONE 1.0s [2024-07-31T19:51:53.427Z] [2024-07-31T19:51:53.427Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:53.700Z] #39 ... [2024-07-31T19:51:53.700Z] [2024-07-31T19:51:53.700Z] #33 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:53.700Z] #33 DONE 0.0s [2024-07-31T19:51:53.700Z] [2024-07-31T19:51:53.700Z] #41 [security-spire-server internal] load build context [2024-07-31T19:51:53.700Z] #41 transferring context: 27.23kB 0.1s done [2024-07-31T19:51:53.700Z] #41 DONE 0.2s [2024-07-31T19:51:53.700Z] [2024-07-31T19:51:53.700Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:53.968Z] #39 ... [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #34 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:53.968Z] #34 DONE 1.1s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #35 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:53.968Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:53.968Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:53.968Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:53.968Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:53.968Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:53.968Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:53.968Z] #35 DONE 3.3s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:53.968Z] #39 ... [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #36 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:53.968Z] #36 DONE 1.6s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #38 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:53.968Z] #38 DONE 0.6s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #33 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:53.968Z] #33 DONE 0.0s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:51:53.968Z] #42 DONE 0.0s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #35 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:53.968Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:53.968Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:53.968Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:53.968Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:53.968Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:53.968Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:53.968Z] #35 DONE 3.4s [2024-07-31T19:51:53.968Z] [2024-07-31T19:51:53.968Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:54.243Z] #39 ... [2024-07-31T19:51:54.243Z] [2024-07-31T19:51:54.243Z] #33 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:54.243Z] #33 DONE 0.0s [2024-07-31T19:51:54.243Z] [2024-07-31T19:51:54.243Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:54.243Z] #39 ... [2024-07-31T19:51:54.243Z] [2024-07-31T19:51:54.243Z] #33 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:54.243Z] #33 DONE 0.0s [2024-07-31T19:51:54.243Z] [2024-07-31T19:51:54.243Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:54.525Z] #39 ... [2024-07-31T19:51:54.525Z] [2024-07-31T19:51:54.525Z] #33 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:54.525Z] #33 DONE 0.0s [2024-07-31T19:51:54.525Z] [2024-07-31T19:51:54.525Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:54.525Z] #39 ... [2024-07-31T19:51:54.525Z] [2024-07-31T19:51:54.525Z] #43 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-31T19:51:54.525Z] #43 DONE 1.6s [2024-07-31T19:51:54.525Z] [2024-07-31T19:51:54.804Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:54.804Z] #39 ... [2024-07-31T19:51:54.804Z] [2024-07-31T19:51:54.804Z] #35 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:54.804Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:54.804Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:54.804Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:54.804Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:54.804Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:54.804Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:54.804Z] #35 DONE 3.4s [2024-07-31T19:51:54.804Z] [2024-07-31T19:51:54.804Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:54.804Z] #39 ... [2024-07-31T19:51:54.804Z] [2024-07-31T19:51:54.804Z] #33 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-31T19:51:54.804Z] #33 DONE 0.1s [2024-07-31T19:51:54.804Z] [2024-07-31T19:51:54.804Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:55.113Z] #39 ... [2024-07-31T19:51:55.113Z] [2024-07-31T19:51:55.113Z] #40 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-31T19:51:55.113Z] #40 DONE 2.4s [2024-07-31T19:51:55.113Z] [2024-07-31T19:51:55.113Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:55.385Z] #39 ... [2024-07-31T19:51:55.385Z] [2024-07-31T19:51:55.385Z] #35 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:55.385Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:55.385Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:55.385Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:55.385Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:55.385Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:55.385Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:55.385Z] #35 DONE 3.4s [2024-07-31T19:51:55.385Z] [2024-07-31T19:51:55.385Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:56.012Z] #39 ... [2024-07-31T19:51:56.012Z] [2024-07-31T19:51:56.012Z] #36 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:56.012Z] #36 DONE 1.8s [2024-07-31T19:51:56.012Z] [2024-07-31T19:51:56.012Z] #38 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:56.012Z] #38 DONE 0.7s [2024-07-31T19:51:56.012Z] [2024-07-31T19:51:56.012Z] #35 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:56.012Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:56.012Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:56.012Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:56.012Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:56.012Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:56.012Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:56.012Z] #35 DONE 3.5s [2024-07-31T19:51:56.012Z] [2024-07-31T19:51:56.012Z] #34 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-07-31T19:51:56.012Z] #34 DONE 2.7s [2024-07-31T19:51:56.012Z] [2024-07-31T19:51:56.012Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:51:56.012Z] #44 DONE 0.0s [2024-07-31T19:51:56.012Z] [2024-07-31T19:51:56.012Z] #39 [core-keeper internal] load build context [2024-07-31T19:51:56.296Z] #39 ... [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #36 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:56.296Z] #36 DONE 1.8s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #38 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:56.296Z] #38 DONE 0.7s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #35 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:56.296Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:56.296Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:56.296Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:56.296Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:56.296Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:56.296Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:56.296Z] #35 DONE 3.5s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #45 [security-spire-agent internal] load build context [2024-07-31T19:51:56.296Z] #45 transferring context: 26.76kB 0.5s done [2024-07-31T19:51:56.296Z] #45 DONE 1.5s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #36 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-31T19:51:56.296Z] #36 DONE 1.8s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #38 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-31T19:51:56.296Z] #38 DONE 0.7s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #35 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 [2024-07-31T19:51:56.296Z] #35 resolve docker.io/library/alpine:3.18@sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 0.0s done [2024-07-31T19:51:56.296Z] #35 sha256:5292533eb4efd4b5cf35e93b5a2b7d0e07ea193224c49446c7802c19ee4f2da5 1.64kB / 1.64kB done [2024-07-31T19:51:56.296Z] #35 sha256:6649b0820dc932948d9c3866a83abc053f711022d3df53adcd8cb77b27f16a9c 528B / 528B done [2024-07-31T19:51:56.296Z] #35 sha256:a0237000ae83609cd2ef9e46f8d1d551f2505620998c64d32f71f9709e144a8c 1.49kB / 1.49kB done [2024-07-31T19:51:56.296Z] #35 sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 3.34MB / 3.34MB 0.2s done [2024-07-31T19:51:56.296Z] #35 extracting sha256:4983c3fe2029a430985943e6d87b35248366efd28cee655acc3ebff5daf703fa 1.2s done [2024-07-31T19:51:56.296Z] #35 DONE 3.5s [2024-07-31T19:51:56.296Z] [2024-07-31T19:51:56.296Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:51:57.298Z] #46 ... [2024-07-31T19:51:57.298Z] [2024-07-31T19:51:57.298Z] #47 [security-spire-config internal] load build context [2024-07-31T19:51:57.298Z] #47 transferring context: 25.48kB 0.2s done [2024-07-31T19:51:57.298Z] #47 DONE 1.9s [2024-07-31T19:51:57.298Z] [2024-07-31T19:51:57.298Z] #48 [support-scheduler internal] load build context [2024-07-31T19:51:58.287Z] #48 ... [2024-07-31T19:51:58.287Z] [2024-07-31T19:51:58.287Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:51:58.287Z] #49 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.6s done [2024-07-31T19:51:58.287Z] #49 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-31T19:51:58.287Z] #49 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-07-31T19:51:58.287Z] #49 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-07-31T19:51:58.287Z] #49 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 2.6s [2024-07-31T19:51:58.287Z] #49 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.6s [2024-07-31T19:51:58.287Z] #49 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.6s [2024-07-31T19:51:58.565Z] #49 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 3.0s done [2024-07-31T19:51:58.565Z] #49 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 [2024-07-31T19:51:58.853Z] #49 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 3.1s done [2024-07-31T19:51:58.853Z] #49 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-07-31T19:51:58.853Z] #49 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 3.4s done [2024-07-31T19:51:59.871Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 4.5s [2024-07-31T19:52:02.543Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.06MB / 28.04MB 6.6s [2024-07-31T19:52:02.543Z] #49 ... [2024-07-31T19:52:02.543Z] [2024-07-31T19:52:02.543Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T19:52:02.543Z] #0 6.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:02.543Z] #0 7.444 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:02.543Z] #0 8.704 OK: 266 MiB in 52 packages [2024-07-31T19:52:02.543Z] #50 ... [2024-07-31T19:52:02.543Z] [2024-07-31T19:52:02.543Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:02.821Z] #49 ... [2024-07-31T19:52:02.821Z] [2024-07-31T19:52:02.821Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:02.821Z] #51 transferring context: 27.22MB 9.1s [2024-07-31T19:52:02.821Z] #51 ... [2024-07-31T19:52:02.821Z] [2024-07-31T19:52:02.821Z] #37 [core-data internal] load build context [2024-07-31T19:52:03.102Z] #37 ... [2024-07-31T19:52:03.102Z] [2024-07-31T19:52:03.102Z] #52 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T19:52:03.102Z] #0 8.512 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:03.102Z] #0 9.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:03.102Z] #52 ... [2024-07-31T19:52:03.102Z] [2024-07-31T19:52:03.102Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:52:03.102Z] #53 ... [2024-07-31T19:52:03.102Z] [2024-07-31T19:52:03.102Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T19:52:03.102Z] #50 DONE 11.5s [2024-07-31T19:52:03.102Z] [2024-07-31T19:52:03.102Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:03.399Z] #49 ... [2024-07-31T19:52:03.399Z] [2024-07-31T19:52:03.399Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-31T19:52:03.399Z] #0 9.440 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:03.399Z] #0 9.853 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:03.735Z] #54 ... [2024-07-31T19:52:03.735Z] [2024-07-31T19:52:03.735Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:03.735Z] #55 ... [2024-07-31T19:52:03.735Z] [2024-07-31T19:52:03.735Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:03.735Z] #56 ... [2024-07-31T19:52:03.735Z] [2024-07-31T19:52:03.735Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:03.735Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 6.29MB / 28.04MB 8.3s [2024-07-31T19:52:03.735Z] #49 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-07-31T19:52:04.015Z] #49 ... [2024-07-31T19:52:04.015Z] [2024-07-31T19:52:04.015Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:04.015Z] #42 ... [2024-07-31T19:52:04.015Z] [2024-07-31T19:52:04.015Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T19:52:04.295Z] #57 ... [2024-07-31T19:52:04.295Z] [2024-07-31T19:52:04.295Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:04.295Z] #58 ... [2024-07-31T19:52:04.295Z] [2024-07-31T19:52:04.295Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:04.590Z] #49 ... [2024-07-31T19:52:04.590Z] [2024-07-31T19:52:04.590Z] #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-31T19:52:04.590Z] #52 10.77 OK: 266 MiB in 52 packages [2024-07-31T19:52:04.590Z] #52 DONE 11.7s [2024-07-31T19:52:04.590Z] [2024-07-31T19:52:04.590Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T19:52:04.590Z] #59 ... [2024-07-31T19:52:04.590Z] [2024-07-31T19:52:04.590Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T19:52:04.590Z] #0 9.874 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:04.590Z] #60 ... [2024-07-31T19:52:04.590Z] [2024-07-31T19:52:04.590Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T19:52:04.889Z] #61 ... [2024-07-31T19:52:04.889Z] [2024-07-31T19:52:04.889Z] #53 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:52:04.889Z] #53 DONE 11.7s [2024-07-31T19:52:04.889Z] [2024-07-31T19:52:04.889Z] #62 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T19:52:04.889Z] #62 ... [2024-07-31T19:52:04.889Z] [2024-07-31T19:52:04.889Z] #63 [security-proxy-auth stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T19:52:05.164Z] #63 ... [2024-07-31T19:52:05.166Z] [2024-07-31T19:52:05.166Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:52:05.166Z] #64 ... [2024-07-31T19:52:05.166Z] [2024-07-31T19:52:05.166Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:52:05.166Z] #65 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 3.5s done [2024-07-31T19:52:05.166Z] #65 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-31T19:52:05.166Z] #65 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-07-31T19:52:05.166Z] #65 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-07-31T19:52:05.166Z] #65 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-31T19:52:05.166Z] #65 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-07-31T19:52:05.166Z] #65 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-07-31T19:52:05.166Z] #65 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.7s done [2024-07-31T19:52:05.166Z] #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 2.10MB / 18.32MB 3.8s [2024-07-31T19:52:05.166Z] #65 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-07-31T19:52:05.441Z] #65 ... [2024-07-31T19:52:05.441Z] [2024-07-31T19:52:05.441Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:06.038Z] #58 ... [2024-07-31T19:52:06.038Z] [2024-07-31T19:52:06.038Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:06.038Z] #44 ... [2024-07-31T19:52:06.038Z] [2024-07-31T19:52:06.038Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T19:52:06.038Z] #66 ... [2024-07-31T19:52:06.038Z] [2024-07-31T19:52:06.038Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:06.307Z] #67 ... [2024-07-31T19:52:06.307Z] [2024-07-31T19:52:06.307Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:06.307Z] #39 ... [2024-07-31T19:52:06.307Z] [2024-07-31T19:52:06.307Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:52:06.590Z] #68 ... [2024-07-31T19:52:06.590Z] [2024-07-31T19:52:06.590Z] #54 [support-cron-scheduler builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-31T19:52:06.590Z] #54 11.90 OK: 266 MiB in 52 packages [2024-07-31T19:52:06.590Z] #54 DONE 13.1s [2024-07-31T19:52:06.590Z] [2024-07-31T19:52:06.590Z] #69 [core-command internal] load build context [2024-07-31T19:52:06.590Z] #69 ... [2024-07-31T19:52:06.590Z] [2024-07-31T19:52:06.590Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:52:06.868Z] #70 ... [2024-07-31T19:52:06.868Z] [2024-07-31T19:52:06.868Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:06.868Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.28MB / 28.04MB 11.0s [2024-07-31T19:52:06.868Z] #49 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-07-31T19:52:06.868Z] #49 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-07-31T19:52:07.859Z] #49 ... [2024-07-31T19:52:07.859Z] [2024-07-31T19:52:07.859Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T19:52:08.143Z] #71 ... [2024-07-31T19:52:08.143Z] [2024-07-31T19:52:08.143Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:08.143Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 13.63MB / 28.04MB 12.6s [2024-07-31T19:52:08.143Z] #49 ... [2024-07-31T19:52:08.143Z] [2024-07-31T19:52:08.143Z] #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T19:52:08.427Z] #72 ... [2024-07-31T19:52:08.427Z] [2024-07-31T19:52:08.427Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:08.427Z] #48 transferring context: 32.06MB 15.7s [2024-07-31T19:52:08.427Z] #48 ... [2024-07-31T19:52:08.427Z] [2024-07-31T19:52:08.427Z] #60 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T19:52:08.427Z] #60 10.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:08.427Z] #60 11.82 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:08.427Z] #60 11.82 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:08.427Z] #60 11.89 OK: 8 MiB in 16 packages [2024-07-31T19:52:08.427Z] #60 DONE 13.9s [2024-07-31T19:52:08.427Z] [2024-07-31T19:52:08.427Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:08.427Z] #48 ... [2024-07-31T19:52:08.427Z] [2024-07-31T19:52:08.427Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:08.427Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 15.07MB / 28.04MB 13.0s [2024-07-31T19:52:09.038Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 13.6s [2024-07-31T19:52:09.038Z] #49 ... [2024-07-31T19:52:09.038Z] [2024-07-31T19:52:09.038Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:52:09.323Z] #46 ... [2024-07-31T19:52:09.323Z] [2024-07-31T19:52:09.323Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:10.327Z] #48 ... [2024-07-31T19:52:10.327Z] [2024-07-31T19:52:10.327Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-31T19:52:10.327Z] #64 DONE 15.8s [2024-07-31T19:52:10.327Z] [2024-07-31T19:52:10.327Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:10.923Z] #48 ... [2024-07-31T19:52:10.923Z] [2024-07-31T19:52:10.923Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-31T19:52:10.923Z] #61 10.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:10.923Z] #61 11.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:10.923Z] #61 14.31 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:10.923Z] #61 14.31 (2/2) Installing su-exec (0.2-r3) [2024-07-31T19:52:10.923Z] #61 14.31 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:10.923Z] #61 14.31 OK: 8 MiB in 17 packages [2024-07-31T19:52:10.923Z] #61 DONE 16.4s [2024-07-31T19:52:10.923Z] [2024-07-31T19:52:10.923Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:13.549Z] #48 transferring context: 37.40MB 20.7s [2024-07-31T19:52:13.549Z] #48 ... [2024-07-31T19:52:13.549Z] [2024-07-31T19:52:13.549Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:13.549Z] #51 ... [2024-07-31T19:52:13.549Z] [2024-07-31T19:52:13.549Z] #63 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-31T19:52:13.549Z] #63 12.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:13.549Z] #63 13.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:13.549Z] #63 16.86 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:13.549Z] #63 16.86 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:13.549Z] #63 17.02 OK: 8 MiB in 16 packages [2024-07-31T19:52:13.549Z] #63 DONE 19.2s [2024-07-31T19:52:13.549Z] [2024-07-31T19:52:13.549Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:13.549Z] #51 ... [2024-07-31T19:52:13.549Z] [2024-07-31T19:52:13.549Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:13.549Z] #48 ... [2024-07-31T19:52:13.549Z] [2024-07-31T19:52:13.549Z] #37 [core-data internal] load build context [2024-07-31T19:52:13.863Z] #37 ... [2024-07-31T19:52:13.863Z] [2024-07-31T19:52:13.863Z] #62 [support-cron-scheduler stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-31T19:52:13.863Z] #62 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:13.863Z] #62 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:13.863Z] #62 16.91 (1/2) Installing ca-certificates (20240226-r0) [2024-07-31T19:52:13.863Z] #62 17.18 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:13.863Z] #62 17.18 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:13.863Z] #62 17.33 Executing ca-certificates-20240226-r0.trigger [2024-07-31T19:52:13.863Z] #62 18.08 OK: 9 MiB in 17 packages [2024-07-31T19:52:13.863Z] #62 DONE 19.1s [2024-07-31T19:52:13.863Z] [2024-07-31T19:52:13.863Z] #73 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:13.863Z] #73 ... [2024-07-31T19:52:13.863Z] [2024-07-31T19:52:13.863Z] #59 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-31T19:52:13.863Z] #59 13.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:13.863Z] #59 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:13.863Z] #59 17.21 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:13.863Z] #59 17.21 (2/4) Installing openssl (3.1.6-r0) [2024-07-31T19:52:13.863Z] #59 17.31 (3/4) Installing su-exec (0.2-r3) [2024-07-31T19:52:13.863Z] #59 17.31 (4/4) Installing yq (4.33.3-r5) [2024-07-31T19:52:13.863Z] #59 17.96 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:13.863Z] #59 18.15 OK: 18 MiB in 19 packages [2024-07-31T19:52:13.863Z] #59 DONE 19.3s [2024-07-31T19:52:13.863Z] [2024-07-31T19:52:13.863Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:13.863Z] #55 ... [2024-07-31T19:52:13.863Z] [2024-07-31T19:52:13.863Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:14.180Z] #56 ... [2024-07-31T19:52:14.180Z] [2024-07-31T19:52:14.180Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:14.180Z] #49 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 18.0s done [2024-07-31T19:52:14.180Z] #49 ... [2024-07-31T19:52:14.180Z] [2024-07-31T19:52:14.180Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:14.473Z] #42 ... [2024-07-31T19:52:14.473Z] [2024-07-31T19:52:14.473Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T19:52:14.473Z] #66 18.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:15.069Z] #66 ... [2024-07-31T19:52:15.069Z] [2024-07-31T19:52:15.069Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T19:52:15.069Z] #57 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:15.069Z] #57 11.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:15.069Z] #57 15.19 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:52:15.069Z] #57 15.19 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:52:15.069Z] #57 15.19 OK: 19946 distinct packages available [2024-07-31T19:52:15.069Z] #57 16.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:15.069Z] #57 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:15.069Z] #57 19.41 (1/5) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:15.069Z] #57 19.41 (2/5) Installing musl-obstack (1.2.3-r2) [2024-07-31T19:52:15.069Z] #57 19.41 (3/5) Installing libucontext (1.2-r2) [2024-07-31T19:52:15.069Z] #57 19.43 (4/5) Installing gcompat (1.1.0-r1) [2024-07-31T19:52:15.069Z] #57 19.43 (5/5) Installing openssl (3.1.6-r0) [2024-07-31T19:52:15.069Z] #57 19.52 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:15.069Z] #57 19.52 OK: 9 MiB in 20 packages [2024-07-31T19:52:15.069Z] #57 ... [2024-07-31T19:52:15.069Z] [2024-07-31T19:52:15.069Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:15.069Z] #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd [2024-07-31T19:52:15.342Z] #49 ... [2024-07-31T19:52:15.342Z] [2024-07-31T19:52:15.342Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-31T19:52:15.342Z] #57 DONE 21.2s [2024-07-31T19:52:15.342Z] [2024-07-31T19:52:15.342Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:52:15.342Z] #65 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.2s done [2024-07-31T19:52:15.342Z] #65 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-07-31T19:52:15.342Z] #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 4.4s [2024-07-31T19:52:15.342Z] #65 ... [2024-07-31T19:52:15.342Z] [2024-07-31T19:52:15.342Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T19:52:15.619Z] #74 ... [2024-07-31T19:52:15.619Z] [2024-07-31T19:52:15.619Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:16.234Z] #42 ... [2024-07-31T19:52:16.234Z] [2024-07-31T19:52:16.234Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:16.234Z] #58 ... [2024-07-31T19:52:16.234Z] [2024-07-31T19:52:16.234Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:16.234Z] #44 ... [2024-07-31T19:52:16.234Z] [2024-07-31T19:52:16.234Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:16.503Z] #58 ... [2024-07-31T19:52:16.503Z] [2024-07-31T19:52:16.503Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:16.784Z] #67 ... [2024-07-31T19:52:16.784Z] [2024-07-31T19:52:16.784Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:52:16.784Z] #68 ... [2024-07-31T19:52:16.784Z] [2024-07-31T19:52:16.784Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:16.784Z] #39 ... [2024-07-31T19:52:16.784Z] [2024-07-31T19:52:16.784Z] #69 [core-command internal] load build context [2024-07-31T19:52:17.055Z] #69 ... [2024-07-31T19:52:17.055Z] [2024-07-31T19:52:17.055Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:18.482Z] #39 transferring context: 59.42MB 25.2s [2024-07-31T19:52:18.482Z] #39 ... [2024-07-31T19:52:18.482Z] [2024-07-31T19:52:18.482Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:18.756Z] #75 ... [2024-07-31T19:52:18.756Z] [2024-07-31T19:52:18.756Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:19.360Z] #39 ... [2024-07-31T19:52:19.360Z] [2024-07-31T19:52:19.360Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:52:19.638Z] #46 ... [2024-07-31T19:52:19.638Z] [2024-07-31T19:52:19.638Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:20.657Z] #39 ... [2024-07-31T19:52:20.657Z] [2024-07-31T19:52:20.657Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T19:52:20.959Z] #76 ... [2024-07-31T19:52:20.959Z] [2024-07-31T19:52:20.959Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T19:52:20.959Z] #77 ... [2024-07-31T19:52:20.959Z] [2024-07-31T19:52:20.959Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:21.230Z] #56 ... [2024-07-31T19:52:21.230Z] [2024-07-31T19:52:21.230Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:21.500Z] #39 ... [2024-07-31T19:52:21.500Z] [2024-07-31T19:52:21.500Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-31T19:52:21.500Z] #66 19.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:21.500Z] #66 20.52 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:52:21.500Z] #66 20.52 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:52:21.500Z] #66 20.52 OK: 19953 distinct packages available [2024-07-31T19:52:21.500Z] #66 20.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:21.500Z] #66 21.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:21.500Z] #66 24.23 OK: 266 MiB in 52 packages [2024-07-31T19:52:21.500Z] #66 DONE 25.5s [2024-07-31T19:52:21.500Z] [2024-07-31T19:52:21.500Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:22.098Z] #39 ... [2024-07-31T19:52:22.098Z] [2024-07-31T19:52:22.098Z] #70 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-31T19:52:22.098Z] #70 17.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:22.098Z] #70 18.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:22.098Z] #70 20.16 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:52:22.098Z] #70 20.16 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:52:22.098Z] #70 20.16 OK: 19946 distinct packages available [2024-07-31T19:52:22.098Z] #70 20.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:22.098Z] #70 21.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:22.098Z] #70 24.40 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:22.098Z] #70 24.40 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-31T19:52:22.098Z] #70 24.40 (3/4) Installing libucontext (1.2-r2) [2024-07-31T19:52:22.098Z] #70 24.40 (4/4) Installing gcompat (1.1.0-r1) [2024-07-31T19:52:22.098Z] #70 24.40 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:22.098Z] #70 24.40 OK: 8 MiB in 19 packages [2024-07-31T19:52:22.098Z] #70 DONE 25.6s [2024-07-31T19:52:22.098Z] [2024-07-31T19:52:22.098Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:23.598Z] #39 transferring context: 67.26MB 30.2s [2024-07-31T19:52:23.598Z] #39 ... [2024-07-31T19:52:23.598Z] [2024-07-31T19:52:23.598Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:23.598Z] #51 ... [2024-07-31T19:52:23.598Z] [2024-07-31T19:52:23.598Z] #78 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:23.880Z] #78 ... [2024-07-31T19:52:23.880Z] [2024-07-31T19:52:23.880Z] #37 [core-data internal] load build context [2024-07-31T19:52:23.880Z] #37 ... [2024-07-31T19:52:23.880Z] [2024-07-31T19:52:23.880Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:24.153Z] #48 ... [2024-07-31T19:52:24.153Z] [2024-07-31T19:52:24.153Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-31T19:52:24.153Z] #79 ... [2024-07-31T19:52:24.153Z] [2024-07-31T19:52:24.153Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:24.441Z] #55 ... [2024-07-31T19:52:24.441Z] [2024-07-31T19:52:24.441Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:25.431Z] #48 ... [2024-07-31T19:52:25.431Z] [2024-07-31T19:52:25.431Z] #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-31T19:52:25.431Z] #80 ... [2024-07-31T19:52:25.431Z] [2024-07-31T19:52:25.431Z] #72 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-31T19:52:25.431Z] #72 20.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:25.431Z] #72 21.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:25.431Z] #72 24.13 (1/4) Installing ca-certificates (20240226-r0) [2024-07-31T19:52:25.431Z] #72 24.30 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:25.431Z] #72 24.30 (3/4) Installing su-exec (0.2-r3) [2024-07-31T19:52:25.431Z] #72 24.40 (4/4) Installing yq (4.33.3-r5) [2024-07-31T19:52:25.431Z] #72 24.89 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:25.431Z] #72 24.89 Executing ca-certificates-20240226-r0.trigger [2024-07-31T19:52:25.431Z] #72 25.54 OK: 18 MiB in 19 packages [2024-07-31T19:52:25.431Z] #72 DONE 27.0s [2024-07-31T19:52:25.431Z] [2024-07-31T19:52:25.431Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-31T19:52:25.711Z] #81 ... [2024-07-31T19:52:25.711Z] [2024-07-31T19:52:25.711Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:25.711Z] #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.2s [2024-07-31T19:52:25.983Z] #49 ... [2024-07-31T19:52:25.983Z] [2024-07-31T19:52:25.983Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:52:25.983Z] #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 15.2s [2024-07-31T19:52:25.983Z] #65 ... [2024-07-31T19:52:25.983Z] [2024-07-31T19:52:25.983Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:26.280Z] #48 ... [2024-07-31T19:52:26.280Z] [2024-07-31T19:52:26.280Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:26.280Z] #42 ... [2024-07-31T19:52:26.280Z] [2024-07-31T19:52:26.280Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:26.280Z] #48 ... [2024-07-31T19:52:26.280Z] [2024-07-31T19:52:26.280Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:26.551Z] #44 ... [2024-07-31T19:52:26.551Z] [2024-07-31T19:52:26.551Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:26.821Z] #49 ... [2024-07-31T19:52:26.821Z] [2024-07-31T19:52:26.821Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:26.821Z] #58 ... [2024-07-31T19:52:26.821Z] [2024-07-31T19:52:26.821Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:26.821Z] #67 ... [2024-07-31T19:52:26.821Z] [2024-07-31T19:52:26.821Z] #74 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-31T19:52:26.821Z] #74 17.20 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:26.821Z] #74 18.18 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:26.821Z] #74 20.05 OK: 266 MiB in 52 packages [2024-07-31T19:52:26.821Z] #74 DONE 21.8s [2024-07-31T19:52:26.821Z] [2024-07-31T19:52:26.821Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:26.821Z] #67 ... [2024-07-31T19:52:26.821Z] [2024-07-31T19:52:26.821Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:52:27.090Z] #68 ... [2024-07-31T19:52:27.090Z] [2024-07-31T19:52:27.090Z] #69 [core-command internal] load build context [2024-07-31T19:52:27.090Z] #69 ... [2024-07-31T19:52:27.090Z] [2024-07-31T19:52:27.090Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:28.515Z] #67 transferring context: 10.21MB 29.9s [2024-07-31T19:52:29.126Z] #67 ... [2024-07-31T19:52:29.126Z] [2024-07-31T19:52:29.126Z] #71 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-31T19:52:29.126Z] #71 21.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:29.126Z] #71 22.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:29.126Z] #71 25.10 v3.18.8-26-ge1b7447db54 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-31T19:52:29.126Z] #71 25.10 v3.18.8-24-g39a9b27d196 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-31T19:52:29.126Z] #71 25.10 OK: 19946 distinct packages available [2024-07-31T19:52:29.126Z] #71 25.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:29.126Z] #71 26.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:29.126Z] #71 28.49 (1/11) Installing ca-certificates (20240226-r0) [2024-07-31T19:52:29.126Z] #71 28.49 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-31T19:52:29.126Z] #71 28.49 (3/11) Installing libunistring (1.1-r1) [2024-07-31T19:52:29.126Z] #71 28.73 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-31T19:52:29.126Z] #71 28.73 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-31T19:52:29.126Z] #71 28.73 (6/11) Installing libcurl (8.9.0-r0) [2024-07-31T19:52:29.126Z] #71 28.73 (7/11) Installing curl (8.9.0-r0) [2024-07-31T19:52:29.126Z] #71 28.73 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:29.126Z] #71 28.73 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-31T19:52:29.126Z] #71 28.73 (10/11) Installing libucontext (1.2-r2) [2024-07-31T19:52:29.126Z] #71 28.73 (11/11) Installing gcompat (1.1.0-r1) [2024-07-31T19:52:29.126Z] #71 28.73 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:29.126Z] #71 28.83 Executing ca-certificates-20240226-r0.trigger [2024-07-31T19:52:29.126Z] #71 29.35 OK: 13 MiB in 26 packages [2024-07-31T19:52:29.126Z] #71 DONE 31.0s [2024-07-31T19:52:29.126Z] [2024-07-31T19:52:29.126Z] #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-31T19:52:29.126Z] #80 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:29.738Z] #80 ... [2024-07-31T19:52:29.738Z] [2024-07-31T19:52:29.738Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:52:29.738Z] #46 ... [2024-07-31T19:52:29.738Z] [2024-07-31T19:52:29.738Z] #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-31T19:52:29.738Z] #80 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:31.701Z] #80 ... [2024-07-31T19:52:31.701Z] [2024-07-31T19:52:31.701Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:31.701Z] #56 ... [2024-07-31T19:52:31.701Z] [2024-07-31T19:52:31.701Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:31.701Z] #48 ... [2024-07-31T19:52:31.701Z] [2024-07-31T19:52:31.701Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:31.976Z] #56 ... [2024-07-31T19:52:31.976Z] [2024-07-31T19:52:31.976Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T19:52:31.976Z] #0 9.124 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:32.249Z] #82 ... [2024-07-31T19:52:32.249Z] [2024-07-31T19:52:32.249Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:33.690Z] #56 transferring context: 72.45MB 39.6s [2024-07-31T19:52:33.961Z] #56 ... [2024-07-31T19:52:33.961Z] [2024-07-31T19:52:33.961Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:33.961Z] #39 ... [2024-07-31T19:52:33.961Z] [2024-07-31T19:52:33.961Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:33.961Z] #51 ... [2024-07-31T19:52:33.961Z] [2024-07-31T19:52:33.961Z] #37 [core-data internal] load build context [2024-07-31T19:52:34.248Z] #37 ... [2024-07-31T19:52:34.248Z] [2024-07-31T19:52:34.248Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:34.539Z] #51 ... [2024-07-31T19:52:34.539Z] [2024-07-31T19:52:34.539Z] #75 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:34.539Z] #75 18.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:34.539Z] #75 19.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:34.539Z] #75 24.67 OK: 8 MiB in 16 packages [2024-07-31T19:52:34.539Z] #75 DONE 26.0s [2024-07-31T19:52:34.539Z] [2024-07-31T19:52:34.539Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:34.539Z] #51 ... [2024-07-31T19:52:34.539Z] [2024-07-31T19:52:34.539Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:34.539Z] #55 ... [2024-07-31T19:52:34.539Z] [2024-07-31T19:52:34.539Z] #37 [core-data internal] load build context [2024-07-31T19:52:34.826Z] #37 ... [2024-07-31T19:52:34.826Z] [2024-07-31T19:52:34.826Z] #76 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-31T19:52:34.826Z] #76 14.96 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:34.826Z] #76 16.00 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:34.826Z] #76 20.59 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-31T19:52:34.826Z] #76 21.43 Executing busybox-1.36.1-r7.trigger [2024-07-31T19:52:34.826Z] #76 21.63 OK: 8 MiB in 16 packages [2024-07-31T19:52:34.826Z] #76 DONE 23.9s [2024-07-31T19:52:34.826Z] [2024-07-31T19:52:34.826Z] #37 [core-data internal] load build context [2024-07-31T19:52:36.276Z] #37 ... [2024-07-31T19:52:36.276Z] [2024-07-31T19:52:36.276Z] #73 [support-cron-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:36.276Z] #73 14.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:36.276Z] #73 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:36.276Z] #73 21.39 OK: 9 MiB in 17 packages [2024-07-31T19:52:36.276Z] #73 DONE 22.4s [2024-07-31T19:52:36.276Z] [2024-07-31T19:52:36.276Z] #37 [core-data internal] load build context [2024-07-31T19:52:36.276Z] #37 ... [2024-07-31T19:52:36.276Z] [2024-07-31T19:52:36.276Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:52:36.276Z] #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 25.3s [2024-07-31T19:52:36.276Z] #65 ... [2024-07-31T19:52:36.276Z] [2024-07-31T19:52:36.276Z] #37 [core-data internal] load build context [2024-07-31T19:52:36.276Z] #37 ... [2024-07-31T19:52:36.276Z] [2024-07-31T19:52:36.276Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:36.549Z] #42 ... [2024-07-31T19:52:36.549Z] [2024-07-31T19:52:36.549Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:52:36.830Z] #65 ... [2024-07-31T19:52:36.830Z] [2024-07-31T19:52:36.830Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:36.830Z] #44 ... [2024-07-31T19:52:36.830Z] [2024-07-31T19:52:36.830Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:37.127Z] #58 ... [2024-07-31T19:52:37.127Z] [2024-07-31T19:52:37.127Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:37.413Z] #44 ... [2024-07-31T19:52:37.413Z] [2024-07-31T19:52:37.413Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:52:37.413Z] #68 ... [2024-07-31T19:52:37.413Z] [2024-07-31T19:52:37.413Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:37.681Z] #44 ... [2024-07-31T19:52:37.681Z] [2024-07-31T19:52:37.681Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:37.681Z] #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.1s [2024-07-31T19:52:37.681Z] #49 ... [2024-07-31T19:52:37.681Z] [2024-07-31T19:52:37.681Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T19:52:37.681Z] #77 16.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:37.681Z] #77 18.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:37.681Z] #77 24.54 OK: 8 MiB in 17 packages [2024-07-31T19:52:37.681Z] #77 ... [2024-07-31T19:52:37.681Z] [2024-07-31T19:52:37.681Z] #69 [core-command internal] load build context [2024-07-31T19:52:37.970Z] #69 ... [2024-07-31T19:52:37.970Z] [2024-07-31T19:52:37.970Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:37.970Z] #49 ... [2024-07-31T19:52:37.970Z] [2024-07-31T19:52:37.970Z] #78 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:37.970Z] #78 15.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:37.970Z] #78 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:37.970Z] #78 22.55 OK: 8 MiB in 16 packages [2024-07-31T19:52:37.970Z] #78 DONE 24.6s [2024-07-31T19:52:38.248Z] [2024-07-31T19:52:38.248Z] #69 [core-command internal] load build context [2024-07-31T19:52:38.248Z] #69 ... [2024-07-31T19:52:38.248Z] [2024-07-31T19:52:38.248Z] #80 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-31T19:52:38.248Z] #80 20.59 OK: 9 MiB in 20 packages [2024-07-31T19:52:38.248Z] #80 DONE 23.1s [2024-07-31T19:52:38.248Z] [2024-07-31T19:52:38.248Z] #69 [core-command internal] load build context [2024-07-31T19:52:38.531Z] #69 transferring context: 64.58MB 39.3s [2024-07-31T19:52:38.811Z] #69 ... [2024-07-31T19:52:38.811Z] [2024-07-31T19:52:38.811Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-31T19:52:38.811Z] #77 DONE 27.8s [2024-07-31T19:52:38.811Z] [2024-07-31T19:52:38.811Z] #69 [core-command internal] load build context [2024-07-31T19:52:39.088Z] #69 ... [2024-07-31T19:52:39.088Z] [2024-07-31T19:52:39.088Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-31T19:52:39.088Z] #79 16.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:39.088Z] #79 18.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:39.088Z] #79 23.25 OK: 18 MiB in 19 packages [2024-07-31T19:52:39.088Z] #79 DONE 25.1s [2024-07-31T19:52:39.088Z] [2024-07-31T19:52:39.088Z] #69 [core-command internal] load build context [2024-07-31T19:52:39.088Z] #69 ... [2024-07-31T19:52:39.088Z] [2024-07-31T19:52:39.088Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:39.088Z] #67 ... [2024-07-31T19:52:39.088Z] [2024-07-31T19:52:39.088Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:39.357Z] #49 ... [2024-07-31T19:52:39.357Z] [2024-07-31T19:52:39.357Z] #82 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-31T19:52:39.357Z] #82 10.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:39.357Z] #82 15.68 OK: 8 MiB in 19 packages [2024-07-31T19:52:39.357Z] #82 DONE 17.4s [2024-07-31T19:52:39.357Z] [2024-07-31T19:52:39.357Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:39.357Z] #0 5.606 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:39.357Z] #0 7.395 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:39.357Z] #0 9.600 OK: 13 MiB in 26 packages [2024-07-31T19:52:39.357Z] #83 ... [2024-07-31T19:52:39.357Z] [2024-07-31T19:52:39.357Z] #69 [core-command internal] load build context [2024-07-31T19:52:39.961Z] #69 ... [2024-07-31T19:52:39.962Z] [2024-07-31T19:52:39.962Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:52:39.962Z] #46 ... [2024-07-31T19:52:39.962Z] [2024-07-31T19:52:39.962Z] #83 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-31T19:52:39.962Z] #83 DONE 10.8s [2024-07-31T19:52:39.962Z] [2024-07-31T19:52:39.962Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:40.259Z] #49 ... [2024-07-31T19:52:40.259Z] [2024-07-31T19:52:40.259Z] #81 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-31T19:52:40.259Z] #81 8.019 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:40.259Z] #81 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-31T19:52:40.259Z] #81 13.54 OK: 18 MiB in 19 packages [2024-07-31T19:52:40.259Z] #81 DONE 15.0s [2024-07-31T19:52:40.259Z] [2024-07-31T19:52:40.259Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:40.868Z] #49 ... [2024-07-31T19:52:40.868Z] [2024-07-31T19:52:40.868Z] #84 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-31T19:52:40.868Z] #84 DONE 1.7s [2024-07-31T19:52:40.868Z] [2024-07-31T19:52:40.868Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:41.860Z] #49 ... [2024-07-31T19:52:41.861Z] [2024-07-31T19:52:41.861Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:41.861Z] #48 ... [2024-07-31T19:52:41.861Z] [2024-07-31T19:52:41.861Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:42.470Z] #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.3s [2024-07-31T19:52:44.468Z] #49 ... [2024-07-31T19:52:44.468Z] [2024-07-31T19:52:44.468Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:44.468Z] #39 transferring context: 122.97MB 50.9s [2024-07-31T19:52:44.468Z] #39 ... [2024-07-31T19:52:44.468Z] [2024-07-31T19:52:44.468Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:44.468Z] #56 ... [2024-07-31T19:52:44.468Z] [2024-07-31T19:52:44.468Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:44.468Z] #39 ... [2024-07-31T19:52:44.468Z] [2024-07-31T19:52:44.468Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:44.754Z] #51 ... [2024-07-31T19:52:44.754Z] [2024-07-31T19:52:44.754Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:44.754Z] #55 ... [2024-07-31T19:52:44.754Z] [2024-07-31T19:52:44.754Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:45.039Z] #51 ... [2024-07-31T19:52:45.039Z] [2024-07-31T19:52:45.039Z] #85 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-31T19:52:45.039Z] #85 DONE 6.3s [2024-07-31T19:52:45.039Z] [2024-07-31T19:52:45.039Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:45.641Z] #51 ... [2024-07-31T19:52:45.641Z] [2024-07-31T19:52:45.641Z] #86 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-31T19:52:45.641Z] #86 DONE 0.4s [2024-07-31T19:52:45.641Z] [2024-07-31T19:52:45.641Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:46.665Z] #51 ... [2024-07-31T19:52:46.665Z] [2024-07-31T19:52:46.665Z] #37 [core-data internal] load build context [2024-07-31T19:52:46.665Z] #37 ... [2024-07-31T19:52:46.665Z] [2024-07-31T19:52:46.665Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:46.939Z] #42 ... [2024-07-31T19:52:46.939Z] [2024-07-31T19:52:46.939Z] #65 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-31T19:52:46.939Z] #65 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 31.4s done [2024-07-31T19:52:46.939Z] #65 ... [2024-07-31T19:52:46.939Z] [2024-07-31T19:52:46.939Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:46.939Z] #42 ... [2024-07-31T19:52:46.939Z] [2024-07-31T19:52:46.939Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:47.223Z] #58 ... [2024-07-31T19:52:47.223Z] [2024-07-31T19:52:47.223Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:47.508Z] #42 ... [2024-07-31T19:52:47.508Z] [2024-07-31T19:52:47.508Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:52:47.795Z] #68 ... [2024-07-31T19:52:47.795Z] [2024-07-31T19:52:47.795Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:47.795Z] #42 ... [2024-07-31T19:52:47.795Z] [2024-07-31T19:52:47.795Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:47.795Z] #44 ... [2024-07-31T19:52:47.795Z] [2024-07-31T19:52:47.795Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:48.065Z] #42 ... [2024-07-31T19:52:48.065Z] [2024-07-31T19:52:48.065Z] #87 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-31T19:52:48.065Z] #87 DONE 1.7s [2024-07-31T19:52:48.065Z] [2024-07-31T19:52:48.065Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:49.518Z] #42 transferring context: 119.12MB 54.6s [2024-07-31T19:52:49.518Z] #42 ... [2024-07-31T19:52:49.518Z] [2024-07-31T19:52:49.518Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:49.518Z] #67 ... [2024-07-31T19:52:49.518Z] [2024-07-31T19:52:49.518Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:52:50.116Z] #42 ... [2024-07-31T19:52:50.116Z] [2024-07-31T19:52:50.116Z] #69 [core-command internal] load build context [2024-07-31T19:52:50.116Z] #69 ... [2024-07-31T19:52:50.116Z] [2024-07-31T19:52:50.116Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:52:50.397Z] #46 ... [2024-07-31T19:52:50.397Z] [2024-07-31T19:52:50.397Z] #69 [core-command internal] load build context [2024-07-31T19:52:51.865Z] #69 ... [2024-07-31T19:52:51.865Z] [2024-07-31T19:52:51.865Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:52.161Z] #48 ... [2024-07-31T19:52:52.161Z] [2024-07-31T19:52:52.161Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:52.161Z] #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 36.8s [2024-07-31T19:52:52.161Z] #49 ... [2024-07-31T19:52:52.161Z] [2024-07-31T19:52:52.161Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:54.184Z] #48 transferring context: 127.75MB 61.5s [2024-07-31T19:52:54.464Z] #48 ... [2024-07-31T19:52:54.464Z] [2024-07-31T19:52:54.464Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:52:54.464Z] #56 ... [2024-07-31T19:52:54.464Z] [2024-07-31T19:52:54.464Z] #48 [support-scheduler internal] load build context [2024-07-31T19:52:54.760Z] #48 ... [2024-07-31T19:52:54.760Z] [2024-07-31T19:52:54.760Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:54.760Z] #39 ... [2024-07-31T19:52:54.760Z] [2024-07-31T19:52:54.760Z] #49 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:52:54.760Z] #49 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 39.7s done [2024-07-31T19:52:55.039Z] #49 ... [2024-07-31T19:52:55.039Z] [2024-07-31T19:52:55.039Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:55.039Z] #55 ... [2024-07-31T19:52:55.039Z] [2024-07-31T19:52:55.039Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:56.546Z] #39 ... [2024-07-31T19:52:56.546Z] [2024-07-31T19:52:56.546Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:52:56.839Z] #51 ... [2024-07-31T19:52:56.839Z] [2024-07-31T19:52:56.839Z] #37 [core-data internal] load build context [2024-07-31T19:52:56.839Z] #37 ... [2024-07-31T19:52:56.839Z] [2024-07-31T19:52:56.839Z] #39 [core-keeper internal] load build context [2024-07-31T19:52:57.449Z] #39 ... [2024-07-31T19:52:57.449Z] [2024-07-31T19:52:57.449Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:57.449Z] #58 ... [2024-07-31T19:52:57.449Z] [2024-07-31T19:52:57.449Z] #55 [support-notifications internal] load build context [2024-07-31T19:52:57.722Z] #55 ... [2024-07-31T19:52:57.722Z] [2024-07-31T19:52:57.722Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:52:57.998Z] #68 ... [2024-07-31T19:52:57.998Z] [2024-07-31T19:52:57.998Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:57.998Z] #58 ... [2024-07-31T19:52:57.998Z] [2024-07-31T19:52:57.998Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:52:57.998Z] #44 ... [2024-07-31T19:52:57.998Z] [2024-07-31T19:52:57.998Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:52:59.498Z] #58 transferring context: 98.24MB 64.7s [2024-07-31T19:52:59.498Z] #58 ... [2024-07-31T19:52:59.498Z] [2024-07-31T19:52:59.498Z] #67 [core-metadata internal] load build context [2024-07-31T19:52:59.795Z] #67 ... [2024-07-31T19:52:59.795Z] [2024-07-31T19:52:59.795Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:00.063Z] #58 ... [2024-07-31T19:53:00.063Z] [2024-07-31T19:53:00.063Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:53:00.332Z] #42 ... [2024-07-31T19:53:00.332Z] [2024-07-31T19:53:00.332Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:00.332Z] #58 ... [2024-07-31T19:53:00.332Z] [2024-07-31T19:53:00.332Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:53:00.332Z] #46 ... [2024-07-31T19:53:00.332Z] [2024-07-31T19:53:00.332Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:01.327Z] #67 ... [2024-07-31T19:53:01.327Z] [2024-07-31T19:53:01.327Z] #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T19:53:01.327Z] #88 DONE 3.0s [2024-07-31T19:53:01.327Z] [2024-07-31T19:53:01.327Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:02.347Z] #67 ... [2024-07-31T19:53:02.347Z] [2024-07-31T19:53:02.347Z] #69 [core-command internal] load build context [2024-07-31T19:53:02.347Z] #69 ... [2024-07-31T19:53:02.347Z] [2024-07-31T19:53:02.347Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:02.625Z] #67 ... [2024-07-31T19:53:02.625Z] [2024-07-31T19:53:02.625Z] #89 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-31T19:53:02.625Z] #89 DONE 1.0s [2024-07-31T19:53:02.625Z] [2024-07-31T19:53:02.625Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:02.625Z] #67 ... [2024-07-31T19:53:02.625Z] [2024-07-31T19:53:02.625Z] #90 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T19:53:02.625Z] #90 DONE 2.9s [2024-07-31T19:53:02.625Z] [2024-07-31T19:53:02.625Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:02.903Z] #67 ... [2024-07-31T19:53:02.903Z] [2024-07-31T19:53:02.903Z] #91 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-31T19:53:02.903Z] #91 DONE 4.4s [2024-07-31T19:53:02.903Z] [2024-07-31T19:53:02.903Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:04.350Z] #67 ... [2024-07-31T19:53:04.350Z] [2024-07-31T19:53:04.350Z] #92 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-31T19:53:04.350Z] #92 DONE 1.4s [2024-07-31T19:53:04.350Z] [2024-07-31T19:53:04.350Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:04.350Z] #67 ... [2024-07-31T19:53:04.350Z] [2024-07-31T19:53:04.350Z] #93 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-31T19:53:04.350Z] #93 DONE 1.2s [2024-07-31T19:53:04.350Z] [2024-07-31T19:53:04.350Z] #94 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-31T19:53:04.350Z] #94 DONE 1.5s [2024-07-31T19:53:04.350Z] [2024-07-31T19:53:04.350Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:04.644Z] #67 transferring context: 117.82MB 65.7s [2024-07-31T19:53:04.644Z] #67 ... [2024-07-31T19:53:04.644Z] [2024-07-31T19:53:04.644Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:04.941Z] #56 ... [2024-07-31T19:53:04.941Z] [2024-07-31T19:53:04.941Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:04.941Z] #48 ... [2024-07-31T19:53:04.941Z] [2024-07-31T19:53:04.941Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:05.235Z] #56 ... [2024-07-31T19:53:05.235Z] [2024-07-31T19:53:05.235Z] #95 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-31T19:53:05.235Z] #95 DONE 1.2s [2024-07-31T19:53:05.235Z] [2024-07-31T19:53:05.235Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:05.505Z] #56 ... [2024-07-31T19:53:05.505Z] [2024-07-31T19:53:05.505Z] #96 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T19:53:05.505Z] #96 DONE 1.4s [2024-07-31T19:53:05.505Z] [2024-07-31T19:53:05.505Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:05.778Z] #56 ... [2024-07-31T19:53:05.778Z] [2024-07-31T19:53:05.778Z] #97 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-31T19:53:05.778Z] #97 DONE 1.5s [2024-07-31T19:53:05.778Z] [2024-07-31T19:53:05.778Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:06.065Z] #56 ... [2024-07-31T19:53:06.065Z] [2024-07-31T19:53:06.065Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T19:53:06.355Z] #49 ... [2024-07-31T19:53:06.355Z] [2024-07-31T19:53:06.355Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:06.962Z] #67 ... [2024-07-31T19:53:06.962Z] [2024-07-31T19:53:06.962Z] #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-31T19:53:06.962Z] #98 DONE 1.1s [2024-07-31T19:53:06.962Z] [2024-07-31T19:53:06.962Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:06.962Z] #67 ... [2024-07-31T19:53:06.962Z] [2024-07-31T19:53:06.962Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:06.962Z] #51 ... [2024-07-31T19:53:06.962Z] [2024-07-31T19:53:06.962Z] #99 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T19:53:06.962Z] #99 DONE 1.6s [2024-07-31T19:53:06.962Z] [2024-07-31T19:53:06.962Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:06.962Z] #51 ... [2024-07-31T19:53:06.963Z] [2024-07-31T19:53:06.963Z] #37 [core-data internal] load build context [2024-07-31T19:53:06.963Z] #37 ... [2024-07-31T19:53:06.963Z] [2024-07-31T19:53:06.963Z] #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-31T19:53:07.432Z] #100 ... [2024-07-31T19:53:07.432Z] [2024-07-31T19:53:07.432Z] #101 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-31T19:53:07.432Z] #101 DONE 1.6s [2024-07-31T19:53:07.432Z] [2024-07-31T19:53:07.432Z] #39 [core-keeper internal] load build context [2024-07-31T19:53:07.714Z] #39 ... [2024-07-31T19:53:07.714Z] [2024-07-31T19:53:07.714Z] #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-31T19:53:07.998Z] #102 ... [2024-07-31T19:53:07.998Z] [2024-07-31T19:53:07.998Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:07.998Z] #55 ... [2024-07-31T19:53:07.998Z] [2024-07-31T19:53:07.998Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:53:08.275Z] #68 ... [2024-07-31T19:53:08.275Z] [2024-07-31T19:53:08.275Z] #100 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-31T19:53:08.275Z] #100 DONE 1.1s [2024-07-31T19:53:08.275Z] [2024-07-31T19:53:08.275Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:08.275Z] #55 ... [2024-07-31T19:53:08.275Z] [2024-07-31T19:53:08.275Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:08.570Z] #44 ... [2024-07-31T19:53:08.570Z] [2024-07-31T19:53:08.570Z] #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-31T19:53:08.570Z] #103 DONE 1.5s [2024-07-31T19:53:08.570Z] [2024-07-31T19:53:08.570Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:08.570Z] #44 ... [2024-07-31T19:53:08.570Z] [2024-07-31T19:53:08.570Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:08.844Z] #55 ... [2024-07-31T19:53:08.844Z] [2024-07-31T19:53:08.844Z] #102 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-31T19:53:08.844Z] #102 DONE 1.2s [2024-07-31T19:53:08.844Z] [2024-07-31T19:53:08.844Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:09.134Z] #55 transferring context: 244.36MB 75.6s [2024-07-31T19:53:09.751Z] #55 ... [2024-07-31T19:53:09.751Z] [2024-07-31T19:53:09.751Z] #104 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-31T19:53:09.751Z] #104 DONE 1.4s [2024-07-31T19:53:09.751Z] [2024-07-31T19:53:09.751Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:10.349Z] #55 ... [2024-07-31T19:53:10.349Z] [2024-07-31T19:53:10.349Z] #105 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-31T19:53:10.349Z] #105 DONE 1.4s [2024-07-31T19:53:10.349Z] [2024-07-31T19:53:10.349Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:10.349Z] #55 ... [2024-07-31T19:53:10.349Z] [2024-07-31T19:53:10.349Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:53:10.615Z] #42 ... [2024-07-31T19:53:10.615Z] [2024-07-31T19:53:10.615Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:10.615Z] #58 ... [2024-07-31T19:53:10.615Z] [2024-07-31T19:53:10.615Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:53:11.031Z] #46 ... [2024-07-31T19:53:11.031Z] [2024-07-31T19:53:11.031Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:12.524Z] #58 ... [2024-07-31T19:53:12.525Z] [2024-07-31T19:53:12.525Z] #69 [core-command internal] load build context [2024-07-31T19:53:12.525Z] #69 ... [2024-07-31T19:53:12.525Z] [2024-07-31T19:53:12.525Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:14.628Z] #58 transferring context: 138.30MB 79.7s [2024-07-31T19:53:15.306Z] #58 ... [2024-07-31T19:53:15.306Z] [2024-07-31T19:53:15.306Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:15.306Z] #48 ... [2024-07-31T19:53:15.306Z] [2024-07-31T19:53:15.306Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:16.294Z] #58 ... [2024-07-31T19:53:16.294Z] [2024-07-31T19:53:16.294Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:16.294Z] #56 ... [2024-07-31T19:53:16.294Z] [2024-07-31T19:53:16.294Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:16.892Z] #58 ... [2024-07-31T19:53:16.892Z] [2024-07-31T19:53:16.892Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:17.156Z] #67 ... [2024-07-31T19:53:17.156Z] [2024-07-31T19:53:17.156Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:17.156Z] #51 ... [2024-07-31T19:53:17.156Z] [2024-07-31T19:53:17.156Z] #37 [core-data internal] load build context [2024-07-31T19:53:17.428Z] #37 ... [2024-07-31T19:53:17.428Z] [2024-07-31T19:53:17.428Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:17.428Z] #51 ... [2024-07-31T19:53:17.428Z] [2024-07-31T19:53:17.428Z] #106 [security-spire-config] exporting to image [2024-07-31T19:53:17.428Z] #106 exporting layers 7.5s done [2024-07-31T19:53:17.428Z] #106 writing image sha256:9cee82732b4801e47b494a857228ae11976baea3d32ff6c630474a74a245c2fe 0.1s done [2024-07-31T19:53:17.428Z] #106 naming to docker.io/library/security-spire-agent-arm64 0.1s done [2024-07-31T19:53:17.428Z] #106 writing image sha256:4833692e1e51375cfba6c6f4982b77e943000a4f8080ded4be2661ad8fe659fc 0.0s done [2024-07-31T19:53:17.428Z] #106 writing image sha256:a0891fb60bcc6b9deeafae95615d91f6ad7086173925d91e348fa62dcdcecab9 0.1s done [2024-07-31T19:53:17.428Z] #106 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-31T19:53:17.428Z] #106 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-07-31T19:53:17.428Z] #106 DONE 8.9s [2024-07-31T19:53:17.428Z] [2024-07-31T19:53:17.428Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:17.703Z] #51 ... [2024-07-31T19:53:17.703Z] [2024-07-31T19:53:17.703Z] #39 [core-keeper internal] load build context [2024-07-31T19:53:17.980Z] #39 transferring context: 307.83MB 84.8s done [2024-07-31T19:53:17.980Z] #39 ... [2024-07-31T19:53:17.980Z] [2024-07-31T19:53:17.980Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:18.280Z] #51 ... [2024-07-31T19:53:18.280Z] [2024-07-31T19:53:18.280Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:53:18.280Z] #68 ... [2024-07-31T19:53:18.280Z] [2024-07-31T19:53:18.280Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:18.558Z] #51 ... [2024-07-31T19:53:18.558Z] [2024-07-31T19:53:18.558Z] #39 [core-keeper internal] load build context [2024-07-31T19:53:18.558Z] #39 DONE 85.4s [2024-07-31T19:53:18.558Z] [2024-07-31T19:53:18.558Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:18.852Z] #51 ... [2024-07-31T19:53:18.852Z] [2024-07-31T19:53:18.852Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:18.852Z] #44 ... [2024-07-31T19:53:18.852Z] [2024-07-31T19:53:18.852Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:20.867Z] #51 ... [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #107 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-31T19:53:20.867Z] #107 DONE 1.9s [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:20.867Z] #51 ... [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:20.867Z] #55 ... [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:53:20.867Z] #42 ... [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:20.867Z] #55 ... [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:53:20.867Z] #46 ... [2024-07-31T19:53:20.867Z] [2024-07-31T19:53:20.867Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:22.860Z] #55 ... [2024-07-31T19:53:22.860Z] [2024-07-31T19:53:22.860Z] #69 [core-command internal] load build context [2024-07-31T19:53:22.860Z] #69 ... [2024-07-31T19:53:22.860Z] [2024-07-31T19:53:22.860Z] #55 [support-notifications internal] load build context [2024-07-31T19:53:23.131Z] #55 transferring context: 303.01MB 89.3s [2024-07-31T19:53:24.561Z] #55 transferring context: 307.83MB 90.5s done [2024-07-31T19:53:24.561Z] #55 DONE 90.8s [2024-07-31T19:53:24.561Z] [2024-07-31T19:53:24.561Z] #69 [core-command internal] load build context [2024-07-31T19:53:24.561Z] #69 transferring context: 307.83MB 84.8s done [2024-07-31T19:53:24.561Z] #69 DONE 88.0s [2024-07-31T19:53:24.561Z] [2024-07-31T19:53:24.561Z] #108 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:53:25.207Z] #108 ... [2024-07-31T19:53:25.207Z] [2024-07-31T19:53:25.207Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:25.480Z] #48 ... [2024-07-31T19:53:25.481Z] [2024-07-31T19:53:25.481Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:53:26.072Z] #42 ... [2024-07-31T19:53:26.072Z] [2024-07-31T19:53:26.072Z] #109 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:53:26.072Z] #109 DONE 1.8s [2024-07-31T19:53:26.072Z] [2024-07-31T19:53:26.072Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:53:26.072Z] #42 ... [2024-07-31T19:53:26.072Z] [2024-07-31T19:53:26.072Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:26.072Z] #48 ... [2024-07-31T19:53:26.072Z] [2024-07-31T19:53:26.072Z] #108 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:53:26.072Z] #108 DONE 1.8s [2024-07-31T19:53:26.072Z] [2024-07-31T19:53:26.072Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:26.366Z] #48 ... [2024-07-31T19:53:26.366Z] [2024-07-31T19:53:26.366Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:26.684Z] #56 ... [2024-07-31T19:53:26.684Z] [2024-07-31T19:53:26.685Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:26.685Z] #48 ... [2024-07-31T19:53:26.685Z] [2024-07-31T19:53:26.685Z] #42 [security-proxy-setup internal] load build context [2024-07-31T19:53:26.685Z] #42 transferring context: 307.83MB 91.8s done [2024-07-31T19:53:26.685Z] #42 DONE 92.7s [2024-07-31T19:53:26.685Z] [2024-07-31T19:53:26.685Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:27.297Z] #48 ... [2024-07-31T19:53:27.297Z] [2024-07-31T19:53:27.297Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:27.297Z] #58 ... [2024-07-31T19:53:27.297Z] [2024-07-31T19:53:27.297Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:27.297Z] #67 ... [2024-07-31T19:53:27.297Z] [2024-07-31T19:53:27.297Z] #37 [core-data internal] load build context [2024-07-31T19:53:27.594Z] #37 ... [2024-07-31T19:53:27.594Z] [2024-07-31T19:53:27.594Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:28.583Z] #58 ... [2024-07-31T19:53:28.583Z] [2024-07-31T19:53:28.583Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:53:28.583Z] #68 ... [2024-07-31T19:53:28.583Z] [2024-07-31T19:53:28.583Z] #56 [support-cron-scheduler internal] load build context [2024-07-31T19:53:28.583Z] #56 transferring context: 307.83MB 94.5s done [2024-07-31T19:53:28.583Z] #56 DONE 95.1s [2024-07-31T19:53:28.583Z] [2024-07-31T19:53:28.583Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:53:28.583Z] #68 ... [2024-07-31T19:53:28.583Z] [2024-07-31T19:53:28.583Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:28.856Z] #58 ... [2024-07-31T19:53:28.856Z] [2024-07-31T19:53:28.856Z] #110 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:53:28.856Z] #110 DONE 1.7s [2024-07-31T19:53:28.856Z] [2024-07-31T19:53:28.856Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:29.138Z] #58 ... [2024-07-31T19:53:29.138Z] [2024-07-31T19:53:29.138Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:29.138Z] #44 ... [2024-07-31T19:53:29.138Z] [2024-07-31T19:53:29.138Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:29.138Z] #58 ... [2024-07-31T19:53:29.138Z] [2024-07-31T19:53:29.138Z] #51 [security-bootstrapper internal] load build context [2024-07-31T19:53:29.138Z] #51 transferring context: 307.83MB 96.1s done [2024-07-31T19:53:29.138Z] #51 DONE 96.3s [2024-07-31T19:53:29.138Z] [2024-07-31T19:53:29.138Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:30.619Z] #58 ... [2024-07-31T19:53:30.619Z] [2024-07-31T19:53:30.619Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:53:30.619Z] #111 ... [2024-07-31T19:53:30.619Z] [2024-07-31T19:53:30.619Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:31.239Z] #58 ... [2024-07-31T19:53:31.239Z] [2024-07-31T19:53:31.239Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:53:31.239Z] #46 ... [2024-07-31T19:53:31.239Z] [2024-07-31T19:53:31.239Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:34.607Z] #44 transferring context: 257.94MB 96.0s [2024-07-31T19:53:36.061Z] #44 ... [2024-07-31T19:53:36.061Z] [2024-07-31T19:53:36.061Z] #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:53:36.342Z] #112 ... [2024-07-31T19:53:36.342Z] [2024-07-31T19:53:36.342Z] #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:53:36.342Z] #113 ... [2024-07-31T19:53:36.342Z] [2024-07-31T19:53:36.342Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:37.330Z] #44 ... [2024-07-31T19:53:37.330Z] [2024-07-31T19:53:37.330Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:37.330Z] #48 ... [2024-07-31T19:53:37.330Z] [2024-07-31T19:53:37.330Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:37.598Z] #58 ... [2024-07-31T19:53:37.598Z] [2024-07-31T19:53:37.598Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:37.598Z] #67 ... [2024-07-31T19:53:37.598Z] [2024-07-31T19:53:37.598Z] #37 [core-data internal] load build context [2024-07-31T19:53:37.886Z] #37 ... [2024-07-31T19:53:37.886Z] [2024-07-31T19:53:37.886Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:38.858Z] #67 ... [2024-07-31T19:53:38.858Z] [2024-07-31T19:53:38.858Z] #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:53:38.858Z] #114 ... [2024-07-31T19:53:38.858Z] [2024-07-31T19:53:38.858Z] #37 [core-data internal] load build context [2024-07-31T19:53:38.858Z] #37 transferring context: 307.83MB 107.4s done [2024-07-31T19:53:38.858Z] #37 DONE 107.6s [2024-07-31T19:53:38.858Z] [2024-07-31T19:53:38.858Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:53:38.858Z] #68 ... [2024-07-31T19:53:38.858Z] [2024-07-31T19:53:38.858Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:41.478Z] #67 ... [2024-07-31T19:53:41.478Z] [2024-07-31T19:53:41.478Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:53:41.478Z] #46 ... [2024-07-31T19:53:41.478Z] [2024-07-31T19:53:41.478Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:42.454Z] #67 ... [2024-07-31T19:53:42.454Z] [2024-07-31T19:53:42.454Z] #44 [security-spiffe-token-provider internal] load build context [2024-07-31T19:53:42.454Z] #44 transferring context: 307.83MB 103.7s done [2024-07-31T19:53:42.454Z] #44 DONE 106.3s [2024-07-31T19:53:42.454Z] [2024-07-31T19:53:42.454Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:44.434Z] #67 ... [2024-07-31T19:53:44.434Z] [2024-07-31T19:53:44.434Z] #48 [support-scheduler internal] load build context [2024-07-31T19:53:44.434Z] #48 transferring context: 307.83MB 111.4s done [2024-07-31T19:53:44.434Z] #48 DONE 111.7s [2024-07-31T19:53:44.434Z] [2024-07-31T19:53:44.434Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:44.434Z] #67 ... [2024-07-31T19:53:44.434Z] [2024-07-31T19:53:44.434Z] #115 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:53:44.434Z] #115 DONE 1.9s [2024-07-31T19:53:44.434Z] [2024-07-31T19:53:44.434Z] #46 [security-proxy-auth internal] load build context [2024-07-31T19:53:44.434Z] #46 transferring context: 307.83MB 105.1s done [2024-07-31T19:53:44.434Z] #46 DONE 108.2s [2024-07-31T19:53:44.434Z] [2024-07-31T19:53:44.434Z] #67 [core-metadata internal] load build context [2024-07-31T19:53:45.428Z] #67 transferring context: 307.83MB 106.9s done [2024-07-31T19:53:45.693Z] #67 DONE 109.5s [2024-07-31T19:53:45.693Z] [2024-07-31T19:53:45.693Z] #58 [core-common-config-bootstrapper internal] load build context [2024-07-31T19:53:45.693Z] #58 transferring context: 307.83MB 111.1s done [2024-07-31T19:53:45.693Z] #58 DONE 111.8s [2024-07-31T19:53:45.694Z] [2024-07-31T19:53:45.694Z] #68 [security-secretstore-setup internal] load build context [2024-07-31T19:53:49.976Z] #68 transferring context: 307.83MB 111.4s done [2024-07-31T19:53:49.976Z] #68 DONE 113.7s [2024-07-31T19:53:49.976Z] [2024-07-31T19:53:49.976Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:46.346Z] #116 ... [2024-07-31T19:54:46.346Z] [2024-07-31T19:54:46.346Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:46.346Z] #111 DONE 83.4s [2024-07-31T19:54:46.346Z] [2024-07-31T19:54:46.346Z] #117 [core-keeper builder 7/8] COPY . . [2024-07-31T19:54:46.346Z] #117 ... [2024-07-31T19:54:46.346Z] [2024-07-31T19:54:46.346Z] #112 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:46.346Z] #112 DONE 79.1s [2024-07-31T19:54:46.346Z] [2024-07-31T19:54:46.346Z] #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:46.346Z] #113 DONE 79.0s [2024-07-31T19:54:46.346Z] [2024-07-31T19:54:46.346Z] #118 [support-notifications builder 6/7] COPY . . [2024-07-31T19:54:49.708Z] #118 DONE 3.8s [2024-07-31T19:54:49.708Z] [2024-07-31T19:54:49.708Z] #119 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.708Z] #119 CACHED [2024-07-31T19:54:49.708Z] [2024-07-31T19:54:49.708Z] #120 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:49.708Z] #120 CACHED [2024-07-31T19:54:49.708Z] [2024-07-31T19:54:49.708Z] #121 [core-metadata builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #121 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #122 [core-command builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #122 DONE 3.9s [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #123 [security-proxy-auth builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #123 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:49.709Z] #124 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.709Z] #125 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #126 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.709Z] #126 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #127 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #127 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:49.709Z] #128 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #114 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.709Z] #114 DONE 80.4s [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #129 [support-cron-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.709Z] #129 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #130 [support-cron-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:49.709Z] #130 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #131 [support-cron-scheduler builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #131 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #117 [core-keeper builder 7/8] COPY . . [2024-07-31T19:54:49.709Z] #117 DONE 5.2s [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #132 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.709Z] #132 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #133 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:49.709Z] #133 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #134 [support-scheduler builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #134 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #135 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:49.709Z] #135 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:49.709Z] #136 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #137 [core-data builder 6/7] COPY . . [2024-07-31T19:54:49.709Z] #137 CACHED [2024-07-31T19:54:49.709Z] [2024-07-31T19:54:49.709Z] #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T19:54:55.105Z] #138 5.074 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-31T19:54:55.105Z] #138 ... [2024-07-31T19:54:55.105Z] [2024-07-31T19:54:55.105Z] #116 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:55.105Z] #116 DONE 70.3s [2024-07-31T19:54:55.105Z] [2024-07-31T19:54:55.105Z] #139 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-31T19:54:59.389Z] #139 ... [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #140 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:59.389Z] #140 CACHED [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #141 [security-secretstore-setup builder 6/7] COPY . . [2024-07-31T19:54:59.389Z] #141 CACHED [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #142 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:59.389Z] #142 CACHED [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #143 [security-proxy-setup builder 6/7] COPY . . [2024-07-31T19:54:59.389Z] #143 DONE 9.4s [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #144 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-31T19:54:59.389Z] #144 CACHED [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #145 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-31T19:54:59.389Z] #145 CACHED [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #146 [security-bootstrapper builder 6/7] COPY . . [2024-07-31T19:54:59.389Z] #146 CACHED [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T19:54:59.389Z] #147 ... [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T19:54:59.389Z] #0 5.205 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-31T19:54:59.389Z] #148 ... [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T19:54:59.389Z] #0 5.546 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-31T19:54:59.389Z] #149 ... [2024-07-31T19:54:59.389Z] [2024-07-31T19:54:59.389Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T19:54:59.389Z] #0 4.414 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-31T19:54:59.676Z] #150 ... [2024-07-31T19:54:59.676Z] [2024-07-31T19:54:59.676Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T19:54:59.676Z] #0 4.689 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-31T19:54:59.676Z] #151 ... [2024-07-31T19:54:59.676Z] [2024-07-31T19:54:59.676Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T19:54:59.676Z] #0 6.015 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-31T19:54:59.961Z] #152 ... [2024-07-31T19:54:59.961Z] [2024-07-31T19:54:59.961Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T19:54:59.961Z] #0 5.886 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-cron-scheduler/support-cron-scheduler ./cmd/support-cron-scheduler [2024-07-31T19:55:00.232Z] #153 ... [2024-07-31T19:55:00.232Z] [2024-07-31T19:55:00.232Z] #139 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-31T19:55:00.232Z] #139 DONE 5.2s [2024-07-31T19:55:00.232Z] [2024-07-31T19:55:00.232Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T19:55:00.232Z] #0 4.820 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-31T19:55:00.232Z] #154 ... [2024-07-31T19:55:00.232Z] [2024-07-31T19:55:00.232Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T19:55:00.232Z] #0 5.236 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-31T19:55:00.517Z] #155 ... [2024-07-31T19:55:00.517Z] [2024-07-31T19:55:00.517Z] #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T19:55:03.132Z] #156 2.776 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-31T19:55:09.793Z] #156 ... [2024-07-31T19:55:09.793Z] [2024-07-31T19:55:09.793Z] #157 [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-31T19:55:09.793Z] #0 3.967 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-31T19:55:09.793Z] #157 ... [2024-07-31T19:55:09.793Z] [2024-07-31T19:55:09.793Z] #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T19:55:09.793Z] #0 3.955 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-31T19:55:12.384Z] #158 ... [2024-07-31T19:55:12.384Z] [2024-07-31T19:55:12.384Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T19:55:12.384Z] #147 3.824 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-31T20:14:35.372Z] #147 ... [2024-07-31T20:14:35.372Z] [2024-07-31T20:14:35.372Z] #157 [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-31T20:14:35.372Z] #157 1174.5 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-31T20:14:36.375Z] #157 ... [2024-07-31T20:14:36.375Z] [2024-07-31T20:14:36.375Z] #158 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-31T20:14:36.375Z] #158 DONE 1177.8s [2024-07-31T20:14:36.660Z] [2024-07-31T20:14:36.660Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:14:36.936Z] #153 ... [2024-07-31T20:14:36.936Z] [2024-07-31T20:14:36.936Z] #159 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:14:36.936Z] #159 DONE 0.1s [2024-07-31T20:14:36.936Z] [2024-07-31T20:14:36.936Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:14:37.205Z] #153 ... [2024-07-31T20:14:37.205Z] [2024-07-31T20:14:37.205Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:14:37.473Z] #160 DONE 0.2s [2024-07-31T20:14:37.473Z] [2024-07-31T20:14:37.473Z] #161 [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-31T20:14:37.792Z] #161 DONE 0.2s [2024-07-31T20:14:37.792Z] [2024-07-31T20:14:37.792Z] #162 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-31T20:14:37.792Z] #162 DONE 0.1s [2024-07-31T20:14:37.792Z] [2024-07-31T20:14:37.792Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-31T20:14:38.387Z] #163 DONE 0.5s [2024-07-31T20:14:38.387Z] [2024-07-31T20:14:38.387Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T20:14:38.387Z] #164 DONE 0.3s [2024-07-31T20:14:38.387Z] [2024-07-31T20:14:38.387Z] #165 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T20:14:40.991Z] #165 DONE 2.3s [2024-07-31T20:14:40.991Z] [2024-07-31T20:14:40.991Z] #106 [security-proxy-setup] exporting to image [2024-07-31T20:14:40.991Z] #106 exporting layers [2024-07-31T20:14:41.970Z] #106 ... [2024-07-31T20:14:41.970Z] [2024-07-31T20:14:41.970Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-31T20:14:41.970Z] #147 DONE 1183.3s [2024-07-31T20:14:41.970Z] [2024-07-31T20:14:41.970Z] #106 [security-proxy-setup] exporting to image [2024-07-31T20:14:41.970Z] #106 exporting layers 1.2s done [2024-07-31T20:14:41.970Z] #106 writing image sha256:afcba3bea4643cfd6030fc0b31e7ca9fe0d5f0c20a903ee8600315e6abaad717 0.1s done [2024-07-31T20:14:41.970Z] #106 naming to docker.io/library/security-proxy-setup-arm64 [2024-07-31T20:14:42.268Z] #106 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-07-31T20:14:42.268Z] #106 DONE 10.2s [2024-07-31T20:14:42.268Z] [2024-07-31T20:14:42.268Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:14:42.548Z] #153 ... [2024-07-31T20:14:42.548Z] [2024-07-31T20:14:42.548Z] #166 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-31T20:14:42.827Z] #166 DONE 0.2s [2024-07-31T20:14:42.827Z] [2024-07-31T20:14:42.827Z] #167 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-31T20:14:45.008Z] #167 DONE 2.3s [2024-07-31T20:14:45.008Z] [2024-07-31T20:14:45.008Z] #168 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:14:45.395Z] #168 DONE 0.3s [2024-07-31T20:14:45.395Z] [2024-07-31T20:14:45.395Z] #169 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:14:45.691Z] #169 DONE 0.2s [2024-07-31T20:14:45.691Z] [2024-07-31T20:14:45.691Z] #170 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-31T20:14:46.032Z] #170 DONE 0.4s [2024-07-31T20:14:46.032Z] [2024-07-31T20:14:46.032Z] #171 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-31T20:14:46.384Z] #171 DONE 0.2s [2024-07-31T20:14:46.384Z] [2024-07-31T20:14:46.384Z] #172 [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-31T20:14:46.384Z] #172 DONE 0.1s [2024-07-31T20:14:46.384Z] [2024-07-31T20:14:46.384Z] #173 [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-31T20:14:46.384Z] #173 DONE 0.1s [2024-07-31T20:14:46.384Z] [2024-07-31T20:14:46.384Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T20:14:46.717Z] #154 ... [2024-07-31T20:14:46.717Z] [2024-07-31T20:14:46.717Z] #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-31T20:14:46.717Z] #174 DONE 0.2s [2024-07-31T20:14:46.717Z] [2024-07-31T20:14:46.717Z] #175 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-31T20:14:47.066Z] #175 DONE 0.2s [2024-07-31T20:14:47.066Z] [2024-07-31T20:14:47.066Z] #176 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-31T20:14:49.902Z] #176 DONE 2.5s [2024-07-31T20:14:49.903Z] [2024-07-31T20:14:49.903Z] #106 [security-bootstrapper] exporting to image [2024-07-31T20:14:49.903Z] #106 exporting layers [2024-07-31T20:14:50.484Z] #106 exporting layers 1.0s done [2024-07-31T20:14:50.484Z] #106 writing image sha256:6511b566c5a5fea0609d9cf856923f111c199be96f88812b353ddec44b5b3ed8 done [2024-07-31T20:14:50.484Z] #106 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-31T20:14:50.484Z] #106 DONE 11.2s [2024-07-31T20:14:50.484Z] [2024-07-31T20:14:50.484Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:14:58.677Z] #153 ... [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #157 [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-31T20:14:58.677Z] #157 DONE 1198.8s [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T20:14:58.677Z] #149 ... [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #177 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:14:58.677Z] #177 DONE 0.3s [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #178 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:14:58.677Z] #178 DONE 0.3s [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #179 [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-31T20:14:58.677Z] #179 DONE 0.1s [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T20:14:58.677Z] #149 ... [2024-07-31T20:14:58.677Z] [2024-07-31T20:14:58.677Z] #180 [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-31T20:14:58.677Z] #180 DONE 0.1s [2024-07-31T20:14:58.944Z] [2024-07-31T20:14:58.944Z] #181 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:14:58.944Z] #181 DONE 0.1s [2024-07-31T20:14:58.944Z] [2024-07-31T20:14:58.944Z] #182 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-31T20:14:58.944Z] #182 DONE 0.3s [2024-07-31T20:14:58.944Z] [2024-07-31T20:14:58.944Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:14:59.220Z] #153 ... [2024-07-31T20:14:59.220Z] [2024-07-31T20:14:59.220Z] #183 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-31T20:14:59.512Z] #183 DONE 0.3s [2024-07-31T20:14:59.512Z] [2024-07-31T20:14:59.512Z] #184 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-31T20:14:59.790Z] #184 DONE 0.2s [2024-07-31T20:14:59.790Z] [2024-07-31T20:14:59.790Z] #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T20:15:02.382Z] #185 DONE 2.2s [2024-07-31T20:15:02.382Z] [2024-07-31T20:15:02.382Z] #106 [security-secretstore-setup] exporting to image [2024-07-31T20:15:02.382Z] #106 exporting layers [2024-07-31T20:15:03.336Z] #106 exporting layers 1.3s done [2024-07-31T20:15:03.336Z] #106 writing image sha256:49fb6dd73415f30d33c20efecbd637d8300cfc413ca197e2565338fa747dbd9c done [2024-07-31T20:15:03.336Z] #106 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-31T20:15:03.336Z] #106 DONE 12.6s [2024-07-31T20:15:03.336Z] [2024-07-31T20:15:03.336Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:15:50.145Z] #153 ... [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #150 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-31T20:15:50.145Z] #150 DONE 1256.7s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T20:15:50.145Z] #138 ... [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #186 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:15:50.145Z] #186 DONE 0.3s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #187 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:15:50.145Z] #187 DONE 0.2s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #188 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-31T20:15:50.145Z] #188 DONE 0.2s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #189 [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-31T20:15:50.145Z] #189 DONE 0.1s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #190 [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-31T20:15:50.145Z] #190 DONE 0.2s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #191 [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-31T20:15:50.145Z] #191 DONE 2.1s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:15:50.145Z] #153 ... [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #106 [core-common-config-bootstrapper] exporting to image [2024-07-31T20:15:50.145Z] #106 exporting layers [2024-07-31T20:15:50.145Z] #106 exporting layers 0.7s done [2024-07-31T20:15:50.145Z] #106 writing image sha256:be5fb1a6917ac02d4714d125e95e0c495f1a38de3e0ff5e5fa7aad895586e65b done [2024-07-31T20:15:50.145Z] #106 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-31T20:15:50.145Z] #106 DONE 13.3s [2024-07-31T20:15:50.145Z] [2024-07-31T20:15:50.145Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T20:18:11.810Z] #149 ... [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #156 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-31T20:18:11.811Z] #156 DONE 1378.6s [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #192 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:18:11.811Z] #192 DONE 0.3s [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T20:18:11.811Z] #151 ... [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #193 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:18:11.811Z] #193 DONE 0.2s [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #194 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-31T20:18:11.811Z] #194 DONE 0.3s [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #195 [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-31T20:18:11.811Z] #195 DONE 0.1s [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #106 [security-spiffe-token-provider] exporting to image [2024-07-31T20:18:11.811Z] #106 exporting layers [2024-07-31T20:18:11.811Z] #106 exporting layers 0.8s done [2024-07-31T20:18:11.811Z] #106 writing image sha256:2ca74664c3449323e54b45b8bb673471eda3d2cd865231c25e8360a0fec14844 done [2024-07-31T20:18:11.811Z] #106 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-31T20:18:11.811Z] #106 DONE 14.1s [2024-07-31T20:18:11.811Z] [2024-07-31T20:18:11.811Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T20:26:03.942Z] #49 ... [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #152 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-31T20:26:03.942Z] #152 DONE 1860.2s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T20:26:03.942Z] #49 ... [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #196 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:26:03.942Z] #196 DONE 0.2s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #197 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:26:03.942Z] #197 DONE 0.3s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #198 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-31T20:26:03.942Z] #198 DONE 0.4s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T20:26:03.942Z] #138 ... [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #199 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:26:03.942Z] #199 DONE 0.1s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #200 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-31T20:26:03.942Z] #200 DONE 0.1s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T20:26:03.942Z] #151 ... [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #201 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-31T20:26:03.942Z] #201 DONE 1.8s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #106 [security-proxy-auth] exporting to image [2024-07-31T20:26:03.942Z] #106 exporting layers [2024-07-31T20:26:03.942Z] #106 exporting layers 0.6s done [2024-07-31T20:26:03.942Z] #106 writing image sha256:bb46e13bada8495c7ea355eebc40f327378da9101b02a189d39e927742e3a744 done [2024-07-31T20:26:03.942Z] #106 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-31T20:26:03.942Z] #106 DONE 14.7s [2024-07-31T20:26:03.942Z] [2024-07-31T20:26:03.942Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:27:00.324Z] #153 ... [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #148 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-31T20:27:00.324Z] #148 DONE 1925.3s [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #202 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:27:00.324Z] #202 DONE 0.2s [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #203 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:27:00.324Z] #203 DONE 0.2s [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T20:27:00.324Z] #149 ... [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #204 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-31T20:27:00.324Z] #204 DONE 0.5s [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:27:00.324Z] #153 ... [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #205 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:27:00.324Z] #205 DONE 0.2s [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #106 [core-command] exporting to image [2024-07-31T20:27:00.324Z] #106 exporting layers [2024-07-31T20:27:00.324Z] #106 exporting layers 0.5s done [2024-07-31T20:27:00.324Z] #106 writing image sha256:533971d047a2ca9f0306fcf3f40b213104575968dc3bf154f10fb1a9eeaa8569 done [2024-07-31T20:27:00.324Z] #106 naming to docker.io/library/core-command-arm64 done [2024-07-31T20:27:00.324Z] #106 DONE 15.3s [2024-07-31T20:27:00.324Z] [2024-07-31T20:27:00.324Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:29:06.974Z] #153 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #149 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-31T20:29:06.974Z] #149 DONE 2045.0s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #138 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-31T20:29:06.974Z] #138 DONE 2045.0s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:29:06.974Z] #153 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:29:06.974Z] #206 DONE 0.2s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:29:06.974Z] #207 DONE 0.2s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:29:06.974Z] #153 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:29:06.974Z] #208 DONE 0.2s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T20:29:06.974Z] #209 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #155 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-31T20:29:06.974Z] #155 DONE 2046.3s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T20:29:06.974Z] #209 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #210 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:29:06.974Z] #210 DONE 0.5s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #211 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:29:06.974Z] #211 DONE 0.3s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #212 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-31T20:29:06.974Z] #212 DONE 1.1s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-31T20:29:06.974Z] #209 DONE 1.4s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #213 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:06.974Z] #213 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #214 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:06.974Z] #214 DONE 0.3s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #106 [core-keeper] exporting to image [2024-07-31T20:29:06.974Z] #106 exporting layers [2024-07-31T20:29:06.974Z] #106 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #213 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:06.974Z] #213 DONE 0.6s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #215 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-31T20:29:06.974Z] #215 DONE 0.9s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:06.974Z] #216 ... [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-31T20:29:06.974Z] #217 DONE 0.4s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #216 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:06.974Z] #216 DONE 0.3s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #106 [core-data] exporting to image [2024-07-31T20:29:06.974Z] #106 exporting layers 1.0s done [2024-07-31T20:29:06.974Z] #106 writing image sha256:034c552890cd31adc7efb3a57df07e024ea0389bf7ab9a693fa7e0ecc9bf6b1e done [2024-07-31T20:29:06.974Z] #106 naming to docker.io/library/core-keeper-arm64 [2024-07-31T20:29:06.974Z] #106 naming to docker.io/library/core-keeper-arm64 0.0s done [2024-07-31T20:29:06.974Z] #106 exporting layers 0.9s done [2024-07-31T20:29:06.974Z] #106 writing image sha256:d2ba3542f3bcba83104a6121ccbcddfc7f37df692bb690e971d518e13781f81b done [2024-07-31T20:29:06.974Z] #106 naming to docker.io/library/core-data-arm64 done [2024-07-31T20:29:06.974Z] #106 exporting layers 1.0s done [2024-07-31T20:29:06.974Z] #106 writing image sha256:02a0c395f26b913d08dac0a991407cd89a0b79f4dabff577e7bcde42cd0efad1 done [2024-07-31T20:29:06.974Z] #106 naming to docker.io/library/core-metadata-arm64 done [2024-07-31T20:29:06.974Z] #106 DONE 17.7s [2024-07-31T20:29:06.974Z] [2024-07-31T20:29:06.974Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T20:29:33.620Z] #151 ... [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #153 [support-cron-scheduler builder 7/7] RUN make cmd/support-cron-scheduler/support-cron-scheduler [2024-07-31T20:29:33.620Z] #153 DONE 2080.6s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #154 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-31T20:29:33.620Z] #154 DONE 2080.6s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T20:29:33.620Z] #49 ... [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-31T20:29:33.620Z] #151 DONE 2081.4s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #218 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:29:33.620Z] #218 DONE 0.2s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T20:29:33.620Z] #49 ... [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #219 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:29:33.620Z] #219 DONE 0.2s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #220 [support-cron-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:29:33.620Z] #220 CACHED [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #221 [support-cron-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:29:33.620Z] #221 CACHED [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #222 [support-cron-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/support-cron-scheduler / [2024-07-31T20:29:33.620Z] #222 DONE 0.5s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #223 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-31T20:29:33.620Z] #223 DONE 0.5s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #224 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-31T20:29:33.620Z] #224 DONE 0.3s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:33.620Z] #225 ... [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #226 [support-cron-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-cron-scheduler/res /res [2024-07-31T20:29:33.620Z] #226 DONE 0.1s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #225 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:33.620Z] #225 DONE 0.2s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #227 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-31T20:29:33.620Z] #227 DONE 0.2s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #106 [support-notifications] exporting to image [2024-07-31T20:29:33.620Z] #106 exporting layers [2024-07-31T20:29:33.620Z] #106 ... [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #228 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-31T20:29:33.620Z] #228 DONE 0.7s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.620Z] #229 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-31T20:29:33.620Z] #229 DONE 0.1s [2024-07-31T20:29:33.620Z] [2024-07-31T20:29:33.621Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T20:29:33.621Z] #49 ... [2024-07-31T20:29:33.621Z] [2024-07-31T20:29:33.621Z] #106 [support-cron-scheduler] exporting to image [2024-07-31T20:29:33.621Z] #106 exporting layers 0.9s done [2024-07-31T20:29:33.621Z] #106 writing image sha256:f7c5a6ecaec23b88faf931fe794dea58eed471ac412fdb7359e514ebd29ab526 0.0s done [2024-07-31T20:29:33.621Z] #106 naming to docker.io/library/support-notifications-arm64 done [2024-07-31T20:29:33.621Z] #106 writing image sha256:a3581aa32b84f5e165530270aed0b52ac99a4509fc2a2374f5eecf1139ef13a5 done [2024-07-31T20:29:33.621Z] #106 naming to docker.io/library/support-cron-scheduler-arm64 done [2024-07-31T20:29:33.621Z] #106 exporting layers 0.5s done [2024-07-31T20:29:33.621Z] #106 writing image sha256:0904c6e375f86ed285b0155dac8b261369e5f7f01175d854dc5008020d9aeca1 done [2024-07-31T20:29:33.621Z] #106 naming to docker.io/library/support-scheduler-arm64 done [2024-07-31T20:29:33.621Z] #106 DONE 19.1s [2024-07-31T20:29:33.621Z] [2024-07-31T20:29:33.621Z] #49 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:39Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-31T20:29:33.621Z] time="2024-07-31T19:51:40Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-31T20:29:33.634Z] $ docker stop --time=1 b21ed58f68401638b285ffbc70dfae5cc4d20ab00215a8c80bffa9b224ae0129 [2024-07-31T20:29:35.253Z] $ docker rm -f --volumes b21ed58f68401638b285ffbc70dfae5cc4d20ab00215a8c80bffa9b224ae0129 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-31T20:29:35.865Z] + docker images [2024-07-31T20:29:35.865Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-31T20:29:35.865Z] support-scheduler-arm64 latest 0904c6e375f8 3 seconds ago 41.2MB [2024-07-31T20:29:35.865Z] support-cron-scheduler-arm64 latest a3581aa32b84 4 seconds ago 41.6MB [2024-07-31T20:29:35.865Z] support-notifications-arm64 latest f7c5a6ecaec2 4 seconds ago 41.9MB [2024-07-31T20:29:35.865Z] core-data-arm64 latest d2ba3542f3bc 38 seconds ago 39MB [2024-07-31T20:29:35.865Z] core-metadata-arm64 latest 02a0c395f26b 38 seconds ago 39.1MB [2024-07-31T20:29:35.865Z] core-keeper-arm64 latest 034c552890cd 39 seconds ago 38.9MB [2024-07-31T20:29:35.865Z] core-command-arm64 latest 533971d047a2 2 minutes ago 35MB [2024-07-31T20:29:35.865Z] security-proxy-auth-arm64 latest bb46e13bada8 3 minutes ago 32.6MB [2024-07-31T20:29:35.865Z] security-spiffe-token-provider-arm64 latest 2ca74664c344 11 minutes ago 29MB [2024-07-31T20:29:35.865Z] core-common-config-bootstrapper-arm64 latest be5fb1a6917a 13 minutes ago 15.3MB [2024-07-31T20:29:35.865Z] security-secretstore-setup-arm64 latest 49fb6dd73415 14 minutes ago 36.4MB [2024-07-31T20:29:35.865Z] security-bootstrapper-arm64 latest 6511b566c5a5 14 minutes ago 18.9MB [2024-07-31T20:29:35.865Z] security-proxy-setup-arm64 latest afcba3bea464 14 minutes ago 26.1MB [2024-07-31T20:29:35.865Z] security-spire-server-arm64 latest 4833692e1e51 36 minutes ago 116MB [2024-07-31T20:29:35.865Z] security-spire-config-arm64 latest a0891fb60bcc 36 minutes ago 115MB [2024-07-31T20:29:35.865Z] security-spire-agent-arm64 latest 9cee82732b48 36 minutes ago 174MB [2024-07-31T20:29:35.865Z] ci-base-image-arm64 latest 5f24354a2b79 55 minutes ago 965MB [2024-07-31T20:29:35.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-07-31T20:29:35.865Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 14 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-31T20:29:36.840Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T20:29:36.840Z] [2024-07-31T20:29:36.840Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T20:29:37.248Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T20:29:37.513Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-31T20:29:37.513Z] 8998bd30e6a1: Pulling fs layer [2024-07-31T20:29:37.513Z] 04944245beec: Pulling fs layer [2024-07-31T20:29:37.513Z] 699f458cf7ca: Pulling fs layer [2024-07-31T20:29:37.513Z] 765212b225bb: Pulling fs layer [2024-07-31T20:29:37.513Z] f23df028b6ca: Pulling fs layer [2024-07-31T20:29:37.513Z] d65c8cfc05b1: Pulling fs layer [2024-07-31T20:29:37.513Z] 2437ff75d9bd: Pulling fs layer [2024-07-31T20:29:37.513Z] 2437ff75d9bd: Waiting [2024-07-31T20:29:37.513Z] f23df028b6ca: Waiting [2024-07-31T20:29:37.513Z] d65c8cfc05b1: Waiting [2024-07-31T20:29:37.513Z] 765212b225bb: Waiting [2024-07-31T20:29:37.513Z] 04944245beec: Verifying Checksum [2024-07-31T20:29:37.513Z] 04944245beec: Download complete [2024-07-31T20:29:37.513Z] 765212b225bb: Verifying Checksum [2024-07-31T20:29:37.513Z] 765212b225bb: Download complete [2024-07-31T20:29:37.779Z] f23df028b6ca: Verifying Checksum [2024-07-31T20:29:37.779Z] f23df028b6ca: Download complete [2024-07-31T20:29:37.779Z] d65c8cfc05b1: Verifying Checksum [2024-07-31T20:29:37.779Z] d65c8cfc05b1: Download complete [2024-07-31T20:29:37.779Z] 699f458cf7ca: Verifying Checksum [2024-07-31T20:29:37.779Z] 699f458cf7ca: Download complete [2024-07-31T20:29:38.045Z] 8998bd30e6a1: Verifying Checksum [2024-07-31T20:29:38.045Z] 8998bd30e6a1: Download complete [2024-07-31T20:29:40.616Z] 2437ff75d9bd: Verifying Checksum [2024-07-31T20:29:40.616Z] 2437ff75d9bd: Download complete [2024-07-31T20:29:43.185Z] 8998bd30e6a1: Pull complete [2024-07-31T20:29:43.453Z] 04944245beec: Pull complete [2024-07-31T20:29:44.857Z] 699f458cf7ca: Pull complete [2024-07-31T20:29:45.124Z] 765212b225bb: Pull complete [2024-07-31T20:29:46.082Z] f23df028b6ca: Pull complete [2024-07-31T20:29:46.350Z] d65c8cfc05b1: Pull complete [2024-07-31T20:30:04.550Z] 2437ff75d9bd: Pull complete [2024-07-31T20:30:04.550Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-31T20:30:04.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-31T20:30:04.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T20:30:04.985Z] prd-ubuntu20.04-docker-arm64-4c-16g-6897 does not seem to be running inside a container [2024-07-31T20:30:05.017Z] $ 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-31T20:30:08.308Z] $ docker top 0a79f73b960fcbdaadd91960c78db51036e2ca6a0ce55ac838a32f9aa8b7079a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:09.336Z] ---> job-cost.sh [2024-07-31T20:30:09.336Z] lf-activate-venv: SKIPPING [2024-07-31T20:30:09.336Z] INFO: No Stack... [2024-07-31T20:30:09.599Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-31T20:30:10.558Z] INFO: Archiving Costs [Pipeline] sh [2024-07-31T20:30:11.226Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-07-31T20:30:11.226Z] + cut -d, -f6 [Pipeline] lock [2024-07-31T20:30:11.280Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] [2024-07-31T20:30:11.286Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] did not exist. Created. [2024-07-31T20:30:11.292Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-31T20:30:12.036Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-31T20:30:12.315Z] Stashed 1 file(s) [Pipeline] } [2024-07-31T20:30:12.342Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4846-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-31T20:30:12.439Z] $ docker stop --time=1 0a79f73b960fcbdaadd91960c78db51036e2ca6a0ce55ac838a32f9aa8b7079a [2024-07-31T20:30:13.958Z] $ docker rm -f --volumes 0a79f73b960fcbdaadd91960c78db51036e2ca6a0ce55ac838a32f9aa8b7079a [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-31T20:30:15.193Z] provisioning config files... [2024-07-31T20:30:15.200Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config5741109767998423905tmp [Pipeline] { [Pipeline] sh [2024-07-31T20:30:15.570Z] + set +x [2024-07-31T20:30:15.570Z] + bash -s -- [2024-07-31T20:30:15.570Z] + curl -s https://codecov.io/bash [2024-07-31T20:30:15.570Z] [2024-07-31T20:30:15.570Z] _____ _ [2024-07-31T20:30:15.570Z] / ____| | | [2024-07-31T20:30:15.570Z] | | ___ __| | ___ ___ _____ __ [2024-07-31T20:30:15.570Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-31T20:30:15.570Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-31T20:30:15.570Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-31T20:30:15.570Z] Bash-1.0.6 [2024-07-31T20:30:15.570Z] [2024-07-31T20:30:15.570Z] [2024-07-31T20:30:15.570Z] ==> git version 2.25.1 found [2024-07-31T20:30:15.570Z] ==> 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-31T20:30:15.570Z] Release-Date: 2020-01-08 [2024-07-31T20:30:15.570Z] 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-31T20:30:15.570Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-31T20:30:15.570Z] ==> Jenkins CI detected. [2024-07-31T20:30:15.570Z] current dir:  /w/workspace/edgex-go/1 [2024-07-31T20:30:15.570Z] project root: . [2024-07-31T20:30:15.570Z] --> token set from env [2024-07-31T20:30:15.829Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-31T20:30:15.829Z] ==> Running gcov in . (disable via -X gcov) [2024-07-31T20:30:15.829Z] ==> Python coveragepy not found [2024-07-31T20:30:15.829Z] ==> Searching for coverage reports in: [2024-07-31T20:30:15.829Z] + . [2024-07-31T20:30:15.829Z] -> Found 1 reports [2024-07-31T20:30:15.829Z] ==> Detecting git/mercurial file structure [2024-07-31T20:30:15.829Z] ==> Reading reports [2024-07-31T20:30:15.829Z] + ./coverage.out bytes=497982 [2024-07-31T20:30:15.829Z] ==> Appending adjustments [2024-07-31T20:30:15.829Z] https://docs.codecov.io/docs/fixing-reports [2024-07-31T20:30:17.211Z] + Found adjustments [2024-07-31T20:30:17.211Z] ==> Gzipping contents [2024-07-31T20:30:17.211Z] 64K /tmp/codecov.Cc2Pm0.gz [2024-07-31T20:30:17.211Z] ==> Uploading reports [2024-07-31T20:30:17.211Z] url: https://codecov.io [2024-07-31T20:30:17.211Z] query: branch=PR-4846&commit=6864b6a6596971ecbf015eda9d5b15b16885470e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4846%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4846&job=&cmd_args= [2024-07-31T20:30:17.211Z] -> Pinging Codecov [2024-07-31T20:30:17.211Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4846&commit=6864b6a6596971ecbf015eda9d5b15b16885470e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4846%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4846&job=&cmd_args= [2024-07-31T20:30:17.211Z] -> Uploading to [2024-07-31T20:30:17.211Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-31/00271124DB129430A58F1EEE437C3FCB/6864b6a6596971ecbf015eda9d5b15b16885470e/dbefac59-6ae2-4959-aa20-588675250ecd.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240731%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240731T203017Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0c9e06eebaeb37f1a030c64c84a8207991d6f1cbd3254afb2af586016937fca1 [2024-07-31T20:30:17.211Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-31T20:30:17.211Z] Dload Upload Total Spent Left Speed [2024-07-31T20:30:17.471Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 63217 0 0 100 63217 0 222k --:--:-- --:--:-- --:--:-- 222k [2024-07-31T20:30:17.471Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/6864b6a6596971ecbf015eda9d5b15b16885470e [Pipeline] } [2024-07-31T20:30:17.502Z] 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-31T20:30:19.242Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:19.593Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:20.504Z] ---> package-listing.sh [2024-07-31T20:30:20.504Z] ++ facter osfamily [2024-07-31T20:30:20.504Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-31T20:30:20.763Z] + OS_FAMILY=debian [2024-07-31T20:30:20.763Z] + workspace=/w/workspace/edgex-go/1 [2024-07-31T20:30:20.763Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-31T20:30:20.763Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-31T20:30:20.763Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-31T20:30:20.763Z] + PACKAGES=/tmp/packages_start.txt [2024-07-31T20:30:20.763Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-31T20:30:20.763Z] + PACKAGES=/tmp/packages_end.txt [2024-07-31T20:30:20.763Z] + case "${OS_FAMILY}" in [2024-07-31T20:30:20.763Z] + dpkg -l [2024-07-31T20:30:20.763Z] + grep '^ii' [2024-07-31T20:30:20.763Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-31T20:30:20.763Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-31T20:30:20.763Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-31T20:30:20.763Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-31T20:30:20.763Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-31T20:30:20.763Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-31T20:30:20.805Z] 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-31T20:30:21.159Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T20:30:21.813Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T20:30:21.813Z] [2024-07-31T20:30:21.813Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-31T20:30:22.215Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T20:30:24.122Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-31T20:30:24.122Z] 5eb5b503b376: Pulling fs layer [2024-07-31T20:30:24.122Z] 5c69ac0246d0: Pulling fs layer [2024-07-31T20:30:24.122Z] ec43610c2a17: Pulling fs layer [2024-07-31T20:30:24.122Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-31T20:30:24.122Z] 33b1e0a273af: Pulling fs layer [2024-07-31T20:30:24.122Z] 5d3b04190fa2: Pulling fs layer [2024-07-31T20:30:24.122Z] 2f39f015ded8: Pulling fs layer [2024-07-31T20:30:24.122Z] 3a2ae6a8a46f: Waiting [2024-07-31T20:30:24.122Z] 33b1e0a273af: Waiting [2024-07-31T20:30:24.122Z] 2f39f015ded8: Waiting [2024-07-31T20:30:24.122Z] 5d3b04190fa2: Waiting [2024-07-31T20:30:24.122Z] 5c69ac0246d0: Download complete [2024-07-31T20:30:24.122Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-31T20:30:24.122Z] 3a2ae6a8a46f: Download complete [2024-07-31T20:30:24.122Z] 33b1e0a273af: Verifying Checksum [2024-07-31T20:30:24.122Z] 33b1e0a273af: Download complete [2024-07-31T20:30:24.122Z] 5d3b04190fa2: Verifying Checksum [2024-07-31T20:30:24.122Z] 5d3b04190fa2: Download complete [2024-07-31T20:30:24.122Z] ec43610c2a17: Download complete [2024-07-31T20:30:24.381Z] 5eb5b503b376: Download complete [2024-07-31T20:30:25.758Z] 5eb5b503b376: Pull complete [2024-07-31T20:30:25.758Z] 5c69ac0246d0: Pull complete [2024-07-31T20:30:26.018Z] ec43610c2a17: Pull complete [2024-07-31T20:30:26.018Z] 3a2ae6a8a46f: Pull complete [2024-07-31T20:30:26.277Z] 33b1e0a273af: Pull complete [2024-07-31T20:30:26.277Z] 5d3b04190fa2: Pull complete [2024-07-31T20:30:30.468Z] 2f39f015ded8: Pull complete [2024-07-31T20:30:30.468Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-31T20:30:30.468Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-31T20:30:30.468Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-31T20:30:30.713Z] prd-ubuntu20.04-docker-8c-8g-6896 does not seem to be running inside a container [2024-07-31T20:30:30.771Z] $ 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-31T20:30:35.884Z] $ docker top 0790324c61ea67a2c29176b02ce351bbe9410e3a0d55bc7d41b1914fae7c18ac -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-31T20:30:36.276Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-31T20:30:36.604Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-31T20:30:36.924Z] + ls /var/log/sa-host [2024-07-31T20:30:36.924Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-31T20:30:37.174Z] provisioning config files... [2024-07-31T20:30:37.183Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config5713658610342912018tmp [Pipeline] { [Pipeline] echo [2024-07-31T20:30:37.256Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:37.592Z] ---> create-netrc.sh [Pipeline] } [2024-07-31T20:30:37.624Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:38.058Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-31T20:30:38.099Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:38.423Z] ---> sudo-logs.sh [2024-07-31T20:30:38.423Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-31T20:30:38.538Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:38.871Z] ---> job-cost.sh [2024-07-31T20:30:38.871Z] lf-activate-venv: SKIPPING [2024-07-31T20:30:38.871Z] DEBUG: total: 0.10999999940395355 [2024-07-31T20:30:38.871Z] INFO: Retrieving Stack Cost... [2024-07-31T20:30:39.130Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-31T20:30:39.698Z] INFO: Archiving Costs [Pipeline] echo [2024-07-31T20:30:39.741Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-31T20:30:40.068Z] ---> logs-deploy.sh [2024-07-31T20:30:40.068Z] lf-activate-venv: SKIPPING [2024-07-31T20:30:40.068Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4846/1 [2024-07-31T20:30:40.068Z] INFO: archiving workspace using pattern(s): [2024-07-31T20:30:43.368Z] Archives upload complete. [2024-07-31T20:30:43.369Z] INFO: archiving logs to Nexus [2024-07-31T20:30:43.945Z] ---> uname -a: [2024-07-31T20:30:43.945Z] Linux prd-ubuntu20-04-docker-8c-8g-6896 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] ---> lscpu: [2024-07-31T20:30:43.945Z] Architecture: x86_64 [2024-07-31T20:30:43.945Z] CPU op-mode(s): 32-bit, 64-bit [2024-07-31T20:30:43.945Z] Byte Order: Little Endian [2024-07-31T20:30:43.945Z] Address sizes: 40 bits physical, 48 bits virtual [2024-07-31T20:30:43.945Z] CPU(s): 8 [2024-07-31T20:30:43.945Z] On-line CPU(s) list: 0-7 [2024-07-31T20:30:43.945Z] Thread(s) per core: 1 [2024-07-31T20:30:43.945Z] Core(s) per socket: 1 [2024-07-31T20:30:43.945Z] Socket(s): 8 [2024-07-31T20:30:43.945Z] NUMA node(s): 1 [2024-07-31T20:30:43.945Z] Vendor ID: AuthenticAMD [2024-07-31T20:30:43.945Z] CPU family: 23 [2024-07-31T20:30:43.945Z] Model: 49 [2024-07-31T20:30:43.945Z] Model name: AMD EPYC-Rome Processor [2024-07-31T20:30:43.945Z] Stepping: 0 [2024-07-31T20:30:43.945Z] CPU MHz: 2799.998 [2024-07-31T20:30:43.945Z] BogoMIPS: 5599.99 [2024-07-31T20:30:43.945Z] Virtualization: AMD-V [2024-07-31T20:30:43.945Z] Hypervisor vendor: KVM [2024-07-31T20:30:43.945Z] Virtualization type: full [2024-07-31T20:30:43.945Z] L1d cache: 256 KiB [2024-07-31T20:30:43.945Z] L1i cache: 256 KiB [2024-07-31T20:30:43.945Z] L2 cache: 4 MiB [2024-07-31T20:30:43.945Z] L3 cache: 128 MiB [2024-07-31T20:30:43.945Z] NUMA node0 CPU(s): 0-7 [2024-07-31T20:30:43.945Z] Vulnerability Itlb multihit: Not affected [2024-07-31T20:30:43.945Z] Vulnerability L1tf: Not affected [2024-07-31T20:30:43.945Z] Vulnerability Mds: Not affected [2024-07-31T20:30:43.945Z] Vulnerability Meltdown: Not affected [2024-07-31T20:30:43.945Z] Vulnerability Mmio stale data: Not affected [2024-07-31T20:30:43.945Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-07-31T20:30:43.945Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-07-31T20:30:43.945Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-07-31T20:30:43.945Z] Vulnerability Srbds: Not affected [2024-07-31T20:30:43.945Z] Vulnerability Tsx async abort: Not affected [2024-07-31T20:30:43.945Z] 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-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] ---> nproc: [2024-07-31T20:30:43.945Z] 8 [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] ---> df -h: [2024-07-31T20:30:43.945Z] Filesystem Size Used Avail Use% Mounted on [2024-07-31T20:30:43.945Z] overlay 155G 28G 128G 18% / [2024-07-31T20:30:43.945Z] tmpfs 64M 0 64M 0% /dev [2024-07-31T20:30:43.945Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-07-31T20:30:43.945Z] shm 64M 0 64M 0% /dev/shm [2024-07-31T20:30:43.945Z] /dev/vda1 155G 28G 128G 18% /facter-os [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] ---> sar -b -r -n DEV: [2024-07-31T20:30:43.945Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6896) 07/31/24 _x86_64_ (8 CPU) [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] 19:28:45 LINUX RESTART (8 CPU) [2024-07-31T20:30:43.945Z] [2024-07-31T20:30:43.945Z] 19:29:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-07-31T20:30:43.945Z] 19:30:01 333.58 47.96 285.62 0.00 5390.70 67428.90 0.00 [2024-07-31T20:30:43.945Z] 19:31:01 186.62 1.03 185.59 0.00 23.60 62699.82 0.00 [2024-07-31T20:30:43.945Z] 19:32:01 44.23 0.00 44.23 0.00 0.00 33585.75 0.00 [2024-07-31T20:30:43.945Z] 19:33:01 33.46 0.17 33.29 0.00 2.53 18439.19 0.00 [2024-07-31T20:30:43.945Z] 19:34:01 243.83 0.33 243.49 0.00 32.66 206630.09 0.00 [2024-07-31T20:30:43.945Z] 19:35:01 868.49 17.76 850.73 0.00 4460.91 199664.65 0.00 [2024-07-31T20:30:43.945Z] 19:36:01 285.70 0.48 285.22 0.00 4.27 85328.62 0.00 [2024-07-31T20:30:43.945Z] 19:37:01 395.85 0.07 395.78 0.00 0.53 119060.31 0.00 [2024-07-31T20:30:43.945Z] 19:38:01 821.50 0.05 821.45 0.00 0.93 137927.81 0.00 [2024-07-31T20:30:43.946Z] 19:39:01 2.52 0.00 2.52 0.00 0.00 36.39 0.00 [2024-07-31T20:30:43.946Z] 19:40:01 2.65 1.02 1.63 0.00 21.86 18.26 0.00 [2024-07-31T20:30:43.946Z] 19:41:01 2.00 0.00 2.00 0.00 0.00 27.20 0.00 [2024-07-31T20:30:43.946Z] 19:42:01 0.97 0.00 0.97 0.00 0.00 10.80 0.00 [2024-07-31T20:30:43.946Z] 19:43:01 1.98 0.00 1.98 0.00 0.00 22.26 0.00 [2024-07-31T20:30:43.946Z] 19:44:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 [2024-07-31T20:30:43.946Z] 19:45:01 1.47 0.02 1.45 0.00 0.13 21.86 0.00 [2024-07-31T20:30:43.946Z] 19:46:01 1.90 0.65 1.25 0.00 21.33 14.93 0.00 [2024-07-31T20:30:43.946Z] 19:47:01 2.08 0.85 1.23 0.00 14.13 16.79 0.00 [2024-07-31T20:30:43.946Z] 19:48:01 1.10 0.00 1.10 0.00 0.00 12.93 0.00 [2024-07-31T20:30:43.946Z] 19:49:02 1.57 0.00 1.57 0.00 0.00 19.73 0.00 [2024-07-31T20:30:43.946Z] 19:50:01 1.08 0.00 1.08 0.00 0.00 12.61 0.00 [2024-07-31T20:30:43.946Z] 19:51:01 1.08 0.00 1.08 0.00 0.00 13.33 0.00 [2024-07-31T20:30:43.946Z] 19:52:01 1.22 0.00 1.22 0.00 0.00 14.13 0.00 [2024-07-31T20:30:43.946Z] 19:53:01 1.68 0.00 1.68 0.00 0.00 18.80 0.00 [2024-07-31T20:30:43.946Z] 19:54:01 0.93 0.00 0.93 0.00 0.00 11.33 0.00 [2024-07-31T20:30:43.946Z] 19:55:01 1.67 0.00 1.67 0.00 0.00 19.20 0.00 [2024-07-31T20:30:43.946Z] 19:56:01 0.95 0.00 0.95 0.00 0.00 11.20 0.00 [2024-07-31T20:30:43.946Z] 19:57:01 0.97 0.00 0.97 0.00 0.00 12.40 0.00 [2024-07-31T20:30:43.946Z] 19:58:01 1.17 0.00 1.17 0.00 0.00 12.66 0.00 [2024-07-31T20:30:43.946Z] 19:59:01 0.85 0.00 0.85 0.00 0.00 11.06 0.00 [2024-07-31T20:30:43.946Z] 20:00:01 1.52 0.00 1.52 0.00 0.00 18.13 0.00 [2024-07-31T20:30:43.946Z] 20:01:01 1.02 0.00 1.02 0.00 0.00 12.26 0.00 [2024-07-31T20:30:43.946Z] 20:02:01 1.23 0.00 1.23 0.00 0.00 14.00 0.00 [2024-07-31T20:30:43.946Z] 20:03:01 0.93 0.00 0.93 0.00 0.00 11.73 0.00 [2024-07-31T20:30:43.946Z] 20:04:01 1.33 0.00 1.33 0.00 0.00 15.60 0.00 [2024-07-31T20:30:43.946Z] 20:05:01 1.60 0.00 1.60 0.00 0.00 19.33 0.00 [2024-07-31T20:30:43.946Z] 20:06:01 1.02 0.00 1.02 0.00 0.00 10.93 0.00 [2024-07-31T20:30:43.946Z] 20:07:01 0.92 0.00 0.92 0.00 0.00 12.00 0.00 [2024-07-31T20:30:43.946Z] 20:08:01 1.23 0.00 1.23 0.00 0.00 13.60 0.00 [2024-07-31T20:30:43.946Z] 20:09:01 0.92 0.00 0.92 0.00 0.00 12.93 0.00 [2024-07-31T20:30:43.946Z] 20:10:01 1.50 0.00 1.50 0.00 0.00 18.13 0.00 [2024-07-31T20:30:43.946Z] 20:11:01 0.95 0.00 0.95 0.00 0.00 11.73 0.00 [2024-07-31T20:30:43.946Z] 20:12:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 [2024-07-31T20:30:43.946Z] 20:13:01 0.98 0.00 0.98 0.00 0.00 12.80 0.00 [2024-07-31T20:30:43.946Z] 20:14:01 1.18 0.00 1.18 0.00 0.00 13.20 0.00 [2024-07-31T20:30:43.946Z] 20:15:01 1.17 0.00 1.17 0.00 0.00 14.93 0.00 [2024-07-31T20:30:43.946Z] 20:16:01 1.27 0.00 1.27 0.00 0.00 14.40 0.00 [2024-07-31T20:30:43.946Z] 20:17:01 0.95 0.02 0.93 0.00 0.13 12.26 0.00 [2024-07-31T20:30:43.946Z] 20:18:01 1.65 0.00 1.65 0.00 0.00 18.13 0.00 [2024-07-31T20:30:43.946Z] 20:19:01 0.97 0.00 0.97 0.00 0.00 12.00 0.00 [2024-07-31T20:30:43.946Z] 20:20:01 1.42 0.00 1.42 0.00 0.00 16.80 0.00 [2024-07-31T20:30:43.946Z] 20:21:01 0.98 0.00 0.98 0.00 0.00 12.26 0.00 [2024-07-31T20:30:43.946Z] 20:22:01 1.18 0.00 1.18 0.00 0.00 13.73 0.00 [2024-07-31T20:30:43.946Z] 20:23:01 0.88 0.00 0.88 0.00 0.00 11.73 0.00 [2024-07-31T20:30:43.946Z] 20:24:01 1.13 0.00 1.13 0.00 0.00 13.06 0.00 [2024-07-31T20:30:43.946Z] 20:25:01 1.48 0.00 1.48 0.00 0.00 19.20 0.00 [2024-07-31T20:30:43.946Z] 20:26:01 1.28 0.00 1.28 0.00 0.00 14.66 0.00 [2024-07-31T20:30:43.946Z] 20:27:01 0.90 0.00 0.90 0.00 0.00 11.33 0.00 [2024-07-31T20:30:43.946Z] 20:28:01 1.25 0.00 1.25 0.00 0.00 15.06 0.00 [2024-07-31T20:30:43.946Z] 20:29:01 0.98 0.00 0.98 0.00 0.00 12.13 0.00 [2024-07-31T20:30:43.946Z] 20:30:01 1.47 0.00 1.47 0.00 0.00 17.60 0.00 [2024-07-31T20:30:43.946Z] Average: 53.80 1.15 52.65 0.00 163.56 15276.28 0.00 [2024-07-31T20:30:43.946Z] [2024-07-31T20:30:43.946Z] 19:29:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-07-31T20:30:43.946Z] 19:30:01 29120880 31537340 802700 2.44 67768 2627704 2046000 6.03 1060820 2337664 393504 [2024-07-31T20:30:43.946Z] 19:31:01 27460208 31332812 975664 2.97 126980 3896296 2285684 6.74 1730052 3171452 616788 [2024-07-31T20:30:43.946Z] 19:32:01 27173808 31202832 1104248 3.36 131316 4029948 2521468 7.43 1728160 3442300 247080 [2024-07-31T20:30:43.946Z] 19:33:01 26585220 31400904 904228 2.75 134508 4758716 1986064 5.85 1779760 3924412 477960 [2024-07-31T20:30:43.946Z] 19:34:01 20973956 31383844 917920 2.79 145324 10220000 2845828 8.39 1872888 9309936 1187748 [2024-07-31T20:30:43.946Z] 19:35:01 14463296 31352744 902448 2.74 333692 16116372 2360004 6.96 2812228 14434076 1648464 [2024-07-31T20:30:43.946Z] 19:36:01 9577204 28882500 3295852 10.02 382888 18101376 10610132 31.27 6200460 15438176 1450824 [2024-07-31T20:30:43.946Z] 19:37:01 5678832 27074368 5116724 15.56 392748 20128064 10472316 30.86 8776520 16723932 478460 [2024-07-31T20:30:43.946Z] 19:38:01 9828228 31390956 861564 2.62 405888 20440344 2136296 6.30 3286404 18313660 332 [2024-07-31T20:30:43.946Z] 19:39:01 9828432 31391164 861280 2.62 405924 20440348 2136296 6.30 3285936 18313664 32 [2024-07-31T20:30:43.946Z] 19:40:01 9868124 31431868 820528 2.50 405988 20440964 2150624 6.34 3249340 18314196 4 [2024-07-31T20:30:43.946Z] 19:41:01 9876284 31440032 812292 2.47 406024 20440964 2134540 6.29 3237428 18314200 4 [2024-07-31T20:30:43.946Z] 19:42:01 9877812 31441612 810744 2.47 406036 20440972 2134540 6.29 3236060 18314200 8 [2024-07-31T20:30:43.946Z] 19:43:01 9879532 31443396 809280 2.46 406104 20440976 2134540 6.29 3236256 18314212 12 [2024-07-31T20:30:43.946Z] 19:44:01 9881596 31445464 807220 2.45 406136 20440976 2134540 6.29 3234580 18314216 12 [2024-07-31T20:30:43.946Z] 19:45:01 9881576 31445476 807344 2.46 406172 20440956 2121848 6.25 3235284 18314188 176 [2024-07-31T20:30:43.946Z] 19:46:01 9880148 31444964 807716 2.46 406208 20441252 2121848 6.25 3238824 18314268 40 [2024-07-31T20:30:43.946Z] 19:47:01 9875500 31441496 810996 2.47 406240 20442024 2121848 6.25 3243112 18314436 172 [2024-07-31T20:30:43.946Z] 19:48:01 9874980 31441020 811440 2.47 406248 20442024 2104992 6.20 3242572 18314436 8 [2024-07-31T20:30:43.946Z] 19:49:02 9875744 31441816 810616 2.47 406296 20442008 2104992 6.20 3242004 18314440 184 [2024-07-31T20:30:43.946Z] 19:50:01 9875128 31441236 811096 2.47 406308 20442032 2104992 6.20 3241892 18314440 8 [2024-07-31T20:30:43.946Z] 19:51:01 9875264 31441388 811088 2.47 406332 20442036 2104992 6.20 3241976 18314448 180 [2024-07-31T20:30:43.946Z] 19:52:01 9875248 31441380 811056 2.47 406344 20442040 2104992 6.20 3241992 18314452 4 [2024-07-31T20:30:43.946Z] 19:53:01 9874608 31440780 811608 2.47 406352 20442044 2104992 6.20 3242104 18314452 4 [2024-07-31T20:30:43.946Z] 19:54:01 9874608 31440800 811520 2.47 406376 20442048 2104992 6.20 3241896 18314456 8 [2024-07-31T20:30:43.946Z] 19:55:01 9874624 31440848 811516 2.47 406408 20442048 2104992 6.20 3241976 18314460 20 [2024-07-31T20:30:43.946Z] 19:56:01 9874576 31440804 811496 2.47 406420 20442052 2104992 6.20 3241996 18314464 12 [2024-07-31T20:30:43.946Z] 19:57:01 9874300 31440592 811684 2.47 406444 20442056 2104992 6.20 3242068 18314472 176 [2024-07-31T20:30:43.946Z] 19:58:01 9874468 31440808 811592 2.47 406460 20442120 2104992 6.20 3242068 18314520 4 [2024-07-31T20:30:43.946Z] 19:59:01 9874484 31440836 811520 2.47 406472 20442128 2104992 6.20 3241972 18314524 200 [2024-07-31T20:30:43.946Z] 20:00:01 9874436 31440868 811456 2.47 406524 20442124 2121072 6.25 3242144 18314524 8 [2024-07-31T20:30:43.946Z] 20:01:01 9874136 31440612 811652 2.47 406548 20442132 2121072 6.25 3242240 18314544 180 [2024-07-31T20:30:43.946Z] 20:02:01 9874048 31440568 811588 2.47 406564 20442136 2121072 6.25 3242916 18314548 16 [2024-07-31T20:30:43.946Z] 20:03:01 9874312 31440860 811512 2.47 406592 20442136 2121072 6.25 3242368 18314548 188 [2024-07-31T20:30:43.946Z] 20:04:01 9874164 31440740 811584 2.47 406628 20442140 2121072 6.25 3242196 18314552 12 [2024-07-31T20:30:43.946Z] 20:05:01 9874260 31440844 811616 2.47 406656 20442128 2121072 6.25 3242384 18314556 44 [2024-07-31T20:30:43.946Z] 20:06:01 9874496 31441116 811324 2.47 406664 20442144 2121072 6.25 3242596 18314556 8 [2024-07-31T20:30:43.946Z] 20:07:01 9874512 31441268 811100 2.47 406680 20442276 2121072 6.25 3242352 18314676 196 [2024-07-31T20:30:43.946Z] 20:08:01 9874244 31441000 811292 2.47 406692 20442280 2121072 6.25 3242352 18314676 20 [2024-07-31T20:30:43.946Z] 20:09:01 9874448 31441264 811000 2.47 406708 20442284 2121072 6.25 3242284 18314684 200 [2024-07-31T20:30:43.946Z] 20:10:01 9874400 31441264 810940 2.47 406752 20442284 2121072 6.25 3242388 18314692 4 [2024-07-31T20:30:43.946Z] 20:11:01 9874568 31441468 810896 2.47 406772 20442292 2121072 6.25 3242392 18314704 180 [2024-07-31T20:30:43.946Z] 20:12:01 9874300 31441240 811312 2.47 406796 20442296 2121072 6.25 3242424 18314708 8 [2024-07-31T20:30:43.946Z] 20:13:01 9874536 31441576 810876 2.47 406816 20442428 2121072 6.25 3242448 18314804 176 [2024-07-31T20:30:43.946Z] 20:14:01 9874488 31441564 810856 2.47 406832 20442428 2121072 6.25 3242496 18314804 4 [2024-07-31T20:30:43.946Z] 20:15:01 9874156 31441280 811096 2.47 406860 20442432 2121072 6.25 3242576 18314844 196 [2024-07-31T20:30:43.946Z] 20:16:01 9874100 31441260 811064 2.47 406884 20442432 2121072 6.25 3242596 18314844 8 [2024-07-31T20:30:43.946Z] 20:17:01 9874552 31441728 810728 2.47 406916 20442436 2104552 6.20 3242936 18314852 200 [2024-07-31T20:30:43.946Z] 20:18:01 9874188 31441452 810916 2.47 406948 20442444 2104552 6.20 3242720 18314856 8 [2024-07-31T20:30:43.946Z] 20:19:01 9874212 31441544 810812 2.47 406976 20442444 2104552 6.20 3242632 18314860 184 [2024-07-31T20:30:43.946Z] 20:20:01 9874188 31441528 810732 2.47 407016 20442436 2104552 6.20 3242676 18314864 8 [2024-07-31T20:30:43.946Z] 20:21:01 9874140 31441516 810672 2.47 407052 20442448 2104552 6.20 3242988 18314860 184 [2024-07-31T20:30:43.946Z] 20:22:01 9873832 31441220 810900 2.47 407052 20442452 2104552 6.20 3242728 18314864 8 [2024-07-31T20:30:43.946Z] 20:23:01 9874036 31441492 810604 2.47 407076 20442456 2104552 6.20 3242796 18314872 196 [2024-07-31T20:30:43.946Z] 20:24:01 9874204 31441660 810568 2.47 407100 20442456 2120820 6.25 3242784 18314872 12 [2024-07-31T20:30:43.946Z] 20:25:01 9873748 31441272 810948 2.47 407140 20442460 2104316 6.20 3242936 18314880 196 [2024-07-31T20:30:43.946Z] 20:26:01 9873692 31441252 810896 2.47 407172 20442468 2104316 6.20 3242904 18314880 8 [2024-07-31T20:30:43.946Z] 20:27:01 9873828 31441392 810896 2.47 407188 20442472 2104316 6.20 3242912 18314884 204 [2024-07-31T20:30:43.946Z] 20:28:01 9873812 31441380 810868 2.47 407200 20442476 2104316 6.20 3242904 18314888 8 [2024-07-31T20:30:43.946Z] 20:29:01 9873512 31441084 811088 2.47 407216 20442476 2104316 6.20 3242904 18314888 180 [2024-07-31T20:30:43.946Z] 20:30:01 9873968 31441608 810652 2.47 407252 20442464 2120372 6.25 3243040 18314896 4 [2024-07-31T20:30:43.946Z] Average: 11218167 31318934 936187 2.85 381405 19070584 2414216 7.11 3243765 17040233 106644 [2024-07-31T20:30:43.946Z] [2024-07-31T20:30:43.946Z] 19:29:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-07-31T20:30:43.946Z] 19:30:01 docker0 565.44 516.33 39.04 2873.75 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:30:01 lo 5.53 5.53 0.54 0.54 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:30:01 ens3 1528.25 1414.65 11336.05 181.82 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:31:01 docker0 263.01 380.14 21.89 2066.52 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:31:01 vethbfc5d11 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:31:01 ens3 415.00 284.17 2099.62 39.47 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:32:01 docker0 1.57 1.57 0.12 0.14 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:32:01 vethbfc5d11 1.57 1.60 0.14 0.14 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:32:01 ens3 31.69 21.96 24.60 14.08 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:33:01 vethbfc5d11 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:33:01 ens3 19.61 11.56 21.34 8.60 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 vethc1fb61a 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth1064a43 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 docker0 7.18 11.06 0.46 124.20 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth4e9204e 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth255ea22 4.72 7.23 0.37 92.55 0.00 0.00 0.00 0.01 [2024-07-31T20:30:43.946Z] 19:34:01 veth40bc074 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth33acb17 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth2ea75a4 0.60 0.62 0.05 0.24 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 vethef70fb8 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 lo 1.13 1.13 0.11 0.11 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth3bb8757 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth2d046f0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth88ee432 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 vethd141f52 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 ens3 141.53 120.05 2410.67 163.89 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth369d870 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 veth38f7996 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:34:01 vethfab54f6 1.87 3.67 0.14 31.44 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:35:01 docker0 470.26 764.75 40.15 6863.40 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:35:01 veth2ea75a4 0.07 0.73 0.00 0.03 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:35:01 lo 0.93 0.93 0.08 0.08 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:35:01 ens3 1008.18 570.48 10446.45 63.93 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:36:01 veth897a23c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:36:01 veth57495d1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:36:01 vethfcfd5b1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:36:01 veth3b21f56 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:36:01 vethacd193b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.946Z] 19:36:01 docker0 0.08 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth2ea75a4 0.08 0.07 0.01 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth7e874c7 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth4548e1d 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 lo 0.07 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth77d25fd 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth4c847e2 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth7dcf354 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth349d5d5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 veth8f60cc5 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 ens3 15.23 8.43 12.18 6.50 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:36:01 vethca6bed1 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth897a23c 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth57495d1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 vethfcfd5b1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth3b21f56 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 vethacd193b 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth2ea75a4 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth7e874c7 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth4548e1d 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth77d25fd 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth4c847e2 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth7dcf354 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth349d5d5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 veth8f60cc5 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 ens3 3.48 1.90 2.73 1.46 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:37:01 vethca6bed1 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:38:01 ens3 26.96 14.60 22.37 11.63 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:39:01 ens3 0.63 0.33 1.89 0.02 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:40:01 ens3 0.18 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:41:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:42:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:43:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:44:01 ens3 0.02 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:45:01 ens3 0.35 0.28 0.09 0.08 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:46:01 ens3 2.72 2.15 2.17 3.03 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:47:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:47:01 ens3 5.56 4.72 3.41 3.36 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:48:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:49:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:49:02 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:50:01 ens3 0.14 0.08 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:52:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:53:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:54:01 ens3 0.12 0.02 0.06 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:55:01 ens3 0.27 0.25 0.08 0.08 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:57:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:58:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 19:59:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:00:01 ens3 0.17 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:01:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:02:01 ens3 0.37 0.37 0.25 0.21 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:03:01 ens3 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:04:01 ens3 0.42 0.00 0.04 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:05:01 ens3 0.95 0.80 0.60 0.37 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:06:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:07:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:08:01 ens3 0.07 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:09:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.947Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:10:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:12:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:13:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:14:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:15:01 ens3 0.45 0.40 0.26 0.09 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:17:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:18:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:19:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:20:01 ens3 0.13 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:21:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:22:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:23:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:24:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:25:01 ens3 0.28 0.27 0.08 0.08 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:27:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:29:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] 20:30:01 ens3 0.12 0.08 0.07 0.06 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] Average: docker0 21.44 27.45 1.67 195.61 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] Average: lo 0.22 0.22 0.02 0.02 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] Average: ens3 52.57 40.34 432.69 8.19 0.00 0.00 0.00 0.00 [2024-07-31T20:30:43.948Z] [2024-07-31T20:30:43.948Z] [2024-07-31T20:30:43.948Z] ---> sar -P ALL: [2024-07-31T20:30:43.948Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6896) 07/31/24 _x86_64_ (8 CPU) [2024-07-31T20:30:43.948Z] [2024-07-31T20:30:43.948Z] 19:28:45 LINUX RESTART (8 CPU) [2024-07-31T20:30:43.948Z] [2024-07-31T20:30:43.948Z] 19:29:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T20:30:43.948Z] 19:30:01 all 9.80 0.00 3.15 2.53 0.05 84.47 [2024-07-31T20:30:43.948Z] 19:30:01 0 8.25 0.00 2.60 0.29 0.05 88.81 [2024-07-31T20:30:43.948Z] 19:30:01 1 13.28 0.00 2.62 2.20 0.05 81.85 [2024-07-31T20:30:43.948Z] 19:30:01 2 10.11 0.00 4.09 3.08 0.03 82.68 [2024-07-31T20:30:43.948Z] 19:30:01 3 8.67 0.00 3.01 6.80 0.05 81.46 [2024-07-31T20:30:43.948Z] 19:30:01 4 7.84 0.00 4.00 1.54 0.05 86.57 [2024-07-31T20:30:43.948Z] 19:30:01 5 13.37 0.00 3.18 2.21 0.03 81.20 [2024-07-31T20:30:43.948Z] 19:30:01 6 8.74 0.00 3.60 3.46 0.07 84.13 [2024-07-31T20:30:43.948Z] 19:30:01 7 8.13 0.00 2.07 0.71 0.07 89.04 [2024-07-31T20:30:43.948Z] 19:31:01 all 24.38 0.00 5.08 3.04 0.07 67.43 [2024-07-31T20:30:43.948Z] 19:31:01 0 24.03 0.00 4.91 0.32 0.05 70.69 [2024-07-31T20:30:43.948Z] 19:31:01 1 22.87 0.00 4.51 0.35 0.08 72.18 [2024-07-31T20:30:43.948Z] 19:31:01 2 24.62 0.00 5.86 7.99 0.10 61.44 [2024-07-31T20:30:43.948Z] 19:31:01 3 24.38 0.00 6.41 8.98 0.08 60.14 [2024-07-31T20:30:43.948Z] 19:31:01 4 23.93 0.00 4.26 0.39 0.05 71.37 [2024-07-31T20:30:43.948Z] 19:31:01 5 23.78 0.00 5.03 5.30 0.07 65.83 [2024-07-31T20:30:43.948Z] 19:31:01 6 26.57 0.00 5.08 0.92 0.07 67.36 [2024-07-31T20:30:43.948Z] 19:31:01 7 24.84 0.00 4.60 0.10 0.07 70.40 [2024-07-31T20:30:43.948Z] 19:32:01 all 27.42 0.00 4.37 1.26 0.07 66.87 [2024-07-31T20:30:43.948Z] 19:32:01 0 27.64 0.00 4.97 0.12 0.08 67.19 [2024-07-31T20:30:43.948Z] 19:32:01 1 28.48 0.00 4.39 0.35 0.07 66.72 [2024-07-31T20:30:43.948Z] 19:32:01 2 23.70 0.00 4.24 0.07 0.07 71.92 [2024-07-31T20:30:43.948Z] 19:32:01 3 25.43 0.00 4.48 0.00 0.08 70.01 [2024-07-31T20:30:43.948Z] 19:32:01 4 32.23 0.00 4.36 0.08 0.07 63.26 [2024-07-31T20:30:43.948Z] 19:32:01 5 25.79 0.00 3.85 1.09 0.07 69.19 [2024-07-31T20:30:43.948Z] 19:32:01 6 27.00 0.00 4.13 0.03 0.07 68.76 [2024-07-31T20:30:43.948Z] 19:32:01 7 29.12 0.00 4.57 8.31 0.08 57.91 [2024-07-31T20:30:43.948Z] 19:33:01 all 61.67 0.00 7.79 1.42 0.08 29.04 [2024-07-31T20:30:43.948Z] 19:33:01 0 60.49 0.00 7.61 1.72 0.07 30.11 [2024-07-31T20:30:43.948Z] 19:33:01 1 62.27 0.00 7.38 0.37 0.08 29.89 [2024-07-31T20:30:43.948Z] 19:33:01 2 61.08 0.00 7.89 1.63 0.07 29.34 [2024-07-31T20:30:43.948Z] 19:33:01 3 60.05 0.00 7.17 0.03 0.08 32.66 [2024-07-31T20:30:43.948Z] 19:33:01 4 62.91 0.00 7.78 0.97 0.07 28.26 [2024-07-31T20:30:43.948Z] 19:33:01 5 64.04 0.00 8.49 2.02 0.08 25.37 [2024-07-31T20:30:43.948Z] 19:33:01 6 61.02 0.00 8.09 1.62 0.08 29.18 [2024-07-31T20:30:43.948Z] 19:33:01 7 61.49 0.00 7.93 2.99 0.08 27.50 [2024-07-31T20:30:43.948Z] 19:34:01 all 21.31 0.00 6.72 14.72 0.10 57.16 [2024-07-31T20:30:43.948Z] 19:34:01 0 21.49 0.00 6.65 22.04 0.10 49.71 [2024-07-31T20:30:43.948Z] 19:34:01 1 22.86 0.00 8.12 25.03 0.09 43.90 [2024-07-31T20:30:43.948Z] 19:34:01 2 22.96 0.00 7.88 21.75 0.10 47.31 [2024-07-31T20:30:43.948Z] 19:34:01 3 18.50 0.00 5.74 10.99 0.10 64.67 [2024-07-31T20:30:43.948Z] 19:34:01 4 22.06 0.00 6.62 5.23 0.09 66.00 [2024-07-31T20:30:43.948Z] 19:34:01 5 21.79 0.00 6.59 7.40 0.10 64.11 [2024-07-31T20:30:43.948Z] 19:34:01 6 19.55 0.00 6.19 19.87 0.10 54.28 [2024-07-31T20:30:43.948Z] 19:34:01 7 21.23 0.00 5.97 5.48 0.09 67.24 [2024-07-31T20:30:43.948Z] 19:35:01 all 12.22 0.00 6.92 22.88 0.10 57.89 [2024-07-31T20:30:43.948Z] 19:35:01 0 9.87 0.00 6.48 19.24 0.10 64.31 [2024-07-31T20:30:43.948Z] 19:35:01 1 14.41 0.00 8.11 29.57 0.10 47.81 [2024-07-31T20:30:43.948Z] 19:35:01 2 16.02 0.00 7.51 24.38 0.10 51.98 [2024-07-31T20:30:43.948Z] 19:35:01 3 12.17 0.00 7.17 27.97 0.10 52.59 [2024-07-31T20:30:43.948Z] 19:35:01 4 12.05 0.00 6.78 11.73 0.13 69.31 [2024-07-31T20:30:43.948Z] 19:35:01 5 11.68 0.00 5.36 9.78 0.07 73.11 [2024-07-31T20:30:43.948Z] 19:35:01 6 11.88 0.00 6.04 17.36 0.08 64.63 [2024-07-31T20:30:43.948Z] 19:35:01 7 9.74 0.00 7.90 43.22 0.10 39.04 [2024-07-31T20:30:43.948Z] 19:36:01 all 71.16 0.00 11.31 6.68 0.12 10.73 [2024-07-31T20:30:43.948Z] 19:36:01 0 71.09 0.00 11.46 2.41 0.12 14.93 [2024-07-31T20:30:43.948Z] 19:36:01 1 71.62 0.00 12.11 4.60 0.12 11.56 [2024-07-31T20:30:43.948Z] 19:36:01 2 70.60 0.00 11.70 6.05 0.18 11.47 [2024-07-31T20:30:43.948Z] 19:36:01 3 72.19 0.00 11.65 10.12 0.12 5.92 [2024-07-31T20:30:43.948Z] 19:36:01 4 71.36 0.00 10.23 11.41 0.12 6.88 [2024-07-31T20:30:43.948Z] 19:36:01 5 71.08 0.00 10.92 6.24 0.10 11.66 [2024-07-31T20:30:43.948Z] 19:36:01 6 70.34 0.00 11.85 3.09 0.12 14.60 [2024-07-31T20:30:43.948Z] 19:36:01 7 71.02 0.00 10.55 9.55 0.10 8.78 [2024-07-31T20:30:43.948Z] 19:37:01 all 89.18 0.00 10.65 0.00 0.16 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 0 90.62 0.00 9.23 0.00 0.15 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 1 89.21 0.00 10.65 0.00 0.14 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 2 89.71 0.00 10.12 0.00 0.15 0.02 [2024-07-31T20:30:43.948Z] 19:37:01 3 88.17 0.00 11.66 0.00 0.17 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 4 89.26 0.00 10.55 0.02 0.17 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 5 88.45 0.00 11.38 0.00 0.17 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 6 87.93 0.00 11.89 0.00 0.19 0.00 [2024-07-31T20:30:43.948Z] 19:37:01 7 90.07 0.00 9.80 0.00 0.14 0.00 [2024-07-31T20:30:43.948Z] 19:38:01 all 64.93 0.00 10.73 6.23 0.16 17.95 [2024-07-31T20:30:43.948Z] 19:38:01 0 65.76 0.00 9.79 7.14 0.10 17.21 [2024-07-31T20:30:43.948Z] 19:38:01 1 64.18 0.00 10.50 7.33 0.10 17.89 [2024-07-31T20:30:43.948Z] 19:38:01 2 64.18 0.00 10.57 6.87 0.19 18.19 [2024-07-31T20:30:43.948Z] 19:38:01 3 65.87 0.00 10.59 3.77 0.12 19.65 [2024-07-31T20:30:43.948Z] 19:38:01 4 67.06 0.00 10.47 4.90 0.15 17.42 [2024-07-31T20:30:43.948Z] 19:38:01 5 62.60 0.00 11.91 10.36 0.30 14.83 [2024-07-31T20:30:43.949Z] 19:38:01 6 66.16 0.00 10.33 3.70 0.15 19.65 [2024-07-31T20:30:43.949Z] 19:38:01 7 63.53 0.00 11.71 5.91 0.15 18.69 [2024-07-31T20:30:43.949Z] 19:39:01 all 0.05 0.00 0.01 0.01 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:39:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.949Z] 19:39:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:39:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T20:30:43.949Z] 19:39:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:39:01 4 0.02 0.00 0.00 0.03 0.03 99.92 [2024-07-31T20:30:43.949Z] 19:39:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:39:01 6 0.23 0.00 0.02 0.00 0.02 99.73 [2024-07-31T20:30:43.949Z] 19:39:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:40:01 all 0.09 0.00 0.04 0.01 0.01 99.85 [2024-07-31T20:30:43.949Z] 19:40:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.949Z] 19:40:01 1 0.23 0.00 0.07 0.03 0.02 99.65 [2024-07-31T20:30:43.949Z] 19:40:01 2 0.05 0.00 0.02 0.02 0.00 99.92 [2024-07-31T20:30:43.949Z] 19:40:01 3 0.03 0.00 0.00 0.02 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:40:01 4 0.07 0.00 0.07 0.00 0.03 99.83 [2024-07-31T20:30:43.949Z] 19:40:01 5 0.12 0.00 0.03 0.00 0.02 99.83 [2024-07-31T20:30:43.949Z] 19:40:01 6 0.22 0.00 0.07 0.00 0.00 99.72 [2024-07-31T20:30:43.949Z] 19:40:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.949Z] [2024-07-31T20:30:43.949Z] 19:40:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T20:30:43.949Z] 19:41:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-07-31T20:30:43.949Z] 19:41:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.949Z] 19:41:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:41:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T20:30:43.949Z] 19:41:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:41:01 4 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T20:30:43.949Z] 19:41:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:41:01 6 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:41:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:42:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2024-07-31T20:30:43.949Z] 19:42:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:42:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.949Z] 19:42:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:42:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:42:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:42:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:42:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:42:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.949Z] 19:43:01 all 0.02 0.00 0.01 0.00 0.02 99.94 [2024-07-31T20:30:43.949Z] 19:43:01 0 0.00 0.00 0.02 0.00 0.03 99.95 [2024-07-31T20:30:43.949Z] 19:43:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:43:01 2 0.03 0.00 0.02 0.03 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:43:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:43:01 4 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T20:30:43.949Z] 19:43:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:43:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.949Z] 19:43:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:44:01 all 0.02 0.00 0.02 0.00 0.01 99.95 [2024-07-31T20:30:43.949Z] 19:44:01 0 0.00 0.00 0.05 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:44:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:44:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.949Z] 19:44:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2024-07-31T20:30:43.949Z] 19:44:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T20:30:43.949Z] 19:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:44:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:45:01 all 0.04 0.00 0.02 0.00 0.01 99.92 [2024-07-31T20:30:43.949Z] 19:45:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T20:30:43.949Z] 19:45:01 1 0.03 0.00 0.03 0.02 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:45:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2024-07-31T20:30:43.949Z] 19:45:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:45:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:45:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:45:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:45:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T20:30:43.949Z] 19:46:01 all 0.11 0.00 0.02 0.01 0.02 99.85 [2024-07-31T20:30:43.949Z] 19:46:01 0 0.17 0.00 0.03 0.02 0.02 99.77 [2024-07-31T20:30:43.949Z] 19:46:01 1 0.10 0.00 0.00 0.00 0.02 99.88 [2024-07-31T20:30:43.949Z] 19:46:01 2 0.03 0.00 0.02 0.03 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:46:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.949Z] 19:46:01 4 0.30 0.00 0.02 0.00 0.03 99.65 [2024-07-31T20:30:43.949Z] 19:46:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2024-07-31T20:30:43.949Z] 19:46:01 6 0.10 0.00 0.02 0.00 0.02 99.87 [2024-07-31T20:30:43.949Z] 19:46:01 7 0.07 0.00 0.00 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:47:01 all 0.24 0.00 0.03 0.01 0.01 99.71 [2024-07-31T20:30:43.949Z] 19:47:01 0 0.25 0.00 0.08 0.02 0.02 99.63 [2024-07-31T20:30:43.949Z] 19:47:01 1 0.05 0.00 0.02 0.02 0.00 99.92 [2024-07-31T20:30:43.949Z] 19:47:01 2 0.18 0.00 0.03 0.02 0.00 99.77 [2024-07-31T20:30:43.949Z] 19:47:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:47:01 4 1.13 0.00 0.02 0.00 0.03 98.82 [2024-07-31T20:30:43.949Z] 19:47:01 5 0.15 0.00 0.02 0.00 0.02 99.82 [2024-07-31T20:30:43.949Z] 19:47:01 6 0.07 0.00 0.00 0.00 0.00 99.93 [2024-07-31T20:30:43.949Z] 19:47:01 7 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T20:30:43.949Z] 19:48:01 all 0.27 0.00 0.01 0.00 0.01 99.71 [2024-07-31T20:30:43.949Z] 19:48:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:48:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.949Z] 19:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.949Z] 19:48:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.949Z] 19:48:01 4 1.97 0.00 0.00 0.00 0.02 98.01 [2024-07-31T20:30:43.949Z] 19:48:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:48:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:48:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.949Z] 19:49:02 all 0.28 0.00 0.01 0.01 0.01 99.68 [2024-07-31T20:30:43.949Z] 19:49:02 0 0.03 0.00 0.05 0.00 0.03 99.88 [2024-07-31T20:30:43.949Z] 19:49:02 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:49:02 2 0.02 0.00 0.00 0.05 0.02 99.92 [2024-07-31T20:30:43.949Z] 19:49:02 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:49:02 4 2.09 0.00 0.02 0.00 0.03 97.87 [2024-07-31T20:30:43.949Z] 19:49:02 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T20:30:43.949Z] 19:49:02 6 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T20:30:43.949Z] 19:49:02 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:50:01 all 0.26 0.00 0.01 0.00 0.01 99.71 [2024-07-31T20:30:43.949Z] 19:50:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:50:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.949Z] 19:50:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:50:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.949Z] 19:50:01 4 1.97 0.00 0.02 0.00 0.03 97.98 [2024-07-31T20:30:43.949Z] 19:50:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T20:30:43.949Z] 19:50:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.949Z] 19:50:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:51:01 all 0.09 0.00 0.01 0.00 0.02 99.87 [2024-07-31T20:30:43.949Z] 19:51:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2024-07-31T20:30:43.949Z] 19:51:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:51:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:51:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:51:01 4 0.53 0.00 0.03 0.00 0.03 99.40 [2024-07-31T20:30:43.949Z] 19:51:01 5 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.949Z] 19:51:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.949Z] 19:51:01 7 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-31T20:30:43.949Z] [2024-07-31T20:30:43.949Z] 19:51:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T20:30:43.949Z] 19:52:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-07-31T20:30:43.949Z] 19:52:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T20:30:43.949Z] 19:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:52:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.949Z] 19:52:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.949Z] 19:52:01 4 0.03 0.00 0.02 0.00 0.03 99.92 [2024-07-31T20:30:43.949Z] 19:52:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-31T20:30:43.949Z] 19:52:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:53:01 all 0.02 0.00 0.02 0.00 0.02 99.94 [2024-07-31T20:30:43.949Z] 19:53:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.949Z] 19:53:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.949Z] 19:53:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.949Z] 19:53:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2024-07-31T20:30:43.950Z] 19:53:01 4 0.07 0.00 0.03 0.00 0.03 99.87 [2024-07-31T20:30:43.950Z] 19:53:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:53:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 19:53:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 19:54:01 all 0.05 0.00 0.02 0.00 0.01 99.92 [2024-07-31T20:30:43.950Z] 19:54:01 0 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 19:54:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.950Z] 19:54:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:54:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 19:54:01 4 0.30 0.00 0.03 0.00 0.03 99.63 [2024-07-31T20:30:43.950Z] 19:54:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2024-07-31T20:30:43.950Z] 19:54:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:54:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:55:01 all 0.07 0.00 0.02 0.01 0.01 99.89 [2024-07-31T20:30:43.950Z] 19:55:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 19:55:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:55:01 2 0.02 0.00 0.00 0.03 0.00 99.95 [2024-07-31T20:30:43.950Z] 19:55:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.950Z] 19:55:01 4 0.45 0.00 0.03 0.00 0.03 99.48 [2024-07-31T20:30:43.950Z] 19:55:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T20:30:43.950Z] 19:55:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 19:55:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:56:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-07-31T20:30:43.950Z] 19:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 19:56:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 19:56:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:56:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 19:56:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-31T20:30:43.950Z] 19:56:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 19:56:01 7 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T20:30:43.950Z] 19:57:01 all 0.01 0.00 0.02 0.00 0.01 99.96 [2024-07-31T20:30:43.950Z] 19:57:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:57:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 19:57:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:57:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T20:30:43.950Z] 19:57:01 4 0.00 0.00 0.03 0.00 0.03 99.93 [2024-07-31T20:30:43.950Z] 19:57:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 19:57:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 19:57:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T20:30:43.950Z] 19:58:01 all 0.03 0.00 0.00 0.00 0.01 99.95 [2024-07-31T20:30:43.950Z] 19:58:01 0 0.03 0.00 0.00 0.00 0.03 99.93 [2024-07-31T20:30:43.950Z] 19:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.950Z] 19:58:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.950Z] 19:58:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:58:01 4 0.05 0.00 0.02 0.00 0.03 99.90 [2024-07-31T20:30:43.950Z] 19:58:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:58:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:58:01 7 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 19:59:01 all 0.02 0.00 0.01 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 19:59:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T20:30:43.950Z] 19:59:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 19:59:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 19:59:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T20:30:43.950Z] 19:59:01 4 0.02 0.00 0.00 0.00 0.03 99.95 [2024-07-31T20:30:43.950Z] 19:59:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T20:30:43.950Z] 19:59:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 19:59:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:00:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-07-31T20:30:43.950Z] 20:00:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 20:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:00:01 2 0.03 0.00 0.00 0.03 0.00 99.93 [2024-07-31T20:30:43.950Z] 20:00:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 20:00:01 4 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.950Z] 20:00:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T20:30:43.950Z] 20:00:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:00:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T20:30:43.950Z] 20:01:01 all 0.03 0.00 0.02 0.02 0.01 99.92 [2024-07-31T20:30:43.950Z] 20:01:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.950Z] 20:01:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:01:01 2 0.00 0.00 0.02 0.03 0.00 99.95 [2024-07-31T20:30:43.950Z] 20:01:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:01:01 4 0.12 0.00 0.02 0.00 0.03 99.83 [2024-07-31T20:30:43.950Z] 20:01:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:01:01 6 0.02 0.00 0.00 0.15 0.00 99.83 [2024-07-31T20:30:43.950Z] 20:01:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:02:01 all 0.18 0.00 0.01 0.00 0.01 99.79 [2024-07-31T20:30:43.950Z] 20:02:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2024-07-31T20:30:43.950Z] 20:02:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:02:01 2 0.05 0.00 0.00 0.00 0.00 99.95 [2024-07-31T20:30:43.950Z] 20:02:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2024-07-31T20:30:43.950Z] 20:02:01 4 1.21 0.00 0.03 0.00 0.03 98.73 [2024-07-31T20:30:43.950Z] 20:02:01 5 0.08 0.00 0.02 0.00 0.02 99.88 [2024-07-31T20:30:43.950Z] 20:02:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 20:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] [2024-07-31T20:30:43.950Z] 20:02:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T20:30:43.950Z] 20:03:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2024-07-31T20:30:43.950Z] 20:03:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.950Z] 20:03:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:03:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:03:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 20:03:01 4 2.02 0.00 0.02 0.00 0.03 97.93 [2024-07-31T20:30:43.950Z] 20:03:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:03:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:03:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:04:01 all 0.29 0.00 0.01 0.00 0.02 99.68 [2024-07-31T20:30:43.950Z] 20:04:01 0 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.950Z] 20:04:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:04:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2024-07-31T20:30:43.950Z] 20:04:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:04:01 4 2.02 0.00 0.02 0.00 0.03 97.93 [2024-07-31T20:30:43.950Z] 20:04:01 5 0.08 0.00 0.02 0.00 0.02 99.88 [2024-07-31T20:30:43.950Z] 20:04:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:04:01 7 0.10 0.00 0.02 0.00 0.02 99.87 [2024-07-31T20:30:43.950Z] 20:05:01 all 0.28 0.00 0.01 0.00 0.01 99.70 [2024-07-31T20:30:43.950Z] 20:05:01 0 0.05 0.00 0.02 0.00 0.03 99.90 [2024-07-31T20:30:43.950Z] 20:05:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:05:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:05:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:05:01 4 2.07 0.00 0.00 0.00 0.00 97.93 [2024-07-31T20:30:43.950Z] 20:05:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:05:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:05:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:06:01 all 0.21 0.00 0.01 0.00 0.01 99.76 [2024-07-31T20:30:43.950Z] 20:06:01 0 0.02 0.00 0.05 0.00 0.05 99.88 [2024-07-31T20:30:43.950Z] 20:06:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:06:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:06:01 4 1.50 0.00 0.00 0.00 0.00 98.50 [2024-07-31T20:30:43.950Z] 20:06:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T20:30:43.950Z] 20:06:01 6 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:06:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 20:07:01 all 0.18 0.00 0.01 0.00 0.01 99.80 [2024-07-31T20:30:43.950Z] 20:07:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:07:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 20:07:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:07:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:07:01 4 1.32 0.00 0.00 0.00 0.02 98.66 [2024-07-31T20:30:43.950Z] 20:07:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.950Z] 20:07:01 6 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:07:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 20:08:01 all 0.06 0.00 0.01 0.00 0.02 99.91 [2024-07-31T20:30:43.950Z] 20:08:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2024-07-31T20:30:43.950Z] 20:08:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:08:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:08:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:08:01 4 0.28 0.00 0.00 0.00 0.00 99.72 [2024-07-31T20:30:43.950Z] 20:08:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.950Z] 20:08:01 6 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T20:30:43.950Z] 20:08:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.950Z] 20:09:01 all 0.02 0.00 0.01 0.00 0.01 99.96 [2024-07-31T20:30:43.950Z] 20:09:01 0 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T20:30:43.950Z] 20:09:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:09:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T20:30:43.950Z] 20:09:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:09:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 20:09:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T20:30:43.950Z] 20:09:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:09:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:10:01 all 0.12 0.00 0.01 0.00 0.01 99.85 [2024-07-31T20:30:43.950Z] 20:10:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2024-07-31T20:30:43.950Z] 20:10:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.950Z] 20:10:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:10:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 20:10:01 4 0.78 0.00 0.02 0.00 0.00 99.20 [2024-07-31T20:30:43.950Z] 20:10:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T20:30:43.950Z] 20:10:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 20:10:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:11:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-07-31T20:30:43.950Z] 20:11:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.950Z] 20:11:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2024-07-31T20:30:43.950Z] 20:11:01 2 0.00 0.00 0.00 0.03 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:11:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:11:01 4 0.08 0.00 0.02 0.00 0.02 99.88 [2024-07-31T20:30:43.950Z] 20:11:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.950Z] 20:11:01 7 0.02 0.00 0.00 0.00 0.03 99.95 [2024-07-31T20:30:43.950Z] 20:12:01 all 0.03 0.00 0.01 0.05 0.01 99.90 [2024-07-31T20:30:43.950Z] 20:12:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:12:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.950Z] 20:12:01 2 0.00 0.00 0.00 0.37 0.02 99.62 [2024-07-31T20:30:43.950Z] 20:12:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.950Z] 20:12:01 4 0.18 0.00 0.00 0.00 0.00 99.82 [2024-07-31T20:30:43.950Z] 20:12:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T20:30:43.950Z] 20:12:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.950Z] 20:12:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:13:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2024-07-31T20:30:43.950Z] 20:13:01 0 0.10 0.00 0.03 0.00 0.05 99.82 [2024-07-31T20:30:43.950Z] 20:13:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.950Z] 20:13:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:13:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.950Z] 20:13:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.950Z] 20:13:01 5 0.10 0.00 0.02 0.00 0.02 99.87 [2024-07-31T20:30:43.950Z] 20:13:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:13:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] [2024-07-31T20:30:43.951Z] 20:13:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T20:30:43.951Z] 20:14:01 all 0.07 0.00 0.01 0.00 0.01 99.90 [2024-07-31T20:30:43.951Z] 20:14:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.951Z] 20:14:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:14:01 2 0.00 0.00 0.00 0.03 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:14:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.951Z] 20:14:01 4 0.50 0.00 0.00 0.00 0.00 99.50 [2024-07-31T20:30:43.951Z] 20:14:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:14:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:14:01 7 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.951Z] 20:15:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2024-07-31T20:30:43.951Z] 20:15:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:15:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:15:01 2 0.03 0.00 0.00 0.02 0.00 99.95 [2024-07-31T20:30:43.951Z] 20:15:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:15:01 4 1.99 0.00 0.00 0.00 0.02 98.00 [2024-07-31T20:30:43.951Z] 20:15:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:15:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:15:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:16:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2024-07-31T20:30:43.951Z] 20:16:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.951Z] 20:16:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:16:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:16:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:16:01 4 1.97 0.00 0.00 0.00 0.00 98.03 [2024-07-31T20:30:43.951Z] 20:16:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T20:30:43.951Z] 20:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:17:01 all 0.27 0.00 0.02 0.00 0.02 99.70 [2024-07-31T20:30:43.951Z] 20:17:01 0 0.07 0.00 0.02 0.00 0.03 99.88 [2024-07-31T20:30:43.951Z] 20:17:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T20:30:43.951Z] 20:17:01 2 0.00 0.00 0.02 0.02 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:17:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:17:01 4 1.95 0.00 0.00 0.00 0.02 98.03 [2024-07-31T20:30:43.951Z] 20:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:17:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:17:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T20:30:43.951Z] 20:18:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2024-07-31T20:30:43.951Z] 20:18:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T20:30:43.951Z] 20:18:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.951Z] 20:18:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:18:01 3 0.00 0.00 0.02 0.02 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:18:01 4 1.95 0.00 0.00 0.00 0.00 98.05 [2024-07-31T20:30:43.951Z] 20:18:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:18:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:18:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:19:01 all 0.09 0.00 0.02 0.00 0.02 99.87 [2024-07-31T20:30:43.951Z] 20:19:01 0 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.951Z] 20:19:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2024-07-31T20:30:43.951Z] 20:19:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:19:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:19:01 4 0.55 0.00 0.07 0.00 0.02 99.37 [2024-07-31T20:30:43.951Z] 20:19:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2024-07-31T20:30:43.951Z] 20:19:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:19:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:20:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2024-07-31T20:30:43.951Z] 20:20:01 0 0.08 0.00 0.03 0.00 0.03 99.85 [2024-07-31T20:30:43.951Z] 20:20:01 1 0.03 0.00 0.05 0.00 0.02 99.90 [2024-07-31T20:30:43.951Z] 20:20:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:20:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:20:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-07-31T20:30:43.951Z] 20:20:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2024-07-31T20:30:43.951Z] 20:20:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:20:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T20:30:43.951Z] 20:21:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2024-07-31T20:30:43.951Z] 20:21:01 0 0.03 0.00 0.02 0.00 0.03 99.92 [2024-07-31T20:30:43.951Z] 20:21:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:21:01 2 0.00 0.00 0.00 0.02 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:21:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:21:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:21:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:21:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T20:30:43.951Z] 20:21:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:22:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2024-07-31T20:30:43.951Z] 20:22:01 0 0.00 0.00 0.03 0.00 0.03 99.93 [2024-07-31T20:30:43.951Z] 20:22:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.951Z] 20:22:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:22:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:22:01 4 0.25 0.00 0.00 0.00 0.00 99.75 [2024-07-31T20:30:43.951Z] 20:22:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:22:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:22:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:23:01 all 0.08 0.00 0.02 0.00 0.01 99.89 [2024-07-31T20:30:43.951Z] 20:23:01 0 0.05 0.00 0.05 0.00 0.02 99.88 [2024-07-31T20:30:43.951Z] 20:23:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:23:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:23:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:23:01 4 0.33 0.00 0.00 0.00 0.02 99.65 [2024-07-31T20:30:43.951Z] 20:23:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2024-07-31T20:30:43.951Z] 20:23:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:23:01 7 0.05 0.00 0.03 0.00 0.02 99.90 [2024-07-31T20:30:43.951Z] 20:24:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-07-31T20:30:43.951Z] 20:24:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T20:30:43.951Z] 20:24:01 1 0.02 0.00 0.05 0.00 0.03 99.90 [2024-07-31T20:30:43.951Z] 20:24:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:24:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:24:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:24:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:24:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] [2024-07-31T20:30:43.951Z] 20:24:01 CPU %user %nice %system %iowait %steal %idle [2024-07-31T20:30:43.951Z] 20:25:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2024-07-31T20:30:43.951Z] 20:25:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:25:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:25:01 2 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:25:01 3 0.05 0.00 0.02 0.02 0.03 99.88 [2024-07-31T20:30:43.951Z] 20:25:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:25:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:25:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:25:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:26:01 all 0.02 0.00 0.01 0.01 0.02 99.94 [2024-07-31T20:30:43.951Z] 20:26:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:26:01 1 0.02 0.00 0.03 0.00 0.03 99.92 [2024-07-31T20:30:43.951Z] 20:26:01 2 0.00 0.00 0.00 0.07 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:26:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:26:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:26:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2024-07-31T20:30:43.951Z] 20:26:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:26:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:27:01 all 0.02 0.00 0.01 0.14 0.01 99.82 [2024-07-31T20:30:43.951Z] 20:27:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2024-07-31T20:30:43.951Z] 20:27:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2024-07-31T20:30:43.951Z] 20:27:01 2 0.00 0.00 0.00 1.15 0.00 98.85 [2024-07-31T20:30:43.951Z] 20:27:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2024-07-31T20:30:43.951Z] 20:27:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:27:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:27:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:27:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:28:01 all 0.16 0.00 0.01 0.00 0.01 99.80 [2024-07-31T20:30:43.951Z] 20:28:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:28:01 1 0.07 0.00 0.03 0.00 0.03 99.87 [2024-07-31T20:30:43.951Z] 20:28:01 2 1.01 0.00 0.00 0.02 0.02 98.96 [2024-07-31T20:30:43.951Z] 20:28:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:28:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:28:01 5 0.08 0.00 0.03 0.00 0.02 99.87 [2024-07-31T20:30:43.951Z] 20:28:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:28:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:29:01 all 0.14 0.00 0.01 0.00 0.01 99.83 [2024-07-31T20:30:43.951Z] 20:29:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:29:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:29:01 2 0.98 0.00 0.02 0.02 0.02 98.97 [2024-07-31T20:30:43.951Z] 20:29:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:29:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:29:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-07-31T20:30:43.951Z] 20:29:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-07-31T20:30:43.951Z] 20:29:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2024-07-31T20:30:43.951Z] 20:30:01 all 0.04 0.00 0.01 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:30:01 0 0.07 0.00 0.02 0.00 0.02 99.90 [2024-07-31T20:30:43.951Z] 20:30:01 1 0.10 0.00 0.02 0.00 0.03 99.85 [2024-07-31T20:30:43.951Z] 20:30:01 2 0.02 0.00 0.00 0.02 0.02 99.95 [2024-07-31T20:30:43.951Z] 20:30:01 3 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-07-31T20:30:43.951Z] 20:30:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-07-31T20:30:43.951Z] 20:30:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-07-31T20:30:43.951Z] 20:30:01 7 0.08 0.00 0.02 0.00 0.02 99.88 [2024-07-31T20:30:43.951Z] Average: all 6.26 0.00 1.09 0.96 0.03 91.67 [2024-07-31T20:30:43.951Z] Average: 0 6.20 0.00 1.06 0.86 0.04 91.84 [2024-07-31T20:30:43.951Z] Average: 1 6.33 0.00 1.12 1.13 0.02 91.40 [2024-07-31T20:30:43.951Z] Average: 2 6.22 0.00 1.13 1.20 0.02 91.43 [2024-07-31T20:30:43.951Z] Average: 3 6.06 0.00 1.10 1.12 0.02 91.70 [2024-07-31T20:30:43.951Z] Average: 4 6.76 0.00 1.06 0.59 0.03 91.56 [2024-07-31T20:30:43.951Z] Average: 5 6.18 0.00 1.09 0.71 0.03 91.99 [2024-07-31T20:30:43.951Z] Average: 6 6.17 0.00 1.10 0.81 0.02 91.89 [2024-07-31T20:30:43.951Z] Average: 7 6.16 0.00 1.06 1.23 0.02 91.53 [2024-07-31T20:30:43.951Z] [2024-07-31T20:30:43.951Z] [2024-07-31T20:30:43.951Z]