Pull request #4786 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 39a5a4d2757c1de410298cadb43b906f19e1a093+c9d1faab620fff591bec2a07ba94ff74d67ceba9 (ab7d0f3bbb472638671f0e5d9a11e407aae4487d) 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-ssh6929087869469738725.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-ssh4586334216541999311.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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-4786/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-4786/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh792221294603730652.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-4786/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh12412945038998029915.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 33739fb647ab338ef2ce3bfc8312bfbcef468f88 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 33739fb647ab338ef2ce3bfc8312bfbcef468f88 # timeout=10 Commit message: "Merge pull request #447 from ernestojeda/fix-release-changelog" > 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-ssh1540329462909015019.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-4786/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-4786/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16346911558422539734.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 33739fb647ab338ef2ce3bfc8312bfbcef468f88 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 Running on prd-ubuntu20.04-docker-8c-8g-1888 in /w/workspace/edgexfoundry_edgex-go_PR-4786 [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 c9d1faab620fff591bec2a07ba94ff74d67ceba9 into PR head commit 39a5a4d2757c1de410298cadb43b906f19e1a093 Merge succeeded, producing 39a5a4d2757c1de410298cadb43b906f19e1a093 Checking out Revision 39a5a4d2757c1de410298cadb43b906f19e1a093 (PR-4786) Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.7 to 2.2.0" First time build. Skipping changelog. > 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/4786/head:refs/remotes/origin/PR-4786 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # 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 c9d1faab620fff591bec2a07ba94ff74d67ceba9 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-04-02T19:32:22.423Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-04-02T19:32:22.606Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-04-02T19:32:22.722Z] ========================================================= [2024-04-02T19:32:22.722Z] EdgeX Global Pipelines Version Info [2024-04-02T19:32:22.722Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-04-02T19:32:23.472Z] ------------------- [2024-04-02T19:32:23.472Z] stable info: [2024-04-02T19:32:23.472Z] ------------------- [2024-04-02T19:32:23.472Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2024-04-02T19:32:23.472Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-04-02T19:32:23.472Z] Message: update stable to v1.0.258 [2024-04-02T19:32:24.043Z] ------------------- [2024-04-02T19:32:24.043Z] experimental info: [2024-04-02T19:32:24.043Z] ------------------- [2024-04-02T19:32:24.043Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2024-04-02T19:32:24.043Z] Commit SHA: 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-04-02T19:32:24.043Z] Message: update experimental to v1.0.258 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-04-02T19:32:24.245Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-04-02T19:32:24.295Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-04-02T19:32:24.342Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-04-02T19:32:24.387Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-04-02T19:32:24.435Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-04-02T19:32:24.481Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-04-02T19:32:24.526Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-04-02T19:32:24.574Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-04-02T19:32:24.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-04-02T19:32:24.668Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-04-02T19:32:24.722Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-04-02T19:32:24.767Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-04-02T19:32:24.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-04-02T19:32:24.850Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-04-02T19:32:24.885Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-04-02T19:32:24.943Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-04-02T19:32:24.986Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-04-02T19:32:25.036Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-04-02T19:32:25.089Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-04-02T19:32:25.140Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-04-02T19:32:25.183Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-04-02T19:32:25.236Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-04-02T19:32:25.283Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-04-02T19:32:25.332Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4786 [Pipeline] echo [2024-04-02T19:32:25.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4786 [Pipeline] echo [2024-04-02T19:32:25.430Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4786 [Pipeline] echo [2024-04-02T19:32:25.477Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] echo [2024-04-02T19:32:25.529Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 39a5a4d [Pipeline] echo [2024-04-02T19:32:25.579Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-04-02T19:32:25.698Z] provisioning config files... [2024-04-02T19:32:25.714Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config5614177820573712710tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-04-02T19:32:26.092Z] ---> ****-login.sh [2024-04-02T19:32:26.093Z] nexus3.edgexfoundry.org:10001 [2024-04-02T19:32:26.353Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:32:26.353Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:32:26.353Z] Configure a credential helper to remove this warning. See [2024-04-02T19:32:26.353Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:32:26.353Z] [2024-04-02T19:32:26.353Z] Login Succeeded [2024-04-02T19:32:26.353Z] nexus3.edgexfoundry.org:10002 [2024-04-02T19:32:26.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:32:26.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:32:26.614Z] Configure a credential helper to remove this warning. See [2024-04-02T19:32:26.614Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:32:26.614Z] [2024-04-02T19:32:26.614Z] Login Succeeded [2024-04-02T19:32:26.614Z] nexus3.edgexfoundry.org:10003 [2024-04-02T19:32:26.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:32:26.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:32:26.614Z] Configure a credential helper to remove this warning. See [2024-04-02T19:32:26.614Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:32:26.614Z] [2024-04-02T19:32:26.614Z] Login Succeeded [2024-04-02T19:32:26.614Z] nexus3.edgexfoundry.org:10004 [2024-04-02T19:32:26.615Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:32:26.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:32:26.876Z] Configure a credential helper to remove this warning. See [2024-04-02T19:32:26.876Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:32:26.876Z] [2024-04-02T19:32:26.876Z] Login Succeeded [2024-04-02T19:32:26.876Z] ****.io [2024-04-02T19:32:26.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:32:27.137Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:32:27.137Z] Configure a credential helper to remove this warning. See [2024-04-02T19:32:27.137Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:32:27.137Z] [2024-04-02T19:32:27.138Z] Login Succeeded [2024-04-02T19:32:27.138Z] ---> ****-login.sh ends [Pipeline] } [2024-04-02T19:32:27.166Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-04-02T19:32:27.607Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-04-02T19:32:27.607Z] + dirname cmd/core-command/Dockerfile [2024-04-02T19:32:27.607Z] + cut -d/ -f2 [2024-04-02T19:32:27.607Z] + echo core-command,cmd/core-command/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/core-data/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo core-data,cmd/core-data/Dockerfile [2024-04-02T19:32:27.608Z] + dirname+ cmd/core-metadata/Dockerfile [2024-04-02T19:32:27.608Z] cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-04-02T19:32:27.608Z] + + cut -d/ -f2 [2024-04-02T19:32:27.608Z] dirname cmd/security-secretstore-setup/Dockerfile [2024-04-02T19:32:27.608Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/security-spire-agent/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/security-spire-config/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-04-02T19:32:27.608Z] + + dirname cmd/security-spire-server/Dockerfile [2024-04-02T19:32:27.608Z] cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/support-notifications/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-04-02T19:32:27.608Z] + dirname cmd/support-scheduler/Dockerfile [2024-04-02T19:32:27.608Z] + cut -d/ -f2 [2024-04-02T19:32:27.608Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-04-02T19:32:27.647Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-04-02T19:32:28.167Z] + git rev-list -1 --merges 39a5a4d2757c1de410298cadb43b906f19e1a093~1..39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] echo [2024-04-02T19:32:28.204Z] -----------> git rev-list -1 --merges 39a5a4d2757c1de410298cadb43b906f19e1a093~1..39a5a4d2757c1de410298cadb43b906f19e1a093 39a5a4d2757c1de410298cadb43b906f19e1a093 [false] [Pipeline] sh [2024-04-02T19:32:28.549Z] + git log --format=format:%s -1 39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] echo [2024-04-02T19:32:28.591Z] ========================================================= [2024-04-02T19:32:28.591Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-04-02T19:32:28.591Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-04-02T19:32:29.147Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-04-02T19:32:29.147Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-04-02T19:32:29.147Z] + [ -e /tmp/ssh_known_hosts ] [2024-04-02T19:32:29.147Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-04-02T19:32:29.147Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-04-02T19:32:29.147Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-04-02T19:32:29.147Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:32:29.644Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-04-02T19:32:29.644Z] [2024-04-02T19:32:29.644Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:32:30.029Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-04-02T19:32:30.030Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-04-02T19:32:30.030Z] b85a868b505f: Pulling fs layer [2024-04-02T19:32:30.030Z] e2be974225ed: Pulling fs layer [2024-04-02T19:32:30.030Z] 339a4e72a1f5: Pulling fs layer [2024-04-02T19:32:30.030Z] 988bab9f4d93: Pulling fs layer [2024-04-02T19:32:30.030Z] 1469e6f7b9e6: Pulling fs layer [2024-04-02T19:32:30.030Z] eaf3925da568: Pulling fs layer [2024-04-02T19:32:30.030Z] bab4dde63d76: Pulling fs layer [2024-04-02T19:32:30.030Z] bde34c3a00c8: Pulling fs layer [2024-04-02T19:32:30.030Z] b352a97aabf1: Pulling fs layer [2024-04-02T19:32:30.030Z] 4872d77fe225: Pulling fs layer [2024-04-02T19:32:30.030Z] 5851b861e8e6: Pulling fs layer [2024-04-02T19:32:30.030Z] eaf3925da568: Waiting [2024-04-02T19:32:30.030Z] bab4dde63d76: Waiting [2024-04-02T19:32:30.030Z] 988bab9f4d93: Waiting [2024-04-02T19:32:30.030Z] bde34c3a00c8: Waiting [2024-04-02T19:32:30.030Z] b352a97aabf1: Waiting [2024-04-02T19:32:30.030Z] 4872d77fe225: Waiting [2024-04-02T19:32:30.030Z] 1469e6f7b9e6: Waiting [2024-04-02T19:32:30.030Z] 5851b861e8e6: Waiting [2024-04-02T19:32:30.030Z] e2be974225ed: Verifying Checksum [2024-04-02T19:32:30.030Z] e2be974225ed: Download complete [2024-04-02T19:32:30.030Z] 988bab9f4d93: Download complete [2024-04-02T19:32:30.288Z] 1469e6f7b9e6: Verifying Checksum [2024-04-02T19:32:30.288Z] 1469e6f7b9e6: Download complete [2024-04-02T19:32:30.288Z] eaf3925da568: Verifying Checksum [2024-04-02T19:32:30.288Z] eaf3925da568: Download complete [2024-04-02T19:32:30.288Z] 339a4e72a1f5: Verifying Checksum [2024-04-02T19:32:30.288Z] 339a4e72a1f5: Download complete [2024-04-02T19:32:30.288Z] bde34c3a00c8: Verifying Checksum [2024-04-02T19:32:30.288Z] bde34c3a00c8: Download complete [2024-04-02T19:32:30.288Z] b352a97aabf1: Download complete [2024-04-02T19:32:30.288Z] 4872d77fe225: Download complete [2024-04-02T19:32:30.288Z] 5851b861e8e6: Verifying Checksum [2024-04-02T19:32:30.288Z] 5851b861e8e6: Download complete [2024-04-02T19:32:30.288Z] b85a868b505f: Verifying Checksum [2024-04-02T19:32:30.288Z] b85a868b505f: Download complete [2024-04-02T19:32:30.546Z] bab4dde63d76: Verifying Checksum [2024-04-02T19:32:30.546Z] bab4dde63d76: Download complete [2024-04-02T19:32:31.480Z] b85a868b505f: Pull complete [2024-04-02T19:32:31.480Z] e2be974225ed: Pull complete [2024-04-02T19:32:32.048Z] 339a4e72a1f5: Pull complete [2024-04-02T19:32:32.048Z] 988bab9f4d93: Pull complete [2024-04-02T19:32:32.307Z] 1469e6f7b9e6: Pull complete [2024-04-02T19:32:32.307Z] eaf3925da568: Pull complete [2024-04-02T19:32:34.211Z] bab4dde63d76: Pull complete [2024-04-02T19:32:34.212Z] bde34c3a00c8: Pull complete [2024-04-02T19:32:34.212Z] b352a97aabf1: Pull complete [2024-04-02T19:32:34.212Z] 4872d77fe225: Pull complete [2024-04-02T19:32:34.212Z] 5851b861e8e6: Pull complete [2024-04-02T19:32:34.212Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-04-02T19:32:34.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-04-02T19:32:34.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:32:34.450Z] prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container [2024-04-02T19:32:34.471Z] $ 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-04-02T19:32:37.287Z] $ docker top b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 -eo pid,comm [2024-04-02T19:32:37.350Z] 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-04-02T19:32:37.350Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-04-02T19:32:37.499Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-04-02T19:32:37.499Z] [ssh-agent] Looking for ssh-agent implementation... [2024-04-02T19:32:37.605Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-04-02T19:32:37.597Z] $ docker exec b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent [2024-04-02T19:32:37.715Z] SSH_AUTH_SOCK=/tmp/ssh-Rkg8j0Bi3tML/agent.32 [2024-04-02T19:32:37.715Z] SSH_AGENT_PID=38 [2024-04-02T19:32:37.721Z] Running ssh-add (command line suppressed) [2024-04-02T19:32:37.806Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_16113475756285219895.key (/w/workspace/edgex-go/1@tmp/private_key_16113475756285219895.key) [2024-04-02T19:32:37.829Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-04-02T19:32:38.164Z] + git tag --points-at HEAD [Pipeline] } [2024-04-02T19:32:38.180Z] $ docker exec --env ******** --env ******** b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent -k [2024-04-02T19:32:38.268Z] unset SSH_AUTH_SOCK; [2024-04-02T19:32:38.269Z] unset SSH_AGENT_PID; [2024-04-02T19:32:38.269Z] echo Agent pid 38 killed; [2024-04-02T19:32:38.289Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-04-02T19:32:38.381Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-04-02T19:32:38.381Z] [ssh-agent] Looking for ssh-agent implementation... [2024-04-02T19:32:38.492Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-04-02T19:32:38.484Z] $ docker exec b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent [2024-04-02T19:32:38.595Z] SSH_AUTH_SOCK=/tmp/ssh-kNL9fVKC494I/agent.71 [2024-04-02T19:32:38.595Z] SSH_AGENT_PID=77 [2024-04-02T19:32:38.600Z] Running ssh-add (command line suppressed) [2024-04-02T19:32:38.682Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10897819493921095044.key (/w/workspace/edgex-go/1@tmp/private_key_10897819493921095044.key) [2024-04-02T19:32:38.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-04-02T19:32:39.040Z] + git semver init [2024-04-02T19:32:39.299Z] 2024-04-02 19:32:39,199 [run_init] DEBUG init version:0.0.0 force:False [2024-04-02T19:32:39.299Z] 2024-04-02 19:32:39,200 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-04-02T19:32:39.299Z] 2024-04-02 19:32:39,201 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-04-02T19:32:39.299Z] 2024-04-02 19:32:39,201 [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-04-02T19:32:44.572Z] 2024-04-02 19:32:44,111 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,111 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4786 with force:False [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,111 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4786 [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,116 [execute] INFO git cat-file --batch-check [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,116 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,123 [execute] INFO git cat-file --batch [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,123 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-04-02T19:32:44.572Z] 2024-04-02 19:32:44,130 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4786 [2024-04-02T19:32:44.572Z] 0.0.0 [Pipeline] } [2024-04-02T19:32:44.603Z] $ docker exec --env ******** --env ******** b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 ssh-agent -k [2024-04-02T19:32:44.713Z] unset SSH_AUTH_SOCK; [2024-04-02T19:32:44.713Z] unset SSH_AGENT_PID; [2024-04-02T19:32:44.714Z] echo Agent pid 77 killed; [2024-04-02T19:32:44.733Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-04-02T19:32:45.160Z] + git semver [Pipeline] } [2024-04-02T19:32:45.431Z] $ docker stop --time=1 b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 [2024-04-02T19:32:46.714Z] $ docker rm -f --volumes b1e430d7cc245d66ea02b36cffd60cfae8550dd940bb330e095ec440765e7534 [Pipeline] // withDockerContainer [Pipeline] sh [2024-04-02T19:32:47.157Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-04-02T19:32:47.481Z] Stashed 1 file(s) [Pipeline] echo [2024-04-02T19:32:47.503Z] [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-04-02T19:32:48.345Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-04-02T19:32:48.385Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-04-02T19:32:48.434Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-04-02T19:32:48.473Z] ========================================================= [2024-04-02T19:32:48.473Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-04-02T19:32:48.473Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-04-02T19:32:48.817Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-04-02T19:32:48.817Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-04-02T19:32:48.817Z] 7264a8db6415: Pulling fs layer [2024-04-02T19:32:48.817Z] c4d48a809fc2: Pulling fs layer [2024-04-02T19:32:48.817Z] 4f1c88b9dad5: Pulling fs layer [2024-04-02T19:32:48.817Z] ad3a456e5733: Pulling fs layer [2024-04-02T19:32:48.817Z] 69c7f0334f64: Pulling fs layer [2024-04-02T19:32:48.817Z] 1f1c1a5573a3: Pulling fs layer [2024-04-02T19:32:48.817Z] ad3a456e5733: Waiting [2024-04-02T19:32:48.817Z] ce7588e14bc9: Pulling fs layer [2024-04-02T19:32:48.817Z] b5e4710f87ac: Pulling fs layer [2024-04-02T19:32:48.817Z] ce7588e14bc9: Waiting [2024-04-02T19:32:48.817Z] 1f1c1a5573a3: Waiting [2024-04-02T19:32:48.817Z] b5e4710f87ac: Waiting [2024-04-02T19:32:48.817Z] c4d48a809fc2: Download complete [2024-04-02T19:32:48.817Z] ad3a456e5733: Verifying Checksum [2024-04-02T19:32:48.817Z] ad3a456e5733: Download complete [2024-04-02T19:32:48.817Z] 69c7f0334f64: Download complete [2024-04-02T19:32:48.817Z] 7264a8db6415: Verifying Checksum [2024-04-02T19:32:48.817Z] 7264a8db6415: Download complete [2024-04-02T19:32:48.817Z] 1f1c1a5573a3: Verifying Checksum [2024-04-02T19:32:48.817Z] 1f1c1a5573a3: Download complete [2024-04-02T19:32:49.076Z] 7264a8db6415: Pull complete [2024-04-02T19:32:49.076Z] c4d48a809fc2: Pull complete [2024-04-02T19:32:49.076Z] b5e4710f87ac: Verifying Checksum [2024-04-02T19:32:49.076Z] b5e4710f87ac: Download complete [2024-04-02T19:32:49.334Z] 4f1c88b9dad5: Verifying Checksum [2024-04-02T19:32:49.335Z] 4f1c88b9dad5: Download complete [2024-04-02T19:32:49.593Z] ce7588e14bc9: Verifying Checksum [2024-04-02T19:32:49.593Z] ce7588e14bc9: Download complete [2024-04-02T19:32:52.129Z] 4f1c88b9dad5: Pull complete [2024-04-02T19:32:52.129Z] ad3a456e5733: Pull complete [2024-04-02T19:32:52.129Z] 69c7f0334f64: Pull complete [2024-04-02T19:32:52.386Z] 1f1c1a5573a3: Pull complete [2024-04-02T19:32:54.285Z] ce7588e14bc9: Pull complete [2024-04-02T19:32:54.851Z] b5e4710f87ac: Pull complete [2024-04-02T19:32:54.851Z] Digest: sha256:f80dd7bb8fdf010369d5adb4058a62695265b22e897ca6aac7b42af84fdce50e [2024-04-02T19:32:54.851Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-04-02T19:32:54.851Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-04-02T19:32:55.216Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-04-02T19:32:55.216Z] WORKDIR /edgex [2024-04-02T19:32:55.216Z] COPY go.mod . [2024-04-02T19:32:55.216Z] RUN go mod download [2024-04-02T19:32:55.216Z] + docker build -t ci-base-image-x86_64 -f - . [2024-04-02T19:32:55.784Z] Sending build context to Docker daemon 175.4MB [2024-04-02T19:32:55.784Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-04-02T19:32:55.784Z] ---> 88b5674ff536 [2024-04-02T19:32:55.784Z] Step 2/4 : WORKDIR /edgex [2024-04-02T19:33:01.058Z] ---> Running in c7d563a7e3b1 [2024-04-02T19:33:01.058Z] Removing intermediate container c7d563a7e3b1 [2024-04-02T19:33:01.058Z] ---> 3caea598ee7a [2024-04-02T19:33:01.058Z] Step 3/4 : COPY go.mod . [2024-04-02T19:33:01.058Z] ---> 577ee862891e [2024-04-02T19:33:01.058Z] Step 4/4 : RUN go mod download [2024-04-02T19:33:01.058Z] ---> Running in 9a4a20c0618f [2024-04-02T19:33:02.860Z] Still waiting to schedule task [2024-04-02T19:33:02.861Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-04-02T19:33:33.147Z] Removing intermediate container 9a4a20c0618f [2024-04-02T19:33:33.147Z] ---> f3ca9362a014 [2024-04-02T19:33:33.147Z] Successfully built f3ca9362a014 [2024-04-02T19:33:33.147Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:33:33.526Z] + docker inspect -f . ci-base-image-x86_64 [2024-04-02T19:33:33.526Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:33:33.682Z] prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container [2024-04-02T19:33:33.703Z] $ 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-04-02T19:33:34.140Z] $ docker top 37de06d1fd7a6eb57fc7d5881c3d09b3f11421d49769014ecd04652df3ce8660 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-04-02T19:33:34.551Z] + go version [2024-04-02T19:33:34.551Z] go version go1.21.0 linux/amd64 [Pipeline] } [2024-04-02T19:33:34.570Z] $ docker stop --time=1 37de06d1fd7a6eb57fc7d5881c3d09b3f11421d49769014ecd04652df3ce8660 [2024-04-02T19:33:35.835Z] $ docker rm -f --volumes 37de06d1fd7a6eb57fc7d5881c3d09b3f11421d49769014ecd04652df3ce8660 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:33:36.595Z] + docker inspect -f . ci-base-image-x86_64 [2024-04-02T19:33:36.595Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:33:36.752Z] prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container [2024-04-02T19:33:36.768Z] $ 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-04-02T19:33:37.055Z] $ docker top 1bc8782b9d9625c8c7645a2e86a399e41ce12da5966422723210f69205628c2e -eo pid,comm [Pipeline] { [Pipeline] echo [2024-04-02T19:33:37.186Z] ========================================================= [2024-04-02T19:33:37.186Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-04-02T19:33:37.186Z] ========================================================= [Pipeline] sh [2024-04-02T19:33:37.481Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-04-02T19:33:37.848Z] + make test [2024-04-02T19:33:37.848Z] go test -race -coverprofile=coverage.out ./... [2024-04-02T19:33:44.415Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-04-02T19:34:16.497Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.049s coverage: 28.7% of statements [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-04-02T19:34:16.497Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-04-02T19:34:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-04-02T19:34:17.136Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-04-02T19:34:17.136Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.056s coverage: 97.0% of statements [2024-04-02T19:34:17.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-04-02T19:34:17.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-04-02T19:34:17.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:34:17.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-04-02T19:34:17.399Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-04-02T19:34:18.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-04-02T19:34:18.833Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-04-02T19:34:20.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.077s coverage: 69.2% of statements [2024-04-02T19:34:20.208Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.064s coverage: 53.2% of statements [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-04-02T19:34:20.208Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-04-02T19:34:20.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.137s coverage: 93.4% of statements [2024-04-02T19:34:20.466Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.137s coverage: 6.1% of statements [2024-04-02T19:34:21.842Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.320s coverage: 97.6% of statements [2024-04-02T19:34:21.842Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.030s coverage: 72.2% of statements [2024-04-02T19:34:21.842Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-04-02T19:34:21.842Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-04-02T19:34:23.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.070s coverage: 0.9% of statements [2024-04-02T19:34:23.250Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.052s coverage: 32.2% of statements [2024-04-02T19:34:23.250Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.060s coverage: 41.7% of statements [2024-04-02T19:34:24.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.057s coverage: 82.9% of statements [2024-04-02T19:34:24.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.052s coverage: 94.1% of statements [2024-04-02T19:34:24.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.055s coverage: 96.3% of statements [2024-04-02T19:34:24.196Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.039s coverage: 87.5% of statements [2024-04-02T19:34:24.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-04-02T19:34:24.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-04-02T19:34:24.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-04-02T19:34:24.196Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-04-02T19:34:24.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-04-02T19:34:24.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-04-02T19:34:24.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-04-02T19:34:24.459Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-04-02T19:34:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-04-02T19:34:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-04-02T19:34:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-04-02T19:34:25.394Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-04-02T19:34:25.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-04-02T19:34:25.969Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-04-02T19:34:26.229Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-04-02T19:34:27.610Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-04-02T19:34:28.176Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-04-02T19:34:29.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-04-02T19:34:29.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-04-02T19:34:32.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-04-02T19:34:32.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-04-02T19:34:32.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-04-02T19:34:33.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-04-02T19:34:33.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-04-02T19:34:33.456Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-04-02T19:34:34.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-04-02T19:34:34.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-04-02T19:34:34.022Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-04-02T19:34:34.022Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-04-02T19:34:35.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-04-02T19:34:35.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-04-02T19:34:35.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-04-02T19:34:35.393Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-04-02T19:34:35.957Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.043s coverage: 94.4% of statements [2024-04-02T19:34:36.604Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1893 in /w/workspace/edgexfoundry_edgex-go_PR-4786 [Pipeline] { [Pipeline] ws [2024-04-02T19:34:36.667Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-04-02T19:34:37.329Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-04-02T19:34:37.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:34:37.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-04-02T19:34:37.330Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-04-02T19:34:37.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-04-02T19:34:37.897Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-04-02T19:34:39.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-04-02T19:34:39.279Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:34:39.751Z] The recommended git tool is: git [2024-04-02T19:34:44.494Z] using credential edgex-jenkins-ssh [2024-04-02T19:34:44.513Z] Cloning the remote Git repository [2024-04-02T19:34:44.552Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-04-02T19:34:44.639Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-04-02T19:34:44.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-04-02T19:34:44.797Z] > git --version # timeout=10 [2024-04-02T19:34:44.817Z] > git --version # 'git version 2.25.1' [2024-04-02T19:34:44.820Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-04-02T19:34:44.963Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.263s coverage: 79.9% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.066s coverage: 92.9% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.049s coverage: 62.3% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.041s coverage: 87.2% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.032s coverage: 20.0% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.033s coverage: 100.0% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.082s coverage: 81.8% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.087s coverage: 82.1% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.039s coverage: 86.0% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.163s coverage: 63.1% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.024s coverage: 89.4% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.165s coverage: 38.4% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.050s coverage: 89.5% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.047s coverage: 84.8% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.063s coverage: 19.9% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.112s coverage: 95.7% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.051s coverage: 61.8% of statements [2024-04-02T19:34:49.285Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.075s coverage: 98.9% of statements [2024-04-02T19:34:49.285Z] 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-04-02T19:34:49.285Z] running golangci-lint [2024-04-02T19:34:49.285Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-04-02T19:34:49.285Z] go version go1.21.0 linux/amd64 [2024-04-02T19:34:49.285Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-04-02T19:34:49.285Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-04-02T19:35:00.938Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-04-02T19:35:00.967Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-04-02T19:35:01.764Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-04-02T19:35:01.803Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-04-02T19:35:01.804Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-04-02T19:35:01.821Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4786/head:refs/remotes/origin/PR-4786 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-04-02T19:35:02.444Z] Merging remotes/origin/main commit c9d1faab620fff591bec2a07ba94ff74d67ceba9 into PR head commit 39a5a4d2757c1de410298cadb43b906f19e1a093 [2024-04-02T19:35:02.839Z] Merge succeeded, producing 39a5a4d2757c1de410298cadb43b906f19e1a093 [2024-04-02T19:35:02.839Z] Checking out Revision 39a5a4d2757c1de410298cadb43b906f19e1a093 (PR-4786) [2024-04-02T19:35:03.699Z] Commit message: "build(deps): Bump github.com/spiffe/go-spiffe/v2 from 2.1.7 to 2.2.0" [2024-04-02T19:35:03.741Z] > git --version # timeout=10 [2024-04-02T19:35:03.759Z] > git --version # 'git version 2.25.1' [2024-04-02T19:35:03.776Z] fatal: bad object 33739fb647ab338ef2ce3bfc8312bfbcef468f88 [2024-04-02T19:35:02.459Z] > git config core.sparsecheckout # timeout=10 [2024-04-02T19:35:02.513Z] > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # timeout=10 [2024-04-02T19:35:02.733Z] > git remote # timeout=10 [2024-04-02T19:35:02.748Z] > git config --get remote.origin.url # timeout=10 [2024-04-02T19:35:02.775Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-04-02T19:35:02.792Z] > git merge c9d1faab620fff591bec2a07ba94ff74d67ceba9 # timeout=10 [2024-04-02T19:35:02.820Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-04-02T19:35:02.844Z] > git config core.sparsecheckout # timeout=10 [2024-04-02T19:35:02.856Z] > git checkout -f 39a5a4d2757c1de410298cadb43b906f19e1a093 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-04-02T19:35:08.681Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-04-02T19:35:08.681Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-04-02T19:35:08.681Z] Dload Upload Total Spent Left Speed [2024-04-02T19:35:08.681Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 107k 0 --:--:-- --:--:-- --:--:-- 107k [Pipeline] sh [2024-04-02T19:35:09.012Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-04-02T19:35:09.348Z] + sudo tee /etc/docker/daemon.new [2024-04-02T19:35:09.348Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-04-02T19:35:09.348Z] { [2024-04-02T19:35:09.348Z] "registry-mirrors": [ [2024-04-02T19:35:09.348Z] "https://nexus3.edgexfoundry.org:10001" [2024-04-02T19:35:09.348Z] ], [2024-04-02T19:35:09.348Z] "bip": "10.250.0.254/24", [2024-04-02T19:35:09.348Z] "hosts": [ [2024-04-02T19:35:09.348Z] "tcp://0.0.0.0:5555", [2024-04-02T19:35:09.348Z] "unix:///var/run/docker.sock" [2024-04-02T19:35:09.348Z] ], [2024-04-02T19:35:09.348Z] "mtu": 1458, [2024-04-02T19:35:09.348Z] "selinux-enabled": true, [2024-04-02T19:35:09.348Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-04-02T19:35:09.348Z] } [Pipeline] sh [2024-04-02T19:35:09.693Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-04-02T19:35:10.054Z] + sudo service docker restart [2024-04-02T19:35:11.213Z] level=info msg="[loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|files|exports_file) took 20.441051762s" [2024-04-02T19:35:11.214Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 48.407923ms" [2024-04-02T19:35:23.793Z] level=info msg="[linters_context/goanalysis] analyzers took 1m44.145668251s with top 10 stages: buildir: 56.180107562s, gosec: 7.811575214s, fact_deprecated: 2.555676914s, inspect: 2.278676014s, printf: 1.732395799s, ctrlflow: 1.452294121s, fact_purity: 1.428993454s, nilness: 1.322891072s, S1038: 1.196429122s, typedness: 902.170391ms" [2024-04-02T19:35:23.793Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-04-02T19:35:23.793Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 197/197, path_prettifier: 197/197, exclude-rules: 21/197, nolint: 0/21, autogenerated_exclude: 197/197, cgo: 197/197, skip_files: 197/197, skip_dirs: 197/197, exclude: 197/197, identifier_marker: 197/197" [2024-04-02T19:35:23.793Z] level=info msg="[runner] processing took 18.077874ms with stages: nolint: 7.595695ms, identifier_marker: 5.737329ms, autogenerated_exclude: 1.667299ms, path_prettifier: 1.312319ms, exclude-rules: 1.02411ms, skip_dirs: 689.001µs, cgo: 30.691µs, filename_unadjuster: 16.72µs, exclude: 720ns, fixer: 680ns, max_same_issues: 610ns, uniq_by_line: 580ns, severity-rules: 390ns, skip_files: 370ns, diff: 370ns, sort_results: 260ns, source_code: 220ns, max_from_linter: 160ns, max_per_file_from_linter: 130ns, path_shortener: 110ns, path_prefixer: 110ns" [2024-04-02T19:35:23.793Z] level=info msg="[runner] linters took 12.609485008s with stages: goanalysis_metalinter: 12.591285771s" [2024-04-02T19:35:23.793Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-04-02T19:35:23.793Z] level=info msg="Memory: 330 samples, avg is 295.6MB, max is 1247.1MB" [2024-04-02T19:35:23.793Z] level=info msg="Execution took 33.106644206s" [2024-04-02T19:35:23.793Z] go vet ./... [2024-04-02T19:35:29.063Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-04-02T19:35:29.063Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-04-02T19:35:29.063Z] ./bin/test-attribution-txt.sh [2024-04-02T19:35:29.063Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-04-02T19:35:47.491Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] configFileProvider [2024-04-02T19:35:47.508Z] provisioning config files... [2024-04-02T19:35:47.531Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config16289316575859724353tmp [Pipeline] sh [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-04-02T19:35:47.827Z] + ls -al . [2024-04-02T19:35:47.827Z] total 816 [2024-04-02T19:35:47.827Z] drwxrwxr-x 11 1001 1001 4096 Apr 2 19:33 . [2024-04-02T19:35:47.827Z] drwxr-xr-x 4 root root 4096 Apr 2 19:33 .. [2024-04-02T19:35:47.827Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 19:32 .blubracket [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 10 Apr 2 19:32 .dockerignore [2024-04-02T19:35:47.827Z] drwxrwxr-x 8 1001 1001 4096 Apr 2 19:34 .git [2024-04-02T19:35:47.827Z] drwxrwxr-x 3 1001 1001 4096 Apr 2 19:32 .github [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 1074 Apr 2 19:32 .gitignore [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 42 Apr 2 19:32 .golangci.yml [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 100 Apr 2 19:32 .hadolint.yml [2024-04-02T19:35:47.827Z] drwxr-xr-x 3 1001 1001 4096 Apr 2 19:32 .semver [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 155 Apr 2 19:32 .sonarcloud.properties [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 1171 Apr 2 19:32 ADOPTERS.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 20261 Apr 2 19:32 Attribution.txt [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 100284 Apr 2 19:32 CHANGELOG.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 3804 Apr 2 19:32 CONTRIBUTING.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 677 Apr 2 19:32 GOVERNANCE.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 861 Apr 2 19:32 Jenkinsfile [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 10775 Apr 2 19:32 LICENSE [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 15392 Apr 2 19:32 Makefile [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 582 Apr 2 19:32 OWNERS.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 9528 Apr 2 19:32 README.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 789 Apr 2 19:32 SECURITY.md [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 5 Apr 2 19:32 VERSION [2024-04-02T19:35:47.827Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 19:32 bin [2024-04-02T19:35:47.827Z] drwxrwxr-x 18 1001 1001 4096 Apr 2 19:32 cmd [2024-04-02T19:35:47.827Z] -rw-r--r-- 1 root root 455122 Apr 2 19:34 coverage.out [2024-04-02T19:35:47.827Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 19:32 fuzz_test [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 7036 Apr 2 19:32 go.mod [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 101133 Apr 2 19:32 go.sum [2024-04-02T19:35:47.827Z] drwxrwxr-x 7 1001 1001 4096 Apr 2 19:32 internal [2024-04-02T19:35:47.827Z] drwxrwxr-x 3 1001 1001 4096 Apr 2 19:32 openapi [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 584 Apr 2 19:32 security.txt [2024-04-02T19:35:47.827Z] -rw-rw-r-- 1 1001 1001 204 Apr 2 19:32 version.go [Pipeline] sh [2024-04-02T19:35:48.050Z] ---> ****-login.sh [2024-04-02T19:35:48.050Z] nexus3.edgexfoundry.org:10001 [2024-04-02T19:35:48.148Z] + '[' -e coverage.out ] [2024-04-02T19:35:48.148Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-04-02T19:35:48.288Z] Stashed 1 file(s) [Pipeline] sh [2024-04-02T19:35:48.320Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:35:48.583Z] + make build [2024-04-02T19:35:48.583Z] 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-04-02T19:35:48.589Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:35:48.589Z] Configure a credential helper to remove this warning. See [2024-04-02T19:35:48.589Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:35:48.589Z] [2024-04-02T19:35:48.589Z] Login Succeeded [2024-04-02T19:35:48.589Z] nexus3.edgexfoundry.org:10002 [2024-04-02T19:35:48.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:35:48.857Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:35:48.857Z] Configure a credential helper to remove this warning. See [2024-04-02T19:35:48.858Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:35:48.858Z] [2024-04-02T19:35:48.858Z] Login Succeeded [2024-04-02T19:35:49.127Z] nexus3.edgexfoundry.org:10003 [2024-04-02T19:35:49.127Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:35:49.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:35:49.393Z] Configure a credential helper to remove this warning. See [2024-04-02T19:35:49.394Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:35:49.394Z] [2024-04-02T19:35:49.394Z] Login Succeeded [2024-04-02T19:35:49.394Z] nexus3.edgexfoundry.org:10004 [2024-04-02T19:35:49.659Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:35:49.659Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:35:49.659Z] Configure a credential helper to remove this warning. See [2024-04-02T19:35:49.659Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:35:49.659Z] [2024-04-02T19:35:49.659Z] Login Succeeded [2024-04-02T19:35:49.659Z] ****.io [2024-04-02T19:35:49.923Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-04-02T19:35:50.187Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-04-02T19:35:50.187Z] Configure a credential helper to remove this warning. See [2024-04-02T19:35:50.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-04-02T19:35:50.188Z] [2024-04-02T19:35:50.188Z] Login Succeeded [2024-04-02T19:35:50.188Z] ---> ****-login.sh ends [Pipeline] } [2024-04-02T19:35:50.220Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-04-02T19:35:50.845Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-04-02T19:35:50.887Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-04-02T19:35:50.931Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-04-02T19:35:50.969Z] ========================================================= [2024-04-02T19:35:50.969Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-04-02T19:35:50.969Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-04-02T19:35:51.338Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-04-02T19:35:51.608Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-04-02T19:35:51.608Z] 9fda8d8052c6: Pulling fs layer [2024-04-02T19:35:51.608Z] 5d54e960e981: Pulling fs layer [2024-04-02T19:35:51.608Z] c4a7e357bf2a: Pulling fs layer [2024-04-02T19:35:51.608Z] f0e02332f6b5: Pulling fs layer [2024-04-02T19:35:51.608Z] 872ee5b61b7b: Pulling fs layer [2024-04-02T19:35:51.608Z] 0c6a40ed1a82: Pulling fs layer [2024-04-02T19:35:51.608Z] 94ae7d8d031c: Pulling fs layer [2024-04-02T19:35:51.608Z] 872ee5b61b7b: Waiting [2024-04-02T19:35:51.608Z] 0c6a40ed1a82: Waiting [2024-04-02T19:35:51.608Z] f0e02332f6b5: Waiting [2024-04-02T19:35:51.608Z] 94ae7d8d031c: Waiting [2024-04-02T19:35:51.608Z] 5d54e960e981: Verifying Checksum [2024-04-02T19:35:51.608Z] 5d54e960e981: Download complete [2024-04-02T19:35:51.608Z] f0e02332f6b5: Verifying Checksum [2024-04-02T19:35:51.608Z] f0e02332f6b5: Download complete [2024-04-02T19:35:51.608Z] 872ee5b61b7b: Download complete [2024-04-02T19:35:51.608Z] 9fda8d8052c6: Verifying Checksum [2024-04-02T19:35:51.608Z] 9fda8d8052c6: Download complete [2024-04-02T19:35:52.190Z] 94ae7d8d031c: Verifying Checksum [2024-04-02T19:35:52.190Z] 94ae7d8d031c: Download complete [2024-04-02T19:35:52.458Z] 9fda8d8052c6: Pull complete [2024-04-02T19:35:53.037Z] 5d54e960e981: Pull complete [2024-04-02T19:35:53.303Z] c4a7e357bf2a: Verifying Checksum [2024-04-02T19:35:53.303Z] c4a7e357bf2a: Download complete [2024-04-02T19:35:54.260Z] 0c6a40ed1a82: Download complete [2024-04-02T19:36:06.579Z] c4a7e357bf2a: Pull complete [2024-04-02T19:36:06.579Z] f0e02332f6b5: Pull complete [2024-04-02T19:36:06.579Z] 872ee5b61b7b: Pull complete [2024-04-02T19:36:10.501Z] 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-04-02T19:36:10.501Z] 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-04-02T19:36:10.501Z] 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-04-02T19:36:10.501Z] 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-04-02T19:36:14.686Z] 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-04-02T19:36:14.820Z] 0c6a40ed1a82: Pull complete [2024-04-02T19:36:15.617Z] 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-04-02T19:36:16.235Z] 94ae7d8d031c: Pull complete [2024-04-02T19:36:16.235Z] Digest: sha256:bced28d2139e98291f6f5222245e06760ce829f55f75386c6c13bfabca1016f1 [2024-04-02T19:36:16.235Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-04-02T19:36:16.235Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-04-02T19:36:16.634Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-04-02T19:36:16.634Z] WORKDIR /edgex [2024-04-02T19:36:16.634Z] COPY go.mod . [2024-04-02T19:36:16.634Z] RUN go mod download [2024-04-02T19:36:16.634Z] + docker build -t ci-base-image-arm64 -f - . [2024-04-02T19:36:17.229Z] Sending build context to Docker daemon 3.001MB [2024-04-02T19:36:17.229Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-04-02T19:36:17.229Z] ---> 86de565de09d [2024-04-02T19:36:17.229Z] Step 2/4 : WORKDIR /edgex [2024-04-02T19:36:17.519Z] 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-04-02T19:36:18.087Z] 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-04-02T19:36:18.655Z] 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-04-02T19:36:19.177Z] ---> Running in 1004aa10ceeb [2024-04-02T19:36:19.177Z] Removing intermediate container 1004aa10ceeb [2024-04-02T19:36:19.177Z] ---> 0dd7ec65b3d3 [2024-04-02T19:36:19.177Z] Step 3/4 : COPY go.mod . [2024-04-02T19:36:19.232Z] 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-04-02T19:36:19.762Z] ---> 0a0994033002 [2024-04-02T19:36:19.762Z] Step 4/4 : RUN go mod download [2024-04-02T19:36:19.762Z] ---> Running in 8d43690ac92a [2024-04-02T19:36:20.176Z] 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-04-02T19:36:20.764Z] $ docker stop --time=1 1bc8782b9d9625c8c7645a2e86a399e41ce12da5966422723210f69205628c2e [2024-04-02T19:36:25.549Z] $ docker rm -f --volumes 1bc8782b9d9625c8c7645a2e86a399e41ce12da5966422723210f69205628c2e [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-04-02T19:36:27.035Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-04-02T19:36:27.035Z] [2024-04-02T19:36:27.035Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:36:27.419Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-04-02T19:36:27.420Z] latest: Pulling from edgex-devops/edgex-compose [2024-04-02T19:36:27.420Z] 91d30c5bc195: Pulling fs layer [2024-04-02T19:36:27.420Z] 2e9b0aa3be6d: Pulling fs layer [2024-04-02T19:36:27.420Z] 9c61dcf015f6: Pulling fs layer [2024-04-02T19:36:27.420Z] 4698f68db338: Pulling fs layer [2024-04-02T19:36:27.420Z] 2a2f49069b9e: Pulling fs layer [2024-04-02T19:36:27.420Z] e0025b399a48: Pulling fs layer [2024-04-02T19:36:27.420Z] 4698f68db338: Waiting [2024-04-02T19:36:27.420Z] 2a2f49069b9e: Waiting [2024-04-02T19:36:27.420Z] e0025b399a48: Waiting [2024-04-02T19:36:27.420Z] 91d30c5bc195: Verifying Checksum [2024-04-02T19:36:27.420Z] 91d30c5bc195: Download complete [2024-04-02T19:36:27.420Z] 4698f68db338: Verifying Checksum [2024-04-02T19:36:27.420Z] 4698f68db338: Download complete [2024-04-02T19:36:27.678Z] 2e9b0aa3be6d: Verifying Checksum [2024-04-02T19:36:27.678Z] 2e9b0aa3be6d: Download complete [2024-04-02T19:36:27.678Z] e0025b399a48: Verifying Checksum [2024-04-02T19:36:27.678Z] e0025b399a48: Download complete [2024-04-02T19:36:27.678Z] 91d30c5bc195: Pull complete [2024-04-02T19:36:27.678Z] 2a2f49069b9e: Verifying Checksum [2024-04-02T19:36:27.678Z] 2a2f49069b9e: Download complete [2024-04-02T19:36:27.936Z] 2e9b0aa3be6d: Pull complete [2024-04-02T19:36:28.194Z] 9c61dcf015f6: Verifying Checksum [2024-04-02T19:36:28.194Z] 9c61dcf015f6: Download complete [2024-04-02T19:36:30.721Z] 9c61dcf015f6: Pull complete [2024-04-02T19:36:30.721Z] 4698f68db338: Pull complete [2024-04-02T19:36:30.980Z] 2a2f49069b9e: Pull complete [2024-04-02T19:36:30.980Z] e0025b399a48: Pull complete [2024-04-02T19:36:30.980Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-04-02T19:36:30.980Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-04-02T19:36:30.980Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:36:31.203Z] prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container [2024-04-02T19:36:31.223Z] $ 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-04-02T19:36:33.696Z] $ docker top d9e779c8be64d468c8af273b341e3927c100d54ee38c29c9a63ca6919e3d1471 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-04-02T19:36:34.099Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-04-02T19:36:36.631Z] #1 [core-data internal] load build definition from Dockerfile [2024-04-02T19:36:36.631Z] #1 transferring dockerfile: [2024-04-02T19:36:36.631Z] #1 transferring dockerfile: 2.01kB done [2024-04-02T19:36:36.631Z] #1 DONE 0.0s [2024-04-02T19:36:36.631Z] [2024-04-02T19:36:36.631Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-04-02T19:36:36.631Z] #2 transferring dockerfile: 2.49kB done [2024-04-02T19:36:36.631Z] #2 DONE 0.0s [2024-04-02T19:36:36.631Z] [2024-04-02T19:36:36.632Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #3 transferring dockerfile: 2.93kB done [2024-04-02T19:36:36.632Z] #3 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #4 [support-scheduler internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #4 transferring dockerfile: 1.93kB done [2024-04-02T19:36:36.632Z] #4 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #5 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #5 transferring dockerfile: 1.89kB done [2024-04-02T19:36:36.632Z] #5 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #6 [core-command internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #6 transferring dockerfile: 1.93kB done [2024-04-02T19:36:36.632Z] #6 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #7 transferring dockerfile: 1.81kB done [2024-04-02T19:36:36.632Z] #7 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #8 [security-spire-server internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #8 transferring dockerfile: 1.70kB done [2024-04-02T19:36:36.632Z] #8 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #9 [support-notifications internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #9 transferring dockerfile: 1.95kB done [2024-04-02T19:36:36.632Z] #9 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #10 transferring dockerfile: 2.23kB done [2024-04-02T19:36:36.632Z] #10 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #11 [security-proxy-setup internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #11 transferring dockerfile: 2.50kB done [2024-04-02T19:36:36.632Z] #11 DONE 0.1s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #12 [core-metadata internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #12 transferring dockerfile: 2.06kB done [2024-04-02T19:36:36.632Z] #12 DONE 0.1s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #13 transferring dockerfile: 1.69kB done [2024-04-02T19:36:36.632Z] #13 DONE 0.1s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #14 [core-data internal] load .dockerignore [2024-04-02T19:36:36.632Z] #14 transferring context: 50B 0.0s done [2024-04-02T19:36:36.632Z] #14 DONE 0.1s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2024-04-02T19:36:36.632Z] #15 transferring dockerfile: 2.15kB done [2024-04-02T19:36:36.632Z] #15 DONE 0.0s [2024-04-02T19:36:36.632Z] [2024-04-02T19:36:36.632Z] #16 [security-secretstore-setup internal] load .dockerignore [2024-04-02T19:36:36.891Z] #16 transferring context: 50B done [2024-04-02T19:36:36.891Z] #16 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #17 [security-bootstrapper internal] load .dockerignore [2024-04-02T19:36:36.891Z] #17 transferring context: 50B done [2024-04-02T19:36:36.891Z] #17 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #18 [support-scheduler internal] load .dockerignore [2024-04-02T19:36:36.891Z] #18 transferring context: 50B done [2024-04-02T19:36:36.891Z] #18 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #19 [security-spiffe-token-provider internal] load .dockerignore [2024-04-02T19:36:36.891Z] #19 transferring context: 50B done [2024-04-02T19:36:36.891Z] #19 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #20 [core-command internal] load .dockerignore [2024-04-02T19:36:36.891Z] #20 transferring context: 50B done [2024-04-02T19:36:36.891Z] #20 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #21 [security-spire-agent internal] load .dockerignore [2024-04-02T19:36:36.891Z] #21 transferring context: 50B done [2024-04-02T19:36:36.891Z] #21 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #22 [security-spire-server internal] load .dockerignore [2024-04-02T19:36:36.891Z] #22 transferring context: 50B done [2024-04-02T19:36:36.891Z] #22 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #23 [support-notifications internal] load .dockerignore [2024-04-02T19:36:36.891Z] #23 transferring context: 50B done [2024-04-02T19:36:36.891Z] #23 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2024-04-02T19:36:36.891Z] #24 transferring context: 50B done [2024-04-02T19:36:36.891Z] #24 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #25 [core-metadata internal] load .dockerignore [2024-04-02T19:36:36.891Z] #25 transferring context: 50B done [2024-04-02T19:36:36.891Z] #25 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #26 [security-proxy-setup internal] load .dockerignore [2024-04-02T19:36:36.891Z] #26 transferring context: 50B done [2024-04-02T19:36:36.891Z] #26 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #27 [security-spire-config internal] load .dockerignore [2024-04-02T19:36:36.891Z] #27 transferring context: 50B done [2024-04-02T19:36:36.891Z] #27 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #28 [security-proxy-auth internal] load .dockerignore [2024-04-02T19:36:36.891Z] #28 transferring context: 50B done [2024-04-02T19:36:36.891Z] #28 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-04-02T19:36:36.891Z] #29 DONE 0.0s [2024-04-02T19:36:36.891Z] [2024-04-02T19:36:36.891Z] #30 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:36:37.151Z] #30 ... [2024-04-02T19:36:37.151Z] [2024-04-02T19:36:37.151Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-04-02T19:36:37.151Z] #29 DONE 0.0s [2024-04-02T19:36:37.151Z] [2024-04-02T19:36:37.151Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:36:37.151Z] #30 ... [2024-04-02T19:36:37.151Z] [2024-04-02T19:36:37.151Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-04-02T19:36:37.151Z] #29 DONE 0.0s [2024-04-02T19:36:37.151Z] [2024-04-02T19:36:37.151Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:36:37.151Z] #30 ... [2024-04-02T19:36:37.151Z] [2024-04-02T19:36:37.151Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-04-02T19:36:37.151Z] #29 DONE 0.0s [2024-04-02T19:36:37.151Z] [2024-04-02T19:36:37.151Z] #30 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:36:37.729Z] #30 DONE 0.6s [2024-04-02T19:36:37.729Z] [2024-04-02T19:36:37.729Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-04-02T19:36:37.729Z] #31 DONE 0.5s [2024-04-02T19:36:37.729Z] [2024-04-02T19:36:37.729Z] #32 [core-metadata stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:36:37.729Z] #32 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:36:37.729Z] #32 ... [2024-04-02T19:36:37.729Z] [2024-04-02T19:36:37.729Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-04-02T19:36:37.729Z] #33 DONE 0.5s [2024-04-02T19:36:37.729Z] [2024-04-02T19:36:37.729Z] #32 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:36:37.729Z] #32 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:36:37.729Z] #32 sha256:695ae78b4957fef4e53adc51febd07f5401eb36fcd80fff3e5107a2b4aa42ace 528B / 528B done [2024-04-02T19:36:37.729Z] #32 sha256:d3782b16ccc94322a5c5a7d004192b5daa2a1ecd61c143074e36dba844408e1c 1.47kB / 1.47kB done [2024-04-02T19:36:37.729Z] #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0B / 3.40MB 0.1s [2024-04-02T19:36:37.729Z] #32 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:36:37.729Z] #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 1.05MB / 3.40MB 0.2s [2024-04-02T19:36:37.987Z] #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.3s [2024-04-02T19:36:37.987Z] #32 sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 3.40MB / 3.40MB 0.3s done [2024-04-02T19:36:37.987Z] #32 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 [2024-04-02T19:36:38.247Z] #32 ... [2024-04-02T19:36:38.247Z] [2024-04-02T19:36:38.247Z] #34 [security-spire-server internal] load build context [2024-04-02T19:36:38.247Z] #34 transferring context: 26.69kB 0.0s done [2024-04-02T19:36:38.247Z] #34 DONE 0.7s [2024-04-02T19:36:38.247Z] [2024-04-02T19:36:38.247Z] #32 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:36:38.506Z] #32 ... [2024-04-02T19:36:38.506Z] [2024-04-02T19:36:38.506Z] #35 [security-spire-agent internal] load build context [2024-04-02T19:36:38.506Z] #35 transferring context: 26.22kB 0.0s done [2024-04-02T19:36:38.506Z] #35 DONE 0.7s [2024-04-02T19:36:38.506Z] [2024-04-02T19:36:38.506Z] #36 [security-spire-config internal] load build context [2024-04-02T19:36:38.506Z] #36 transferring context: 24.94kB 0.0s done [2024-04-02T19:36:38.506Z] #36 DONE 0.7s [2024-04-02T19:36:38.506Z] [2024-04-02T19:36:38.506Z] #32 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:36:38.506Z] #32 extracting sha256:619be1103602d98e1963557998c954c892b3872986c27365e9f651f5bc27cab8 0.4s done [2024-04-02T19:36:39.072Z] #32 DONE 1.6s [2024-04-02T19:36:39.072Z] [2024-04-02T19:36:39.072Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:36:39.072Z] #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-04-02T19:36:39.072Z] #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2024-04-02T19:36:39.072Z] #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-04-02T19:36:39.072Z] #37 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-04-02T19:36:39.072Z] #37 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-04-02T19:36:39.072Z] #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-04-02T19:36:39.072Z] #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s done [2024-04-02T19:36:39.072Z] #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-04-02T19:36:39.073Z] #37 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s done [2024-04-02T19:36:39.073Z] #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-04-02T19:36:39.073Z] #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-04-02T19:36:39.073Z] #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.1s [2024-04-02T19:36:39.073Z] #37 ... [2024-04-02T19:36:39.073Z] [2024-04-02T19:36:39.073Z] #38 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-04-02T19:36:39.073Z] #38 DONE 1.7s [2024-04-02T19:36:39.073Z] [2024-04-02T19:36:39.073Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:36:40.992Z] #37 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.9s done [2024-04-02T19:36:45.822Z] #37 ... [2024-04-02T19:36:45.822Z] [2024-04-02T19:36:45.822Z] #39 [support-notifications internal] load build context [2024-04-02T19:36:45.822Z] #39 transferring context: 204.30MB 6.8s [2024-04-02T19:36:45.822Z] #39 ... [2024-04-02T19:36:45.822Z] [2024-04-02T19:36:45.822Z] #40 [security-bootstrapper internal] load build context [2024-04-02T19:36:46.888Z] #40 ... [2024-04-02T19:36:46.888Z] [2024-04-02T19:36:46.888Z] #39 [support-notifications internal] load build context [2024-04-02T19:36:47.462Z] #39 ... [2024-04-02T19:36:47.462Z] [2024-04-02T19:36:47.462Z] #41 [core-command internal] load build context [2024-04-02T19:36:47.462Z] #41 ... [2024-04-02T19:36:47.462Z] [2024-04-02T19:36:47.462Z] #42 [support-scheduler internal] load build context [2024-04-02T19:36:47.988Z] #42 ... [2024-04-02T19:36:47.988Z] [2024-04-02T19:36:47.988Z] #43 [security-secretstore-setup internal] load build context [2024-04-02T19:36:47.988Z] #43 ... [2024-04-02T19:36:47.988Z] [2024-04-02T19:36:47.988Z] #44 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:36:48.248Z] #44 ... [2024-04-02T19:36:48.248Z] [2024-04-02T19:36:48.248Z] #45 [security-proxy-auth internal] load build context [2024-04-02T19:36:48.248Z] #45 ... [2024-04-02T19:36:48.248Z] [2024-04-02T19:36:48.248Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:36:48.248Z] #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2024-04-02T19:36:48.248Z] #46 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-04-02T19:36:48.248Z] #46 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-04-02T19:36:48.248Z] #46 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-04-02T19:36:48.248Z] #46 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-04-02T19:36:48.248Z] #46 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2024-04-02T19:36:48.248Z] #46 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-04-02T19:36:48.248Z] #46 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-04-02T19:36:48.248Z] #46 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2024-04-02T19:36:48.248Z] #46 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.7s [2024-04-02T19:36:48.248Z] #46 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.0s done [2024-04-02T19:36:48.248Z] #46 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.8s done [2024-04-02T19:36:48.248Z] #46 ... [2024-04-02T19:36:48.248Z] [2024-04-02T19:36:48.248Z] #47 [core-data internal] load build context [2024-04-02T19:36:48.248Z] #47 ... [2024-04-02T19:36:48.248Z] [2024-04-02T19:36:48.248Z] #48 [security-spiffe-token-provider internal] load build context [2024-04-02T19:36:48.508Z] #48 ... [2024-04-02T19:36:48.508Z] [2024-04-02T19:36:48.508Z] #49 [core-metadata internal] load build context [2024-04-02T19:36:48.508Z] #49 ... [2024-04-02T19:36:48.508Z] [2024-04-02T19:36:48.508Z] #50 [security-proxy-setup internal] load build context [2024-04-02T19:36:48.788Z] #50 ... [2024-04-02T19:36:48.788Z] [2024-04-02T19:36:48.788Z] #49 [core-metadata internal] load build context [2024-04-02T19:36:49.046Z] #49 ... [2024-04-02T19:36:49.046Z] [2024-04-02T19:36:49.046Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-04-02T19:36:49.046Z] #0 4.002 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:36:49.046Z] #0 4.427 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:36:49.046Z] #0 4.709 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:36:49.046Z] #0 4.709 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:36:49.046Z] #0 4.709 OK: 20072 distinct packages available [2024-04-02T19:36:49.046Z] #0 4.748 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:36:49.046Z] #0 4.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:36:49.046Z] #0 5.043 (1/4) Installing dumb-init (1.2.5-r2) [2024-04-02T19:36:49.046Z] #0 5.341 (2/4) Installing musl-obstack (1.2.3-r2) [2024-04-02T19:36:49.046Z] #0 5.343 (3/4) Installing libucontext (1.2-r2) [2024-04-02T19:36:49.046Z] #0 5.350 (4/4) Installing gcompat (1.1.0-r1) [2024-04-02T19:36:49.046Z] #0 5.355 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:36:49.046Z] #0 5.359 OK: 8 MiB in 19 packages [2024-04-02T19:36:49.046Z] #51 ... [2024-04-02T19:36:49.046Z] [2024-04-02T19:36:49.046Z] #52 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-04-02T19:36:49.046Z] #52 ... [2024-04-02T19:36:49.046Z] [2024-04-02T19:36:49.046Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-04-02T19:36:50.007Z] #53 ... [2024-04-02T19:36:50.007Z] [2024-04-02T19:36:50.007Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-04-02T19:36:50.007Z] #54 ... [2024-04-02T19:36:50.007Z] [2024-04-02T19:36:50.007Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-04-02T19:36:50.007Z] #55 ... [2024-04-02T19:36:50.007Z] [2024-04-02T19:36:50.007Z] #56 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-04-02T19:36:50.337Z] #56 ... [2024-04-02T19:36:50.337Z] [2024-04-02T19:36:50.337Z] #57 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-04-02T19:36:50.337Z] #57 ... [2024-04-02T19:36:50.337Z] [2024-04-02T19:36:50.337Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-04-02T19:36:50.337Z] #58 ... [2024-04-02T19:36:50.337Z] [2024-04-02T19:36:50.337Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-04-02T19:36:50.337Z] #0 4.352 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:36:50.337Z] #0 4.429 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:36:50.337Z] #0 4.636 (1/1) Installing dumb-init (1.2.5-r2) [2024-04-02T19:36:50.337Z] #0 4.724 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:36:50.337Z] #0 4.729 OK: 7 MiB in 16 packages [2024-04-02T19:36:50.598Z] #59 ... [2024-04-02T19:36:50.598Z] [2024-04-02T19:36:50.598Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-04-02T19:36:50.598Z] #60 ... [2024-04-02T19:36:50.598Z] [2024-04-02T19:36:50.598Z] #45 [security-proxy-auth internal] load build context [2024-04-02T19:36:50.598Z] #45 transferring context: 367.41MB 13.0s [2024-04-02T19:36:51.530Z] #45 transferring context: 405.54MB 13.7s done [2024-04-02T19:36:54.093Z] #45 ... [2024-04-02T19:36:54.093Z] [2024-04-02T19:36:54.093Z] #47 [core-data internal] load build context [2024-04-02T19:36:54.093Z] #47 transferring context: 405.54MB 16.3s done [2024-04-02T19:36:57.384Z] #47 ... [2024-04-02T19:36:57.384Z] [2024-04-02T19:36:57.384Z] #40 [security-bootstrapper internal] load build context [2024-04-02T19:36:57.384Z] #40 transferring context: 405.54MB 14.2s done [2024-04-02T19:36:57.384Z] #40 ... [2024-04-02T19:36:57.384Z] [2024-04-02T19:36:57.384Z] #41 [core-command internal] load build context [2024-04-02T19:36:57.385Z] #41 transferring context: 405.54MB 14.4s done [2024-04-02T19:36:57.644Z] #41 ... [2024-04-02T19:36:57.644Z] [2024-04-02T19:36:57.644Z] #39 [support-notifications internal] load build context [2024-04-02T19:36:57.644Z] #39 transferring context: 405.54MB 14.3s done [2024-04-02T19:36:57.902Z] #39 ... [2024-04-02T19:36:57.902Z] [2024-04-02T19:36:57.902Z] #43 [security-secretstore-setup internal] load build context [2024-04-02T19:36:57.902Z] #43 transferring context: 405.54MB 14.3s done [2024-04-02T19:36:57.902Z] #43 ... [2024-04-02T19:36:57.902Z] [2024-04-02T19:36:57.902Z] #42 [support-scheduler internal] load build context [2024-04-02T19:36:57.902Z] #42 transferring context: 405.54MB 13.8s done [2024-04-02T19:36:58.160Z] #42 ... [2024-04-02T19:36:58.160Z] [2024-04-02T19:36:58.160Z] #44 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:36:58.160Z] #44 transferring context: 405.54MB 13.5s done [2024-04-02T19:36:58.420Z] #44 ... [2024-04-02T19:36:58.420Z] [2024-04-02T19:36:58.420Z] #48 [security-spiffe-token-provider internal] load build context [2024-04-02T19:36:58.420Z] #48 transferring context: 405.54MB 14.3s done [2024-04-02T19:36:58.683Z] #48 ... [2024-04-02T19:36:58.683Z] [2024-04-02T19:36:58.683Z] #50 [security-proxy-setup internal] load build context [2024-04-02T19:36:58.683Z] #50 transferring context: 405.54MB 14.1s done [2024-04-02T19:36:59.252Z] #50 ... [2024-04-02T19:36:59.252Z] [2024-04-02T19:36:59.252Z] #49 [core-metadata internal] load build context [2024-04-02T19:36:59.252Z] #49 transferring context: 405.54MB 13.8s done [2024-04-02T19:37:00.188Z] #49 DONE 22.4s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #51 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-04-02T19:37:00.188Z] #51 DONE 21.0s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #44 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:37:00.188Z] #44 DONE 22.5s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #45 [security-proxy-auth internal] load build context [2024-04-02T19:37:00.188Z] #45 DONE 22.5s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #50 [security-proxy-setup internal] load build context [2024-04-02T19:37:00.188Z] #50 DONE 22.5s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #52 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-04-02T19:37:00.188Z] #52 DONE 21.0s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #59 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-04-02T19:37:00.188Z] #59 DONE 20.9s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #61 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:37:00.188Z] #61 ... [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #42 [support-scheduler internal] load build context [2024-04-02T19:37:00.188Z] #42 DONE 22.5s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #40 [security-bootstrapper internal] load build context [2024-04-02T19:37:00.188Z] #40 DONE 22.5s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #48 [security-spiffe-token-provider internal] load build context [2024-04-02T19:37:00.188Z] #48 DONE 22.5s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #39 [support-notifications internal] load build context [2024-04-02T19:37:00.188Z] #39 DONE 22.6s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #41 [core-command internal] load build context [2024-04-02T19:37:00.188Z] #41 DONE 22.6s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #43 [security-secretstore-setup internal] load build context [2024-04-02T19:37:00.188Z] #43 DONE 22.6s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #47 [core-data internal] load build context [2024-04-02T19:37:00.188Z] #47 DONE 22.6s [2024-04-02T19:37:00.188Z] [2024-04-02T19:37:00.188Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:37:01.123Z] #37 ... [2024-04-02T19:37:01.123Z] [2024-04-02T19:37:01.123Z] #55 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-04-02T19:37:01.123Z] #55 21.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #55 21.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #55 21.67 (1/2) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:01.123Z] #55 21.67 (2/2) Installing su-exec (0.2-r3) [2024-04-02T19:37:01.123Z] #55 21.76 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:01.123Z] #55 21.76 OK: 7 MiB in 17 packages [2024-04-02T19:37:01.123Z] #55 DONE 22.2s [2024-04-02T19:37:01.123Z] [2024-04-02T19:37:01.123Z] #56 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-04-02T19:37:01.123Z] #56 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #56 21.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #56 21.83 (1/1) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:01.123Z] #56 21.83 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:01.123Z] #56 21.84 OK: 7 MiB in 16 packages [2024-04-02T19:37:01.123Z] #56 DONE 22.2s [2024-04-02T19:37:01.123Z] [2024-04-02T19:37:01.123Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-04-02T19:37:01.123Z] #60 21.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #60 21.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #60 21.65 (1/4) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:01.123Z] #60 21.66 (2/4) Installing openssl (3.1.4-r5) [2024-04-02T19:37:01.123Z] #60 21.67 (3/4) Installing su-exec (0.2-r3) [2024-04-02T19:37:01.123Z] #60 21.76 (4/4) Installing yq (4.33.3-r5) [2024-04-02T19:37:01.123Z] #60 21.99 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:01.123Z] #60 21.99 OK: 17 MiB in 19 packages [2024-04-02T19:37:01.123Z] #60 DONE 22.2s [2024-04-02T19:37:01.123Z] [2024-04-02T19:37:01.123Z] #62 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-04-02T19:37:01.123Z] #0 0.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #0 0.833 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #0 1.094 OK: 264 MiB in 52 packages [2024-04-02T19:37:01.123Z] #62 DONE 1.3s [2024-04-02T19:37:01.123Z] [2024-04-02T19:37:01.123Z] #54 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-04-02T19:37:01.123Z] #54 21.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #54 21.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.123Z] #54 21.72 (1/4) Installing ca-certificates (20240226-r0) [2024-04-02T19:37:01.123Z] #54 21.74 (2/4) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:01.123Z] #54 21.74 (3/4) Installing su-exec (0.2-r3) [2024-04-02T19:37:01.123Z] #54 21.76 (4/4) Installing yq (4.33.3-r5) [2024-04-02T19:37:01.123Z] #54 22.00 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:01.123Z] #54 22.01 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:37:01.123Z] #54 22.05 OK: 17 MiB in 19 packages [2024-04-02T19:37:01.123Z] #54 DONE 22.2s [2024-04-02T19:37:01.381Z] [2024-04-02T19:37:01.381Z] #58 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-04-02T19:37:01.381Z] #58 21.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.381Z] #58 21.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.381Z] #58 22.01 (1/2) Installing ca-certificates (20240226-r0) [2024-04-02T19:37:01.381Z] #58 22.04 (2/2) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:01.381Z] #58 22.04 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:01.381Z] #58 22.05 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:37:01.381Z] #58 22.12 OK: 8 MiB in 17 packages [2024-04-02T19:37:01.381Z] #58 DONE 22.3s [2024-04-02T19:37:01.381Z] [2024-04-02T19:37:01.381Z] #63 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:01.381Z] #63 DONE 0.1s [2024-04-02T19:37:01.381Z] [2024-04-02T19:37:01.381Z] #64 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-04-02T19:37:01.640Z] #64 ... [2024-04-02T19:37:01.640Z] [2024-04-02T19:37:01.640Z] #53 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-04-02T19:37:01.640Z] #53 21.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.640Z] #53 21.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.640Z] #53 21.86 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:37:01.640Z] #53 21.86 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:37:01.640Z] #53 21.86 OK: 20072 distinct packages available [2024-04-02T19:37:01.640Z] #53 21.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.640Z] #53 22.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.640Z] #53 22.25 (1/11) Installing ca-certificates (20240226-r0) [2024-04-02T19:37:01.640Z] #53 22.27 (2/11) Installing brotli-libs (1.0.9-r14) [2024-04-02T19:37:01.640Z] #53 22.28 (3/11) Installing libunistring (1.1-r1) [2024-04-02T19:37:01.640Z] #53 22.30 (4/11) Installing libidn2 (2.3.4-r1) [2024-04-02T19:37:01.640Z] #53 22.31 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-04-02T19:37:01.640Z] #53 22.31 (6/11) Installing libcurl (8.5.0-r0) [2024-04-02T19:37:01.640Z] #53 22.32 (7/11) Installing curl (8.5.0-r0) [2024-04-02T19:37:01.640Z] #53 22.33 (8/11) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:01.640Z] #53 22.35 (9/11) Installing musl-obstack (1.2.3-r2) [2024-04-02T19:37:01.640Z] #53 22.35 (10/11) Installing libucontext (1.2-r2) [2024-04-02T19:37:01.640Z] #53 22.36 (11/11) Installing gcompat (1.1.0-r1) [2024-04-02T19:37:01.640Z] #53 22.37 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:01.640Z] #53 22.38 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:37:01.640Z] #53 22.43 OK: 12 MiB in 26 packages [2024-04-02T19:37:01.640Z] #53 DONE 22.6s [2024-04-02T19:37:01.640Z] [2024-04-02T19:37:01.640Z] #65 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:37:01.640Z] #0 1.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.640Z] #0 1.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:01.640Z] #0 1.584 OK: 264 MiB in 52 packages [2024-04-02T19:37:01.640Z] #65 DONE 1.7s [2024-04-02T19:37:01.897Z] [2024-04-02T19:37:01.897Z] #66 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:01.897Z] #66 DONE 0.1s [2024-04-02T19:37:01.897Z] [2024-04-02T19:37:01.897Z] #67 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:02.155Z] #67 ... [2024-04-02T19:37:02.155Z] [2024-04-02T19:37:02.155Z] #68 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:02.155Z] #68 DONE 0.0s [2024-04-02T19:37:02.155Z] [2024-04-02T19:37:02.155Z] #69 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:37:02.155Z] #0 1.187 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.155Z] #0 1.293 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.155Z] #0 1.532 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:02.155Z] #0 1.533 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:02.155Z] #0 1.541 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:02.155Z] #0 1.609 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:02.155Z] #0 1.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.155Z] #0 1.729 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.155Z] #0 1.909 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:02.155Z] #0 1.917 OK: 7 MiB in 16 packages [2024-04-02T19:37:02.155Z] #69 DONE 2.1s [2024-04-02T19:37:02.155Z] [2024-04-02T19:37:02.155Z] #61 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:37:02.155Z] #61 1.677 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.155Z] #61 1.772 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.155Z] #61 1.976 OK: 264 MiB in 52 packages [2024-04-02T19:37:02.155Z] #61 DONE 2.2s [2024-04-02T19:37:02.155Z] [2024-04-02T19:37:02.155Z] #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:02.413Z] #70 ... [2024-04-02T19:37:02.413Z] [2024-04-02T19:37:02.413Z] #71 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-04-02T19:37:02.413Z] #0 1.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.413Z] #0 1.725 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.413Z] #0 1.942 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:02.413Z] #0 1.942 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:02.413Z] #0 1.948 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:02.413Z] #0 2.003 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:02.413Z] #0 2.047 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.413Z] #0 2.150 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:02.413Z] #0 2.347 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:02.413Z] #0 2.356 OK: 8 MiB in 19 packages [2024-04-02T19:37:02.413Z] #71 DONE 2.5s [2024-04-02T19:37:02.413Z] [2024-04-02T19:37:02.413Z] #72 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:37:03.347Z] #72 DONE 0.6s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #57 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-04-02T19:37:03.347Z] #57 21.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #57 22.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #57 22.90 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:37:03.347Z] #57 22.90 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:37:03.347Z] #57 22.90 OK: 20072 distinct packages available [2024-04-02T19:37:03.347Z] #57 22.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #57 23.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #57 23.29 (1/5) Installing dumb-init (1.2.5-r2) [2024-04-02T19:37:03.347Z] #57 23.30 (2/5) Installing musl-obstack (1.2.3-r2) [2024-04-02T19:37:03.347Z] #57 23.30 (3/5) Installing libucontext (1.2-r2) [2024-04-02T19:37:03.347Z] #57 23.31 (4/5) Installing gcompat (1.1.0-r1) [2024-04-02T19:37:03.347Z] #57 23.31 (5/5) Installing openssl (3.1.4-r5) [2024-04-02T19:37:03.347Z] #57 23.32 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:03.347Z] #57 23.34 OK: 8 MiB in 20 packages [2024-04-02T19:37:03.347Z] #57 DONE 24.0s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #73 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-04-02T19:37:03.347Z] #0 1.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #0 1.822 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #0 2.069 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:37:03.347Z] #0 2.069 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:37:03.347Z] #0 2.069 OK: 20078 distinct packages available [2024-04-02T19:37:03.347Z] #0 2.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #0 2.287 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #0 2.525 OK: 264 MiB in 52 packages [2024-04-02T19:37:03.347Z] #73 DONE 3.2s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-04-02T19:37:03.347Z] #74 ... [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:03.347Z] #75 DONE 0.1s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #76 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-04-02T19:37:03.347Z] #76 DONE 0.1s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #77 [security-spire-config stage-2 6/10] COPY security.txt / [2024-04-02T19:37:03.347Z] #77 DONE 0.0s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #78 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-04-02T19:37:03.347Z] #78 DONE 0.0s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #79 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-04-02T19:37:03.347Z] #79 DONE 0.0s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #80 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-04-02T19:37:03.347Z] #80 DONE 0.0s [2024-04-02T19:37:03.347Z] [2024-04-02T19:37:03.347Z] #81 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-04-02T19:37:03.347Z] #0 1.378 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #0 1.516 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.347Z] #0 1.736 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:03.347Z] #0 1.736 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:03.347Z] #0 1.744 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:03.348Z] #0 1.801 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:03.348Z] #0 1.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.348Z] #0 1.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.348Z] #0 2.071 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:03.348Z] #0 2.078 OK: 7 MiB in 17 packages [2024-04-02T19:37:03.348Z] #81 DONE 2.2s [2024-04-02T19:37:03.348Z] [2024-04-02T19:37:03.348Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-04-02T19:37:03.918Z] #82 ... [2024-04-02T19:37:03.918Z] [2024-04-02T19:37:03.918Z] #83 [security-spire-config] exporting to image [2024-04-02T19:37:03.918Z] #83 exporting layers 0.5s done [2024-04-02T19:37:03.918Z] #83 writing image sha256:fe0ce83590bd94a6d1af8712cbfedc8ba9d9726c8fcf84aa3d7cc66cb21bcdaa done [2024-04-02T19:37:03.918Z] #83 naming to docker.io/library/security-spire-config done [2024-04-02T19:37:03.918Z] #83 DONE 0.5s [2024-04-02T19:37:03.918Z] [2024-04-02T19:37:03.918Z] #64 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-04-02T19:37:03.918Z] #64 2.563 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:03.918Z] #64 2.643 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.177Z] #64 2.842 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:04.177Z] #64 2.842 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:04.177Z] #64 2.844 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:04.177Z] #64 2.893 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:04.177Z] #64 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.177Z] #64 3.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.438Z] #64 3.242 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:04.438Z] #64 3.250 OK: 7 MiB in 16 packages [2024-04-02T19:37:04.696Z] #64 DONE 3.4s [2024-04-02T19:37:04.696Z] [2024-04-02T19:37:04.696Z] #84 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-04-02T19:37:04.696Z] #0 2.493 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 2.565 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 2.836 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:04.696Z] #0 2.836 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:04.696Z] #0 2.847 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:04.696Z] #0 2.921 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:04.696Z] #0 2.930 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 3.020 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 3.236 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:04.696Z] #0 3.246 OK: 17 MiB in 19 packages [2024-04-02T19:37:04.696Z] #84 DONE 3.4s [2024-04-02T19:37:04.696Z] [2024-04-02T19:37:04.696Z] #85 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-04-02T19:37:04.696Z] #85 DONE 0.0s [2024-04-02T19:37:04.696Z] [2024-04-02T19:37:04.696Z] #86 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-04-02T19:37:04.696Z] #0 2.518 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 2.613 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 2.878 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:04.696Z] #0 2.878 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:04.696Z] #0 2.891 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:04.696Z] #0 2.976 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:04.696Z] #0 2.988 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 3.076 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.696Z] #0 3.273 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:04.696Z] #0 3.283 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:37:04.696Z] #0 3.333 OK: 17 MiB in 19 packages [2024-04-02T19:37:04.696Z] #86 DONE 3.4s [2024-04-02T19:37:04.696Z] [2024-04-02T19:37:04.696Z] #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-04-02T19:37:04.696Z] #74 1.487 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.955Z] #74 ... [2024-04-02T19:37:04.956Z] [2024-04-02T19:37:04.956Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-04-02T19:37:04.956Z] #82 DONE 1.5s [2024-04-02T19:37:04.956Z] [2024-04-02T19:37:04.956Z] #87 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-04-02T19:37:04.956Z] #87 DONE 0.0s [2024-04-02T19:37:04.956Z] [2024-04-02T19:37:04.956Z] #88 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:37:04.956Z] #0 2.730 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 2.816 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 3.056 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:04.956Z] #0 3.056 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:04.956Z] #0 3.072 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:04.956Z] #0 3.161 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:04.956Z] #0 3.163 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 3.252 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 3.478 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:04.956Z] #0 3.486 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:37:04.956Z] #0 3.547 OK: 8 MiB in 17 packages [2024-04-02T19:37:04.956Z] #88 DONE 3.6s [2024-04-02T19:37:04.956Z] [2024-04-02T19:37:04.956Z] #89 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:37:04.956Z] #0 2.710 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 2.839 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 3.091 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:04.956Z] #0 3.091 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:04.956Z] #0 3.100 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:04.956Z] #0 3.176 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:04.956Z] #0 3.180 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:04.956Z] #0 3.264 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:05.214Z] #89 3.443 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:05.214Z] #89 3.451 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:37:05.214Z] #89 3.501 OK: 12 MiB in 26 packages [2024-04-02T19:37:05.214Z] #89 DONE 3.6s [2024-04-02T19:37:05.214Z] [2024-04-02T19:37:05.214Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:06.590Z] #90 ... [2024-04-02T19:37:06.590Z] [2024-04-02T19:37:06.590Z] #74 [security-spire-server stage-3 3/10] RUN apk --no-cache upgrade [2024-04-02T19:37:06.590Z] #74 2.610 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:06.590Z] #74 2.827 Upgrading critical system libraries and apk-tools: [2024-04-02T19:37:06.590Z] #74 2.827 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:37:06.590Z] #74 2.833 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:37:06.590Z] #74 2.893 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:37:06.590Z] #74 2.897 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:06.590Z] #74 2.977 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-04-02T19:37:06.590Z] #74 3.168 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:37:06.590Z] #74 3.194 OK: 8 MiB in 20 packages [2024-04-02T19:37:06.590Z] #74 DONE 3.3s [2024-04-02T19:37:06.590Z] [2024-04-02T19:37:06.590Z] #91 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-04-02T19:37:07.529Z] #91 DONE 1.0s [2024-04-02T19:37:07.529Z] [2024-04-02T19:37:07.529Z] #92 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:37:07.529Z] #92 DONE 1.0s [2024-04-02T19:37:07.529Z] [2024-04-02T19:37:07.529Z] #93 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-04-02T19:37:07.529Z] #93 DONE 0.0s [2024-04-02T19:37:07.529Z] [2024-04-02T19:37:07.529Z] #94 [security-spire-server stage-2 6/9] COPY security.txt / [2024-04-02T19:37:08.096Z] #94 DONE 0.5s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #95 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:37:08.096Z] #95 DONE 0.6s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #96 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-04-02T19:37:08.096Z] #96 DONE 0.0s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-04-02T19:37:08.096Z] #97 DONE 0.0s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #98 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-04-02T19:37:08.096Z] #98 DONE 0.0s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #99 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-04-02T19:37:08.096Z] #99 DONE 0.0s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #100 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-04-02T19:37:08.096Z] #100 DONE 0.0s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.096Z] #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-04-02T19:37:08.096Z] #101 DONE 0.0s [2024-04-02T19:37:08.096Z] [2024-04-02T19:37:08.097Z] #83 [security-spire-server] exporting to image [2024-04-02T19:37:08.356Z] #83 ... [2024-04-02T19:37:08.356Z] [2024-04-02T19:37:08.356Z] #102 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-04-02T19:37:08.356Z] #102 DONE 0.1s [2024-04-02T19:37:08.356Z] [2024-04-02T19:37:08.356Z] #103 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-04-02T19:37:08.356Z] #103 DONE 0.0s [2024-04-02T19:37:08.356Z] [2024-04-02T19:37:08.356Z] #83 [security-spire-agent] exporting to image [2024-04-02T19:37:08.615Z] #83 exporting layers 0.5s done [2024-04-02T19:37:08.615Z] #83 writing image sha256:9da1140087b4dd9ef22badd57e9358bd9863b18cad86c24b0820403c1479f7b1 done [2024-04-02T19:37:08.615Z] #83 naming to docker.io/library/security-spire-server done [2024-04-02T19:37:08.874Z] #83 writing image sha256:7f62b1b124ec475092117f30ba4f2e1d1f2b04be30ca7ebcb88ea8216a9c54a1 done [2024-04-02T19:37:08.874Z] #83 naming to docker.io/library/security-spire-agent done [2024-04-02T19:37:08.874Z] #83 DONE 1.2s [2024-04-02T19:37:08.874Z] [2024-04-02T19:37:08.874Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:10.252Z] #104 ... [2024-04-02T19:37:10.252Z] [2024-04-02T19:37:10.252Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:37:27.626Z] Removing intermediate container 8d43690ac92a [2024-04-02T19:37:27.627Z] ---> 92b4de7129ae [2024-04-02T19:37:27.627Z] Successfully built 92b4de7129ae [2024-04-02T19:37:27.627Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:37:28.042Z] + docker inspect -f . ci-base-image-arm64 [2024-04-02T19:37:28.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:37:28.328Z] prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container [2024-04-02T19:37:28.399Z] $ 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-04-02T19:37:29.619Z] $ docker top dfb27ddb54c122eaabd9386e440ad05e4f47130f421cf7030671bba2a7dadf4f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-04-02T19:37:30.513Z] + go version [2024-04-02T19:37:30.513Z] go version go1.21.0 linux/arm64 [Pipeline] } [2024-04-02T19:37:30.552Z] $ docker stop --time=1 dfb27ddb54c122eaabd9386e440ad05e4f47130f421cf7030671bba2a7dadf4f [2024-04-02T19:37:32.160Z] $ docker rm -f --volumes dfb27ddb54c122eaabd9386e440ad05e4f47130f421cf7030671bba2a7dadf4f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:37:33.062Z] + docker inspect -f . ci-base-image-arm64 [2024-04-02T19:37:33.063Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:37:33.323Z] prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container [2024-04-02T19:37:33.382Z] $ 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-04-02T19:37:34.552Z] $ docker top b6b29923cb3d9c099d7234ee03a17f9ea60510204df1e6f2aab98b4fe5310957 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-04-02T19:37:34.824Z] ========================================================= [2024-04-02T19:37:34.824Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-04-02T19:37:34.824Z] ========================================================= [Pipeline] sh [2024-04-02T19:37:35.144Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-04-02T19:37:36.108Z] + make test [2024-04-02T19:37:36.108Z] go test -race -coverprofile=coverage.out ./... [2024-04-02T19:37:42.371Z] #46 ... [2024-04-02T19:37:42.371Z] [2024-04-02T19:37:42.371Z] #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:42.371Z] #70 DONE 35.6s [2024-04-02T19:37:42.371Z] [2024-04-02T19:37:42.371Z] #67 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:42.371Z] #67 DONE 35.9s [2024-04-02T19:37:42.371Z] [2024-04-02T19:37:42.371Z] #104 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:42.371Z] #104 DONE 36.4s [2024-04-02T19:37:42.371Z] [2024-04-02T19:37:42.371Z] #90 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:42.371Z] #90 DONE 34.5s [2024-04-02T19:37:42.371Z] [2024-04-02T19:37:42.371Z] #105 [support-notifications builder 6/7] COPY . . [2024-04-02T19:37:44.292Z] #105 ... [2024-04-02T19:37:44.292Z] [2024-04-02T19:37:44.292Z] #106 [security-spiffe-token-provider builder 6/7] COPY . . [2024-04-02T19:37:44.861Z] #106 ... [2024-04-02T19:37:44.861Z] [2024-04-02T19:37:44.861Z] #107 [security-proxy-setup builder 6/7] COPY . . [2024-04-02T19:37:44.861Z] #107 DONE 7.3s [2024-04-02T19:37:44.861Z] [2024-04-02T19:37:44.861Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-04-02T19:37:45.118Z] #108 ... [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #109 [security-bootstrapper builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #109 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #110 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #111 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #111 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #106 [security-spiffe-token-provider builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #106 DONE 7.3s [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #112 [security-secretstore-setup builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #112 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #113 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #113 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #114 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #114 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #115 [support-scheduler builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #115 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #116 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #116 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #117 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #117 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #118 [security-proxy-auth builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #118 DONE 7.3s [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #119 [core-command builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #119 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #120 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #121 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #121 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #122 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #122 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #123 [core-metadata builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #123 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #124 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #124 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #125 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #125 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #126 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #127 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #127 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #105 [support-notifications builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #105 DONE 7.3s [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #128 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:37:45.118Z] #128 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #129 [core-data builder 6/7] COPY . . [2024-04-02T19:37:45.118Z] #129 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #130 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:37:45.118Z] #130 CACHED [2024-04-02T19:37:45.118Z] [2024-04-02T19:37:45.118Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T19:37:46.054Z] #131 1.172 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-04-02T19:37:56.061Z] #131 ... [2024-04-02T19:37:56.061Z] [2024-04-02T19:37:56.061Z] #132 [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-04-02T19:37:56.061Z] #0 0.511 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-04-02T19:37:56.061Z] #132 ... [2024-04-02T19:37:56.061Z] [2024-04-02T19:37:56.061Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T19:37:56.061Z] #0 1.119 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-04-02T19:37:56.061Z] #133 ... [2024-04-02T19:37:56.061Z] [2024-04-02T19:37:56.061Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-04-02T19:37:56.061Z] #0 0.931 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-04-02T19:37:56.061Z] #134 ... [2024-04-02T19:37:56.061Z] [2024-04-02T19:37:56.061Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-04-02T19:37:56.061Z] #0 0.748 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-04-02T19:37:56.061Z] #135 ... [2024-04-02T19:37:56.061Z] [2024-04-02T19:37:56.061Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-04-02T19:37:56.061Z] #0 0.583 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-04-02T19:37:56.319Z] #136 ... [2024-04-02T19:37:56.319Z] [2024-04-02T19:37:56.319Z] #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-04-02T19:37:56.319Z] #0 1.186 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-04-02T19:37:56.577Z] #137 ... [2024-04-02T19:37:56.577Z] [2024-04-02T19:37:56.577Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-04-02T19:37:56.577Z] #0 1.035 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-04-02T19:37:56.577Z] #138 ... [2024-04-02T19:37:56.577Z] [2024-04-02T19:37:56.577Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-04-02T19:37:56.577Z] #0 1.245 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-04-02T19:37:56.836Z] #139 ... [2024-04-02T19:37:56.836Z] [2024-04-02T19:37:56.836Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-04-02T19:37:56.836Z] #108 0.670 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-04-02T19:37:56.836Z] #108 ... [2024-04-02T19:37:56.836Z] [2024-04-02T19:37:56.836Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T19:37:56.836Z] #0 1.122 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-04-02T19:38:14.991Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-04-02T19:38:53.051Z] #140 ... [2024-04-02T19:38:53.051Z] [2024-04-02T19:38:53.051Z] #132 [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-04-02T19:38:53.051Z] #132 65.92 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-04-02T19:39:25.343Z] #132 ... [2024-04-02T19:39:25.343Z] [2024-04-02T19:39:25.343Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-04-02T19:39:25.343Z] #134 DONE 100.5s [2024-04-02T19:39:25.603Z] [2024-04-02T19:39:25.603Z] #136 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-04-02T19:39:25.603Z] #136 DONE 100.5s [2024-04-02T19:39:25.603Z] [2024-04-02T19:39:25.603Z] #132 [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-04-02T19:39:25.603Z] #132 DONE 100.5s [2024-04-02T19:39:25.603Z] [2024-04-02T19:39:25.603Z] #108 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-04-02T19:39:25.603Z] #108 DONE 100.6s [2024-04-02T19:39:25.603Z] [2024-04-02T19:39:25.603Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-04-02T19:39:25.603Z] #141 ... [2024-04-02T19:39:25.603Z] [2024-04-02T19:39:25.603Z] #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-04-02T19:39:25.603Z] #137 DONE 100.7s [2024-04-02T19:39:25.862Z] [2024-04-02T19:39:25.862Z] #142 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:26.142Z] #142 ... [2024-04-02T19:39:26.142Z] [2024-04-02T19:39:26.142Z] #143 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:26.142Z] #143 DONE 0.6s [2024-04-02T19:39:26.409Z] [2024-04-02T19:39:26.409Z] #144 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:26.668Z] #144 ... [2024-04-02T19:39:26.668Z] [2024-04-02T19:39:26.668Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-04-02T19:39:26.668Z] #141 DONE 1.0s [2024-04-02T19:39:26.668Z] [2024-04-02T19:39:26.668Z] #145 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:26.668Z] #145 DONE 1.0s [2024-04-02T19:39:26.668Z] [2024-04-02T19:39:26.668Z] #142 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:26.668Z] #142 DONE 0.8s [2024-04-02T19:39:26.668Z] [2024-04-02T19:39:26.668Z] #146 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:26.668Z] #146 DONE 0.9s [2024-04-02T19:39:26.668Z] [2024-04-02T19:39:26.668Z] #144 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:26.668Z] #144 DONE 0.6s [2024-04-02T19:39:26.668Z] [2024-04-02T19:39:26.668Z] #147 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-04-02T19:39:28.096Z] #147 ... [2024-04-02T19:39:28.096Z] [2024-04-02T19:39:28.096Z] #148 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:28.096Z] #148 DONE 1.4s [2024-04-02T19:39:28.096Z] [2024-04-02T19:39:28.096Z] #149 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:28.096Z] #149 DONE 1.6s [2024-04-02T19:39:28.096Z] [2024-04-02T19:39:28.096Z] #150 [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-04-02T19:39:28.355Z] #150 ... [2024-04-02T19:39:28.356Z] [2024-04-02T19:39:28.356Z] #147 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-04-02T19:39:28.356Z] #147 DONE 1.6s [2024-04-02T19:39:28.615Z] [2024-04-02T19:39:28.615Z] #151 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:28.615Z] #151 DONE 1.8s [2024-04-02T19:39:28.615Z] [2024-04-02T19:39:28.615Z] #152 [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-04-02T19:39:29.660Z] #152 ... [2024-04-02T19:39:29.660Z] [2024-04-02T19:39:29.660Z] #153 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-04-02T19:39:29.660Z] #153 DONE 1.5s [2024-04-02T19:39:29.926Z] [2024-04-02T19:39:29.926Z] #154 [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-04-02T19:39:29.926Z] #154 DONE 1.4s [2024-04-02T19:39:29.926Z] [2024-04-02T19:39:29.926Z] #150 [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-04-02T19:39:29.926Z] #150 DONE 1.5s [2024-04-02T19:39:29.926Z] [2024-04-02T19:39:29.926Z] #152 [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-04-02T19:39:29.926Z] #152 DONE 1.2s [2024-04-02T19:39:29.926Z] [2024-04-02T19:39:29.926Z] #83 [security-spiffe-token-provider] exporting to image [2024-04-02T19:39:29.926Z] #83 exporting layers [2024-04-02T19:39:30.184Z] #83 ... [2024-04-02T19:39:30.184Z] [2024-04-02T19:39:30.184Z] #155 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-04-02T19:39:30.184Z] #155 DONE 3.6s [2024-04-02T19:39:30.442Z] [2024-04-02T19:39:30.442Z] #156 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:30.701Z] #156 ... [2024-04-02T19:39:30.701Z] [2024-04-02T19:39:30.701Z] #157 [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-04-02T19:39:30.701Z] #157 DONE 0.9s [2024-04-02T19:39:30.701Z] [2024-04-02T19:39:30.701Z] #158 [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-04-02T19:39:30.701Z] #158 DONE 0.9s [2024-04-02T19:39:30.701Z] [2024-04-02T19:39:30.701Z] #159 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-04-02T19:39:30.701Z] #159 DONE 0.7s [2024-04-02T19:39:30.971Z] [2024-04-02T19:39:30.971Z] #156 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:30.971Z] #156 DONE 0.7s [2024-04-02T19:39:30.971Z] [2024-04-02T19:39:30.971Z] #83 [security-spiffe-token-provider] exporting to image [2024-04-02T19:39:30.971Z] #83 exporting layers 1.0s done [2024-04-02T19:39:30.971Z] #83 writing image sha256:3416ed0d8ef5d4f6e7c6be2d12436c3e74c943448b85dbeb5668401c2a680991 done [2024-04-02T19:39:30.971Z] #83 naming to docker.io/library/security-spiffe-token-provider 0.1s done [2024-04-02T19:39:30.971Z] #83 DONE 2.5s [2024-04-02T19:39:30.971Z] [2024-04-02T19:39:30.971Z] #160 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-04-02T19:39:30.971Z] #160 DONE 0.4s [2024-04-02T19:39:30.971Z] [2024-04-02T19:39:30.971Z] #161 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:31.566Z] #161 ... [2024-04-02T19:39:31.566Z] [2024-04-02T19:39:31.566Z] #162 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:31.566Z] #162 DONE 0.7s [2024-04-02T19:39:31.566Z] [2024-04-02T19:39:31.566Z] #163 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-04-02T19:39:31.566Z] #163 DONE 0.7s [2024-04-02T19:39:31.566Z] [2024-04-02T19:39:31.566Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-04-02T19:39:31.825Z] #164 ... [2024-04-02T19:39:31.825Z] [2024-04-02T19:39:31.825Z] #161 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:31.825Z] #161 DONE 0.9s [2024-04-02T19:39:31.825Z] [2024-04-02T19:39:31.826Z] #164 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-04-02T19:39:31.826Z] #164 DONE 0.4s [2024-04-02T19:39:31.826Z] [2024-04-02T19:39:31.826Z] #165 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-04-02T19:39:31.826Z] #165 DONE 0.5s [2024-04-02T19:39:31.826Z] [2024-04-02T19:39:31.826Z] #166 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-04-02T19:39:32.760Z] #166 DONE 0.7s [2024-04-02T19:39:32.760Z] [2024-04-02T19:39:32.760Z] #167 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-04-02T19:39:32.760Z] #167 DONE 0.8s [2024-04-02T19:39:32.760Z] [2024-04-02T19:39:32.760Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-04-02T19:39:32.760Z] #168 ... [2024-04-02T19:39:32.760Z] [2024-04-02T19:39:32.760Z] #169 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T19:39:32.760Z] #169 DONE 1.6s [2024-04-02T19:39:32.760Z] [2024-04-02T19:39:32.760Z] #83 [core-common-config-bootstrapper] exporting to image [2024-04-02T19:39:33.020Z] #83 ... [2024-04-02T19:39:33.020Z] [2024-04-02T19:39:33.020Z] #168 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-04-02T19:39:33.020Z] #168 DONE 0.4s [2024-04-02T19:39:33.296Z] [2024-04-02T19:39:33.296Z] #170 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-04-02T19:39:33.296Z] #170 DONE 0.6s [2024-04-02T19:39:33.296Z] [2024-04-02T19:39:33.296Z] #171 [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-04-02T19:39:34.684Z] #171 DONE 1.4s [2024-04-02T19:39:34.684Z] [2024-04-02T19:39:34.684Z] #172 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T19:39:34.684Z] #172 DONE 2.5s [2024-04-02T19:39:34.684Z] [2024-04-02T19:39:34.684Z] #83 [security-proxy-setup] exporting to image [2024-04-02T19:39:34.684Z] #83 exporting layers 1.6s done [2024-04-02T19:39:34.684Z] #83 writing image sha256:1571638c582b281b1bedb76b7938c8985ea5647f63334bba85a2f1274f5c4efb [2024-04-02T19:39:34.947Z] #83 writing image sha256:1571638c582b281b1bedb76b7938c8985ea5647f63334bba85a2f1274f5c4efb 0.4s done [2024-04-02T19:39:34.947Z] #83 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2024-04-02T19:39:35.520Z] #83 ... [2024-04-02T19:39:35.520Z] [2024-04-02T19:39:35.520Z] #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-04-02T19:39:35.520Z] #173 DONE 1.0s [2024-04-02T19:39:35.780Z] [2024-04-02T19:39:35.780Z] #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-04-02T19:39:37.714Z] #174 ... [2024-04-02T19:39:37.714Z] [2024-04-02T19:39:37.714Z] #133 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T19:39:37.714Z] #133 DONE 112.6s [2024-04-02T19:39:37.714Z] [2024-04-02T19:39:37.714Z] #175 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T19:39:38.328Z] #175 ... [2024-04-02T19:39:38.328Z] [2024-04-02T19:39:38.328Z] #174 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-04-02T19:39:38.328Z] #174 DONE 3.0s [2024-04-02T19:39:38.588Z] [2024-04-02T19:39:38.588Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T19:39:39.160Z] #131 ... [2024-04-02T19:39:39.160Z] [2024-04-02T19:39:39.160Z] #176 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-04-02T19:39:39.160Z] #176 ... [2024-04-02T19:39:39.160Z] [2024-04-02T19:39:39.160Z] #175 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T19:39:39.160Z] #175 DONE 5.9s [2024-04-02T19:39:39.431Z] [2024-04-02T19:39:39.431Z] #135 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-04-02T19:39:39.431Z] #135 DONE 114.4s [2024-04-02T19:39:39.431Z] [2024-04-02T19:39:39.431Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-04-02T19:39:39.431Z] #138 DONE 114.4s [2024-04-02T19:39:39.431Z] [2024-04-02T19:39:39.431Z] #83 [security-secretstore-setup] exporting to image [2024-04-02T19:39:39.431Z] #83 exporting layers 5.0s done [2024-04-02T19:39:39.431Z] #83 ... [2024-04-02T19:39:39.431Z] [2024-04-02T19:39:39.431Z] #176 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-04-02T19:39:39.431Z] #176 DONE 0.4s [2024-04-02T19:39:39.431Z] [2024-04-02T19:39:39.431Z] #139 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-04-02T19:39:39.431Z] #139 DONE 114.5s [2024-04-02T19:39:39.431Z] [2024-04-02T19:39:39.431Z] #83 [security-proxy-setup] exporting to image [2024-04-02T19:39:39.431Z] #83 writing image sha256:c1d0b2bb0ddf4cc99ed94762fe9f2e4307b0d2522be49797d9902ea359b769a8 done [2024-04-02T19:39:39.431Z] #83 naming to docker.io/library/security-proxy-setup done [2024-04-02T19:39:39.691Z] #83 ... [2024-04-02T19:39:39.691Z] [2024-04-02T19:39:39.691Z] #177 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:39.691Z] #177 DONE 0.4s [2024-04-02T19:39:39.691Z] [2024-04-02T19:39:39.691Z] #83 [security-secretstore-setup] exporting to image [2024-04-02T19:39:39.691Z] #83 exporting layers 0.4s done [2024-04-02T19:39:39.691Z] #83 writing image sha256:7534fbb1f47b5a22e2c83973f22bc94d92f2dca367d8585630e48be7dc4acf04 0.0s done [2024-04-02T19:39:39.691Z] #83 naming to docker.io/library/security-secretstore-setup 0.0s done [2024-04-02T19:39:39.691Z] #83 DONE 9.4s [2024-04-02T19:39:39.691Z] [2024-04-02T19:39:39.691Z] #178 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:39.691Z] #178 DONE 0.2s [2024-04-02T19:39:39.691Z] [2024-04-02T19:39:39.691Z] #179 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:39.951Z] #179 DONE 0.1s [2024-04-02T19:39:39.951Z] [2024-04-02T19:39:39.951Z] #180 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:39.951Z] #180 DONE 0.3s [2024-04-02T19:39:39.951Z] [2024-04-02T19:39:39.951Z] #181 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:39.951Z] #181 CACHED [2024-04-02T19:39:39.951Z] [2024-04-02T19:39:39.951Z] #182 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:39.951Z] #182 CACHED [2024-04-02T19:39:39.951Z] [2024-04-02T19:39:39.951Z] #183 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:39.951Z] #183 CACHED [2024-04-02T19:39:39.951Z] [2024-04-02T19:39:39.951Z] #184 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:39.951Z] #184 CACHED [2024-04-02T19:39:39.951Z] [2024-04-02T19:39:39.951Z] #185 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-04-02T19:39:42.532Z] #185 ... [2024-04-02T19:39:42.532Z] [2024-04-02T19:39:42.532Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T19:39:42.532Z] #140 DONE 117.4s [2024-04-02T19:39:42.532Z] [2024-04-02T19:39:42.532Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T19:39:42.533Z] #131 DONE 117.4s [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #186 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-04-02T19:39:42.533Z] #186 DONE 2.5s [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #187 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-04-02T19:39:42.533Z] #187 DONE 2.8s [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #188 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-04-02T19:39:42.533Z] #188 DONE 2.6s [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #189 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-04-02T19:39:42.533Z] #189 DONE 2.6s [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #190 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:42.533Z] #190 CACHED [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #191 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:42.533Z] #191 CACHED [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #185 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-04-02T19:39:42.533Z] #185 DONE 2.6s [2024-04-02T19:39:42.533Z] [2024-04-02T19:39:42.533Z] #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-04-02T19:39:42.991Z] #192 ... [2024-04-02T19:39:42.991Z] [2024-04-02T19:39:42.991Z] #193 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T19:39:42.991Z] #193 DONE 0.3s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #194 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:43.255Z] #194 DONE 0.4s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:43.255Z] #195 DONE 0.3s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:43.255Z] #196 DONE 0.3s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #83 [core-data] exporting to image [2024-04-02T19:39:43.255Z] #83 ... [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #197 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:43.255Z] #197 DONE 0.7s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #192 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-04-02T19:39:43.255Z] #192 DONE 0.8s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #83 [core-command] exporting to image [2024-04-02T19:39:43.255Z] #83 ... [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #198 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T19:39:43.255Z] #198 DONE 0.6s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #199 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-04-02T19:39:43.255Z] #199 DONE 0.6s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #200 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-04-02T19:39:43.255Z] #200 DONE 0.6s [2024-04-02T19:39:43.255Z] [2024-04-02T19:39:43.255Z] #83 [security-bootstrapper] exporting to image [2024-04-02T19:39:43.255Z] #83 writing image sha256:cbba1bfbdf73f77f7038698bd448a878f5c4be3bbeb6f0a1aeafb948aba486c0 0.1s done [2024-04-02T19:39:43.255Z] #83 naming to docker.io/library/security-bootstrapper done [2024-04-02T19:39:43.829Z] #83 ... [2024-04-02T19:39:43.829Z] [2024-04-02T19:39:43.829Z] #201 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:43.829Z] #201 DONE 0.1s [2024-04-02T19:39:43.829Z] [2024-04-02T19:39:43.829Z] #83 [support-scheduler] exporting to image [2024-04-02T19:39:43.829Z] #83 exporting layers 1.0s done [2024-04-02T19:39:43.829Z] #83 ... [2024-04-02T19:39:43.829Z] [2024-04-02T19:39:43.829Z] #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-04-02T19:39:43.829Z] #202 DONE 0.5s [2024-04-02T19:39:43.829Z] [2024-04-02T19:39:43.829Z] #203 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-04-02T19:39:43.829Z] #203 DONE 0.0s [2024-04-02T19:39:43.829Z] [2024-04-02T19:39:43.829Z] #83 [support-notifications] exporting to image [2024-04-02T19:39:43.829Z] #83 writing image sha256:405b80910f2ebdcd5f37be2cb8e37f2f97be0223cb1413cf4ac08bf29e1ba893 done [2024-04-02T19:39:43.829Z] #83 naming to docker.io/library/core-data done [2024-04-02T19:39:43.829Z] #83 writing image sha256:d1b27795e5160297c80795638fe93edcae99bd07e7ff2ea31cd39ea60c814383 done [2024-04-02T19:39:43.829Z] #83 naming to docker.io/library/core-command done [2024-04-02T19:39:44.092Z] #83 exporting layers 0.2s done [2024-04-02T19:39:44.092Z] #83 writing image sha256:9a0fe4011f39465b0555de8d745259c8c3eee84f1988a31eb96f97b535227707 done [2024-04-02T19:39:44.092Z] #83 naming to docker.io/library/support-notifications [2024-04-02T19:39:44.092Z] #83 ... [2024-04-02T19:39:44.092Z] [2024-04-02T19:39:44.092Z] #204 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T19:39:44.092Z] #204 DONE 0.7s [2024-04-02T19:39:44.092Z] [2024-04-02T19:39:44.092Z] #83 [security-proxy-auth] exporting to image [2024-04-02T19:39:44.092Z] #83 naming to docker.io/library/support-notifications done [2024-04-02T19:39:44.354Z] #83 exporting layers 0.2s done [2024-04-02T19:39:44.354Z] #83 writing image sha256:8063ce9de32f4731ca5983485edce3c81504e215e4f7ea39393f16e3a2c9956a done [2024-04-02T19:39:44.354Z] #83 naming to docker.io/library/support-scheduler done [2024-04-02T19:39:44.354Z] #83 writing image sha256:ab3876cd1e8a6bc4bf01cd53f7db16ba3eb129a040445b9bd509f00e6c1814e0 done [2024-04-02T19:39:44.354Z] #83 naming to docker.io/library/core-metadata done [2024-04-02T19:39:44.354Z] #83 writing image sha256:a295c72589e458d5347f0d57850cbc1c5914dc317521a8dbacee2e2b9c20a921 done [2024-04-02T19:39:44.354Z] #83 naming to docker.io/library/security-proxy-auth done [2024-04-02T19:39:44.354Z] #83 DONE 11.3s [2024-04-02T19:39:44.354Z] [2024-04-02T19:39:44.354Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T19:39:44.354Z] time="2024-04-02T19:36:34Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-04-02T19:39:44.379Z] $ docker stop --time=1 d9e779c8be64d468c8af273b341e3927c100d54ee38c29c9a63ca6919e3d1471 [2024-04-02T19:39:45.679Z] $ docker rm -f --volumes d9e779c8be64d468c8af273b341e3927c100d54ee38c29c9a63ca6919e3d1471 [Pipeline] // withDockerContainer [Pipeline] sh [2024-04-02T19:39:46.103Z] + docker images [2024-04-02T19:39:46.103Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-04-02T19:39:46.103Z] core-metadata latest ab3876cd1e8a 2 seconds ago 35.9MB [2024-04-02T19:39:46.103Z] support-scheduler latest 8063ce9de32f 2 seconds ago 38.3MB [2024-04-02T19:39:46.104Z] security-proxy-auth latest a295c72589e4 2 seconds ago 33MB [2024-04-02T19:39:46.104Z] support-notifications latest 9a0fe4011f39 2 seconds ago 38.9MB [2024-04-02T19:39:46.104Z] core-data latest 405b80910f2e 3 seconds ago 35.8MB [2024-04-02T19:39:46.104Z] security-bootstrapper latest cbba1bfbdf73 3 seconds ago 19.2MB [2024-04-02T19:39:46.104Z] core-command latest d1b27795e516 3 seconds ago 35.4MB [2024-04-02T19:39:46.104Z] security-secretstore-setup latest 7534fbb1f47b 7 seconds ago 37MB [2024-04-02T19:39:46.104Z] security-proxy-setup latest c1d0b2bb0ddf 11 seconds ago 26.5MB [2024-04-02T19:39:46.104Z] core-common-config-bootstrapper latest 1571638c582b 13 seconds ago 15.5MB [2024-04-02T19:39:46.104Z] security-spiffe-token-provider latest 3416ed0d8ef5 16 seconds ago 29.2MB [2024-04-02T19:39:46.104Z] security-spire-agent latest 7f62b1b124ec 2 minutes ago 161MB [2024-04-02T19:39:46.104Z] security-spire-server latest 9da1140087b4 2 minutes ago 103MB [2024-04-02T19:39:46.104Z] security-spire-config latest fe0ce83590bd 2 minutes ago 102MB [2024-04-02T19:39:46.104Z] ci-base-image-x86_64 latest f3ca9362a014 6 minutes ago 977MB [2024-04-02T19:39:46.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 88b5674ff536 4 months ago 564MB [2024-04-02T19:39:46.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 10 months ago 334MB [2024-04-02T19:39:46.104Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 21 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-04-02T19:40:36.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-04-02T19:40:36.685Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-04-02T19:40:38.091Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-04-02T19:40:38.677Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-04-02T19:40:38.677Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-04-02T19:40:38.677Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-04-02T19:40:38.947Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-04-02T19:40:39.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-04-02T19:40:39.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-04-02T19:40:40.117Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-04-02T19:40:42.697Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-04-02T19:40:42.697Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-04-02T19:40:42.697Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-04-02T19:40:42.697Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-04-02T19:40:52.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-04-02T19:40:52.793Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-04-02T19:40:52.793Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.204s coverage: 28.7% of statements [2024-04-02T19:41:00.547Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.283s coverage: 97.0% of statements [2024-04-02T19:41:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-04-02T19:41:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-04-02T19:41:04.913Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-04-02T19:41:09.197Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.415s coverage: 69.2% of statements [2024-04-02T19:41:10.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-04-02T19:41:10.619Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-04-02T19:41:12.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.333s coverage: 53.2% of statements [2024-04-02T19:41:17.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-04-02T19:41:17.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-04-02T19:41:17.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:41:17.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-04-02T19:41:17.383Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-04-02T19:41:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-04-02T19:41:25.610Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-04-02T19:41:33.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 16.680s coverage: 93.4% of statements [2024-04-02T19:41:33.825Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.573s coverage: 6.1% of statements [2024-04-02T19:41:38.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-04-02T19:41:38.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:41:38.061Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-04-02T19:41:39.992Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-04-02T19:41:40.573Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.564s coverage: 97.6% of statements [2024-04-02T19:41:41.156Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.193s coverage: 72.2% of statements [2024-04-02T19:41:49.342Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-04-02T19:41:49.342Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-04-02T19:41:49.924Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.428s coverage: 0.9% of statements [2024-04-02T19:41:49.924Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.250s coverage: 32.2% of statements [2024-04-02T19:41:53.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.358s coverage: 41.7% of statements [2024-04-02T19:41:53.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.289s coverage: 82.9% of statements [2024-04-02T19:41:53.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.272s coverage: 94.1% of statements [2024-04-02T19:41:53.263Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.186s coverage: 96.3% of statements [2024-04-02T19:41:57.511Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.205s coverage: 87.5% of statements [2024-04-02T19:41:58.093Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-04-02T19:42:00.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-04-02T19:42:00.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-04-02T19:42:00.031Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-04-02T19:42:03.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-04-02T19:42:03.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-04-02T19:42:03.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-04-02T19:42:03.370Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-04-02T19:42:09.998Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.191s coverage: 94.4% of statements [2024-04-02T19:42:09.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-04-02T19:42:09.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-04-02T19:42:09.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-04-02T19:42:09.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-04-02T19:42:18.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-04-02T19:42:18.186Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-04-02T19:42:20.119Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.929s coverage: 79.9% of statements [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.247s coverage: 92.9% of statements [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.074s coverage: 64.4% of statements [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.208s coverage: 62.3% of statements [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.195s coverage: 87.2% of statements [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.174s coverage: 20.0% of statements [2024-04-02T19:42:23.451Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.172s coverage: 100.0% of statements [2024-04-02T19:42:24.854Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-04-02T19:42:24.854Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.392s coverage: 81.8% of statements [2024-04-02T19:42:25.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-04-02T19:42:26.388Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.384s coverage: 82.1% of statements [2024-04-02T19:42:26.656Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.211s coverage: 86.0% of statements [2024-04-02T19:42:30.891Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-04-02T19:42:30.892Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-04-02T19:42:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.867s coverage: 63.1% of statements [2024-04-02T19:42:32.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.225s coverage: 100.0% of statements [2024-04-02T19:42:33.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.125s coverage: 89.4% of statements [2024-04-02T19:42:33.248Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.076s coverage: 100.0% of statements [2024-04-02T19:42:33.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-04-02T19:42:33.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-04-02T19:42:33.828Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-04-02T19:42:34.408Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.071s coverage: 73.7% of statements [2024-04-02T19:42:34.673Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.075s coverage: 100.0% of statements [2024-04-02T19:42:40.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-04-02T19:42:40.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-04-02T19:42:40.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-04-02T19:42:41.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.738s coverage: 38.4% of statements [2024-04-02T19:42:41.397Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.214s coverage: 89.5% of statements [2024-04-02T19:42:41.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-04-02T19:42:41.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-04-02T19:42:41.397Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-04-02T19:42:41.397Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-04-02T19:42:42.794Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.207s coverage: 84.8% of statements [2024-04-02T19:42:47.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-04-02T19:42:47.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-04-02T19:42:47.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-04-02T19:42:47.026Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-04-02T19:42:53.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-04-02T19:42:53.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:42:53.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-04-02T19:42:53.641Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-04-02T19:42:54.593Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.262s coverage: 19.9% of statements [2024-04-02T19:42:54.857Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.512s coverage: 95.7% of statements [2024-04-02T19:42:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-04-02T19:42:56.790Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-04-02T19:42:58.187Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.264s coverage: 61.8% of statements [2024-04-02T19:43:00.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-04-02T19:43:00.122Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-04-02T19:43:02.062Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.395s coverage: 98.9% of statements [2024-04-02T19:43:03.026Z] 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-04-02T19:43:03.293Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-04-02T19:43:03.293Z] go vet ./... [2024-04-02T19:46:10.023Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-04-02T19:46:10.023Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-04-02T19:46:10.023Z] ./bin/test-attribution-txt.sh [2024-04-02T19:46:10.023Z] An attribution for github.com/go-jose/go-jose/v4 is missing from Attribution.txt, please add [Pipeline] echo [2024-04-02T19:46:10.069Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-04-02T19:46:10.782Z] + ls -al . [2024-04-02T19:46:10.782Z] total 812 [2024-04-02T19:46:10.782Z] drwxrwxr-x 10 1001 1001 4096 Apr 2 19:37 . [2024-04-02T19:46:10.782Z] drwxr-xr-x 4 root root 4096 Apr 2 19:37 .. [2024-04-02T19:46:10.782Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 19:35 .blubracket [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 10 Apr 2 19:35 .dockerignore [2024-04-02T19:46:10.782Z] drwxrwxr-x 8 1001 1001 4096 Apr 2 19:35 .git [2024-04-02T19:46:10.782Z] drwxrwxr-x 3 1001 1001 4096 Apr 2 19:35 .github [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 1074 Apr 2 19:35 .gitignore [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 42 Apr 2 19:35 .golangci.yml [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 100 Apr 2 19:35 .hadolint.yml [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 155 Apr 2 19:35 .sonarcloud.properties [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 1171 Apr 2 19:35 ADOPTERS.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 20261 Apr 2 19:35 Attribution.txt [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 100284 Apr 2 19:35 CHANGELOG.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 3804 Apr 2 19:35 CONTRIBUTING.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 677 Apr 2 19:35 GOVERNANCE.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 861 Apr 2 19:35 Jenkinsfile [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 10775 Apr 2 19:35 LICENSE [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 15392 Apr 2 19:35 Makefile [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 582 Apr 2 19:35 OWNERS.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 9528 Apr 2 19:35 README.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 789 Apr 2 19:35 SECURITY.md [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 5 Apr 2 19:32 VERSION [2024-04-02T19:46:10.782Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 19:35 bin [2024-04-02T19:46:10.782Z] drwxrwxr-x 18 1001 1001 4096 Apr 2 19:35 cmd [2024-04-02T19:46:10.782Z] -rw-r--r-- 1 root root 455122 Apr 2 19:43 coverage.out [2024-04-02T19:46:10.782Z] drwxrwxr-x 2 1001 1001 4096 Apr 2 19:35 fuzz_test [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 7036 Apr 2 19:35 go.mod [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 101133 Apr 2 19:35 go.sum [2024-04-02T19:46:10.782Z] drwxrwxr-x 7 1001 1001 4096 Apr 2 19:35 internal [2024-04-02T19:46:10.782Z] drwxrwxr-x 3 1001 1001 4096 Apr 2 19:35 openapi [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 584 Apr 2 19:35 security.txt [2024-04-02T19:46:10.782Z] -rw-rw-r-- 1 1001 1001 204 Apr 2 19:35 version.go [Pipeline] sh [2024-04-02T19:46:11.432Z] + '[' -e coverage.out ] [2024-04-02T19:46:11.432Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-04-02T19:46:11.468Z] Warning: overwriting stash ‘coverage-report’ [2024-04-02T19:46:12.237Z] Stashed 1 file(s) [Pipeline] sh [2024-04-02T19:46:12.565Z] + make build [2024-04-02T19:46:12.830Z] 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-04-02T19:48:34.456Z] 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-04-02T19:48:34.456Z] 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-04-02T19:48:41.106Z] 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-04-02T19:48:43.033Z] 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-04-02T19:49:09.667Z] 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-04-02T19:49:14.998Z] 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-04-02T19:49:25.062Z] 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-04-02T19:49:26.998Z] 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-04-02T19:49:30.336Z] 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-04-02T19:49:33.003Z] 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-04-02T19:49:37.330Z] 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-04-02T19:49:41.602Z] $ docker stop --time=1 b6b29923cb3d9c099d7234ee03a17f9ea60510204df1e6f2aab98b4fe5310957 [2024-04-02T19:49:43.726Z] $ docker rm -f --volumes b6b29923cb3d9c099d7234ee03a17f9ea60510204df1e6f2aab98b4fe5310957 [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-04-02T19:49:47.537Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-04-02T19:49:47.538Z] [2024-04-02T19:49:47.538Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T19:49:47.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-04-02T19:49:47.952Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-04-02T19:49:47.952Z] 547446be3368: Pulling fs layer [2024-04-02T19:49:47.952Z] d125d8839a47: Pulling fs layer [2024-04-02T19:49:47.952Z] 3e85d5ac6304: Pulling fs layer [2024-04-02T19:49:48.226Z] c3105a71a48b: Pulling fs layer [2024-04-02T19:49:48.226Z] 0f093f025ec4: Pulling fs layer [2024-04-02T19:49:48.226Z] c3106fc0e877: Pulling fs layer [2024-04-02T19:49:48.226Z] c3105a71a48b: Waiting [2024-04-02T19:49:48.226Z] 0f093f025ec4: Waiting [2024-04-02T19:49:48.226Z] c3106fc0e877: Waiting [2024-04-02T19:49:48.226Z] 547446be3368: Verifying Checksum [2024-04-02T19:49:48.226Z] 547446be3368: Download complete [2024-04-02T19:49:48.226Z] c3105a71a48b: Verifying Checksum [2024-04-02T19:49:48.226Z] c3105a71a48b: Download complete [2024-04-02T19:49:48.492Z] d125d8839a47: Verifying Checksum [2024-04-02T19:49:48.492Z] d125d8839a47: Download complete [2024-04-02T19:49:48.492Z] c3106fc0e877: Verifying Checksum [2024-04-02T19:49:48.492Z] c3106fc0e877: Download complete [2024-04-02T19:49:48.758Z] 0f093f025ec4: Verifying Checksum [2024-04-02T19:49:48.758Z] 0f093f025ec4: Download complete [2024-04-02T19:49:49.024Z] 547446be3368: Pull complete [2024-04-02T19:49:49.979Z] d125d8839a47: Pull complete [2024-04-02T19:49:50.558Z] 3e85d5ac6304: Download complete [2024-04-02T19:50:00.615Z] 3e85d5ac6304: Pull complete [2024-04-02T19:50:00.615Z] c3105a71a48b: Pull complete [2024-04-02T19:50:01.571Z] 0f093f025ec4: Pull complete [2024-04-02T19:50:01.838Z] c3106fc0e877: Pull complete [2024-04-02T19:50:01.838Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-04-02T19:50:01.838Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-04-02T19:50:01.838Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T19:50:02.176Z] prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container [2024-04-02T19:50:02.237Z] $ 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-04-02T19:50:04.313Z] $ docker top 0e0ea581cc41131f3ea142327fe26171a3588bc4447379d4e5b8b77afe003a00 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-04-02T19:50:04.866Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-04-02T19:50:14.929Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #1 transferring dockerfile: 1.89kB 0.0s done [2024-04-02T19:50:14.929Z] #1 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #2 transferring dockerfile: 2.93kB done [2024-04-02T19:50:14.929Z] #2 DONE 0.0s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #3 [core-metadata internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #3 transferring dockerfile: 2.06kB done [2024-04-02T19:50:14.929Z] #3 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #4 [core-command internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #4 transferring dockerfile: 1.93kB done [2024-04-02T19:50:14.929Z] #4 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #5 [core-data internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #5 transferring dockerfile: 2.01kB done [2024-04-02T19:50:14.929Z] #5 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #6 [security-spire-agent internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #6 transferring dockerfile: 1.81kB done [2024-04-02T19:50:14.929Z] #6 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #7 transferring dockerfile: 1.70kB done [2024-04-02T19:50:14.929Z] #7 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #8 [security-spire-config internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #8 transferring dockerfile: 1.69kB done [2024-04-02T19:50:14.929Z] #8 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #9 [security-proxy-setup internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #9 transferring dockerfile: 2.50kB 0.0s done [2024-04-02T19:50:14.929Z] #9 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #10 [support-notifications internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #10 transferring dockerfile: 1.95kB done [2024-04-02T19:50:14.929Z] #10 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #11 [security-secretstore-setup internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #11 transferring dockerfile: 2.49kB 0.0s done [2024-04-02T19:50:14.929Z] #11 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #12 [support-scheduler internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #12 transferring dockerfile: 1.93kB done [2024-04-02T19:50:14.929Z] #12 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #13 transferring dockerfile: 2.15kB done [2024-04-02T19:50:14.929Z] #13 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-04-02T19:50:14.929Z] #14 transferring dockerfile: 2.23kB done [2024-04-02T19:50:14.929Z] #14 DONE 0.1s [2024-04-02T19:50:14.929Z] [2024-04-02T19:50:14.929Z] #15 [security-spiffe-token-provider internal] load .dockerignore [2024-04-02T19:50:14.929Z] #15 transferring context: 50B 0.0s done [2024-04-02T19:50:14.929Z] #15 DONE 0.1s [2024-04-02T19:50:15.511Z] [2024-04-02T19:50:15.511Z] #16 [security-bootstrapper internal] load .dockerignore [2024-04-02T19:50:15.511Z] #16 transferring context: 50B done [2024-04-02T19:50:15.511Z] #16 DONE 0.0s [2024-04-02T19:50:15.511Z] [2024-04-02T19:50:15.511Z] #17 [core-metadata internal] load .dockerignore [2024-04-02T19:50:15.511Z] #17 transferring context: 50B done [2024-04-02T19:50:15.511Z] #17 DONE 0.0s [2024-04-02T19:50:15.511Z] [2024-04-02T19:50:15.511Z] #18 [core-command internal] load .dockerignore [2024-04-02T19:50:15.511Z] #18 transferring context: 50B done [2024-04-02T19:50:15.511Z] #18 DONE 0.1s [2024-04-02T19:50:15.511Z] [2024-04-02T19:50:15.511Z] #19 [core-data internal] load .dockerignore [2024-04-02T19:50:15.511Z] #19 transferring context: 50B done [2024-04-02T19:50:15.511Z] #19 DONE 0.1s [2024-04-02T19:50:15.511Z] [2024-04-02T19:50:15.511Z] #20 [security-spire-agent internal] load .dockerignore [2024-04-02T19:50:15.780Z] #20 transferring context: 50B 0.0s done [2024-04-02T19:50:15.780Z] #20 DONE 0.1s [2024-04-02T19:50:15.780Z] [2024-04-02T19:50:15.780Z] #21 [security-spire-server internal] load .dockerignore [2024-04-02T19:50:15.780Z] #21 transferring context: 50B 0.0s done [2024-04-02T19:50:15.780Z] #21 DONE 0.1s [2024-04-02T19:50:15.780Z] [2024-04-02T19:50:15.780Z] #22 [security-spire-config internal] load .dockerignore [2024-04-02T19:50:15.780Z] #22 transferring context: 50B 0.0s done [2024-04-02T19:50:15.780Z] #22 DONE 0.1s [2024-04-02T19:50:15.780Z] [2024-04-02T19:50:15.780Z] #23 [security-proxy-setup internal] load .dockerignore [2024-04-02T19:50:15.780Z] #23 transferring context: 50B done [2024-04-02T19:50:15.780Z] #23 DONE 0.1s [2024-04-02T19:50:15.780Z] [2024-04-02T19:50:15.780Z] #24 [support-notifications internal] load .dockerignore [2024-04-02T19:50:16.049Z] #24 transferring context: 50B done [2024-04-02T19:50:16.050Z] #24 DONE 0.1s [2024-04-02T19:50:16.050Z] [2024-04-02T19:50:16.050Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-04-02T19:50:16.050Z] #25 transferring context: 50B done [2024-04-02T19:50:16.050Z] #25 DONE 0.1s [2024-04-02T19:50:16.050Z] [2024-04-02T19:50:16.050Z] #26 [support-scheduler internal] load .dockerignore [2024-04-02T19:50:16.050Z] #26 transferring context: 50B done [2024-04-02T19:50:16.050Z] #26 DONE 0.1s [2024-04-02T19:50:16.050Z] [2024-04-02T19:50:16.050Z] #27 [security-proxy-auth internal] load .dockerignore [2024-04-02T19:50:16.050Z] #27 transferring context: 50B done [2024-04-02T19:50:16.050Z] #27 DONE 0.1s [2024-04-02T19:50:16.050Z] [2024-04-02T19:50:16.050Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2024-04-02T19:50:16.316Z] #28 transferring context: 50B 0.0s done [2024-04-02T19:50:16.316Z] #28 DONE 0.1s [2024-04-02T19:50:16.316Z] [2024-04-02T19:50:16.316Z] #29 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:16.316Z] #29 DONE 0.0s [2024-04-02T19:50:16.316Z] [2024-04-02T19:50:16.316Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:16.583Z] #30 DONE 0.5s [2024-04-02T19:50:16.852Z] [2024-04-02T19:50:16.852Z] #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:16.852Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:16.852Z] #31 ... [2024-04-02T19:50:16.852Z] [2024-04-02T19:50:16.852Z] #29 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:16.852Z] #29 DONE 0.0s [2024-04-02T19:50:16.852Z] [2024-04-02T19:50:16.852Z] #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:16.852Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:16.852Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:16.852Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:16.852Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 0B / 3.33MB 0.1s [2024-04-02T19:50:16.852Z] #31 ... [2024-04-02T19:50:16.852Z] [2024-04-02T19:50:16.852Z] #29 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:16.852Z] #29 DONE 0.0s [2024-04-02T19:50:16.852Z] [2024-04-02T19:50:16.852Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:16.852Z] #30 DONE 0.5s [2024-04-02T19:50:16.852Z] [2024-04-02T19:50:16.852Z] #31 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:17.118Z] #31 ... [2024-04-02T19:50:17.118Z] [2024-04-02T19:50:17.118Z] #29 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:17.118Z] #29 DONE 0.0s [2024-04-02T19:50:17.118Z] [2024-04-02T19:50:17.118Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:17.118Z] #30 DONE 0.5s [2024-04-02T19:50:17.118Z] [2024-04-02T19:50:17.118Z] #31 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:17.118Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:17.118Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:17.118Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:17.118Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:17.118Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 2.10MB / 3.33MB 0.3s [2024-04-02T19:50:17.119Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:17.119Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:17.119Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:17.119Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:17.119Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:17.119Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 [2024-04-02T19:50:17.702Z] #31 ... [2024-04-02T19:50:17.702Z] [2024-04-02T19:50:17.702Z] #30 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:17.702Z] #30 DONE 0.8s [2024-04-02T19:50:17.702Z] [2024-04-02T19:50:17.702Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:17.968Z] #31 ... [2024-04-02T19:50:17.968Z] [2024-04-02T19:50:17.968Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:17.968Z] #30 DONE 0.9s [2024-04-02T19:50:18.234Z] [2024-04-02T19:50:18.234Z] #29 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:18.234Z] #29 DONE 0.0s [2024-04-02T19:50:18.234Z] [2024-04-02T19:50:18.234Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:18.234Z] #31 ... [2024-04-02T19:50:18.234Z] [2024-04-02T19:50:18.234Z] #29 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:18.234Z] #29 DONE 0.0s [2024-04-02T19:50:18.234Z] [2024-04-02T19:50:18.234Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:18.499Z] #31 ... [2024-04-02T19:50:18.499Z] [2024-04-02T19:50:18.499Z] #29 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:18.499Z] #29 DONE 0.0s [2024-04-02T19:50:18.499Z] [2024-04-02T19:50:18.499Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:18.499Z] #31 ... [2024-04-02T19:50:18.499Z] [2024-04-02T19:50:18.499Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:18.499Z] #30 DONE 1.4s [2024-04-02T19:50:18.499Z] [2024-04-02T19:50:18.499Z] #31 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:18.499Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:18.499Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:18.499Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:18.499Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:18.499Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:18.764Z] #31 ... [2024-04-02T19:50:18.764Z] [2024-04-02T19:50:18.764Z] #29 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:18.764Z] #29 DONE 0.0s [2024-04-02T19:50:18.764Z] [2024-04-02T19:50:18.764Z] #31 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:18.764Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:18.764Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:18.764Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:18.764Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:18.764Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:19.030Z] #31 ... [2024-04-02T19:50:19.030Z] [2024-04-02T19:50:19.030Z] #29 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:19.030Z] #29 DONE 0.1s [2024-04-02T19:50:19.030Z] [2024-04-02T19:50:19.030Z] #32 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-04-02T19:50:19.030Z] #32 DONE 1.5s [2024-04-02T19:50:19.030Z] [2024-04-02T19:50:19.030Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-04-02T19:50:19.030Z] #33 DONE 3.0s [2024-04-02T19:50:19.030Z] [2024-04-02T19:50:19.030Z] #31 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:19.030Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:19.030Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:19.030Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:19.030Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:19.030Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:19.030Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done [2024-04-02T19:50:19.030Z] #31 ... [2024-04-02T19:50:19.030Z] [2024-04-02T19:50:19.030Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-04-02T19:50:19.030Z] #34 DONE 1.6s [2024-04-02T19:50:19.030Z] [2024-04-02T19:50:19.030Z] #31 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:19.030Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:19.030Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:19.030Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:19.030Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:19.030Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:19.030Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done [2024-04-02T19:50:19.300Z] #31 ... [2024-04-02T19:50:19.300Z] [2024-04-02T19:50:19.300Z] #29 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-04-02T19:50:19.300Z] #29 DONE 0.1s [2024-04-02T19:50:19.300Z] [2024-04-02T19:50:19.300Z] #31 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:19.300Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:19.300Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:19.300Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:19.300Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:19.300Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:19.300Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done [2024-04-02T19:50:19.300Z] #31 ... [2024-04-02T19:50:19.300Z] [2024-04-02T19:50:19.300Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-04-02T19:50:19.300Z] #30 DONE 2.0s [2024-04-02T19:50:19.564Z] [2024-04-02T19:50:19.564Z] #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-04-02T19:50:19.564Z] #33 DONE 3.0s [2024-04-02T19:50:19.564Z] [2024-04-02T19:50:19.564Z] #31 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:19.564Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:19.564Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:19.564Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:19.564Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:19.564Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:19.564Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done [2024-04-02T19:50:19.564Z] #31 ... [2024-04-02T19:50:19.564Z] [2024-04-02T19:50:19.564Z] #33 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-04-02T19:50:19.564Z] #33 DONE 3.0s [2024-04-02T19:50:19.564Z] [2024-04-02T19:50:19.564Z] #31 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:19.564Z] #31 resolve docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 0.0s done [2024-04-02T19:50:19.564Z] #31 sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 1.64kB / 1.64kB done [2024-04-02T19:50:19.564Z] #31 sha256:24b42af5b7bdb9ccf1252e508ee0a4fd85eb3286a4596c422739ae6beb3038f4 528B / 528B done [2024-04-02T19:50:19.564Z] #31 sha256:33abbf0321492ff7379e60c252c05c4e7ed4dccf46fcca6c558067c25e76dc8b 1.49kB / 1.49kB done [2024-04-02T19:50:19.564Z] #31 sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 3.33MB / 3.33MB 0.4s done [2024-04-02T19:50:19.564Z] #31 extracting sha256:c6b39de5b33961661dc939b997cc1d30cda01e38005a6c6625fd9c7e748bab44 1.8s done [2024-04-02T19:50:19.830Z] #31 ... [2024-04-02T19:50:19.830Z] [2024-04-02T19:50:19.830Z] #35 [security-spire-config internal] load build context [2024-04-02T19:50:19.830Z] #35 transferring context: 24.94kB 0.1s done [2024-04-02T19:50:19.830Z] #35 DONE 0.8s [2024-04-02T19:50:19.830Z] [2024-04-02T19:50:19.830Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:50:19.830Z] #36 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.7s done [2024-04-02T19:50:19.830Z] #36 DONE 0.7s [2024-04-02T19:50:20.094Z] [2024-04-02T19:50:20.094Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:20.094Z] #37 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.7s done [2024-04-02T19:50:20.094Z] #37 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-04-02T19:50:20.094Z] #37 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-04-02T19:50:20.094Z] #37 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-04-02T19:50:20.094Z] #37 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-04-02T19:50:20.094Z] #37 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-04-02T19:50:20.359Z] #37 ... [2024-04-02T19:50:20.360Z] [2024-04-02T19:50:20.360Z] #38 [security-spire-agent internal] load build context [2024-04-02T19:50:20.360Z] #38 transferring context: 26.22kB 0.2s done [2024-04-02T19:50:20.360Z] #38 DONE 1.3s [2024-04-02T19:50:20.360Z] [2024-04-02T19:50:20.360Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:20.360Z] #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.3s [2024-04-02T19:50:20.360Z] #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0B / 302B 0.3s [2024-04-02T19:50:20.360Z] #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-04-02T19:50:20.625Z] #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s [2024-04-02T19:50:20.625Z] #37 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.3s done [2024-04-02T19:50:20.625Z] #37 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-04-02T19:50:20.625Z] #37 ... [2024-04-02T19:50:20.625Z] [2024-04-02T19:50:20.625Z] #39 [security-spire-server internal] load build context [2024-04-02T19:50:20.625Z] #39 transferring context: 26.69kB 0.2s done [2024-04-02T19:50:20.625Z] #39 DONE 1.5s [2024-04-02T19:50:20.625Z] [2024-04-02T19:50:20.625Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:20.625Z] #37 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.6s done [2024-04-02T19:50:20.892Z] #37 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.7s done [2024-04-02T19:50:21.161Z] #37 ... [2024-04-02T19:50:21.161Z] [2024-04-02T19:50:21.161Z] #31 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:11e21d7b981a59554b3f822c49f6e9f57b6068bb74f49c4cd5cc4c663c7e5160 [2024-04-02T19:50:21.161Z] #31 DONE 5.3s [2024-04-02T19:50:21.161Z] [2024-04-02T19:50:21.161Z] #40 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-04-02T19:50:21.161Z] #40 DONE 2.9s [2024-04-02T19:50:21.161Z] [2024-04-02T19:50:21.161Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:21.161Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 1.1s [2024-04-02T19:50:21.428Z] #37 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-04-02T19:50:21.702Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 1.5s [2024-04-02T19:50:21.967Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 1.8s [2024-04-02T19:50:22.232Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 7.72MB / 23.39MB 2.0s [2024-04-02T19:50:22.232Z] #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 [2024-04-02T19:50:22.495Z] #37 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2024-04-02T19:50:22.495Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 2.4s [2024-04-02T19:50:22.764Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 2.7s [2024-04-02T19:50:23.032Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 2.9s [2024-04-02T19:50:23.297Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.38MB / 23.39MB 3.3s [2024-04-02T19:50:23.563Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 17.83MB / 23.39MB 3.4s [2024-04-02T19:50:23.830Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.92MB / 23.39MB 3.6s [2024-04-02T19:50:24.097Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 21.15MB / 23.39MB 3.9s [2024-04-02T19:50:24.369Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.1s [2024-04-02T19:50:24.640Z] #37 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 4.5s done [2024-04-02T19:50:24.907Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2024-04-02T19:50:26.855Z] #37 ... [2024-04-02T19:50:26.855Z] [2024-04-02T19:50:26.855Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:26.855Z] #41 transferring context: 40.64MB 9.3s [2024-04-02T19:50:26.855Z] #41 ... [2024-04-02T19:50:26.855Z] [2024-04-02T19:50:26.855Z] #42 [core-command internal] load build context [2024-04-02T19:50:26.855Z] #42 ... [2024-04-02T19:50:26.855Z] [2024-04-02T19:50:26.855Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:27.125Z] #37 ... [2024-04-02T19:50:27.125Z] [2024-04-02T19:50:27.125Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:50:27.125Z] #43 ... [2024-04-02T19:50:27.125Z] [2024-04-02T19:50:27.125Z] #44 [core-metadata internal] load build context [2024-04-02T19:50:27.391Z] #44 ... [2024-04-02T19:50:27.391Z] [2024-04-02T19:50:27.391Z] #45 [core-data internal] load build context [2024-04-02T19:50:27.391Z] #45 ... [2024-04-02T19:50:27.391Z] [2024-04-02T19:50:27.391Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:28.802Z] #37 ... [2024-04-02T19:50:28.802Z] [2024-04-02T19:50:28.802Z] #46 [support-notifications internal] load build context [2024-04-02T19:50:28.802Z] #46 ... [2024-04-02T19:50:28.802Z] [2024-04-02T19:50:28.802Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:28.802Z] #47 ... [2024-04-02T19:50:28.802Z] [2024-04-02T19:50:28.802Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:29.068Z] #48 ... [2024-04-02T19:50:29.068Z] [2024-04-02T19:50:29.068Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:29.334Z] #47 ... [2024-04-02T19:50:29.334Z] [2024-04-02T19:50:29.334Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:29.605Z] #49 ... [2024-04-02T19:50:29.605Z] [2024-04-02T19:50:29.605Z] #50 [support-scheduler internal] load build context [2024-04-02T19:50:29.605Z] #50 ... [2024-04-02T19:50:29.605Z] [2024-04-02T19:50:29.605Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:50:29.878Z] #51 ... [2024-04-02T19:50:29.878Z] [2024-04-02T19:50:29.878Z] #50 [support-scheduler internal] load build context [2024-04-02T19:50:29.878Z] #50 ... [2024-04-02T19:50:29.878Z] [2024-04-02T19:50:29.878Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:50:29.878Z] #36 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-04-02T19:50:29.878Z] #36 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-04-02T19:50:29.878Z] #36 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-04-02T19:50:29.878Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-04-02T19:50:29.878Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.5s done [2024-04-02T19:50:29.878Z] #36 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.3s done [2024-04-02T19:50:29.878Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2024-04-02T19:50:29.878Z] #36 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 4.6s done [2024-04-02T19:50:29.878Z] #36 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2024-04-02T19:50:29.878Z] #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 5.0s [2024-04-02T19:50:30.146Z] #36 ... [2024-04-02T19:50:30.146Z] [2024-04-02T19:50:30.146Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:50:31.566Z] #51 ... [2024-04-02T19:50:31.566Z] [2024-04-02T19:50:31.566Z] #52 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:50:31.566Z] #52 ... [2024-04-02T19:50:31.566Z] [2024-04-02T19:50:31.566Z] #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-04-02T19:50:31.566Z] #0 9.235 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:31.566Z] #0 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:31.566Z] #53 ... [2024-04-02T19:50:31.566Z] [2024-04-02T19:50:31.566Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-04-02T19:50:31.566Z] #54 ... [2024-04-02T19:50:31.566Z] [2024-04-02T19:50:31.566Z] #55 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:50:31.832Z] #55 ... [2024-04-02T19:50:31.832Z] [2024-04-02T19:50:31.832Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:31.832Z] #48 transferring context: 35.80MB 12.8s [2024-04-02T19:50:32.098Z] #48 ... [2024-04-02T19:50:32.098Z] [2024-04-02T19:50:32.098Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-04-02T19:50:32.098Z] #0 5.460 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.098Z] #0 6.322 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.098Z] #0 7.912 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:50:32.098Z] #0 7.912 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:50:32.098Z] #0 7.912 OK: 19948 distinct packages available [2024-04-02T19:50:32.098Z] #0 8.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.098Z] #0 9.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.098Z] #56 ... [2024-04-02T19:50:32.098Z] [2024-04-02T19:50:32.098Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:32.365Z] #48 ... [2024-04-02T19:50:32.365Z] [2024-04-02T19:50:32.365Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-04-02T19:50:32.365Z] #0 9.690 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.365Z] #57 ... [2024-04-02T19:50:32.365Z] [2024-04-02T19:50:32.365Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:32.632Z] #48 ... [2024-04-02T19:50:32.632Z] [2024-04-02T19:50:32.632Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-04-02T19:50:32.632Z] #58 ... [2024-04-02T19:50:32.632Z] [2024-04-02T19:50:32.632Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-04-02T19:50:32.898Z] #59 ... [2024-04-02T19:50:32.898Z] [2024-04-02T19:50:32.898Z] #60 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-04-02T19:50:32.898Z] #0 7.826 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.898Z] #0 8.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:32.898Z] #60 ... [2024-04-02T19:50:32.898Z] [2024-04-02T19:50:32.898Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-04-02T19:50:33.164Z] #61 ... [2024-04-02T19:50:33.164Z] [2024-04-02T19:50:33.164Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-04-02T19:50:33.164Z] #62 ... [2024-04-02T19:50:33.164Z] [2024-04-02T19:50:33.164Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-04-02T19:50:33.431Z] #63 ... [2024-04-02T19:50:33.431Z] [2024-04-02T19:50:33.431Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-04-02T19:50:33.431Z] #64 ... [2024-04-02T19:50:33.431Z] [2024-04-02T19:50:33.431Z] #46 [support-notifications internal] load build context [2024-04-02T19:50:34.018Z] #46 ... [2024-04-02T19:50:34.018Z] [2024-04-02T19:50:34.018Z] #60 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-04-02T19:50:34.018Z] #60 11.77 (1/1) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:34.018Z] #60 11.77 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:34.288Z] #60 11.97 OK: 8 MiB in 16 packages [2024-04-02T19:50:36.866Z] #60 DONE 14.4s [2024-04-02T19:50:36.866Z] [2024-04-02T19:50:36.866Z] #46 [support-notifications internal] load build context [2024-04-02T19:50:37.135Z] #46 transferring context: 45.78MB 17.8s [2024-04-02T19:50:37.135Z] #46 ... [2024-04-02T19:50:37.135Z] [2024-04-02T19:50:37.135Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:37.135Z] #41 ... [2024-04-02T19:50:37.135Z] [2024-04-02T19:50:37.135Z] #42 [core-command internal] load build context [2024-04-02T19:50:37.135Z] #42 ... [2024-04-02T19:50:37.135Z] [2024-04-02T19:50:37.135Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-04-02T19:50:37.402Z] #65 ... [2024-04-02T19:50:37.402Z] [2024-04-02T19:50:37.402Z] #53 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-04-02T19:50:37.402Z] #53 13.72 OK: 266 MiB in 52 packages [2024-04-02T19:50:37.402Z] #53 DONE 16.1s [2024-04-02T19:50:37.402Z] [2024-04-02T19:50:37.402Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:50:37.402Z] #43 ... [2024-04-02T19:50:37.402Z] [2024-04-02T19:50:37.402Z] #44 [core-metadata internal] load build context [2024-04-02T19:50:37.670Z] #44 ... [2024-04-02T19:50:37.670Z] [2024-04-02T19:50:37.670Z] #45 [core-data internal] load build context [2024-04-02T19:50:37.670Z] #45 ... [2024-04-02T19:50:37.670Z] [2024-04-02T19:50:37.670Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:39.076Z] #41 ... [2024-04-02T19:50:39.076Z] [2024-04-02T19:50:39.076Z] #56 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-04-02T19:50:39.076Z] #56 12.38 (1/11) Installing ca-certificates (20240226-r0) [2024-04-02T19:50:39.076Z] #56 13.10 (2/11) Installing brotli-libs (1.0.9-r14) [2024-04-02T19:50:39.076Z] #56 13.24 (3/11) Installing libunistring (1.1-r1) [2024-04-02T19:50:39.077Z] #56 13.49 (4/11) Installing libidn2 (2.3.4-r1) [2024-04-02T19:50:39.077Z] #56 13.49 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-04-02T19:50:39.077Z] #56 13.53 (6/11) Installing libcurl (8.5.0-r0) [2024-04-02T19:50:39.077Z] #56 13.66 (7/11) Installing curl (8.5.0-r0) [2024-04-02T19:50:39.077Z] #56 13.74 (8/11) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:39.077Z] #56 13.74 (9/11) Installing musl-obstack (1.2.3-r2) [2024-04-02T19:50:39.077Z] #56 13.84 (10/11) Installing libucontext (1.2-r2) [2024-04-02T19:50:39.077Z] #56 13.87 (11/11) Installing gcompat (1.1.0-r1) [2024-04-02T19:50:39.077Z] #56 14.01 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:39.077Z] #56 14.10 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:50:39.077Z] #56 15.17 OK: 13 MiB in 26 packages [2024-04-02T19:50:39.077Z] #56 DONE 17.0s [2024-04-02T19:50:39.343Z] [2024-04-02T19:50:39.343Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:39.610Z] #41 ... [2024-04-02T19:50:39.610Z] [2024-04-02T19:50:39.610Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:39.610Z] #47 ... [2024-04-02T19:50:39.610Z] [2024-04-02T19:50:39.610Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:39.875Z] #49 ... [2024-04-02T19:50:39.875Z] [2024-04-02T19:50:39.875Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:39.875Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.0s [2024-04-02T19:50:39.875Z] #37 ... [2024-04-02T19:50:39.875Z] [2024-04-02T19:50:39.875Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:40.141Z] #49 ... [2024-04-02T19:50:40.141Z] [2024-04-02T19:50:40.141Z] #50 [support-scheduler internal] load build context [2024-04-02T19:50:40.141Z] #50 ... [2024-04-02T19:50:40.141Z] [2024-04-02T19:50:40.141Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:40.141Z] #49 ... [2024-04-02T19:50:40.141Z] [2024-04-02T19:50:40.141Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:50:40.141Z] #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 15.3s [2024-04-02T19:50:40.409Z] #36 ... [2024-04-02T19:50:40.409Z] [2024-04-02T19:50:40.409Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:41.367Z] #47 ... [2024-04-02T19:50:41.367Z] [2024-04-02T19:50:41.367Z] #55 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:50:41.367Z] #55 11.46 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:41.367Z] #55 12.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:41.367Z] #55 18.18 OK: 266 MiB in 52 packages [2024-04-02T19:50:41.367Z] #55 DONE 20.2s [2024-04-02T19:50:41.367Z] [2024-04-02T19:50:41.367Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:41.367Z] #47 ... [2024-04-02T19:50:41.367Z] [2024-04-02T19:50:41.367Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:50:41.367Z] #51 ... [2024-04-02T19:50:41.367Z] [2024-04-02T19:50:41.367Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:42.773Z] #37 ... [2024-04-02T19:50:42.773Z] [2024-04-02T19:50:42.773Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:42.773Z] #48 transferring context: 54.94MB 23.6s [2024-04-02T19:50:42.773Z] #48 ... [2024-04-02T19:50:42.773Z] [2024-04-02T19:50:42.773Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:42.773Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.0s [2024-04-02T19:50:43.730Z] #37 ... [2024-04-02T19:50:43.730Z] [2024-04-02T19:50:43.730Z] #57 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-04-02T19:50:43.730Z] #57 11.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:43.730Z] #57 16.21 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:50:43.730Z] #57 16.21 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:50:43.730Z] #57 16.21 OK: 19948 distinct packages available [2024-04-02T19:50:43.730Z] #57 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:43.730Z] #57 18.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:43.997Z] #57 ... [2024-04-02T19:50:43.997Z] [2024-04-02T19:50:43.997Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-04-02T19:50:43.997Z] #54 12.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:43.997Z] #54 13.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:43.997Z] #54 19.77 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:50:43.997Z] #54 19.77 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:50:43.997Z] #54 19.77 OK: 19954 distinct packages available [2024-04-02T19:50:43.997Z] #54 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:43.997Z] #54 ... [2024-04-02T19:50:43.997Z] [2024-04-02T19:50:43.997Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:45.401Z] #37 ... [2024-04-02T19:50:45.401Z] [2024-04-02T19:50:45.401Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-04-02T19:50:45.401Z] #59 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:45.401Z] #59 14.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:45.401Z] #59 20.03 (1/2) Installing ca-certificates (20240226-r0) [2024-04-02T19:50:45.401Z] #59 20.60 (2/2) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:45.401Z] #59 20.75 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:45.401Z] #59 20.96 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:50:45.401Z] #59 22.41 OK: 9 MiB in 17 packages [2024-04-02T19:50:45.401Z] #59 ... [2024-04-02T19:50:45.401Z] [2024-04-02T19:50:45.401Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:46.810Z] #48 ... [2024-04-02T19:50:46.810Z] [2024-04-02T19:50:46.810Z] #52 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-04-02T19:50:46.810Z] #52 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:46.810Z] #52 17.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:46.810Z] #52 24.17 OK: 266 MiB in 52 packages [2024-04-02T19:50:46.810Z] #52 DONE 25.6s [2024-04-02T19:50:46.810Z] [2024-04-02T19:50:46.810Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:47.392Z] #48 ... [2024-04-02T19:50:47.392Z] [2024-04-02T19:50:47.392Z] #46 [support-notifications internal] load build context [2024-04-02T19:50:47.392Z] #46 ... [2024-04-02T19:50:47.392Z] [2024-04-02T19:50:47.392Z] #42 [core-command internal] load build context [2024-04-02T19:50:47.392Z] #42 ... [2024-04-02T19:50:47.392Z] [2024-04-02T19:50:47.392Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:47.658Z] #48 ... [2024-04-02T19:50:47.658Z] [2024-04-02T19:50:47.658Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:50:47.658Z] #43 transferring context: 77.55MB 30.4s [2024-04-02T19:50:47.658Z] #43 ... [2024-04-02T19:50:47.658Z] [2024-04-02T19:50:47.658Z] #44 [core-metadata internal] load build context [2024-04-02T19:50:47.924Z] #44 ... [2024-04-02T19:50:47.924Z] [2024-04-02T19:50:47.924Z] #45 [core-data internal] load build context [2024-04-02T19:50:47.924Z] #45 ... [2024-04-02T19:50:47.924Z] [2024-04-02T19:50:47.924Z] #59 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-04-02T19:50:47.924Z] #59 DONE 25.2s [2024-04-02T19:50:47.924Z] [2024-04-02T19:50:47.924Z] #45 [core-data internal] load build context [2024-04-02T19:50:47.924Z] #45 ... [2024-04-02T19:50:47.924Z] [2024-04-02T19:50:47.924Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:50:48.506Z] #43 ... [2024-04-02T19:50:48.506Z] [2024-04-02T19:50:48.506Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-04-02T19:50:48.506Z] #63 15.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:48.506Z] #63 17.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:48.506Z] #63 24.37 (1/1) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:48.506Z] #63 24.42 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:48.506Z] #63 24.89 OK: 8 MiB in 16 packages [2024-04-02T19:50:48.773Z] #63 ... [2024-04-02T19:50:48.773Z] [2024-04-02T19:50:48.773Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:50:49.357Z] #43 ... [2024-04-02T19:50:49.357Z] [2024-04-02T19:50:49.357Z] #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:50:49.357Z] #0 9.188 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:49.357Z] #66 ... [2024-04-02T19:50:49.357Z] [2024-04-02T19:50:49.357Z] #44 [core-metadata internal] load build context [2024-04-02T19:50:49.627Z] #44 ... [2024-04-02T19:50:49.627Z] [2024-04-02T19:50:49.627Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:49.894Z] #41 ... [2024-04-02T19:50:49.894Z] [2024-04-02T19:50:49.894Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-04-02T19:50:49.894Z] #62 16.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:49.894Z] #62 19.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:49.894Z] #62 26.44 v3.18.6-129-g040c8b8a615 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-04-02T19:50:49.894Z] #62 26.44 v3.18.6-127-g427131d9278 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-04-02T19:50:49.894Z] #62 26.44 OK: 19948 distinct packages available [2024-04-02T19:50:49.894Z] #62 ... [2024-04-02T19:50:49.894Z] [2024-04-02T19:50:49.894Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:50.174Z] #41 ... [2024-04-02T19:50:50.174Z] [2024-04-02T19:50:50.174Z] #63 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-04-02T19:50:50.174Z] #63 DONE 27.4s [2024-04-02T19:50:50.174Z] [2024-04-02T19:50:50.174Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:50.174Z] #41 ... [2024-04-02T19:50:50.174Z] [2024-04-02T19:50:50.174Z] #50 [support-scheduler internal] load build context [2024-04-02T19:50:50.442Z] #50 ... [2024-04-02T19:50:50.442Z] [2024-04-02T19:50:50.442Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:50:50.442Z] #67 ... [2024-04-02T19:50:50.442Z] [2024-04-02T19:50:50.442Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:50.442Z] #49 ... [2024-04-02T19:50:50.442Z] [2024-04-02T19:50:50.442Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-04-02T19:50:50.442Z] #58 17.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:50.442Z] #58 19.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:50.442Z] #58 26.90 (1/2) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:50.442Z] #58 26.90 (2/2) Installing su-exec (0.2-r3) [2024-04-02T19:50:50.442Z] #58 26.94 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:50.442Z] #58 27.01 OK: 8 MiB in 17 packages [2024-04-02T19:50:50.709Z] #58 ... [2024-04-02T19:50:50.709Z] [2024-04-02T19:50:50.709Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:50.975Z] #49 ... [2024-04-02T19:50:50.975Z] [2024-04-02T19:50:50.975Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-04-02T19:50:50.975Z] #57 26.02 (1/5) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:50.975Z] #57 26.10 (2/5) Installing musl-obstack (1.2.3-r2) [2024-04-02T19:50:50.975Z] #57 26.13 (3/5) Installing libucontext (1.2-r2) [2024-04-02T19:50:50.975Z] #57 26.13 (4/5) Installing gcompat (1.1.0-r1) [2024-04-02T19:50:50.975Z] #57 26.13 (5/5) Installing openssl (3.1.4-r5) [2024-04-02T19:50:50.975Z] #57 26.25 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:50.975Z] #57 26.43 OK: 9 MiB in 20 packages [2024-04-02T19:50:50.975Z] #57 DONE 28.4s [2024-04-02T19:50:50.975Z] [2024-04-02T19:50:50.975Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:50:50.975Z] #49 ... [2024-04-02T19:50:50.975Z] [2024-04-02T19:50:50.975Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-04-02T19:50:50.975Z] #64 18.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:50.975Z] #64 19.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:50.975Z] #64 26.81 (1/4) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:50.975Z] #64 26.92 (2/4) Installing openssl (3.1.4-r5) [2024-04-02T19:50:50.975Z] #64 26.99 (3/4) Installing su-exec (0.2-r3) [2024-04-02T19:50:50.975Z] #64 26.99 (4/4) Installing yq (4.33.3-r5) [2024-04-02T19:50:50.975Z] #64 ... [2024-04-02T19:50:50.975Z] [2024-04-02T19:50:50.975Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:50:50.975Z] #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 25.9s [2024-04-02T19:50:50.975Z] #36 ... [2024-04-02T19:50:50.975Z] [2024-04-02T19:50:50.975Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:51.244Z] #41 ... [2024-04-02T19:50:51.244Z] [2024-04-02T19:50:51.244Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-04-02T19:50:51.244Z] #61 18.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:51.244Z] #61 20.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:51.244Z] #61 27.92 (1/4) Installing ca-certificates (20240226-r0) [2024-04-02T19:50:51.244Z] #61 28.27 (2/4) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:51.244Z] #61 28.32 (3/4) Installing su-exec (0.2-r3) [2024-04-02T19:50:51.244Z] #61 28.32 (4/4) Installing yq (4.33.3-r5) [2024-04-02T19:50:51.510Z] #61 ... [2024-04-02T19:50:51.510Z] [2024-04-02T19:50:51.510Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:51.510Z] #47 ... [2024-04-02T19:50:51.510Z] [2024-04-02T19:50:51.510Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:50:51.510Z] #51 ... [2024-04-02T19:50:51.510Z] [2024-04-02T19:50:51.510Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:50:52.472Z] #47 ... [2024-04-02T19:50:52.472Z] [2024-04-02T19:50:52.472Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-04-02T19:50:52.472Z] #58 DONE 29.9s [2024-04-02T19:50:52.743Z] [2024-04-02T19:50:52.743Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-04-02T19:50:52.743Z] #64 28.50 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:52.743Z] #64 28.50 OK: 18 MiB in 19 packages [2024-04-02T19:50:52.743Z] #64 DONE 29.8s [2024-04-02T19:50:52.743Z] [2024-04-02T19:50:52.743Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-04-02T19:50:53.710Z] #68 ... [2024-04-02T19:50:53.710Z] [2024-04-02T19:50:53.710Z] #54 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-04-02T19:50:53.710Z] #54 23.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:53.710Z] #54 30.83 OK: 266 MiB in 52 packages [2024-04-02T19:50:53.710Z] #54 DONE 32.1s [2024-04-02T19:50:53.710Z] [2024-04-02T19:50:53.710Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:53.710Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 28.8s [2024-04-02T19:50:53.710Z] #37 ... [2024-04-02T19:50:53.710Z] [2024-04-02T19:50:53.710Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:53.710Z] #41 transferring context: 83.91MB 36.9s [2024-04-02T19:50:54.667Z] #41 ... [2024-04-02T19:50:54.667Z] [2024-04-02T19:50:54.667Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-04-02T19:50:54.667Z] #61 29.03 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:54.667Z] #61 29.32 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:50:54.667Z] #61 30.22 OK: 18 MiB in 19 packages [2024-04-02T19:50:54.667Z] #61 DONE 32.0s [2024-04-02T19:50:54.937Z] [2024-04-02T19:50:54.937Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:50:55.204Z] #37 ... [2024-04-02T19:50:55.204Z] [2024-04-02T19:50:55.204Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-04-02T19:50:55.204Z] #65 7.949 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:55.204Z] #65 10.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:55.204Z] #65 15.15 Upgrading critical system libraries and apk-tools: [2024-04-02T19:50:55.204Z] #65 15.15 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:50:55.204Z] #65 15.22 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:55.204Z] #65 16.12 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:50:55.204Z] #65 16.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:55.204Z] #65 17.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:55.473Z] #65 ... [2024-04-02T19:50:55.473Z] [2024-04-02T19:50:55.473Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:56.881Z] #41 ... [2024-04-02T19:50:56.881Z] [2024-04-02T19:50:56.881Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-04-02T19:50:56.881Z] #62 27.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:56.881Z] #62 29.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:56.881Z] #62 32.17 (1/4) Installing dumb-init (1.2.5-r2) [2024-04-02T19:50:56.881Z] #62 32.21 (2/4) Installing musl-obstack (1.2.3-r2) [2024-04-02T19:50:56.881Z] #62 32.21 (3/4) Installing libucontext (1.2-r2) [2024-04-02T19:50:56.881Z] #62 32.26 (4/4) Installing gcompat (1.1.0-r1) [2024-04-02T19:50:56.881Z] #62 32.26 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:56.881Z] #62 32.36 OK: 8 MiB in 19 packages [2024-04-02T19:50:56.881Z] #62 DONE 34.0s [2024-04-02T19:50:56.881Z] [2024-04-02T19:50:56.881Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:57.467Z] #41 ... [2024-04-02T19:50:57.467Z] [2024-04-02T19:50:57.467Z] #46 [support-notifications internal] load build context [2024-04-02T19:50:57.734Z] #46 ... [2024-04-02T19:50:57.734Z] [2024-04-02T19:50:57.734Z] #42 [core-command internal] load build context [2024-04-02T19:50:57.734Z] #42 ... [2024-04-02T19:50:57.734Z] [2024-04-02T19:50:57.734Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:50:58.000Z] #48 ... [2024-04-02T19:50:58.000Z] [2024-04-02T19:50:58.000Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:50:58.000Z] #41 ... [2024-04-02T19:50:58.000Z] [2024-04-02T19:50:58.000Z] #65 [core-command stage-1 3/9] RUN apk --no-cache upgrade [2024-04-02T19:50:58.000Z] #65 19.68 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:50:58.000Z] #65 19.68 OK: 8 MiB in 16 packages [2024-04-02T19:50:58.000Z] #65 DONE 21.1s [2024-04-02T19:50:58.000Z] [2024-04-02T19:50:58.000Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:50:58.000Z] #0 7.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:58.000Z] #0 8.891 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:58.267Z] #69 ... [2024-04-02T19:50:58.267Z] [2024-04-02T19:50:58.267Z] #45 [core-data internal] load build context [2024-04-02T19:50:58.534Z] #45 ... [2024-04-02T19:50:58.534Z] [2024-04-02T19:50:58.534Z] #42 [core-command internal] load build context [2024-04-02T19:50:59.497Z] #42 ... [2024-04-02T19:50:59.497Z] [2024-04-02T19:50:59.497Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:50:59.497Z] #43 transferring context: 96.60MB 42.2s [2024-04-02T19:50:59.497Z] #43 ... [2024-04-02T19:50:59.497Z] [2024-04-02T19:50:59.497Z] #42 [core-command internal] load build context [2024-04-02T19:50:59.763Z] #42 ... [2024-04-02T19:50:59.763Z] [2024-04-02T19:50:59.763Z] #66 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:50:59.763Z] #66 11.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:59.763Z] #66 15.17 Upgrading critical system libraries and apk-tools: [2024-04-02T19:50:59.763Z] #66 15.17 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:50:59.763Z] #66 15.17 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:50:59.763Z] #66 15.66 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:50:59.763Z] #66 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:59.763Z] #66 16.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:50:59.763Z] #66 19.28 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:50:59.763Z] #66 19.28 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:50:59.763Z] #66 19.59 OK: 13 MiB in 26 packages [2024-04-02T19:50:59.763Z] #66 DONE 20.6s [2024-04-02T19:50:59.763Z] [2024-04-02T19:50:59.763Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:00.030Z] #44 ... [2024-04-02T19:51:00.030Z] [2024-04-02T19:51:00.030Z] #42 [core-command internal] load build context [2024-04-02T19:51:00.300Z] #42 ... [2024-04-02T19:51:00.300Z] [2024-04-02T19:51:00.300Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:00.567Z] #50 ... [2024-04-02T19:51:00.567Z] [2024-04-02T19:51:00.567Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:01.150Z] #44 ... [2024-04-02T19:51:01.150Z] [2024-04-02T19:51:01.150Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:51:01.150Z] #36 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 35.2s done [2024-04-02T19:51:01.417Z] #36 ... [2024-04-02T19:51:01.417Z] [2024-04-02T19:51:01.417Z] #70 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-04-02T19:51:01.417Z] #0 8.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:01.417Z] #0 9.534 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:01.417Z] #70 ... [2024-04-02T19:51:01.417Z] [2024-04-02T19:51:01.417Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:01.684Z] #44 ... [2024-04-02T19:51:01.684Z] [2024-04-02T19:51:01.684Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:01.684Z] #49 ... [2024-04-02T19:51:01.684Z] [2024-04-02T19:51:01.684Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:02.267Z] #44 ... [2024-04-02T19:51:02.267Z] [2024-04-02T19:51:02.267Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:51:02.533Z] #51 ... [2024-04-02T19:51:02.533Z] [2024-04-02T19:51:02.533Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:02.533Z] #44 ... [2024-04-02T19:51:02.533Z] [2024-04-02T19:51:02.533Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:02.801Z] #47 ... [2024-04-02T19:51:02.801Z] [2024-04-02T19:51:02.801Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:03.069Z] #44 ... [2024-04-02T19:51:03.069Z] [2024-04-02T19:51:03.069Z] #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-04-02T19:51:03.069Z] #0 10.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:03.069Z] #71 ... [2024-04-02T19:51:03.069Z] [2024-04-02T19:51:03.069Z] #36 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-04-02T19:51:03.069Z] #36 DONE 43.8s [2024-04-02T19:51:03.069Z] [2024-04-02T19:51:03.069Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:04.474Z] #44 transferring context: 91.95MB 47.3s [2024-04-02T19:51:05.058Z] #44 ... [2024-04-02T19:51:05.058Z] [2024-04-02T19:51:05.058Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-04-02T19:51:05.058Z] #0 7.276 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:05.058Z] #0 8.562 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:05.058Z] #72 ... [2024-04-02T19:51:05.058Z] [2024-04-02T19:51:05.058Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:05.638Z] #47 ... [2024-04-02T19:51:05.638Z] [2024-04-02T19:51:05.638Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:51:05.638Z] #69 10.97 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:05.638Z] #69 10.97 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:05.638Z] #69 10.97 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:05.638Z] #69 11.38 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:05.638Z] #69 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:05.638Z] #69 12.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:05.638Z] #69 14.78 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:05.638Z] #69 14.82 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:51:05.638Z] #69 15.72 OK: 9 MiB in 17 packages [2024-04-02T19:51:05.638Z] #69 DONE 17.6s [2024-04-02T19:51:05.905Z] [2024-04-02T19:51:05.905Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:05.905Z] #47 ... [2024-04-02T19:51:05.905Z] [2024-04-02T19:51:05.905Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:51:05.905Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 41.0s [2024-04-02T19:51:06.170Z] #37 ... [2024-04-02T19:51:06.170Z] [2024-04-02T19:51:06.170Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:07.126Z] #47 ... [2024-04-02T19:51:07.126Z] [2024-04-02T19:51:07.126Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-04-02T19:51:07.126Z] #0 7.324 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:07.126Z] #0 9.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:07.393Z] #73 ... [2024-04-02T19:51:07.393Z] [2024-04-02T19:51:07.393Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:51:07.393Z] #37 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 42.4s done [2024-04-02T19:51:07.662Z] #37 ... [2024-04-02T19:51:07.662Z] [2024-04-02T19:51:07.662Z] #46 [support-notifications internal] load build context [2024-04-02T19:51:07.928Z] #46 ... [2024-04-02T19:51:07.928Z] [2024-04-02T19:51:07.928Z] #42 [core-command internal] load build context [2024-04-02T19:51:07.928Z] #42 ... [2024-04-02T19:51:07.928Z] [2024-04-02T19:51:07.928Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T19:51:07.928Z] #37 ... [2024-04-02T19:51:07.928Z] [2024-04-02T19:51:07.928Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:08.195Z] #48 ... [2024-04-02T19:51:08.195Z] [2024-04-02T19:51:08.195Z] #42 [core-command internal] load build context [2024-04-02T19:51:08.195Z] #42 ... [2024-04-02T19:51:08.195Z] [2024-04-02T19:51:08.195Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:08.461Z] #41 ... [2024-04-02T19:51:08.461Z] [2024-04-02T19:51:08.461Z] #42 [core-command internal] load build context [2024-04-02T19:51:08.732Z] #42 ... [2024-04-02T19:51:08.732Z] [2024-04-02T19:51:08.732Z] #45 [core-data internal] load build context [2024-04-02T19:51:08.732Z] #45 ... [2024-04-02T19:51:08.732Z] [2024-04-02T19:51:08.732Z] #42 [core-command internal] load build context [2024-04-02T19:51:09.703Z] #42 transferring context: 118.34MB 52.3s [2024-04-02T19:51:09.703Z] #42 ... [2024-04-02T19:51:09.703Z] [2024-04-02T19:51:09.703Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:51:09.703Z] #43 ... [2024-04-02T19:51:09.703Z] [2024-04-02T19:51:09.703Z] #45 [core-data internal] load build context [2024-04-02T19:51:09.703Z] #45 ... [2024-04-02T19:51:09.703Z] [2024-04-02T19:51:09.703Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:51:09.703Z] #67 9.559 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:09.703Z] #67 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:09.703Z] #67 13.93 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:09.703Z] #67 13.93 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:09.703Z] #67 14.21 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:09.703Z] #67 15.51 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:09.703Z] #67 15.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:09.703Z] #67 16.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:09.974Z] #67 ... [2024-04-02T19:51:09.974Z] [2024-04-02T19:51:09.974Z] #42 [core-command internal] load build context [2024-04-02T19:51:10.663Z] #42 ... [2024-04-02T19:51:10.663Z] [2024-04-02T19:51:10.663Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:10.663Z] #50 ... [2024-04-02T19:51:10.663Z] [2024-04-02T19:51:10.663Z] #42 [core-command internal] load build context [2024-04-02T19:51:11.620Z] #42 ... [2024-04-02T19:51:11.620Z] [2024-04-02T19:51:11.620Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-04-02T19:51:11.620Z] #67 20.15 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:11.620Z] #67 20.20 OK: 8 MiB in 16 packages [2024-04-02T19:51:11.620Z] #67 DONE 21.2s [2024-04-02T19:51:11.620Z] [2024-04-02T19:51:11.620Z] #42 [core-command internal] load build context [2024-04-02T19:51:11.891Z] #42 ... [2024-04-02T19:51:11.891Z] [2024-04-02T19:51:11.891Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:11.891Z] #49 ... [2024-04-02T19:51:11.891Z] [2024-04-02T19:51:11.891Z] #42 [core-command internal] load build context [2024-04-02T19:51:12.162Z] #42 ... [2024-04-02T19:51:12.162Z] [2024-04-02T19:51:12.162Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-04-02T19:51:12.162Z] #68 9.490 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:12.162Z] #68 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:12.162Z] #68 14.80 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:12.162Z] #68 14.80 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:12.162Z] #68 14.90 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:12.162Z] #68 16.03 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:12.162Z] #68 16.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:12.162Z] #68 17.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:12.162Z] #68 ... [2024-04-02T19:51:12.162Z] [2024-04-02T19:51:12.162Z] #45 [core-data internal] load build context [2024-04-02T19:51:12.746Z] #45 ... [2024-04-02T19:51:12.746Z] [2024-04-02T19:51:12.746Z] #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-04-02T19:51:12.746Z] #70 13.16 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:12.746Z] #70 13.16 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:12.746Z] #70 13.21 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:12.746Z] #70 14.59 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:12.746Z] #70 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:12.746Z] #70 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:12.746Z] #70 20.22 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:12.746Z] #70 20.31 OK: 9 MiB in 20 packages [2024-04-02T19:51:12.746Z] #70 DONE 21.2s [2024-04-02T19:51:12.746Z] [2024-04-02T19:51:12.746Z] #45 [core-data internal] load build context [2024-04-02T19:51:12.746Z] #45 ... [2024-04-02T19:51:12.746Z] [2024-04-02T19:51:12.746Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:51:12.746Z] #51 ... [2024-04-02T19:51:12.746Z] [2024-04-02T19:51:12.746Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:14.691Z] #49 ... [2024-04-02T19:51:14.691Z] [2024-04-02T19:51:14.691Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-04-02T19:51:14.691Z] #68 20.67 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:14.691Z] #68 20.67 OK: 8 MiB in 17 packages [2024-04-02T19:51:14.691Z] #68 DONE 21.7s [2024-04-02T19:51:14.691Z] [2024-04-02T19:51:14.691Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:14.963Z] #49 transferring context: 127.25MB 54.4s [2024-04-02T19:51:14.963Z] #49 ... [2024-04-02T19:51:14.963Z] [2024-04-02T19:51:14.963Z] #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-04-02T19:51:14.963Z] #71 11.93 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:14.963Z] #71 16.91 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:14.963Z] #71 16.91 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:14.963Z] #71 16.94 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:14.963Z] #71 17.97 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:14.963Z] #71 17.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:14.963Z] #71 18.96 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:14.963Z] #71 21.84 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:14.963Z] #71 21.91 OK: 18 MiB in 19 packages [2024-04-02T19:51:14.963Z] #71 ... [2024-04-02T19:51:14.963Z] [2024-04-02T19:51:14.963Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:15.242Z] #49 ... [2024-04-02T19:51:15.242Z] [2024-04-02T19:51:15.242Z] #74 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-04-02T19:51:15.242Z] #74 DONE 2.6s [2024-04-02T19:51:15.242Z] [2024-04-02T19:51:15.242Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:15.242Z] #44 ... [2024-04-02T19:51:15.242Z] [2024-04-02T19:51:15.242Z] #75 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:51:15.826Z] #75 ... [2024-04-02T19:51:15.826Z] [2024-04-02T19:51:15.826Z] #76 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:51:15.826Z] #76 DONE 3.2s [2024-04-02T19:51:15.826Z] [2024-04-02T19:51:15.826Z] #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-04-02T19:51:15.826Z] #71 DONE 22.9s [2024-04-02T19:51:15.826Z] [2024-04-02T19:51:15.826Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:16.793Z] #49 ... [2024-04-02T19:51:16.793Z] [2024-04-02T19:51:16.793Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-04-02T19:51:16.793Z] #72 13.39 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:16.794Z] #72 13.39 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:16.794Z] #72 13.45 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:16.794Z] #72 14.69 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:16.794Z] #72 14.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:16.794Z] #72 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:16.794Z] #72 19.31 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:16.794Z] #72 19.33 Executing ca-certificates-20240226-r0.trigger [2024-04-02T19:51:16.794Z] #72 20.01 OK: 18 MiB in 19 packages [2024-04-02T19:51:16.794Z] #72 DONE 21.5s [2024-04-02T19:51:16.794Z] [2024-04-02T19:51:16.794Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:16.794Z] #49 ... [2024-04-02T19:51:16.794Z] [2024-04-02T19:51:16.794Z] #73 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-04-02T19:51:16.794Z] #73 14.11 Upgrading critical system libraries and apk-tools: [2024-04-02T19:51:16.794Z] #73 14.11 (1/1) Upgrading apk-tools (2.14.0-r2 -> 2.14.3-r1) [2024-04-02T19:51:16.794Z] #73 14.17 Executing busybox-1.36.1-r5.trigger [2024-04-02T19:51:16.794Z] #73 15.28 Continuing the upgrade transaction with new apk-tools: [2024-04-02T19:51:16.794Z] #73 15.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:16.794Z] #73 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-04-02T19:51:16.794Z] #73 18.59 (1/1) Upgrading ca-certificates-bundle (20230506-r0 -> 20240226-r0) [2024-04-02T19:51:16.794Z] #73 18.64 OK: 8 MiB in 19 packages [2024-04-02T19:51:16.794Z] #73 DONE 19.6s [2024-04-02T19:51:16.794Z] [2024-04-02T19:51:16.794Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:17.377Z] #49 ... [2024-04-02T19:51:17.377Z] [2024-04-02T19:51:17.377Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:17.377Z] #47 ... [2024-04-02T19:51:17.377Z] [2024-04-02T19:51:17.377Z] #77 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-04-02T19:51:17.377Z] #77 DONE 1.4s [2024-04-02T19:51:17.377Z] [2024-04-02T19:51:17.377Z] #78 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-04-02T19:51:17.377Z] #78 DONE 1.7s [2024-04-02T19:51:17.377Z] [2024-04-02T19:51:17.377Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:17.377Z] #47 ... [2024-04-02T19:51:17.377Z] [2024-04-02T19:51:17.377Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:17.964Z] #49 ... [2024-04-02T19:51:17.964Z] [2024-04-02T19:51:17.964Z] #46 [support-notifications internal] load build context [2024-04-02T19:51:17.964Z] #46 ... [2024-04-02T19:51:17.964Z] [2024-04-02T19:51:17.965Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:18.231Z] #47 ... [2024-04-02T19:51:18.231Z] [2024-04-02T19:51:18.231Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:18.231Z] #48 ... [2024-04-02T19:51:18.231Z] [2024-04-02T19:51:18.231Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:18.504Z] #49 ... [2024-04-02T19:51:18.504Z] [2024-04-02T19:51:18.504Z] #75 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:51:18.504Z] #75 DONE 3.1s [2024-04-02T19:51:18.504Z] [2024-04-02T19:51:18.504Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:18.504Z] #49 ... [2024-04-02T19:51:18.504Z] [2024-04-02T19:51:18.504Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:18.773Z] #41 ... [2024-04-02T19:51:18.773Z] [2024-04-02T19:51:18.773Z] #79 [security-spire-server stage-2 6/9] COPY security.txt / [2024-04-02T19:51:18.773Z] #79 DONE 1.2s [2024-04-02T19:51:18.773Z] [2024-04-02T19:51:18.773Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:18.773Z] #41 ... [2024-04-02T19:51:18.773Z] [2024-04-02T19:51:18.773Z] #80 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-04-02T19:51:18.773Z] #80 ... [2024-04-02T19:51:18.773Z] [2024-04-02T19:51:18.773Z] #81 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-04-02T19:51:18.773Z] #81 DONE 4.6s [2024-04-02T19:51:19.042Z] [2024-04-02T19:51:19.042Z] #82 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-04-02T19:51:19.641Z] #82 ... [2024-04-02T19:51:19.641Z] [2024-04-02T19:51:19.641Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:51:19.641Z] #43 transferring context: 159.89MB 62.4s [2024-04-02T19:51:19.910Z] #43 ... [2024-04-02T19:51:19.910Z] [2024-04-02T19:51:19.910Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:20.191Z] #41 ... [2024-04-02T19:51:20.191Z] [2024-04-02T19:51:20.191Z] #83 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-04-02T19:51:20.191Z] #83 DONE 3.1s [2024-04-02T19:51:20.191Z] [2024-04-02T19:51:20.191Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:20.457Z] #41 ... [2024-04-02T19:51:20.457Z] [2024-04-02T19:51:20.457Z] #80 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-04-02T19:51:20.457Z] #80 DONE 1.7s [2024-04-02T19:51:20.457Z] [2024-04-02T19:51:20.457Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:20.457Z] #41 ... [2024-04-02T19:51:20.457Z] [2024-04-02T19:51:20.457Z] #84 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-04-02T19:51:20.457Z] #84 DONE 1.7s [2024-04-02T19:51:20.457Z] [2024-04-02T19:51:20.457Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:20.723Z] #41 ... [2024-04-02T19:51:20.723Z] [2024-04-02T19:51:20.723Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:20.991Z] #50 ... [2024-04-02T19:51:20.991Z] [2024-04-02T19:51:20.991Z] #82 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-04-02T19:51:20.991Z] #82 DONE 2.0s [2024-04-02T19:51:20.991Z] [2024-04-02T19:51:20.991Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:20.991Z] #50 ... [2024-04-02T19:51:20.991Z] [2024-04-02T19:51:20.991Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:21.961Z] #41 ... [2024-04-02T19:51:21.961Z] [2024-04-02T19:51:21.961Z] #85 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-04-02T19:51:21.961Z] #85 DONE 1.3s [2024-04-02T19:51:21.961Z] [2024-04-02T19:51:21.961Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:21.961Z] #41 ... [2024-04-02T19:51:21.961Z] [2024-04-02T19:51:21.961Z] #86 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-04-02T19:51:21.961Z] #86 DONE 1.7s [2024-04-02T19:51:21.961Z] [2024-04-02T19:51:21.961Z] #87 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-04-02T19:51:21.961Z] #87 DONE 1.6s [2024-04-02T19:51:21.961Z] [2024-04-02T19:51:21.961Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:22.230Z] #41 ... [2024-04-02T19:51:22.230Z] [2024-04-02T19:51:22.230Z] #42 [core-command internal] load build context [2024-04-02T19:51:22.509Z] #42 ... [2024-04-02T19:51:22.510Z] [2024-04-02T19:51:22.510Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:22.778Z] #50 ... [2024-04-02T19:51:22.778Z] [2024-04-02T19:51:22.778Z] #45 [core-data internal] load build context [2024-04-02T19:51:23.043Z] #45 ... [2024-04-02T19:51:23.043Z] [2024-04-02T19:51:23.043Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:51:23.043Z] #51 ... [2024-04-02T19:51:23.043Z] [2024-04-02T19:51:23.043Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:23.043Z] #50 ... [2024-04-02T19:51:23.043Z] [2024-04-02T19:51:23.043Z] #88 [security-spire-config stage-2 6/10] COPY security.txt / [2024-04-02T19:51:23.043Z] #88 DONE 1.1s [2024-04-02T19:51:23.043Z] [2024-04-02T19:51:23.043Z] #89 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-04-02T19:51:23.043Z] #89 DONE 1.0s [2024-04-02T19:51:23.309Z] [2024-04-02T19:51:23.309Z] #90 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-04-02T19:51:23.309Z] #90 DONE 1.4s [2024-04-02T19:51:23.309Z] [2024-04-02T19:51:23.309Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:24.267Z] #50 ... [2024-04-02T19:51:24.267Z] [2024-04-02T19:51:24.267Z] #91 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-04-02T19:51:24.267Z] #91 DONE 0.7s [2024-04-02T19:51:24.267Z] [2024-04-02T19:51:24.267Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:24.532Z] #50 ... [2024-04-02T19:51:24.532Z] [2024-04-02T19:51:24.532Z] #92 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-04-02T19:51:24.532Z] #92 DONE 1.2s [2024-04-02T19:51:24.532Z] [2024-04-02T19:51:24.532Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:25.145Z] #50 transferring context: 147.96MB 64.7s [2024-04-02T19:51:25.410Z] #50 ... [2024-04-02T19:51:25.410Z] [2024-04-02T19:51:25.410Z] #93 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-04-02T19:51:25.410Z] #93 DONE 1.1s [2024-04-02T19:51:25.410Z] [2024-04-02T19:51:25.410Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:25.410Z] #50 ... [2024-04-02T19:51:25.410Z] [2024-04-02T19:51:25.410Z] #94 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-04-02T19:51:25.410Z] #94 DONE 1.1s [2024-04-02T19:51:25.410Z] [2024-04-02T19:51:25.410Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:25.410Z] #50 ... [2024-04-02T19:51:25.410Z] [2024-04-02T19:51:25.410Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:25.410Z] #44 ... [2024-04-02T19:51:25.410Z] [2024-04-02T19:51:25.410Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:26.368Z] #50 ... [2024-04-02T19:51:26.368Z] [2024-04-02T19:51:26.368Z] #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-04-02T19:51:26.368Z] #95 DONE 0.9s [2024-04-02T19:51:26.368Z] [2024-04-02T19:51:26.368Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:28.307Z] #50 ... [2024-04-02T19:51:28.307Z] [2024-04-02T19:51:28.307Z] #46 [support-notifications internal] load build context [2024-04-02T19:51:28.307Z] #46 ... [2024-04-02T19:51:28.307Z] [2024-04-02T19:51:28.307Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:28.579Z] #50 ... [2024-04-02T19:51:28.579Z] [2024-04-02T19:51:28.579Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:28.579Z] #47 ... [2024-04-02T19:51:28.579Z] [2024-04-02T19:51:28.579Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:28.579Z] #48 ... [2024-04-02T19:51:28.579Z] [2024-04-02T19:51:28.579Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:28.844Z] #49 ... [2024-04-02T19:51:28.844Z] [2024-04-02T19:51:28.844Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:30.245Z] #48 ... [2024-04-02T19:51:30.245Z] [2024-04-02T19:51:30.245Z] #46 [support-notifications internal] load build context [2024-04-02T19:51:30.245Z] #46 transferring context: 226.11MB 70.6s done [2024-04-02T19:51:30.245Z] #46 DONE 71.3s [2024-04-02T19:51:30.245Z] [2024-04-02T19:51:30.245Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:30.245Z] #48 ... [2024-04-02T19:51:30.245Z] [2024-04-02T19:51:30.245Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:51:30.245Z] #43 ... [2024-04-02T19:51:30.245Z] [2024-04-02T19:51:30.245Z] #45 [core-data internal] load build context [2024-04-02T19:51:30.245Z] #45 transferring context: 226.11MB 72.6s done [2024-04-02T19:51:30.245Z] #45 DONE 72.9s [2024-04-02T19:51:30.245Z] [2024-04-02T19:51:30.245Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:51:30.245Z] #43 ... [2024-04-02T19:51:30.245Z] [2024-04-02T19:51:30.245Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:31.650Z] #48 ... [2024-04-02T19:51:31.650Z] [2024-04-02T19:51:31.650Z] #96 [security-spire-config] exporting to image [2024-04-02T19:51:31.650Z] #96 exporting layers 4.5s done [2024-04-02T19:51:31.650Z] #96 writing image sha256:e9b4b242ddecf32725c72e83bc87b32b3a9836aeff06c54ea55d59ffcd962e2f 0.0s done [2024-04-02T19:51:31.650Z] #96 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-04-02T19:51:31.650Z] #96 writing image sha256:f8241b752f23f17cba7654804208c40db9fa15503e333793b2f245f37bea2813 0.0s done [2024-04-02T19:51:31.650Z] #96 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-04-02T19:51:31.650Z] #96 writing image sha256:0b977386ce8dc8650e09643b0f990e65bc164ec774d33582865cdf396a106325 0.1s done [2024-04-02T19:51:31.650Z] #96 naming to docker.io/library/security-spire-config-arm64 0.3s done [2024-04-02T19:51:31.650Z] #96 DONE 8.1s [2024-04-02T19:51:31.650Z] [2024-04-02T19:51:31.650Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:32.235Z] #48 ... [2024-04-02T19:51:32.235Z] [2024-04-02T19:51:32.235Z] #97 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:51:32.235Z] #97 DONE 2.1s [2024-04-02T19:51:32.235Z] [2024-04-02T19:51:32.235Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:32.500Z] #48 ... [2024-04-02T19:51:32.500Z] [2024-04-02T19:51:32.500Z] #98 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:51:32.500Z] #98 DONE 2.2s [2024-04-02T19:51:32.500Z] [2024-04-02T19:51:32.500Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:32.500Z] #48 ... [2024-04-02T19:51:32.500Z] [2024-04-02T19:51:32.500Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:32.500Z] #41 ... [2024-04-02T19:51:32.500Z] [2024-04-02T19:51:32.500Z] #42 [core-command internal] load build context [2024-04-02T19:51:32.764Z] #42 ... [2024-04-02T19:51:32.764Z] [2024-04-02T19:51:32.764Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:33.029Z] #41 ... [2024-04-02T19:51:33.029Z] [2024-04-02T19:51:33.029Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:51:33.294Z] #51 ... [2024-04-02T19:51:33.294Z] [2024-04-02T19:51:33.294Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:33.294Z] #41 ... [2024-04-02T19:51:33.294Z] [2024-04-02T19:51:33.294Z] #43 [security-bootstrapper internal] load build context [2024-04-02T19:51:33.294Z] #43 transferring context: 226.11MB 75.9s done [2024-04-02T19:51:33.294Z] #43 DONE 76.3s [2024-04-02T19:51:33.294Z] [2024-04-02T19:51:33.294Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:33.877Z] #41 ... [2024-04-02T19:51:33.877Z] [2024-04-02T19:51:33.877Z] #48 [security-proxy-setup internal] load build context [2024-04-02T19:51:33.877Z] #48 transferring context: 226.11MB 74.1s done [2024-04-02T19:51:33.877Z] #48 DONE 74.9s [2024-04-02T19:51:33.877Z] [2024-04-02T19:51:33.877Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:34.850Z] #41 ... [2024-04-02T19:51:34.850Z] [2024-04-02T19:51:34.850Z] #49 [security-proxy-auth internal] load build context [2024-04-02T19:51:34.850Z] #49 transferring context: 226.11MB 73.9s done [2024-04-02T19:51:34.850Z] #49 DONE 75.1s [2024-04-02T19:51:34.850Z] [2024-04-02T19:51:34.850Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:35.235Z] #41 ... [2024-04-02T19:51:35.235Z] [2024-04-02T19:51:35.235Z] #99 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:51:35.235Z] #99 DONE 1.1s [2024-04-02T19:51:35.235Z] [2024-04-02T19:51:35.235Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:35.534Z] #41 ... [2024-04-02T19:51:35.534Z] [2024-04-02T19:51:35.534Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:35.833Z] #44 ... [2024-04-02T19:51:35.833Z] [2024-04-02T19:51:35.833Z] #42 [core-command internal] load build context [2024-04-02T19:51:37.296Z] #42 transferring context: 226.11MB 79.8s done [2024-04-02T19:51:37.296Z] #42 DONE 80.0s [2024-04-02T19:51:37.296Z] [2024-04-02T19:51:37.296Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:37.585Z] #41 ... [2024-04-02T19:51:37.585Z] [2024-04-02T19:51:37.585Z] #47 [security-secretstore-setup internal] load build context [2024-04-02T19:51:37.585Z] #47 transferring context: 226.11MB 78.1s done [2024-04-02T19:51:37.585Z] #47 DONE 78.7s [2024-04-02T19:51:37.585Z] [2024-04-02T19:51:37.585Z] #41 [security-spiffe-token-provider internal] load build context [2024-04-02T19:51:37.585Z] #41 transferring context: 226.11MB 80.6s done [2024-04-02T19:51:37.585Z] #41 DONE 80.8s [2024-04-02T19:51:37.585Z] [2024-04-02T19:51:37.585Z] #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:51:37.871Z] #100 ... [2024-04-02T19:51:37.871Z] [2024-04-02T19:51:37.871Z] #50 [support-scheduler internal] load build context [2024-04-02T19:51:37.871Z] #50 transferring context: 226.11MB 77.3s done [2024-04-02T19:51:37.871Z] #50 DONE 78.4s [2024-04-02T19:51:38.185Z] [2024-04-02T19:51:38.185Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:38.512Z] #44 ... [2024-04-02T19:51:38.512Z] [2024-04-02T19:51:38.512Z] #100 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:51:38.512Z] #100 DONE 0.8s [2024-04-02T19:51:38.512Z] [2024-04-02T19:51:38.512Z] #44 [core-metadata internal] load build context [2024-04-02T19:51:40.518Z] #44 transferring context: 226.11MB 82.9s done [2024-04-02T19:51:40.518Z] #44 DONE 83.2s [2024-04-02T19:51:40.518Z] [2024-04-02T19:51:40.518Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:51:42.454Z] #51 ... [2024-04-02T19:51:42.454Z] [2024-04-02T19:51:42.454Z] #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:51:42.454Z] #101 ... [2024-04-02T19:51:42.454Z] [2024-04-02T19:51:42.454Z] #102 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:51:42.719Z] #102 ... [2024-04-02T19:51:42.719Z] [2024-04-02T19:51:42.719Z] #51 [core-common-config-bootstrapper internal] load build context [2024-04-02T19:51:43.297Z] #51 transferring context: 226.11MB 82.8s done [2024-04-02T19:51:43.297Z] #51 DONE 83.8s [2024-04-02T19:51:43.297Z] [2024-04-02T19:51:43.297Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:51:45.223Z] #103 ... [2024-04-02T19:51:45.223Z] [2024-04-02T19:51:45.223Z] #104 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #104 DONE 57.6s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #101 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #101 DONE 60.3s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #102 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #102 DONE 60.2s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #103 DONE 54.2s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #105 [security-bootstrapper builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #105 DONE 3.3s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #106 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #106 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #107 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #107 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #108 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #108 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #109 [security-proxy-auth builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #109 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #110 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #110 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #111 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #111 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #112 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #112 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #113 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #113 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #114 [support-scheduler builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #114 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #115 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #115 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #116 [security-secretstore-setup builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #116 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #117 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #117 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #118 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #118 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #119 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #119 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #120 [security-proxy-setup builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #120 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #121 [core-data builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #121 DONE 3.3s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #122 [support-notifications builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #122 DONE 3.4s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #123 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #123 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #124 [core-command builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #124 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #125 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #125 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #126 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-04-02T19:52:41.553Z] #126 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #127 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-04-02T19:52:41.553Z] #127 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #128 [core-metadata builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #128 CACHED [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #129 [security-spiffe-token-provider builder 6/7] COPY . . [2024-04-02T19:52:41.553Z] #129 DONE 3.4s [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #130 [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-04-02T19:52:41.553Z] #130 5.193 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-04-02T19:52:41.553Z] #130 ... [2024-04-02T19:52:41.553Z] [2024-04-02T19:52:41.553Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T19:52:41.553Z] #0 5.513 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-04-02T19:52:46.877Z] #131 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-04-02T19:52:46.877Z] #0 4.909 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-04-02T19:52:46.877Z] #132 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-04-02T19:52:46.877Z] #0 5.112 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-04-02T19:52:46.877Z] #133 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-04-02T19:52:46.877Z] #0 5.332 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-04-02T19:52:46.877Z] #134 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T19:52:46.877Z] #0 4.374 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-04-02T19:52:46.877Z] #135 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #136 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-04-02T19:52:46.877Z] #0 3.826 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-04-02T19:52:46.877Z] #136 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-04-02T19:52:46.877Z] #0 4.419 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-04-02T19:52:46.877Z] #137 ... [2024-04-02T19:52:46.877Z] [2024-04-02T19:52:46.877Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-04-02T19:52:46.877Z] #0 4.800 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-04-02T19:52:47.146Z] #138 ... [2024-04-02T19:52:47.146Z] [2024-04-02T19:52:47.146Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-04-02T19:52:47.146Z] #0 4.843 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-04-02T19:52:47.146Z] #139 ... [2024-04-02T19:52:47.146Z] [2024-04-02T19:52:47.146Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T19:52:47.146Z] #0 5.505 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-04-02T20:04:39.604Z] #140 ... [2024-04-02T20:04:39.604Z] [2024-04-02T20:04:39.604Z] #130 [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-04-02T20:04:39.604Z] #130 717.3 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-04-02T20:04:41.562Z] #130 ... [2024-04-02T20:04:41.562Z] [2024-04-02T20:04:41.562Z] #138 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-04-02T20:04:41.562Z] #138 DONE 725.4s [2024-04-02T20:04:41.562Z] [2024-04-02T20:04:41.562Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:04:41.832Z] #37 ... [2024-04-02T20:04:41.832Z] [2024-04-02T20:04:41.832Z] #141 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:04:42.098Z] #141 DONE 0.3s [2024-04-02T20:04:42.098Z] [2024-04-02T20:04:42.098Z] #142 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:04:42.365Z] #142 DONE 0.2s [2024-04-02T20:04:42.365Z] [2024-04-02T20:04:42.365Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-04-02T20:04:42.365Z] #133 ... [2024-04-02T20:04:42.365Z] [2024-04-02T20:04:42.365Z] #143 [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-04-02T20:04:42.633Z] #143 DONE 0.2s [2024-04-02T20:04:42.633Z] [2024-04-02T20:04:42.633Z] #144 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-04-02T20:04:42.633Z] #144 DONE 0.2s [2024-04-02T20:04:42.633Z] [2024-04-02T20:04:42.633Z] #145 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-04-02T20:04:43.222Z] #145 DONE 0.3s [2024-04-02T20:04:43.222Z] [2024-04-02T20:04:43.222Z] #146 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-04-02T20:04:43.222Z] #146 DONE 0.1s [2024-04-02T20:04:43.222Z] [2024-04-02T20:04:43.222Z] #147 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T20:04:45.794Z] #147 DONE 2.2s [2024-04-02T20:04:45.794Z] [2024-04-02T20:04:45.794Z] #96 [security-proxy-setup] exporting to image [2024-04-02T20:04:45.794Z] #96 exporting layers [2024-04-02T20:04:46.382Z] #96 exporting layers 0.9s done [2024-04-02T20:04:46.382Z] #96 writing image sha256:d2c13ea6d563d8e163e0fe702555e84e766df6a5a4e619e7e2417f155a2ebbd7 done [2024-04-02T20:04:46.382Z] #96 naming to docker.io/library/security-proxy-setup-arm64 done [2024-04-02T20:04:46.382Z] #96 DONE 9.0s [2024-04-02T20:04:46.382Z] [2024-04-02T20:04:46.382Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:04:47.482Z] #37 ... [2024-04-02T20:04:47.482Z] [2024-04-02T20:04:47.482Z] #132 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-04-02T20:04:47.482Z] #132 DONE 730.9s [2024-04-02T20:04:47.482Z] [2024-04-02T20:04:47.482Z] #148 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-04-02T20:04:47.482Z] #148 DONE 0.4s [2024-04-02T20:04:47.482Z] [2024-04-02T20:04:47.482Z] #136 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-04-02T20:04:47.482Z] #136 ... [2024-04-02T20:04:47.482Z] [2024-04-02T20:04:47.482Z] #149 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-04-02T20:04:50.059Z] #149 DONE 2.3s [2024-04-02T20:04:50.059Z] [2024-04-02T20:04:50.059Z] #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:04:50.059Z] #150 DONE 0.3s [2024-04-02T20:04:50.059Z] [2024-04-02T20:04:50.059Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T20:04:50.059Z] #140 ... [2024-04-02T20:04:50.059Z] [2024-04-02T20:04:50.059Z] #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:04:50.059Z] #151 DONE 0.3s [2024-04-02T20:04:50.059Z] [2024-04-02T20:04:50.059Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:04:50.324Z] #37 ... [2024-04-02T20:04:50.324Z] [2024-04-02T20:04:50.324Z] #130 [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-04-02T20:04:50.324Z] #130 DONE 734.2s [2024-04-02T20:04:50.324Z] [2024-04-02T20:04:50.324Z] #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-04-02T20:04:50.923Z] #152 DONE 0.7s [2024-04-02T20:04:50.923Z] [2024-04-02T20:04:50.923Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-04-02T20:04:51.188Z] #153 ... [2024-04-02T20:04:51.188Z] [2024-04-02T20:04:51.188Z] #154 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:04:51.188Z] #154 DONE 0.3s [2024-04-02T20:04:51.188Z] [2024-04-02T20:04:51.188Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-04-02T20:04:51.188Z] #153 DONE 0.3s [2024-04-02T20:04:51.188Z] [2024-04-02T20:04:51.188Z] #155 [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-04-02T20:04:51.461Z] #155 DONE 0.2s [2024-04-02T20:04:51.461Z] [2024-04-02T20:04:51.461Z] #156 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:04:51.461Z] #156 DONE 0.2s [2024-04-02T20:04:51.461Z] [2024-04-02T20:04:51.461Z] #157 [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-04-02T20:04:51.734Z] #157 ... [2024-04-02T20:04:51.734Z] [2024-04-02T20:04:51.734Z] #158 [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-04-02T20:04:51.734Z] #158 DONE 0.4s [2024-04-02T20:04:52.012Z] [2024-04-02T20:04:52.012Z] #157 [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-04-02T20:04:52.012Z] #157 DONE 0.4s [2024-04-02T20:04:52.012Z] [2024-04-02T20:04:52.012Z] #159 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-04-02T20:04:52.012Z] #159 DONE 0.2s [2024-04-02T20:04:52.012Z] [2024-04-02T20:04:52.012Z] #160 [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-04-02T20:04:52.012Z] #160 DONE 0.2s [2024-04-02T20:04:52.012Z] [2024-04-02T20:04:52.012Z] #161 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:04:52.278Z] #161 ... [2024-04-02T20:04:52.278Z] [2024-04-02T20:04:52.278Z] #162 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-04-02T20:04:52.278Z] #162 DONE 0.2s [2024-04-02T20:04:52.278Z] [2024-04-02T20:04:52.278Z] #161 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:04:52.278Z] #161 DONE 0.3s [2024-04-02T20:04:52.278Z] [2024-04-02T20:04:52.278Z] #163 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-04-02T20:04:52.861Z] #163 DONE 0.4s [2024-04-02T20:04:52.861Z] [2024-04-02T20:04:52.861Z] #164 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-04-02T20:04:52.861Z] #164 DONE 0.3s [2024-04-02T20:04:52.861Z] [2024-04-02T20:04:52.861Z] #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-04-02T20:04:53.132Z] #165 ... [2024-04-02T20:04:53.132Z] [2024-04-02T20:04:53.132Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-04-02T20:04:53.132Z] #166 DONE 0.3s [2024-04-02T20:04:53.401Z] [2024-04-02T20:04:53.401Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T20:04:54.815Z] #167 ... [2024-04-02T20:04:54.815Z] [2024-04-02T20:04:54.815Z] #165 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-04-02T20:04:54.815Z] #165 DONE 2.4s [2024-04-02T20:04:54.815Z] [2024-04-02T20:04:54.815Z] #96 [security-bootstrapper] exporting to image [2024-04-02T20:04:54.815Z] #96 exporting layers [2024-04-02T20:04:55.776Z] #96 exporting layers 1.1s done [2024-04-02T20:04:55.776Z] #96 writing image sha256:77354a7a07c16d8f0c49e143fc5e46e3f92fcb051c513b69732dcc240b167189 done [2024-04-02T20:04:55.776Z] #96 naming to docker.io/library/security-bootstrapper-arm64 [2024-04-02T20:04:55.776Z] #96 naming to docker.io/library/security-bootstrapper-arm64 done [2024-04-02T20:04:55.776Z] #96 DONE 10.2s [2024-04-02T20:04:55.776Z] [2024-04-02T20:04:55.776Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-04-02T20:04:55.776Z] #137 ... [2024-04-02T20:04:55.776Z] [2024-04-02T20:04:55.776Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T20:04:55.776Z] #167 DONE 2.7s [2024-04-02T20:04:56.044Z] [2024-04-02T20:04:56.044Z] #96 [security-secretstore-setup] exporting to image [2024-04-02T20:04:57.448Z] #96 exporting layers 1.4s done [2024-04-02T20:04:57.448Z] #96 writing image sha256:0699faa0c067784941584e18a5c0cad4b5575107543686a2dafdfe4f56b0b9b4 done [2024-04-02T20:04:57.448Z] #96 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-04-02T20:04:57.448Z] #96 DONE 11.6s [2024-04-02T20:04:57.448Z] [2024-04-02T20:04:57.448Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T20:05:19.478Z] #140 ... [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #139 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-04-02T20:05:19.478Z] #139 DONE 760.8s [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:05:19.478Z] #135 ... [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:05:19.478Z] #168 DONE 0.3s [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:05:19.478Z] #169 DONE 0.1s [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:05:19.478Z] #37 ... [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-04-02T20:05:19.478Z] #170 DONE 0.3s [2024-04-02T20:05:19.478Z] [2024-04-02T20:05:19.478Z] #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:05:19.478Z] #171 DONE 0.2s [2024-04-02T20:05:19.479Z] [2024-04-02T20:05:19.479Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-04-02T20:05:19.479Z] #172 DONE 0.2s [2024-04-02T20:05:19.479Z] [2024-04-02T20:05:19.479Z] #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T20:05:20.438Z] #173 DONE 2.0s [2024-04-02T20:05:20.438Z] [2024-04-02T20:05:20.438Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:05:20.438Z] #37 ... [2024-04-02T20:05:20.438Z] [2024-04-02T20:05:20.438Z] #96 [core-common-config-bootstrapper] exporting to image [2024-04-02T20:05:20.438Z] #96 exporting layers [2024-04-02T20:05:21.017Z] #96 exporting layers 0.5s done [2024-04-02T20:05:21.017Z] #96 writing image sha256:91cf3128bc6c84c636f40a364cedd514e23430382873228e35279b433fad4a82 done [2024-04-02T20:05:21.017Z] #96 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-04-02T20:05:21.017Z] #96 DONE 12.1s [2024-04-02T20:05:21.017Z] [2024-04-02T20:05:21.017Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T20:06:57.594Z] #131 ... [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #134 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-04-02T20:06:57.594Z] #134 DONE 857.2s [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T20:06:57.594Z] #140 ... [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:06:57.594Z] #174 DONE 0.2s [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:06:57.594Z] #175 DONE 0.2s [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-04-02T20:06:57.594Z] #176 DONE 0.3s [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #177 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:06:57.594Z] #177 DONE 0.1s [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #96 [security-spiffe-token-provider] exporting to image [2024-04-02T20:06:57.594Z] #96 exporting layers [2024-04-02T20:06:57.594Z] #96 exporting layers 0.8s done [2024-04-02T20:06:57.594Z] #96 writing image sha256:c185f008e58bc0c3cbb35000f1e7d1ef251223bcbd515607f9b2a7174a67b5ca done [2024-04-02T20:06:57.594Z] #96 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-04-02T20:06:57.594Z] #96 DONE 12.8s [2024-04-02T20:06:57.594Z] [2024-04-02T20:06:57.594Z] #140 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-04-02T20:11:04.340Z] #140 DONE 1108.1s [2024-04-02T20:11:04.340Z] [2024-04-02T20:11:04.340Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:11:04.606Z] #37 ... [2024-04-02T20:11:04.606Z] [2024-04-02T20:11:04.606Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:11:04.606Z] #178 DONE 0.1s [2024-04-02T20:11:04.606Z] [2024-04-02T20:11:04.606Z] #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:11:04.606Z] #179 DONE 0.1s [2024-04-02T20:11:04.606Z] [2024-04-02T20:11:04.606Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:11:04.872Z] #37 ... [2024-04-02T20:11:04.872Z] [2024-04-02T20:11:04.872Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-04-02T20:11:05.457Z] #180 DONE 0.5s [2024-04-02T20:11:05.457Z] [2024-04-02T20:11:05.457Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T20:11:05.457Z] #131 ... [2024-04-02T20:11:05.457Z] [2024-04-02T20:11:05.457Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:11:05.457Z] #181 DONE 0.2s [2024-04-02T20:11:05.457Z] [2024-04-02T20:11:05.457Z] #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-04-02T20:11:05.457Z] #182 DONE 0.1s [2024-04-02T20:11:05.457Z] [2024-04-02T20:11:05.457Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T20:11:05.722Z] #131 ... [2024-04-02T20:11:05.723Z] [2024-04-02T20:11:05.723Z] #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-04-02T20:11:07.669Z] #183 DONE 1.8s [2024-04-02T20:11:07.669Z] [2024-04-02T20:11:07.669Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:11:07.669Z] #135 ... [2024-04-02T20:11:07.669Z] [2024-04-02T20:11:07.669Z] #96 [security-proxy-auth] exporting to image [2024-04-02T20:11:07.669Z] #96 exporting layers [2024-04-02T20:11:08.252Z] #96 exporting layers 0.7s done [2024-04-02T20:11:08.252Z] #96 writing image sha256:3f575ed8ca2b9bffe20e1f560b999dcb3a575dd308575e8db8b0ac03a2dd5973 0.0s done [2024-04-02T20:11:08.252Z] #96 naming to docker.io/library/security-proxy-auth-arm64 done [2024-04-02T20:11:08.252Z] #96 DONE 13.6s [2024-04-02T20:11:08.252Z] [2024-04-02T20:11:08.252Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:11:40.444Z] #135 ... [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #137 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-04-02T20:11:40.444Z] #137 DONE 1141.9s [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T20:11:40.444Z] #131 ... [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:11:40.444Z] #184 DONE 0.1s [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:11:40.444Z] #185 DONE 0.2s [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-04-02T20:11:40.444Z] #186 DONE 0.3s [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:11:40.444Z] #187 DONE 0.1s [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #96 [core-command] exporting to image [2024-04-02T20:11:40.444Z] #96 exporting layers [2024-04-02T20:11:40.444Z] #96 exporting layers 0.5s done [2024-04-02T20:11:40.444Z] #96 writing image sha256:0d3718731ec139102f2a7c190adc4ad69ce67baa439e256ea553ffae8dae2ecc done [2024-04-02T20:11:40.444Z] #96 naming to docker.io/library/core-command-arm64 0.0s done [2024-04-02T20:11:40.444Z] #96 DONE 14.1s [2024-04-02T20:11:40.444Z] [2024-04-02T20:11:40.444Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T20:11:47.079Z] #131 ... [2024-04-02T20:11:47.079Z] [2024-04-02T20:11:47.079Z] #136 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-04-02T20:11:47.079Z] #136 DONE 1150.3s [2024-04-02T20:11:47.079Z] [2024-04-02T20:11:47.079Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-04-02T20:11:47.079Z] #133 ... [2024-04-02T20:11:47.079Z] [2024-04-02T20:11:47.079Z] #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:11:47.079Z] #188 DONE 0.1s [2024-04-02T20:11:47.079Z] [2024-04-02T20:11:47.079Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:11:47.345Z] #135 ... [2024-04-02T20:11:47.345Z] [2024-04-02T20:11:47.345Z] #189 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:11:47.345Z] #189 DONE 0.2s [2024-04-02T20:11:47.345Z] [2024-04-02T20:11:47.345Z] #190 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-04-02T20:11:47.939Z] #190 DONE 0.4s [2024-04-02T20:11:47.939Z] [2024-04-02T20:11:47.939Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:11:47.939Z] #135 ... [2024-04-02T20:11:47.939Z] [2024-04-02T20:11:47.939Z] #191 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:11:47.939Z] #191 DONE 0.1s [2024-04-02T20:11:47.939Z] [2024-04-02T20:11:47.939Z] #192 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-04-02T20:11:48.206Z] #192 DONE 0.1s [2024-04-02T20:11:48.206Z] [2024-04-02T20:11:48.206Z] #96 [core-metadata] exporting to image [2024-04-02T20:11:48.206Z] #96 exporting layers [2024-04-02T20:11:48.788Z] #96 exporting layers 0.5s done [2024-04-02T20:11:48.788Z] #96 writing image sha256:21bc698e842adf065458c0328f8df597e3084d7ca82a73d0be312113bd19d716 0.0s done [2024-04-02T20:11:48.788Z] #96 naming to docker.io/library/core-metadata-arm64 [2024-04-02T20:11:48.788Z] #96 naming to docker.io/library/core-metadata-arm64 done [2024-04-02T20:11:48.788Z] #96 DONE 14.7s [2024-04-02T20:11:48.788Z] [2024-04-02T20:11:48.788Z] #133 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-04-02T20:11:49.751Z] #133 DONE 1153.9s [2024-04-02T20:11:49.752Z] [2024-04-02T20:11:49.752Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:11:50.713Z] #135 ... [2024-04-02T20:11:50.713Z] [2024-04-02T20:11:50.713Z] #193 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:11:50.713Z] #193 DONE 0.1s [2024-04-02T20:11:50.713Z] [2024-04-02T20:11:50.713Z] #194 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:11:50.713Z] #194 DONE 0.1s [2024-04-02T20:11:50.713Z] [2024-04-02T20:11:50.713Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:11:50.983Z] #135 ... [2024-04-02T20:11:50.983Z] [2024-04-02T20:11:50.983Z] #195 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-04-02T20:11:51.249Z] #195 DONE 0.4s [2024-04-02T20:11:51.249Z] [2024-04-02T20:11:51.249Z] #196 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:11:51.249Z] #196 DONE 0.1s [2024-04-02T20:11:51.249Z] [2024-04-02T20:11:51.249Z] #96 [core-data] exporting to image [2024-04-02T20:11:51.831Z] #96 exporting layers 0.4s done [2024-04-02T20:11:51.831Z] #96 writing image sha256:97235335e9da2b46c531ae052a71b039c86c88846b2c0afa2f85d88c13e0e366 done [2024-04-02T20:11:51.831Z] #96 naming to docker.io/library/core-data-arm64 done [2024-04-02T20:11:51.831Z] #96 DONE 15.1s [2024-04-02T20:11:51.831Z] [2024-04-02T20:11:51.831Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:12:10.048Z] #135 ... [2024-04-02T20:12:10.048Z] [2024-04-02T20:12:10.048Z] #131 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-04-02T20:12:10.048Z] #131 DONE 1173.9s [2024-04-02T20:12:10.048Z] [2024-04-02T20:12:10.048Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-04-02T20:12:10.048Z] #135 DONE 1174.0s [2024-04-02T20:12:10.048Z] [2024-04-02T20:12:10.048Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:12:10.628Z] #37 ... [2024-04-02T20:12:10.628Z] [2024-04-02T20:12:10.628Z] #197 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:12:10.628Z] #197 DONE 0.1s [2024-04-02T20:12:10.628Z] [2024-04-02T20:12:10.628Z] #198 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-04-02T20:12:10.891Z] #198 DONE 0.1s [2024-04-02T20:12:10.891Z] [2024-04-02T20:12:10.891Z] #199 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:12:10.891Z] #199 DONE 0.1s [2024-04-02T20:12:10.891Z] [2024-04-02T20:12:10.891Z] #200 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-04-02T20:12:10.891Z] #200 DONE 0.2s [2024-04-02T20:12:10.891Z] [2024-04-02T20:12:10.891Z] #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-04-02T20:12:11.483Z] #201 ... [2024-04-02T20:12:11.483Z] [2024-04-02T20:12:11.483Z] #202 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-04-02T20:12:11.483Z] #202 DONE 0.4s [2024-04-02T20:12:11.483Z] [2024-04-02T20:12:11.483Z] #201 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-04-02T20:12:11.483Z] #201 DONE 0.5s [2024-04-02T20:12:11.483Z] [2024-04-02T20:12:11.483Z] #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:12:11.483Z] #203 DONE 0.1s [2024-04-02T20:12:11.483Z] [2024-04-02T20:12:11.483Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-04-02T20:12:11.747Z] #204 DONE 0.1s [2024-04-02T20:12:11.747Z] [2024-04-02T20:12:11.747Z] #96 [support-notifications] exporting to image [2024-04-02T20:12:11.747Z] #96 exporting layers [2024-04-02T20:12:12.010Z] #96 exporting layers 0.6s done [2024-04-02T20:12:12.010Z] #96 writing image sha256:b2a17d2eeba8ea3e070d781883926ee01648697fc0dc43d8e2735a21c8e9c8b1 0.0s done [2024-04-02T20:12:12.010Z] #96 naming to docker.io/library/support-scheduler-arm64 done [2024-04-02T20:12:12.010Z] #96 writing image sha256:3d3222dbed4039bec5790b1c272cb7d6f02b7106307c27f2d5f58470f025f4e9 done [2024-04-02T20:12:12.010Z] #96 naming to docker.io/library/support-notifications-arm64 done [2024-04-02T20:12:12.010Z] #96 DONE 15.7s [2024-04-02T20:12:12.010Z] [2024-04-02T20:12:12.010Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-04-02T20:12:12.010Z] time="2024-04-02T19:50:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-04-02T20:12:12.044Z] $ docker stop --time=1 0e0ea581cc41131f3ea142327fe26171a3588bc4447379d4e5b8b77afe003a00 [2024-04-02T20:12:13.680Z] $ docker rm -f --volumes 0e0ea581cc41131f3ea142327fe26171a3588bc4447379d4e5b8b77afe003a00 [Pipeline] // withDockerContainer [Pipeline] sh [2024-04-02T20:12:14.227Z] + docker images [2024-04-02T20:12:14.227Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-04-02T20:12:14.227Z] support-notifications-arm64 latest 3d3222dbed40 3 seconds ago 38.7MB [2024-04-02T20:12:14.227Z] support-scheduler-arm64 latest b2a17d2eeba8 3 seconds ago 38MB [2024-04-02T20:12:14.227Z] core-data-arm64 latest 97235335e9da 23 seconds ago 35.5MB [2024-04-02T20:12:14.227Z] core-metadata-arm64 latest 21bc698e842a 27 seconds ago 35.6MB [2024-04-02T20:12:14.227Z] core-command-arm64 latest 0d3718731ec1 36 seconds ago 35.2MB [2024-04-02T20:12:14.227Z] security-proxy-auth-arm64 latest 3f575ed8ca2b About a minute ago 32.8MB [2024-04-02T20:12:14.227Z] security-spiffe-token-provider-arm64 latest c185f008e58b 5 minutes ago 29.7MB [2024-04-02T20:12:14.227Z] core-common-config-bootstrapper-arm64 latest 91cf3128bc6c 6 minutes ago 15.7MB [2024-04-02T20:12:14.227Z] security-secretstore-setup-arm64 latest 0699faa0c067 7 minutes ago 36.6MB [2024-04-02T20:12:14.227Z] security-bootstrapper-arm64 latest 77354a7a07c1 7 minutes ago 19.2MB [2024-04-02T20:12:14.227Z] security-proxy-setup-arm64 latest d2c13ea6d563 7 minutes ago 26.5MB [2024-04-02T20:12:14.227Z] security-spire-config-arm64 latest 0b977386ce8d 20 minutes ago 96.3MB [2024-04-02T20:12:14.227Z] security-spire-agent-arm64 latest f8241b752f23 20 minutes ago 153MB [2024-04-02T20:12:14.227Z] security-spire-server-arm64 latest e9b4b242ddec 20 minutes ago 97.2MB [2024-04-02T20:12:14.227Z] ci-base-image-arm64 latest 92b4de7129ae 34 minutes ago 973MB [2024-04-02T20:12:14.227Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine 86de565de09d 4 months ago 560MB [2024-04-02T20:12:14.227Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 10 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] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T20:12:15.116Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-04-02T20:12:15.116Z] [2024-04-02T20:12:15.116Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T20:12:15.508Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-04-02T20:12:16.095Z] arm64: Pulling from edgex-lftools-log-publisher [2024-04-02T20:12:16.095Z] 8998bd30e6a1: Pulling fs layer [2024-04-02T20:12:16.095Z] 04944245beec: Pulling fs layer [2024-04-02T20:12:16.095Z] 699f458cf7ca: Pulling fs layer [2024-04-02T20:12:16.095Z] 765212b225bb: Pulling fs layer [2024-04-02T20:12:16.095Z] f23df028b6ca: Pulling fs layer [2024-04-02T20:12:16.095Z] d65c8cfc05b1: Pulling fs layer [2024-04-02T20:12:16.095Z] 2437ff75d9bd: Pulling fs layer [2024-04-02T20:12:16.095Z] 765212b225bb: Waiting [2024-04-02T20:12:16.095Z] f23df028b6ca: Waiting [2024-04-02T20:12:16.095Z] d65c8cfc05b1: Waiting [2024-04-02T20:12:16.095Z] 2437ff75d9bd: Waiting [2024-04-02T20:12:16.366Z] 04944245beec: Verifying Checksum [2024-04-02T20:12:16.366Z] 04944245beec: Download complete [2024-04-02T20:12:16.366Z] 765212b225bb: Verifying Checksum [2024-04-02T20:12:16.366Z] 765212b225bb: Download complete [2024-04-02T20:12:16.638Z] f23df028b6ca: Verifying Checksum [2024-04-02T20:12:16.638Z] f23df028b6ca: Download complete [2024-04-02T20:12:16.638Z] d65c8cfc05b1: Verifying Checksum [2024-04-02T20:12:16.638Z] d65c8cfc05b1: Download complete [2024-04-02T20:12:16.638Z] 699f458cf7ca: Verifying Checksum [2024-04-02T20:12:16.638Z] 699f458cf7ca: Download complete [2024-04-02T20:12:17.245Z] 8998bd30e6a1: Verifying Checksum [2024-04-02T20:12:17.245Z] 8998bd30e6a1: Download complete [2024-04-02T20:12:19.860Z] 2437ff75d9bd: Verifying Checksum [2024-04-02T20:12:19.860Z] 2437ff75d9bd: Download complete [2024-04-02T20:12:22.431Z] 8998bd30e6a1: Pull complete [2024-04-02T20:12:22.431Z] 04944245beec: Pull complete [2024-04-02T20:12:24.368Z] 699f458cf7ca: Pull complete [2024-04-02T20:12:24.368Z] 765212b225bb: Pull complete [2024-04-02T20:12:25.329Z] f23df028b6ca: Pull complete [2024-04-02T20:12:25.329Z] d65c8cfc05b1: Pull complete [2024-04-02T20:12:43.515Z] 2437ff75d9bd: Pull complete [2024-04-02T20:12:43.515Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-04-02T20:12:43.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-04-02T20:12:43.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T20:12:43.864Z] prd-ubuntu20.04-docker-arm64-4c-16g-1893 does not seem to be running inside a container [2024-04-02T20:12:43.914Z] $ 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-04-02T20:12:46.749Z] $ docker top d3e8e3a026d730f22bf9f7838ea1662b1e8cd5fbf9e833adeb1e695a9e8d573a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:12:47.697Z] ---> job-cost.sh [2024-04-02T20:12:47.697Z] lf-activate-venv: SKIPPING [2024-04-02T20:12:47.697Z] INFO: No Stack... [2024-04-02T20:12:47.963Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-04-02T20:12:48.910Z] INFO: Archiving Costs [Pipeline] sh [2024-04-02T20:12:49.248Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-04-02T20:12:49.248Z] + cut -d, -f6 [Pipeline] lock [2024-04-02T20:12:49.567Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] [2024-04-02T20:12:49.573Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] did not exist. Created. [2024-04-02T20:12:49.578Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-04-02T20:12:49.998Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-04-02T20:12:50.206Z] Stashed 1 file(s) [Pipeline] } [2024-04-02T20:12:50.222Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4786-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-04-02T20:12:50.306Z] $ docker stop --time=1 d3e8e3a026d730f22bf9f7838ea1662b1e8cd5fbf9e833adeb1e695a9e8d573a [2024-04-02T20:12:51.815Z] $ docker rm -f --volumes d3e8e3a026d730f22bf9f7838ea1662b1e8cd5fbf9e833adeb1e695a9e8d573a [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-04-02T20:12:52.937Z] provisioning config files... [2024-04-02T20:12:52.946Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config12798435854084803665tmp [Pipeline] { [Pipeline] sh [2024-04-02T20:12:53.296Z] + set +x [2024-04-02T20:12:53.296Z] + curl -s https://codecov.io/bash [2024-04-02T20:12:53.296Z] + bash -s -- [2024-04-02T20:12:53.557Z] [2024-04-02T20:12:53.557Z] _____ _ [2024-04-02T20:12:53.557Z] / ____| | | [2024-04-02T20:12:53.557Z] | | ___ __| | ___ ___ _____ __ [2024-04-02T20:12:53.557Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-04-02T20:12:53.557Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-04-02T20:12:53.557Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-04-02T20:12:53.557Z] Bash-1.0.6 [2024-04-02T20:12:53.557Z] [2024-04-02T20:12:53.557Z] [2024-04-02T20:12:53.557Z] ==> git version 2.25.1 found [2024-04-02T20:12:53.557Z] ==> 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-04-02T20:12:53.557Z] Release-Date: 2020-01-08 [2024-04-02T20:12:53.557Z] 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-04-02T20:12:53.557Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-04-02T20:12:53.557Z] ==> Jenkins CI detected. [2024-04-02T20:12:53.557Z] current dir:  /w/workspace/edgex-go/1 [2024-04-02T20:12:53.557Z] project root: . [2024-04-02T20:12:53.557Z] --> token set from env [2024-04-02T20:12:53.557Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-04-02T20:12:53.557Z] ==> Running gcov in . (disable via -X gcov) [2024-04-02T20:12:53.557Z] ==> Python coveragepy not found [2024-04-02T20:12:53.557Z] ==> Searching for coverage reports in: [2024-04-02T20:12:53.557Z] + . [2024-04-02T20:12:53.557Z] -> Found 1 reports [2024-04-02T20:12:53.557Z] ==> Detecting git/mercurial file structure [2024-04-02T20:12:53.557Z] ==> Reading reports [2024-04-02T20:12:53.557Z] + ./coverage.out bytes=455122 [2024-04-02T20:12:53.557Z] ==> Appending adjustments [2024-04-02T20:12:53.557Z] https://docs.codecov.io/docs/fixing-reports [2024-04-02T20:12:54.934Z] + Found adjustments [2024-04-02T20:12:54.934Z] ==> Gzipping contents [2024-04-02T20:12:54.934Z] 60K /tmp/codecov.HQPpF4.gz [2024-04-02T20:12:54.934Z] ==> Uploading reports [2024-04-02T20:12:54.934Z] url: https://codecov.io [2024-04-02T20:12:54.935Z] query: branch=PR-4786&commit=39a5a4d2757c1de410298cadb43b906f19e1a093&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4786%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4786&job=&cmd_args= [2024-04-02T20:12:54.935Z] -> Pinging Codecov [2024-04-02T20:12:54.935Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4786&commit=39a5a4d2757c1de410298cadb43b906f19e1a093&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4786%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4786&job=&cmd_args= [2024-04-02T20:12:54.935Z] -> Uploading to [2024-04-02T20:12:54.935Z] https://storage.googleapis.com/codecov/v4/raw/2024-04-02/00271124DB129430A58F1EEE437C3FCB/39a5a4d2757c1de410298cadb43b906f19e1a093/9d5871a6-cf8f-4937-adcf-6b2fd989932f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20240402T201254Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cb28911bf689a0e63d13fc49f0b7fa2f7f9ad376445027594bb21a28de6fe600 [2024-04-02T20:12:54.935Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-04-02T20:12:54.935Z] Dload Upload Total Spent Left Speed [2024-04-02T20:12:55.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57850 0 0 100 57850 0 177k --:--:-- --:--:-- --:--:-- 177k [2024-04-02T20:12:55.193Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/39a5a4d2757c1de410298cadb43b906f19e1a093 [Pipeline] } [2024-04-02T20:12:55.220Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-04-02T20:12:56.789Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:12:57.119Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:12:58.009Z] ---> package-listing.sh [2024-04-02T20:12:58.009Z] ++ tr '[:upper:]' '[:lower:]' [2024-04-02T20:12:58.009Z] ++ facter osfamily [2024-04-02T20:12:58.267Z] + OS_FAMILY=debian [2024-04-02T20:12:58.267Z] + workspace=/w/workspace/edgex-go/1 [2024-04-02T20:12:58.267Z] + START_PACKAGES=/tmp/packages_start.txt [2024-04-02T20:12:58.267Z] + END_PACKAGES=/tmp/packages_end.txt [2024-04-02T20:12:58.267Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-04-02T20:12:58.267Z] + PACKAGES=/tmp/packages_start.txt [2024-04-02T20:12:58.267Z] + '[' /w/workspace/edgex-go/1 ']' [2024-04-02T20:12:58.267Z] + PACKAGES=/tmp/packages_end.txt [2024-04-02T20:12:58.267Z] + case "${OS_FAMILY}" in [2024-04-02T20:12:58.267Z] + dpkg -l [2024-04-02T20:12:58.267Z] + grep '^ii' [2024-04-02T20:12:58.267Z] + '[' -f /tmp/packages_start.txt ']' [2024-04-02T20:12:58.267Z] + '[' -f /tmp/packages_end.txt ']' [2024-04-02T20:12:58.267Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-04-02T20:12:58.267Z] + '[' /w/workspace/edgex-go/1 ']' [2024-04-02T20:12:58.267Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-04-02T20:12:58.267Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-04-02T20:12:58.303Z] 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-04-02T20:12:58.594Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T20:12:59.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-04-02T20:12:59.238Z] [2024-04-02T20:12:59.238Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-04-02T20:12:59.617Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-04-02T20:12:59.617Z] latest: Pulling from edgex-lftools-log-publisher [2024-04-02T20:12:59.617Z] 5eb5b503b376: Pulling fs layer [2024-04-02T20:12:59.617Z] 5c69ac0246d0: Pulling fs layer [2024-04-02T20:12:59.617Z] ec43610c2a17: Pulling fs layer [2024-04-02T20:12:59.617Z] 3a2ae6a8a46f: Pulling fs layer [2024-04-02T20:12:59.617Z] 33b1e0a273af: Pulling fs layer [2024-04-02T20:12:59.617Z] 5d3b04190fa2: Pulling fs layer [2024-04-02T20:12:59.617Z] 2f39f015ded8: Pulling fs layer [2024-04-02T20:12:59.617Z] 3a2ae6a8a46f: Waiting [2024-04-02T20:12:59.617Z] 5d3b04190fa2: Waiting [2024-04-02T20:12:59.617Z] 33b1e0a273af: Waiting [2024-04-02T20:12:59.617Z] 5c69ac0246d0: Verifying Checksum [2024-04-02T20:12:59.617Z] 5c69ac0246d0: Download complete [2024-04-02T20:12:59.617Z] 3a2ae6a8a46f: Verifying Checksum [2024-04-02T20:12:59.617Z] 3a2ae6a8a46f: Download complete [2024-04-02T20:12:59.617Z] 33b1e0a273af: Verifying Checksum [2024-04-02T20:12:59.617Z] 33b1e0a273af: Download complete [2024-04-02T20:12:59.617Z] 5d3b04190fa2: Download complete [2024-04-02T20:12:59.617Z] ec43610c2a17: Verifying Checksum [2024-04-02T20:12:59.617Z] ec43610c2a17: Download complete [2024-04-02T20:12:59.875Z] 5eb5b503b376: Download complete [2024-04-02T20:13:00.440Z] 2f39f015ded8: Download complete [2024-04-02T20:13:01.004Z] 5eb5b503b376: Pull complete [2024-04-02T20:13:01.261Z] 5c69ac0246d0: Pull complete [2024-04-02T20:13:01.519Z] ec43610c2a17: Pull complete [2024-04-02T20:13:01.777Z] 3a2ae6a8a46f: Pull complete [2024-04-02T20:13:01.777Z] 33b1e0a273af: Pull complete [2024-04-02T20:13:02.034Z] 5d3b04190fa2: Pull complete [2024-04-02T20:13:06.218Z] 2f39f015ded8: Pull complete [2024-04-02T20:13:06.218Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-04-02T20:13:06.218Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-04-02T20:13:06.218Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-04-02T20:13:06.462Z] prd-ubuntu20.04-docker-8c-8g-1888 does not seem to be running inside a container [2024-04-02T20:13:06.481Z] $ 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-04-02T20:13:09.824Z] $ docker top 4b269631192051286921f6f8127b9b6c0043967f11246eed67e4abed1c2b05a7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-04-02T20:13:10.232Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-04-02T20:13:10.542Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-04-02T20:13:10.852Z] + ls /var/log/sa-host [2024-04-02T20:13:10.852Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-04-02T20:13:11.074Z] provisioning config files... [2024-04-02T20:13:11.083Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config9327943275710684814tmp [Pipeline] { [Pipeline] echo [2024-04-02T20:13:11.141Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:13:11.447Z] ---> create-netrc.sh [Pipeline] } [2024-04-02T20:13:11.477Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:13:11.880Z] ---> python-tools-install.sh [Pipeline] echo [2024-04-02T20:13:11.907Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:13:12.210Z] ---> sudo-logs.sh [2024-04-02T20:13:12.210Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-04-02T20:13:12.294Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:13:12.602Z] ---> job-cost.sh [2024-04-02T20:13:12.602Z] lf-activate-venv: SKIPPING [2024-04-02T20:13:12.602Z] DEBUG: total: 0.10999999940395355 [2024-04-02T20:13:12.602Z] INFO: Retrieving Stack Cost... [2024-04-02T20:13:13.168Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-04-02T20:13:13.427Z] INFO: Archiving Costs [Pipeline] echo [2024-04-02T20:13:13.461Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-04-02T20:13:13.766Z] ---> logs-deploy.sh [2024-04-02T20:13:13.766Z] lf-activate-venv: SKIPPING [2024-04-02T20:13:13.766Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4786/1 [2024-04-02T20:13:13.766Z] INFO: archiving workspace using pattern(s): [2024-04-02T20:13:14.702Z] Archives upload complete. [2024-04-02T20:13:14.702Z] INFO: archiving logs to Nexus [2024-04-02T20:13:15.638Z] ---> uname -a: [2024-04-02T20:13:15.638Z] Linux prd-ubuntu20-04-docker-8c-8g-1888 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2024-04-02T20:13:15.638Z] [2024-04-02T20:13:15.638Z] [2024-04-02T20:13:15.638Z] ---> lscpu: [2024-04-02T20:13:15.638Z] Architecture: x86_64 [2024-04-02T20:13:15.638Z] CPU op-mode(s): 32-bit, 64-bit [2024-04-02T20:13:15.638Z] Byte Order: Little Endian [2024-04-02T20:13:15.638Z] Address sizes: 40 bits physical, 48 bits virtual [2024-04-02T20:13:15.638Z] CPU(s): 8 [2024-04-02T20:13:15.638Z] On-line CPU(s) list: 0-7 [2024-04-02T20:13:15.638Z] Thread(s) per core: 1 [2024-04-02T20:13:15.638Z] Core(s) per socket: 1 [2024-04-02T20:13:15.638Z] Socket(s): 8 [2024-04-02T20:13:15.638Z] NUMA node(s): 1 [2024-04-02T20:13:15.638Z] Vendor ID: AuthenticAMD [2024-04-02T20:13:15.638Z] CPU family: 23 [2024-04-02T20:13:15.638Z] Model: 49 [2024-04-02T20:13:15.638Z] Model name: AMD EPYC-Rome Processor [2024-04-02T20:13:15.638Z] Stepping: 0 [2024-04-02T20:13:15.638Z] CPU MHz: 2800.000 [2024-04-02T20:13:15.638Z] BogoMIPS: 5600.00 [2024-04-02T20:13:15.638Z] Virtualization: AMD-V [2024-04-02T20:13:15.638Z] Hypervisor vendor: KVM [2024-04-02T20:13:15.639Z] Virtualization type: full [2024-04-02T20:13:15.639Z] L1d cache: 256 KiB [2024-04-02T20:13:15.639Z] L1i cache: 256 KiB [2024-04-02T20:13:15.639Z] L2 cache: 4 MiB [2024-04-02T20:13:15.639Z] L3 cache: 128 MiB [2024-04-02T20:13:15.639Z] NUMA node0 CPU(s): 0-7 [2024-04-02T20:13:15.639Z] Vulnerability Itlb multihit: Not affected [2024-04-02T20:13:15.639Z] Vulnerability L1tf: Not affected [2024-04-02T20:13:15.639Z] Vulnerability Mds: Not affected [2024-04-02T20:13:15.639Z] Vulnerability Meltdown: Not affected [2024-04-02T20:13:15.639Z] Vulnerability Mmio stale data: Not affected [2024-04-02T20:13:15.639Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2024-04-02T20:13:15.639Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2024-04-02T20:13:15.639Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2024-04-02T20:13:15.639Z] Vulnerability Srbds: Not affected [2024-04-02T20:13:15.639Z] Vulnerability Tsx async abort: Not affected [2024-04-02T20:13:15.639Z] 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-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] ---> nproc: [2024-04-02T20:13:15.639Z] 8 [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] ---> df -h: [2024-04-02T20:13:15.639Z] Filesystem Size Used Avail Use% Mounted on [2024-04-02T20:13:15.639Z] overlay 155G 23G 132G 15% / [2024-04-02T20:13:15.639Z] tmpfs 64M 0 64M 0% /dev [2024-04-02T20:13:15.639Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2024-04-02T20:13:15.639Z] shm 64M 0 64M 0% /dev/shm [2024-04-02T20:13:15.639Z] /dev/vda1 155G 23G 132G 15% /facter-os [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] ---> sar -b -r -n DEV: [2024-04-02T20:13:15.639Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1888) 04/02/24 _x86_64_ (8 CPU) [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] 18:58:26 LINUX RESTART (8 CPU) [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] 18:59:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2024-04-02T20:13:15.639Z] 19:00:01 6.30 0.02 6.29 0.00 0.81 398.05 0.00 [2024-04-02T20:13:15.639Z] 19:01:01 5.22 3.78 1.43 0.00 86.65 28.53 0.00 [2024-04-02T20:13:15.639Z] 19:02:01 0.97 0.00 0.97 0.00 0.00 11.46 0.00 [2024-04-02T20:13:15.639Z] 19:03:01 0.97 0.00 0.97 0.00 0.00 12.13 0.00 [2024-04-02T20:13:15.639Z] 19:04:01 43.81 11.41 32.39 0.00 3447.56 5747.31 0.00 [2024-04-02T20:13:15.639Z] 19:05:01 5.70 0.02 5.68 0.00 0.13 110.36 0.00 [2024-04-02T20:13:15.639Z] 19:06:01 1.43 0.00 1.43 0.00 0.00 16.66 0.00 [2024-04-02T20:13:15.639Z] 19:07:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2024-04-02T20:13:15.639Z] 19:08:01 1.30 0.00 1.30 0.00 0.00 14.93 0.00 [2024-04-02T20:13:15.639Z] 19:09:01 1.75 0.00 1.75 0.00 0.00 20.13 0.00 [2024-04-02T20:13:15.639Z] 19:10:01 1.40 0.00 1.40 0.00 0.00 15.73 0.00 [2024-04-02T20:13:15.639Z] 19:11:01 1.67 0.00 1.67 0.00 0.00 19.73 0.00 [2024-04-02T20:13:15.639Z] 19:12:01 1.32 0.00 1.32 0.00 0.00 14.26 0.00 [2024-04-02T20:13:15.639Z] 19:13:01 1.83 0.00 1.83 0.00 0.00 21.06 0.00 [2024-04-02T20:13:15.639Z] 19:14:01 2.08 0.02 2.07 0.00 0.13 26.93 0.00 [2024-04-02T20:13:15.639Z] 19:15:01 1.68 0.00 1.68 0.00 0.00 20.13 0.00 [2024-04-02T20:13:15.639Z] 19:16:01 1.08 0.00 1.08 0.00 0.00 12.40 0.00 [2024-04-02T20:13:15.639Z] 19:17:01 1.25 0.02 1.23 0.00 0.13 15.46 0.00 [2024-04-02T20:13:15.639Z] 19:18:01 1.13 0.00 1.13 0.00 0.00 12.80 0.00 [2024-04-02T20:13:15.639Z] 19:19:01 1.50 0.00 1.50 0.00 0.00 18.66 0.00 [2024-04-02T20:13:15.639Z] 19:20:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2024-04-02T20:13:15.639Z] 19:21:01 1.42 0.00 1.42 0.00 0.00 18.40 0.00 [2024-04-02T20:13:15.639Z] 19:22:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 [2024-04-02T20:13:15.639Z] 19:23:01 1.67 0.00 1.67 0.00 0.00 19.33 0.00 [2024-04-02T20:13:15.639Z] 19:24:01 1.30 0.00 1.30 0.00 0.00 15.06 0.00 [2024-04-02T20:13:15.639Z] 19:25:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 [2024-04-02T20:13:15.639Z] 19:26:01 1.02 0.00 1.02 0.00 0.00 11.33 0.00 [2024-04-02T20:13:15.639Z] 19:27:01 1.38 0.00 1.38 0.00 0.00 16.80 0.00 [2024-04-02T20:13:15.639Z] 19:28:01 0.92 0.00 0.92 0.00 0.00 11.06 0.00 [2024-04-02T20:13:15.639Z] 19:29:01 1.42 0.00 1.42 0.00 0.00 17.73 0.00 [2024-04-02T20:13:15.639Z] 19:30:01 0.95 0.00 0.95 0.00 0.00 11.06 0.00 [2024-04-02T20:13:15.639Z] 19:31:01 1.32 0.00 1.32 0.00 0.00 16.26 0.00 [2024-04-02T20:13:15.639Z] 19:32:01 0.93 0.00 0.93 0.00 0.00 10.80 0.00 [2024-04-02T20:13:15.639Z] 19:33:01 340.69 12.90 327.79 0.00 1872.58 51227.06 0.00 [2024-04-02T20:13:15.639Z] 19:34:01 146.11 1.22 144.89 0.00 20.66 36881.59 0.00 [2024-04-02T20:13:15.639Z] 19:35:01 39.53 0.00 39.53 0.00 0.00 30416.00 0.00 [2024-04-02T20:13:15.639Z] 19:36:01 29.28 0.22 29.06 0.00 3.07 16724.81 0.00 [2024-04-02T20:13:15.639Z] 19:37:01 337.93 0.38 337.54 0.00 50.39 190438.66 0.00 [2024-04-02T20:13:15.639Z] 19:38:01 579.06 8.78 570.28 0.00 84.64 145982.54 0.00 [2024-04-02T20:13:15.639Z] 19:39:01 242.95 0.02 242.93 0.00 0.14 79076.11 0.00 [2024-04-02T20:13:15.639Z] 19:40:01 762.10 0.12 761.98 0.00 2.93 124634.40 0.00 [2024-04-02T20:13:15.639Z] 19:41:01 2.50 0.00 2.50 0.00 0.00 29.20 0.00 [2024-04-02T20:13:15.639Z] 19:42:01 1.55 0.00 1.55 0.00 0.00 17.73 0.00 [2024-04-02T20:13:15.639Z] 19:43:01 2.08 0.00 2.08 0.00 0.00 24.13 0.00 [2024-04-02T20:13:15.639Z] 19:44:01 1.00 0.00 1.00 0.00 0.00 12.00 0.00 [2024-04-02T20:13:15.639Z] 19:45:01 1.88 0.00 1.88 0.00 0.00 21.60 0.00 [2024-04-02T20:13:15.639Z] 19:46:01 1.38 0.00 1.38 0.00 0.00 15.06 0.00 [2024-04-02T20:13:15.639Z] 19:47:01 2.00 0.00 2.00 0.00 0.00 22.79 0.00 [2024-04-02T20:13:15.639Z] 19:48:01 1.40 0.00 1.40 0.00 0.00 15.46 0.00 [2024-04-02T20:13:15.639Z] 19:49:01 2.12 0.00 2.12 0.00 0.00 24.93 0.00 [2024-04-02T20:13:15.639Z] 19:50:01 1.57 0.00 1.57 0.00 0.00 18.53 0.00 [2024-04-02T20:13:15.639Z] 19:51:01 1.73 0.00 1.73 0.00 0.00 19.06 0.00 [2024-04-02T20:13:15.639Z] 19:52:01 1.38 0.00 1.38 0.00 0.00 16.26 0.00 [2024-04-02T20:13:15.639Z] 19:53:01 2.13 0.00 2.13 0.00 0.00 24.00 0.00 [2024-04-02T20:13:15.639Z] 19:54:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2024-04-02T20:13:15.639Z] 19:55:01 2.12 0.00 2.12 0.00 0.00 24.40 0.00 [2024-04-02T20:13:15.639Z] 19:56:01 1.10 0.00 1.10 0.00 0.00 11.86 0.00 [2024-04-02T20:13:15.639Z] 19:57:01 1.98 0.00 1.98 0.00 0.00 22.80 0.00 [2024-04-02T20:13:15.639Z] 19:58:01 1.90 0.00 1.90 0.00 0.00 20.80 0.00 [2024-04-02T20:13:15.639Z] 19:59:01 1.62 0.00 1.62 0.00 0.00 19.33 0.00 [2024-04-02T20:13:15.639Z] 20:00:01 1.62 0.00 1.62 0.00 0.00 18.53 0.00 [2024-04-02T20:13:15.639Z] 20:01:01 1.82 0.00 1.82 0.00 0.00 21.60 0.00 [2024-04-02T20:13:15.639Z] 20:02:01 1.40 0.00 1.40 0.00 0.00 15.86 0.00 [2024-04-02T20:13:15.639Z] 20:03:01 2.03 0.00 2.03 0.00 0.00 22.93 0.00 [2024-04-02T20:13:15.639Z] 20:04:01 1.48 0.00 1.48 0.00 0.00 17.33 0.00 [2024-04-02T20:13:15.639Z] 20:05:01 1.72 0.00 1.72 0.00 0.00 20.93 0.00 [2024-04-02T20:13:15.639Z] 20:06:01 1.25 0.00 1.25 0.00 0.00 13.60 0.00 [2024-04-02T20:13:15.639Z] 20:07:01 1.73 0.00 1.73 0.00 0.00 19.99 0.00 [2024-04-02T20:13:15.639Z] 20:08:01 1.47 0.00 1.47 0.00 0.00 16.53 0.00 [2024-04-02T20:13:15.639Z] 20:09:01 1.73 0.00 1.73 0.00 0.00 20.93 0.00 [2024-04-02T20:13:15.639Z] 20:10:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 [2024-04-02T20:13:15.639Z] 20:11:01 1.45 0.00 1.45 0.00 0.00 16.80 0.00 [2024-04-02T20:13:15.639Z] 20:12:01 1.07 0.00 1.07 0.00 0.00 11.46 0.00 [2024-04-02T20:13:15.639Z] 20:13:01 3.42 0.25 3.17 0.00 22.66 278.35 0.00 [2024-04-02T20:13:15.639Z] Average: 35.55 0.53 35.02 0.00 75.61 9217.39 0.00 [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] 18:59:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2024-04-02T20:13:15.639Z] 19:00:01 30572108 31847532 534276 1.62 47300 1540796 1632312 4.81 609492 1415940 36 [2024-04-02T20:13:15.639Z] 19:01:01 30534260 31813312 566972 1.72 47352 1543676 1648476 4.86 651692 1417548 124 [2024-04-02T20:13:15.639Z] 19:02:01 30533616 31812692 567528 1.73 47384 1543668 1648476 4.86 652200 1417548 56 [2024-04-02T20:13:15.639Z] 19:03:01 30533576 31812680 567460 1.73 47408 1543684 1648476 4.86 651744 1417532 132 [2024-04-02T20:13:15.639Z] 19:04:01 30189924 31776980 564956 1.72 70792 1835088 1617192 4.77 883212 1488780 1060 [2024-04-02T20:13:15.639Z] 19:05:01 30197452 31779716 562676 1.71 69364 1831832 1600492 4.72 879856 1485496 8 [2024-04-02T20:13:15.639Z] 19:06:01 30196868 31779224 563032 1.71 69464 1831836 1600492 4.72 880984 1485508 168 [2024-04-02T20:13:15.639Z] 19:07:01 30196884 31779280 562916 1.71 69500 1831836 1600492 4.72 880920 1485512 220 [2024-04-02T20:13:15.639Z] 19:08:01 30197096 31779536 562576 1.71 69564 1831840 1600492 4.72 881016 1485520 172 [2024-04-02T20:13:15.639Z] 19:09:01 30198112 31780644 561392 1.71 69628 1831848 1600492 4.72 880192 1485532 192 [2024-04-02T20:13:15.639Z] 19:10:01 30198344 31780988 561208 1.71 69724 1831848 1600492 4.72 880092 1485508 180 [2024-04-02T20:13:15.639Z] 19:11:01 30199508 31782228 559844 1.70 69780 1831852 1600492 4.72 879152 1485512 176 [2024-04-02T20:13:15.639Z] 19:12:01 30199296 31782104 559904 1.70 69868 1831852 1600492 4.72 879360 1485512 184 [2024-04-02T20:13:15.639Z] 19:13:01 30198860 31781744 560036 1.70 69940 1831856 1600492 4.72 879696 1485516 184 [2024-04-02T20:13:15.639Z] 19:14:01 30196664 31779648 562024 1.71 70024 1831836 1597024 4.71 880212 1485484 196 [2024-04-02T20:13:15.639Z] 19:15:01 30197136 31780180 561428 1.71 70088 1831836 1597024 4.71 879908 1485492 20 [2024-04-02T20:13:15.639Z] 19:16:01 30196728 31779836 561880 1.71 70120 1831840 1597024 4.71 880328 1485500 160 [2024-04-02T20:13:15.639Z] 19:17:01 30195732 31778916 562588 1.71 70156 1831840 1597024 4.71 880828 1485500 252 [2024-04-02T20:13:15.639Z] 19:18:01 30196204 31779444 561968 1.71 70172 1831848 1597024 4.71 880576 1485504 196 [2024-04-02T20:13:15.639Z] 19:19:01 30196436 31779732 561636 1.71 70212 1831848 1597024 4.71 880108 1485504 56 [2024-04-02T20:13:15.639Z] 19:20:01 30196396 31779696 561592 1.71 70228 1831852 1597024 4.71 880160 1485504 188 [2024-04-02T20:13:15.639Z] 19:21:01 30196396 31779756 561580 1.71 70268 1831856 1597024 4.71 880436 1485512 220 [2024-04-02T20:13:15.639Z] 19:22:01 30196348 31779712 561560 1.71 70284 1831856 1597024 4.71 880492 1485512 176 [2024-04-02T20:13:15.639Z] 19:23:01 30196404 31779840 561452 1.71 70332 1831860 1597024 4.71 880312 1485512 8 [2024-04-02T20:13:15.639Z] 19:24:01 30196888 31780380 561064 1.71 70404 1831856 1597024 4.71 880824 1485516 20 [2024-04-02T20:13:15.639Z] 19:25:01 30196564 31780196 561176 1.71 70428 1831992 1597024 4.71 880884 1485620 188 [2024-04-02T20:13:15.639Z] 19:26:01 30196468 31780160 561140 1.71 70452 1831996 1597024 4.71 881048 1485652 188 [2024-04-02T20:13:15.639Z] 19:27:01 30196176 31779868 561332 1.71 70484 1832000 1597024 4.71 880800 1485652 228 [2024-04-02T20:13:15.639Z] 19:28:01 30196192 31779940 561296 1.71 70500 1832004 1597024 4.71 880576 1485664 24 [2024-04-02T20:13:15.639Z] 19:29:01 30196420 31780176 561012 1.71 70532 1831992 1597024 4.71 880848 1485668 52 [2024-04-02T20:13:15.639Z] 19:30:01 30196556 31780348 560920 1.71 70548 1832012 1597024 4.71 881140 1485660 208 [2024-04-02T20:13:15.639Z] 19:31:01 30196612 31780440 560852 1.71 70564 1832016 1597024 4.71 880848 1485672 40 [2024-04-02T20:13:15.639Z] 19:32:01 30196532 31780360 560828 1.71 70580 1832016 1597024 4.71 881172 1485672 56 [2024-04-02T20:13:15.639Z] 19:33:01 28387860 31508744 775800 2.36 99564 3286632 1920500 5.66 1325648 2736992 760 [2024-04-02T20:13:15.639Z] 19:34:01 27109432 31423700 851300 2.59 156012 4296192 1861512 5.49 1904384 3302588 726972 [2024-04-02T20:13:15.639Z] 19:35:01 26639436 31225256 1047044 3.18 159468 4550448 2375060 7.00 2046844 3610904 521784 [2024-04-02T20:13:15.639Z] 19:36:01 26317804 31379736 891272 2.71 161776 4980628 1902512 5.61 1953732 3983220 495804 [2024-04-02T20:13:15.639Z] 19:37:01 22461040 31338364 916000 2.79 172268 8704944 2784284 8.21 2028564 7656008 572 [2024-04-02T20:13:15.639Z] 19:38:01 15124276 29107260 3087380 9.39 309704 13153692 8776916 25.87 5040724 11367940 610188 [2024-04-02T20:13:15.639Z] 19:39:01 13109300 29326976 2876448 8.75 326140 15283960 7012732 20.67 5674788 12680792 844692 [2024-04-02T20:13:15.639Z] 19:40:01 14869648 31433332 821776 2.50 338508 15737508 2098256 6.18 2864200 13928492 368 [2024-04-02T20:13:15.639Z] 19:41:01 14870200 31433904 821108 2.50 338540 15737512 2098256 6.18 2864004 13928496 40 [2024-04-02T20:13:15.639Z] 19:42:01 14908380 31472096 782908 2.38 338580 15737516 2098256 6.18 2825876 13928500 4 [2024-04-02T20:13:15.639Z] 19:43:01 14910972 31474748 780312 2.37 338636 15737520 2098256 6.18 2824320 13928508 16 [2024-04-02T20:13:15.639Z] 19:44:01 14912324 31476148 778900 2.37 338648 15737524 2098256 6.18 2822724 13928516 12 [2024-04-02T20:13:15.639Z] 19:45:01 14918148 31482024 773280 2.35 338692 15737528 2098256 6.18 2818304 13928524 12 [2024-04-02T20:13:15.639Z] 19:46:01 14918384 31482304 772972 2.35 338732 15737528 2098256 6.18 2817576 13928528 8 [2024-04-02T20:13:15.639Z] 19:47:01 14918604 31482572 772632 2.35 338808 15737532 2098256 6.18 2817604 13928536 8 [2024-04-02T20:13:15.639Z] 19:48:01 14918304 31482460 772684 2.35 338868 15737660 2098256 6.18 2817868 13928636 8 [2024-04-02T20:13:15.639Z] 19:49:01 14918256 31482416 772620 2.35 338912 15737668 2098256 6.18 2817808 13928640 8 [2024-04-02T20:13:15.639Z] 19:50:01 14918200 31482492 772544 2.35 338980 15737672 2098256 6.18 2817976 13928680 32 [2024-04-02T20:13:15.639Z] 19:51:01 14918468 31482804 772204 2.35 339008 15737672 2098256 6.18 2817884 13928680 8 [2024-04-02T20:13:15.639Z] 19:52:01 14918368 31482752 772404 2.35 339052 15737676 2082080 6.14 2817912 13928684 8 [2024-04-02T20:13:15.639Z] 19:53:01 14918240 31482636 772436 2.35 339104 15737676 2082080 6.14 2818216 13928684 8 [2024-04-02T20:13:15.639Z] 19:54:01 14918572 31483016 771996 2.35 339148 15737680 2082080 6.14 2818104 13928688 8 [2024-04-02T20:13:15.639Z] 19:55:01 14918524 31483032 771924 2.35 339204 15737684 2082080 6.14 2818156 13928696 36 [2024-04-02T20:13:15.639Z] 19:56:01 14918224 31482736 772256 2.35 339216 15737684 2082080 6.14 2818156 13928696 4 [2024-04-02T20:13:15.639Z] 19:57:01 14918192 31482760 772204 2.35 339244 15737688 2082080 6.14 2818272 13928696 16 [2024-04-02T20:13:15.639Z] 19:58:01 14918184 31482844 772108 2.35 339312 15737688 2082080 6.14 2818032 13928700 0 [2024-04-02T20:13:15.639Z] 19:59:01 14918108 31482772 772292 2.35 339332 15737696 2082080 6.14 2818360 13928704 12 [2024-04-02T20:13:15.639Z] 20:00:01 14918060 31482788 772224 2.35 339380 15737704 2082080 6.14 2818108 13928712 40 [2024-04-02T20:13:15.639Z] 20:01:01 14916788 31481624 773272 2.35 339396 15737704 2098412 6.18 2819292 13928532 188 [2024-04-02T20:13:15.639Z] 20:02:01 14917032 31481904 772976 2.35 339428 15737708 2098412 6.18 2819008 13928532 12 [2024-04-02T20:13:15.639Z] 20:03:01 14916732 31481620 773176 2.35 339464 15737708 2098412 6.18 2818804 13928532 8 [2024-04-02T20:13:15.639Z] 20:04:01 14916844 31481764 772984 2.35 339480 15737712 2098412 6.18 2819396 13928536 8 [2024-04-02T20:13:15.639Z] 20:05:01 14916752 31481700 773192 2.35 339496 15737716 2098412 6.18 2819160 13928540 48 [2024-04-02T20:13:15.639Z] 20:06:01 14917060 31482032 772848 2.35 339508 15737716 2098412 6.18 2818960 13928540 8 [2024-04-02T20:13:15.639Z] 20:07:01 14916972 31481972 772796 2.35 339528 15737720 2098412 6.18 2818880 13928544 8 [2024-04-02T20:13:15.639Z] 20:08:01 14916932 31481944 772748 2.35 339576 15737724 2098412 6.18 2819100 13928544 8 [2024-04-02T20:13:15.639Z] 20:09:01 14916696 31481772 772876 2.35 339612 15737728 2098412 6.18 2819148 13928552 48 [2024-04-02T20:13:15.639Z] 20:10:01 14916648 31481764 772848 2.35 339632 15737724 2082332 6.14 2819028 13928556 12 [2024-04-02T20:13:15.639Z] 20:11:01 14916656 31481796 772772 2.35 339644 15737732 2082332 6.14 2818992 13928556 44 [2024-04-02T20:13:15.639Z] 20:12:01 14916332 31481488 773012 2.35 339648 15737736 2082332 6.14 2819088 13928560 8 [2024-04-02T20:13:15.639Z] 20:13:01 14631224 31444512 809772 2.46 339992 15969480 2352396 6.93 2857048 14159712 235772 [2024-04-02T20:13:15.639Z] Average: 22484121 31546701 748600 2.28 204604 8768493 2040260 6.01 1946637 7674249 46527 [2024-04-02T20:13:15.639Z] [2024-04-02T20:13:15.639Z] 18:59:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2024-04-02T20:13:15.639Z] 19:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.639Z] 19:00:01 ens3 3.03 1.53 2.09 0.94 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.639Z] 19:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.639Z] 19:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.639Z] 19:01:01 ens3 15.50 9.78 14.65 6.79 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:02:01 ens3 0.68 0.43 0.35 0.28 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:03:01 ens3 0.17 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:04:01 lo 0.40 0.40 0.04 0.04 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:04:01 ens3 125.95 63.37 2045.93 4.74 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:05:01 ens3 0.23 0.20 0.02 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:06:01 ens3 0.62 0.35 0.32 0.21 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:07:01 ens3 0.15 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:09:01 ens3 0.38 0.18 0.09 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:10:01 ens3 0.27 0.03 0.02 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:12:01 ens3 0.25 0.12 0.07 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:13:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:14:01 ens3 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:15:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:16:01 ens3 0.05 0.05 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:17:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:18:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:19:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:19:01 ens3 0.23 0.22 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:20:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:20:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:20:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:21:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:21:01 ens3 0.25 0.22 0.12 0.02 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:21:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:22:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:22:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:22:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:23:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:23:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:23:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:24:01 ens3 0.15 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:25:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:25:01 ens3 0.12 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:26:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:27:01 ens3 0.10 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:28:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:29:01 ens3 0.23 0.23 0.08 0.08 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:30:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:31:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:32:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:33:01 lo 5.06 5.06 0.49 0.49 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:33:01 ens3 1086.77 1055.78 10705.58 145.43 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:33:01 docker0 596.00 516.16 41.00 2834.24 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:33:01 veth85d3b14 11.30 12.13 1.05 11.40 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:34:01 ens3 371.84 259.74 2126.01 34.82 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:34:01 docker0 244.96 342.91 20.64 2099.08 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:34:01 veth9370658 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:35:01 ens3 43.81 44.64 23.53 76.74 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:35:01 docker0 1.63 1.63 0.12 0.15 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:35:01 veth9370658 1.63 1.67 0.14 0.15 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:36:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:36:01 ens3 15.95 10.46 15.78 8.12 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:36:01 veth9370658 0.00 0.02 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 vethbc11aa1 0.53 0.78 0.05 0.20 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 lo 1.40 1.40 0.13 0.13 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 veth64e7c6e 1.22 1.88 0.09 30.86 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 veth3c6b4cb 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 vethdd21546 1.57 1.95 0.12 30.86 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 vethad5e271 2.53 4.10 0.19 60.86 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 ens3 190.18 110.23 3793.29 24.66 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 vethad51b93 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 docker0 30.64 50.62 1.96 778.24 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:37:01 vethdd4490e 2.63 4.73 0.20 65.97 0.00 0.00 0.00 0.01 [2024-04-02T20:13:15.640Z] 19:37:01 vethc5ead00 2.37 3.37 0.18 51.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 vethbc11aa1 0.05 0.60 0.00 0.03 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 vethaca2058 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 veth67225a3 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 veth01ca678 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 veth1d6c013 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 veth95a6e0d 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 vethcf1d580 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 veth8440e23 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 vethd02f925 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 veth2056840 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 vethcf0a2ba 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 ens3 546.18 325.86 4936.63 42.43 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 vethf0be7e6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:38:01 docker0 310.83 521.88 27.50 4917.98 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 vethbc11aa1 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 vethaca2058 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 veth67225a3 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 veth01ca678 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 veth1d6c013 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 veth95a6e0d 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 vethcf1d580 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 veth8440e23 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 vethd02f925 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 veth2056840 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 vethcf0a2ba 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 ens3 6.61 4.49 5.37 3.04 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 vethf0be7e6 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:39:01 docker0 0.08 0.07 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:40:01 ens3 22.91 16.24 18.74 10.27 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:41:01 ens3 0.68 0.20 0.15 0.08 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:42:01 ens3 0.78 0.47 2.13 0.22 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:43:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:44:01 ens3 0.15 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:45:01 ens3 0.17 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:46:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:47:01 ens3 0.23 0.15 0.07 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:48:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:49:01 ens3 0.28 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:50:01 ens3 0.20 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:51:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.640Z] 19:52:01 ens3 0.15 0.03 0.06 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:53:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:54:01 ens3 0.17 0.12 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:55:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:56:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:57:01 ens3 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:58:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:59:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:59:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 19:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:00:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:01:01 lo 0.33 0.33 0.03 0.03 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:01:01 ens3 4.27 3.77 2.38 5.30 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:02:01 ens3 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:03:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:04:01 ens3 0.83 0.42 0.37 0.28 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:05:01 ens3 0.10 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:06:01 ens3 0.43 0.33 0.26 0.21 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:07:01 ens3 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:08:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:09:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:10:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:11:01 ens3 0.15 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:12:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:13:01 lo 1.27 1.27 0.12 0.12 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:13:01 ens3 92.40 56.79 2521.11 9.91 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] 20:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] Average: lo 0.21 0.21 0.02 0.02 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] Average: ens3 34.29 26.63 354.45 5.07 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] Average: docker0 16.01 19.38 1.23 143.72 0.00 0.00 0.00 0.00 [2024-04-02T20:13:15.641Z] [2024-04-02T20:13:15.641Z] [2024-04-02T20:13:15.641Z] ---> sar -P ALL: [2024-04-02T20:13:15.641Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-1888) 04/02/24 _x86_64_ (8 CPU) [2024-04-02T20:13:15.641Z] [2024-04-02T20:13:15.641Z] 18:58:26 LINUX RESTART (8 CPU) [2024-04-02T20:13:15.641Z] [2024-04-02T20:13:15.641Z] 18:59:02 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.641Z] 19:00:01 all 0.06 0.00 0.02 0.06 0.01 99.85 [2024-04-02T20:13:15.641Z] 19:00:01 0 0.07 0.00 0.03 0.29 0.02 99.59 [2024-04-02T20:13:15.641Z] 19:00:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.641Z] 19:00:01 2 0.17 0.00 0.02 0.00 0.00 99.81 [2024-04-02T20:13:15.641Z] 19:00:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2024-04-02T20:13:15.641Z] 19:00:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.641Z] 19:00:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.641Z] 19:00:01 6 0.15 0.00 0.02 0.00 0.02 99.81 [2024-04-02T20:13:15.641Z] 19:00:01 7 0.02 0.00 0.02 0.19 0.00 99.78 [2024-04-02T20:13:15.641Z] 19:01:01 all 0.55 0.00 0.05 0.03 0.01 99.37 [2024-04-02T20:13:15.641Z] 19:01:01 0 0.10 0.00 0.08 0.00 0.00 99.82 [2024-04-02T20:13:15.641Z] 19:01:01 1 1.31 0.00 0.05 0.00 0.02 98.63 [2024-04-02T20:13:15.641Z] 19:01:01 2 1.25 0.00 0.03 0.00 0.00 98.72 [2024-04-02T20:13:15.641Z] 19:01:01 3 0.33 0.00 0.05 0.03 0.02 99.57 [2024-04-02T20:13:15.641Z] 19:01:01 4 0.58 0.00 0.03 0.00 0.02 99.37 [2024-04-02T20:13:15.641Z] 19:01:01 5 0.25 0.00 0.03 0.00 0.02 99.70 [2024-04-02T20:13:15.641Z] 19:01:01 6 0.17 0.00 0.02 0.00 0.00 99.82 [2024-04-02T20:13:15.641Z] 19:01:01 7 0.40 0.00 0.08 0.18 0.02 99.32 [2024-04-02T20:13:15.641Z] 19:02:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2024-04-02T20:13:15.641Z] 19:02:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.641Z] 19:02:01 1 0.03 0.00 0.02 0.00 0.03 99.92 [2024-04-02T20:13:15.641Z] 19:02:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:02:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:02:01 4 0.03 0.00 0.03 0.00 0.02 99.92 [2024-04-02T20:13:15.641Z] 19:02:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.641Z] 19:02:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.641Z] 19:02:01 7 0.00 0.00 0.02 0.05 0.00 99.93 [2024-04-02T20:13:15.641Z] 19:03:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2024-04-02T20:13:15.641Z] 19:03:01 0 0.00 0.00 0.00 0.02 0.02 99.97 [2024-04-02T20:13:15.641Z] 19:03:01 1 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.641Z] 19:03:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:03:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:03:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.641Z] 19:03:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.641Z] 19:03:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:03:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:04:01 all 2.07 0.00 1.10 0.57 0.03 96.23 [2024-04-02T20:13:15.641Z] 19:04:01 0 3.29 0.00 0.99 0.10 0.03 95.59 [2024-04-02T20:13:15.641Z] 19:04:01 1 1.56 0.00 2.17 1.35 0.03 94.88 [2024-04-02T20:13:15.641Z] 19:04:01 2 2.24 0.00 0.64 2.01 0.05 95.07 [2024-04-02T20:13:15.641Z] 19:04:01 3 1.04 0.00 0.57 0.03 0.02 98.35 [2024-04-02T20:13:15.641Z] 19:04:01 4 2.35 0.00 0.68 0.02 0.03 96.91 [2024-04-02T20:13:15.641Z] 19:04:01 5 1.25 0.00 1.78 0.05 0.02 96.90 [2024-04-02T20:13:15.641Z] 19:04:01 6 2.81 0.00 1.12 0.33 0.05 95.69 [2024-04-02T20:13:15.641Z] 19:04:01 7 2.00 0.00 0.85 0.65 0.03 96.46 [2024-04-02T20:13:15.641Z] 19:05:01 all 0.09 0.00 0.04 0.01 0.01 99.84 [2024-04-02T20:13:15.641Z] 19:05:01 0 0.03 0.00 0.05 0.03 0.02 99.87 [2024-04-02T20:13:15.641Z] 19:05:01 1 0.07 0.00 0.05 0.00 0.02 99.87 [2024-04-02T20:13:15.641Z] 19:05:01 2 0.08 0.00 0.05 0.08 0.03 99.75 [2024-04-02T20:13:15.641Z] 19:05:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.641Z] 19:05:01 4 0.10 0.00 0.05 0.00 0.00 99.85 [2024-04-02T20:13:15.641Z] 19:05:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2024-04-02T20:13:15.641Z] 19:05:01 6 0.05 0.00 0.03 0.00 0.00 99.92 [2024-04-02T20:13:15.641Z] 19:05:01 7 0.25 0.00 0.08 0.00 0.00 99.67 [2024-04-02T20:13:15.641Z] 19:06:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2024-04-02T20:13:15.641Z] 19:06:01 0 0.05 0.00 0.03 0.00 0.03 99.88 [2024-04-02T20:13:15.641Z] 19:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:06:01 2 0.02 0.00 0.00 0.07 0.00 99.92 [2024-04-02T20:13:15.641Z] 19:06:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:06:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.641Z] 19:06:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:06:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.641Z] 19:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:07:01 all 0.03 0.00 0.02 0.23 0.01 99.71 [2024-04-02T20:13:15.641Z] 19:07:01 0 0.03 0.00 0.02 1.27 0.03 98.65 [2024-04-02T20:13:15.641Z] 19:07:01 1 0.00 0.00 0.00 0.37 0.02 99.62 [2024-04-02T20:13:15.641Z] 19:07:01 2 0.12 0.00 0.05 0.20 0.00 99.63 [2024-04-02T20:13:15.641Z] 19:07:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.641Z] 19:07:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.641Z] 19:07:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.641Z] 19:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:07:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:08:01 all 0.01 0.00 0.00 0.02 0.01 99.96 [2024-04-02T20:13:15.641Z] 19:08:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:08:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:08:01 2 0.02 0.00 0.00 0.17 0.02 99.80 [2024-04-02T20:13:15.641Z] 19:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:08:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2024-04-02T20:13:15.641Z] 19:08:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:08:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.641Z] 19:08:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:09:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2024-04-02T20:13:15.641Z] 19:09:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2024-04-02T20:13:15.641Z] 19:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.641Z] 19:09:01 2 0.03 0.00 0.02 0.02 0.03 99.90 [2024-04-02T20:13:15.641Z] 19:09:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:09:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2024-04-02T20:13:15.641Z] 19:09:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.641Z] 19:09:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2024-04-02T20:13:15.641Z] 19:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.641Z] 19:10:01 all 0.18 0.00 0.01 0.01 0.02 99.79 [2024-04-02T20:13:15.641Z] 19:10:01 0 0.02 0.00 0.00 0.03 0.00 99.95 [2024-04-02T20:13:15.641Z] 19:10:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.641Z] 19:10:01 2 1.36 0.00 0.00 0.03 0.03 98.58 [2024-04-02T20:13:15.641Z] 19:10:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.641Z] 19:10:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.641Z] 19:10:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.641Z] 19:10:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:10:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] [2024-04-02T20:13:15.642Z] 19:10:01 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.642Z] 19:11:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2024-04-02T20:13:15.642Z] 19:11:01 0 0.00 0.00 0.02 0.03 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:11:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:11:01 2 2.02 0.00 0.02 0.00 0.03 97.93 [2024-04-02T20:13:15.642Z] 19:11:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:11:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:11:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:11:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:11:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:12:01 all 0.17 0.00 0.00 0.00 0.01 99.81 [2024-04-02T20:13:15.642Z] 19:12:01 0 0.02 0.00 0.00 0.03 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:12:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:12:01 2 1.31 0.00 0.02 0.00 0.03 98.64 [2024-04-02T20:13:15.642Z] 19:12:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:12:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:12:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:12:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:12:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:13:01 all 0.01 0.00 0.01 0.04 0.01 99.94 [2024-04-02T20:13:15.642Z] 19:13:01 0 0.02 0.00 0.02 0.13 0.02 99.82 [2024-04-02T20:13:15.642Z] 19:13:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:13:01 2 0.02 0.00 0.00 0.03 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:13:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:13:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:13:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:13:01 6 0.00 0.00 0.00 0.15 0.00 99.85 [2024-04-02T20:13:15.642Z] 19:13:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:14:01 all 0.03 0.00 0.03 0.01 0.01 99.92 [2024-04-02T20:13:15.642Z] 19:14:01 0 0.02 0.00 0.03 0.12 0.00 99.83 [2024-04-02T20:13:15.642Z] 19:14:01 1 0.00 0.00 0.03 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:14:01 2 0.07 0.00 0.05 0.00 0.03 99.85 [2024-04-02T20:13:15.642Z] 19:14:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:14:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2024-04-02T20:13:15.642Z] 19:14:01 5 0.00 0.00 0.05 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:14:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:14:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:15:01 all 0.01 0.00 0.01 0.01 0.01 99.96 [2024-04-02T20:13:15.642Z] 19:15:01 0 0.00 0.00 0.02 0.05 0.02 99.92 [2024-04-02T20:13:15.642Z] 19:15:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:15:01 2 0.03 0.00 0.03 0.00 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:15:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:15:01 4 0.02 0.00 0.03 0.00 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:15:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:15:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:16:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-04-02T20:13:15.642Z] 19:16:01 0 0.02 0.00 0.02 0.02 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:16:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:16:01 2 0.05 0.00 0.02 0.00 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:16:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:16:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:16:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:16:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:16:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:17:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-04-02T20:13:15.642Z] 19:17:01 0 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:17:01 1 0.05 0.00 0.02 0.00 0.00 99.93 [2024-04-02T20:13:15.642Z] 19:17:01 2 0.00 0.00 0.02 0.00 0.03 99.95 [2024-04-02T20:13:15.642Z] 19:17:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:17:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:17:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:17:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:18:01 all 0.01 0.00 0.00 0.01 0.01 99.97 [2024-04-02T20:13:15.642Z] 19:18:01 0 0.00 0.00 0.00 0.03 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:18:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:18:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:18:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:18:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:18:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:18:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:19:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2024-04-02T20:13:15.642Z] 19:19:01 0 0.02 0.00 0.00 0.05 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:19:01 1 0.02 0.00 0.02 0.02 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:19:01 2 0.03 0.00 0.00 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:19:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:19:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:19:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:19:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:19:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:20:01 all 0.00 0.00 0.01 0.00 0.01 99.98 [2024-04-02T20:13:15.642Z] 19:20:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:20:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:20:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:20:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:20:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:20:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:20:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:20:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:21:01 all 0.07 0.00 0.01 0.01 0.00 99.90 [2024-04-02T20:13:15.642Z] 19:21:01 0 0.07 0.00 0.02 0.03 0.02 99.87 [2024-04-02T20:13:15.642Z] 19:21:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:21:01 2 0.47 0.00 0.07 0.00 0.00 99.47 [2024-04-02T20:13:15.642Z] 19:21:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:21:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:21:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:21:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:21:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] [2024-04-02T20:13:15.642Z] 19:21:01 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.642Z] 19:22:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2024-04-02T20:13:15.642Z] 19:22:01 0 0.03 0.00 0.03 0.00 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:22:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:22:01 2 1.97 0.00 0.00 0.00 0.02 98.01 [2024-04-02T20:13:15.642Z] 19:22:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:22:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:22:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:22:01 6 0.00 0.00 0.02 0.02 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:22:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:23:01 all 0.26 0.00 0.01 0.00 0.01 99.72 [2024-04-02T20:13:15.642Z] 19:23:01 0 0.03 0.00 0.03 0.03 0.02 99.88 [2024-04-02T20:13:15.642Z] 19:23:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:23:01 2 1.97 0.00 0.00 0.00 0.00 98.03 [2024-04-02T20:13:15.642Z] 19:23:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:23:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:23:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:23:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:23:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:24:01 all 0.25 0.00 0.00 0.00 0.01 99.73 [2024-04-02T20:13:15.642Z] 19:24:01 0 0.00 0.00 0.02 0.03 0.03 99.92 [2024-04-02T20:13:15.642Z] 19:24:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:24:01 2 1.97 0.00 0.00 0.00 0.02 98.01 [2024-04-02T20:13:15.642Z] 19:24:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:24:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:24:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:24:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:24:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:25:01 all 0.26 0.00 0.01 0.01 0.01 99.72 [2024-04-02T20:13:15.642Z] 19:25:01 0 0.03 0.00 0.05 0.03 0.02 99.87 [2024-04-02T20:13:15.642Z] 19:25:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:25:01 2 1.95 0.00 0.00 0.00 0.00 98.05 [2024-04-02T20:13:15.642Z] 19:25:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:25:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:25:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:25:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:25:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:26:01 all 0.25 0.00 0.00 0.00 0.01 99.73 [2024-04-02T20:13:15.642Z] 19:26:01 0 0.00 0.00 0.00 0.00 0.03 99.97 [2024-04-02T20:13:15.642Z] 19:26:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:26:01 2 1.97 0.00 0.00 0.00 0.00 98.03 [2024-04-02T20:13:15.642Z] 19:26:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:26:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:26:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:26:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:26:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:27:01 all 0.26 0.00 0.01 0.02 0.01 99.70 [2024-04-02T20:13:15.642Z] 19:27:01 0 0.02 0.00 0.03 0.07 0.03 99.85 [2024-04-02T20:13:15.642Z] 19:27:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:27:01 2 1.97 0.00 0.00 0.00 0.02 98.01 [2024-04-02T20:13:15.642Z] 19:27:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:27:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:27:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.642Z] 19:27:01 6 0.00 0.00 0.02 0.07 0.02 99.90 [2024-04-02T20:13:15.642Z] 19:27:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:28:01 all 0.23 0.00 0.01 0.00 0.01 99.75 [2024-04-02T20:13:15.642Z] 19:28:01 0 0.05 0.00 0.00 0.02 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:28:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:28:01 2 1.73 0.00 0.00 0.00 0.02 98.26 [2024-04-02T20:13:15.642Z] 19:28:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:28:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:28:01 5 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.642Z] 19:28:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:28:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:29:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-04-02T20:13:15.642Z] 19:29:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:29:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:29:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:29:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:29:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:29:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:29:01 6 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:29:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:30:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:30:01 0 0.05 0.00 0.00 0.02 0.02 99.92 [2024-04-02T20:13:15.642Z] 19:30:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:30:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:30:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:30:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:30:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:30:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:30:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:31:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2024-04-02T20:13:15.642Z] 19:31:01 0 0.02 0.00 0.00 0.00 0.03 99.95 [2024-04-02T20:13:15.642Z] 19:31:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:31:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:31:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:31:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.642Z] 19:31:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-04-02T20:13:15.642Z] 19:31:01 6 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.642Z] 19:31:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:32:01 all 0.00 0.00 0.00 0.00 0.01 99.98 [2024-04-02T20:13:15.642Z] 19:32:01 0 0.02 0.00 0.03 0.02 0.03 99.90 [2024-04-02T20:13:15.642Z] 19:32:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:32:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.642Z] 19:32:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] 19:32:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.642Z] 19:32:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.642Z] [2024-04-02T20:13:15.642Z] 19:32:01 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.642Z] 19:33:01 all 8.40 0.00 3.02 2.63 0.06 85.90 [2024-04-02T20:13:15.642Z] 19:33:01 0 7.58 0.00 4.56 3.51 0.08 84.26 [2024-04-02T20:13:15.642Z] 19:33:01 1 7.00 0.00 3.03 0.05 0.05 89.87 [2024-04-02T20:13:15.642Z] 19:33:01 2 9.88 0.00 3.15 2.24 0.07 84.65 [2024-04-02T20:13:15.642Z] 19:33:01 3 6.70 0.00 2.85 0.45 0.05 89.94 [2024-04-02T20:13:15.642Z] 19:33:01 4 7.75 0.00 2.47 1.27 0.05 88.46 [2024-04-02T20:13:15.642Z] 19:33:01 5 8.39 0.00 2.30 1.26 0.05 88.00 [2024-04-02T20:13:15.642Z] 19:33:01 6 14.77 0.00 3.57 12.14 0.08 69.44 [2024-04-02T20:13:15.642Z] 19:33:01 7 5.08 0.00 2.21 0.08 0.05 92.58 [2024-04-02T20:13:15.642Z] 19:34:01 all 25.36 0.00 3.81 1.90 0.08 68.86 [2024-04-02T20:13:15.642Z] 19:34:01 0 25.44 0.00 3.70 0.77 0.07 70.01 [2024-04-02T20:13:15.642Z] 19:34:01 1 25.88 0.00 3.83 0.44 0.08 69.77 [2024-04-02T20:13:15.642Z] 19:34:01 2 24.27 0.00 3.79 4.90 0.07 66.98 [2024-04-02T20:13:15.642Z] 19:34:01 3 25.00 0.00 4.95 0.69 0.08 69.27 [2024-04-02T20:13:15.642Z] 19:34:01 4 26.78 0.00 3.75 2.56 0.08 66.83 [2024-04-02T20:13:15.642Z] 19:34:01 5 23.45 0.00 2.95 0.49 0.07 73.04 [2024-04-02T20:13:15.642Z] 19:34:01 6 26.52 0.00 4.01 5.17 0.08 64.21 [2024-04-02T20:13:15.643Z] 19:34:01 7 25.58 0.00 3.48 0.18 0.07 70.69 [2024-04-02T20:13:15.643Z] 19:35:01 all 28.86 0.00 3.40 1.15 0.07 66.52 [2024-04-02T20:13:15.643Z] 19:35:01 0 27.26 0.00 3.22 0.12 0.08 69.32 [2024-04-02T20:13:15.643Z] 19:35:01 1 25.67 0.00 2.77 0.25 0.05 71.26 [2024-04-02T20:13:15.643Z] 19:35:01 2 30.11 0.00 3.13 1.81 0.07 64.88 [2024-04-02T20:13:15.643Z] 19:35:01 3 31.27 0.00 5.03 0.22 0.07 63.42 [2024-04-02T20:13:15.643Z] 19:35:01 4 32.10 0.00 3.75 1.01 0.07 63.08 [2024-04-02T20:13:15.643Z] 19:35:01 5 24.74 0.00 2.77 0.02 0.08 72.39 [2024-04-02T20:13:15.643Z] 19:35:01 6 29.37 0.00 2.84 0.07 0.07 67.66 [2024-04-02T20:13:15.643Z] 19:35:01 7 30.37 0.00 3.66 5.69 0.08 60.20 [2024-04-02T20:13:15.643Z] 19:36:01 all 46.11 0.00 3.61 0.81 0.07 49.40 [2024-04-02T20:13:15.643Z] 19:36:01 0 43.79 0.00 3.29 0.96 0.07 51.89 [2024-04-02T20:13:15.643Z] 19:36:01 1 44.64 0.00 3.05 0.35 0.07 51.89 [2024-04-02T20:13:15.643Z] 19:36:01 2 47.36 0.00 3.73 3.53 0.08 45.30 [2024-04-02T20:13:15.643Z] 19:36:01 3 47.08 0.00 3.99 0.25 0.07 48.62 [2024-04-02T20:13:15.643Z] 19:36:01 4 47.19 0.00 3.66 0.05 0.07 49.03 [2024-04-02T20:13:15.643Z] 19:36:01 5 43.79 0.00 3.43 0.39 0.07 52.32 [2024-04-02T20:13:15.643Z] 19:36:01 6 46.20 0.00 3.72 0.42 0.07 49.60 [2024-04-02T20:13:15.643Z] 19:36:01 7 48.82 0.00 3.99 0.50 0.07 46.62 [2024-04-02T20:13:15.643Z] 19:37:01 all 21.61 0.00 6.41 11.72 0.11 60.14 [2024-04-02T20:13:15.643Z] 19:37:01 0 20.44 0.00 5.25 7.89 0.14 66.29 [2024-04-02T20:13:15.643Z] 19:37:01 1 21.13 0.00 6.25 15.48 0.10 57.04 [2024-04-02T20:13:15.643Z] 19:37:01 2 21.47 0.00 6.46 18.11 0.12 53.85 [2024-04-02T20:13:15.643Z] 19:37:01 3 22.84 0.00 6.50 7.59 0.12 62.94 [2024-04-02T20:13:15.643Z] 19:37:01 4 21.49 0.00 7.11 9.87 0.14 61.40 [2024-04-02T20:13:15.643Z] 19:37:01 5 21.20 0.00 5.30 5.65 0.08 67.77 [2024-04-02T20:13:15.643Z] 19:37:01 6 22.44 0.00 7.64 21.47 0.10 48.35 [2024-04-02T20:13:15.643Z] 19:37:01 7 21.93 0.00 6.80 7.79 0.12 63.36 [2024-04-02T20:13:15.643Z] 19:38:01 all 30.56 0.00 6.54 10.32 0.11 52.47 [2024-04-02T20:13:15.643Z] 19:38:01 0 30.29 0.00 5.68 3.47 0.07 60.50 [2024-04-02T20:13:15.643Z] 19:38:01 1 29.71 0.00 5.88 9.83 0.08 54.50 [2024-04-02T20:13:15.643Z] 19:38:01 2 31.38 0.00 7.39 23.60 0.14 37.49 [2024-04-02T20:13:15.643Z] 19:38:01 3 31.48 0.00 7.85 17.60 0.12 42.96 [2024-04-02T20:13:15.643Z] 19:38:01 4 29.66 0.00 6.26 7.64 0.12 56.32 [2024-04-02T20:13:15.643Z] 19:38:01 5 30.02 0.00 6.49 4.95 0.10 58.44 [2024-04-02T20:13:15.643Z] 19:38:01 6 32.48 0.00 7.03 11.70 0.10 48.69 [2024-04-02T20:13:15.643Z] 19:38:01 7 29.46 0.00 5.78 3.94 0.12 60.70 [2024-04-02T20:13:15.643Z] 19:39:01 all 92.47 0.00 7.28 0.00 0.24 0.01 [2024-04-02T20:13:15.643Z] 19:39:01 0 92.44 0.00 7.17 0.00 0.40 0.00 [2024-04-02T20:13:15.643Z] 19:39:01 1 92.45 0.00 7.34 0.00 0.21 0.00 [2024-04-02T20:13:15.643Z] 19:39:01 2 92.04 0.00 7.72 0.00 0.24 0.00 [2024-04-02T20:13:15.643Z] 19:39:01 3 92.75 0.00 7.01 0.00 0.22 0.02 [2024-04-02T20:13:15.643Z] 19:39:01 4 92.88 0.00 6.91 0.00 0.21 0.00 [2024-04-02T20:13:15.643Z] 19:39:01 5 91.64 0.00 8.13 0.00 0.23 0.00 [2024-04-02T20:13:15.643Z] 19:39:01 6 93.12 0.00 6.67 0.00 0.21 0.00 [2024-04-02T20:13:15.643Z] 19:39:01 7 92.44 0.00 7.32 0.00 0.21 0.03 [2024-04-02T20:13:15.643Z] 19:40:01 all 57.19 0.00 6.28 2.55 0.16 33.81 [2024-04-02T20:13:15.643Z] 19:40:01 0 56.64 0.00 6.00 0.79 0.14 36.44 [2024-04-02T20:13:15.643Z] 19:40:01 1 58.34 0.00 5.55 2.52 0.13 33.46 [2024-04-02T20:13:15.643Z] 19:40:01 2 57.22 0.00 6.84 2.67 0.15 33.12 [2024-04-02T20:13:15.643Z] 19:40:01 3 56.32 0.00 7.46 2.21 0.17 33.83 [2024-04-02T20:13:15.643Z] 19:40:01 4 57.33 0.00 6.18 4.41 0.20 31.87 [2024-04-02T20:13:15.643Z] 19:40:01 5 58.41 0.00 5.76 2.01 0.20 33.62 [2024-04-02T20:13:15.643Z] 19:40:01 6 57.13 0.00 5.96 0.73 0.15 36.02 [2024-04-02T20:13:15.643Z] 19:40:01 7 56.16 0.00 6.46 5.06 0.13 32.18 [2024-04-02T20:13:15.643Z] 19:41:01 all 0.24 0.00 0.02 0.01 0.01 99.72 [2024-04-02T20:13:15.643Z] 19:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:41:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:41:01 2 0.02 0.00 0.03 0.02 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:41:01 3 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:41:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:41:01 5 1.71 0.00 0.08 0.02 0.02 98.17 [2024-04-02T20:13:15.643Z] 19:41:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2024-04-02T20:13:15.643Z] 19:41:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:42:01 all 0.03 0.00 0.02 0.01 0.01 99.93 [2024-04-02T20:13:15.643Z] 19:42:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:42:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2024-04-02T20:13:15.643Z] 19:42:01 2 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:42:01 3 0.05 0.00 0.03 0.00 0.00 99.92 [2024-04-02T20:13:15.643Z] 19:42:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:42:01 5 0.02 0.00 0.02 0.02 0.00 99.95 [2024-04-02T20:13:15.643Z] 19:42:01 6 0.07 0.00 0.03 0.00 0.03 99.87 [2024-04-02T20:13:15.643Z] 19:42:01 7 0.00 0.00 0.00 0.05 0.00 99.95 [2024-04-02T20:13:15.643Z] 19:43:01 all 0.05 0.00 0.01 0.01 0.01 99.92 [2024-04-02T20:13:15.643Z] 19:43:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:43:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:43:01 2 0.00 0.00 0.02 0.02 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:43:01 3 0.28 0.00 0.02 0.00 0.02 99.68 [2024-04-02T20:13:15.643Z] 19:43:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:43:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:43:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:43:01 7 0.02 0.00 0.00 0.03 0.00 99.95 [2024-04-02T20:13:15.643Z] [2024-04-02T20:13:15.643Z] 19:43:01 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.643Z] 19:44:01 all 0.04 0.00 0.01 0.00 0.01 99.93 [2024-04-02T20:13:15.643Z] 19:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.643Z] 19:44:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:44:01 2 0.05 0.00 0.03 0.02 0.02 99.88 [2024-04-02T20:13:15.643Z] 19:44:01 3 0.08 0.00 0.02 0.00 0.02 99.88 [2024-04-02T20:13:15.643Z] 19:44:01 4 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:44:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:44:01 6 0.03 0.00 0.00 0.00 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:44:01 7 0.00 0.00 0.00 0.02 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:45:01 all 0.02 0.00 0.02 0.01 0.01 99.94 [2024-04-02T20:13:15.643Z] 19:45:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:45:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:45:01 2 0.03 0.00 0.02 0.02 0.03 99.90 [2024-04-02T20:13:15.643Z] 19:45:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:45:01 4 0.03 0.00 0.03 0.00 0.00 99.93 [2024-04-02T20:13:15.643Z] 19:45:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:45:01 6 0.03 0.00 0.00 0.02 0.03 99.92 [2024-04-02T20:13:15.643Z] 19:45:01 7 0.00 0.00 0.02 0.02 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:46:01 all 0.03 0.00 0.00 0.01 0.01 99.95 [2024-04-02T20:13:15.643Z] 19:46:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:46:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:46:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:46:01 3 0.07 0.00 0.00 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:46:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:46:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:46:01 6 0.02 0.00 0.00 0.00 0.03 99.95 [2024-04-02T20:13:15.643Z] 19:46:01 7 0.00 0.00 0.00 0.03 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:47:01 all 0.04 0.00 0.01 0.01 0.01 99.94 [2024-04-02T20:13:15.643Z] 19:47:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.643Z] 19:47:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2024-04-02T20:13:15.643Z] 19:47:01 2 0.03 0.00 0.02 0.02 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:47:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2024-04-02T20:13:15.643Z] 19:47:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:47:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:47:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:47:01 7 0.02 0.00 0.02 0.03 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:48:01 all 0.01 0.00 0.01 0.00 0.02 99.96 [2024-04-02T20:13:15.643Z] 19:48:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:48:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:48:01 2 0.00 0.00 0.02 0.02 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:48:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.643Z] 19:48:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:48:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.643Z] 19:48:01 6 0.03 0.00 0.00 0.00 0.05 99.92 [2024-04-02T20:13:15.643Z] 19:48:01 7 0.02 0.00 0.00 0.02 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:49:01 all 0.13 0.00 0.02 0.01 0.01 99.83 [2024-04-02T20:13:15.643Z] 19:49:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:49:01 1 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:49:01 2 0.83 0.00 0.05 0.02 0.02 99.09 [2024-04-02T20:13:15.643Z] 19:49:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:49:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:49:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:49:01 6 0.05 0.00 0.02 0.02 0.03 99.88 [2024-04-02T20:13:15.643Z] 19:49:01 7 0.02 0.00 0.00 0.03 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:50:01 all 0.06 0.00 0.01 0.00 0.01 99.92 [2024-04-02T20:13:15.643Z] 19:50:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:50:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:50:01 2 0.45 0.00 0.02 0.03 0.05 99.45 [2024-04-02T20:13:15.643Z] 19:50:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:50:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:50:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:50:01 6 0.00 0.00 0.02 0.00 0.03 99.95 [2024-04-02T20:13:15.643Z] 19:50:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:51:01 all 0.03 0.00 0.01 0.00 0.01 99.94 [2024-04-02T20:13:15.643Z] 19:51:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:51:01 1 0.08 0.00 0.00 0.00 0.00 99.92 [2024-04-02T20:13:15.643Z] 19:51:01 2 0.03 0.00 0.03 0.02 0.02 99.90 [2024-04-02T20:13:15.643Z] 19:51:01 3 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:51:01 4 0.00 0.00 0.03 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:51:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:51:01 6 0.05 0.00 0.00 0.02 0.03 99.90 [2024-04-02T20:13:15.643Z] 19:51:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:52:01 all 0.10 0.00 0.02 0.01 0.02 99.86 [2024-04-02T20:13:15.643Z] 19:52:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:52:01 1 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:52:01 2 0.68 0.00 0.03 0.05 0.05 99.19 [2024-04-02T20:13:15.643Z] 19:52:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.643Z] 19:52:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:52:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:52:01 6 0.02 0.00 0.02 0.00 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:52:01 7 0.05 0.00 0.05 0.00 0.02 99.88 [2024-04-02T20:13:15.643Z] 19:53:01 all 0.27 0.00 0.01 0.00 0.01 99.70 [2024-04-02T20:13:15.643Z] 19:53:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:53:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2024-04-02T20:13:15.643Z] 19:53:01 2 1.97 0.00 0.03 0.03 0.02 97.95 [2024-04-02T20:13:15.643Z] 19:53:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:53:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:53:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:53:01 6 0.03 0.00 0.03 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:53:01 7 0.03 0.00 0.00 0.00 0.02 99.95 [2024-04-02T20:13:15.643Z] 19:54:01 all 0.02 0.00 0.01 0.01 0.01 99.96 [2024-04-02T20:13:15.643Z] 19:54:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:54:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:54:01 2 0.02 0.00 0.00 0.03 0.03 99.92 [2024-04-02T20:13:15.643Z] 19:54:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:54:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:54:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:54:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2024-04-02T20:13:15.643Z] 19:54:01 7 0.02 0.00 0.03 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] [2024-04-02T20:13:15.643Z] 19:54:01 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.643Z] 19:55:01 all 0.03 0.00 0.02 0.01 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:55:01 0 0.03 0.00 0.03 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:55:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:55:01 2 0.03 0.00 0.02 0.03 0.03 99.88 [2024-04-02T20:13:15.643Z] 19:55:01 3 0.03 0.00 0.03 0.02 0.02 99.90 [2024-04-02T20:13:15.643Z] 19:55:01 4 0.02 0.00 0.05 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:55:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:55:01 6 0.03 0.00 0.00 0.00 0.05 99.92 [2024-04-02T20:13:15.643Z] 19:55:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:56:01 all 0.01 0.00 0.01 0.00 0.01 99.96 [2024-04-02T20:13:15.643Z] 19:56:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:56:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.643Z] 19:56:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:56:01 3 0.02 0.00 0.02 0.00 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:56:01 5 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.643Z] 19:56:01 6 0.03 0.00 0.02 0.00 0.03 99.92 [2024-04-02T20:13:15.643Z] 19:56:01 7 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.643Z] 19:57:01 all 0.03 0.00 0.01 0.01 0.01 99.95 [2024-04-02T20:13:15.643Z] 19:57:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:57:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:57:01 2 0.05 0.00 0.02 0.03 0.02 99.88 [2024-04-02T20:13:15.643Z] 19:57:01 3 0.05 0.00 0.00 0.03 0.02 99.90 [2024-04-02T20:13:15.643Z] 19:57:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:57:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:57:01 6 0.03 0.00 0.00 0.00 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:57:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:58:01 all 0.01 0.00 0.02 0.01 0.01 99.95 [2024-04-02T20:13:15.643Z] 19:58:01 0 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.643Z] 19:58:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:58:01 2 0.00 0.00 0.02 0.02 0.03 99.93 [2024-04-02T20:13:15.643Z] 19:58:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:58:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.643Z] 19:58:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:58:01 6 0.02 0.00 0.03 0.02 0.03 99.90 [2024-04-02T20:13:15.643Z] 19:58:01 7 0.05 0.00 0.02 0.00 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:59:01 all 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:59:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.643Z] 19:59:01 1 0.05 0.00 0.00 0.00 0.02 99.93 [2024-04-02T20:13:15.643Z] 19:59:01 2 0.05 0.00 0.02 0.02 0.02 99.90 [2024-04-02T20:13:15.643Z] 19:59:01 3 0.03 0.00 0.02 0.02 0.02 99.92 [2024-04-02T20:13:15.643Z] 19:59:01 4 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.643Z] 19:59:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2024-04-02T20:13:15.644Z] 19:59:01 6 0.05 0.00 0.03 0.00 0.05 99.87 [2024-04-02T20:13:15.644Z] 19:59:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:00:01 all 0.01 0.00 0.01 0.01 0.01 99.95 [2024-04-02T20:13:15.644Z] 20:00:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:00:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:00:01 2 0.02 0.00 0.00 0.05 0.03 99.90 [2024-04-02T20:13:15.644Z] 20:00:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:00:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] 20:00:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:00:01 6 0.02 0.00 0.05 0.02 0.03 99.88 [2024-04-02T20:13:15.644Z] 20:00:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2024-04-02T20:13:15.644Z] 20:01:01 all 0.17 0.00 0.03 0.00 0.02 99.79 [2024-04-02T20:13:15.644Z] 20:01:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2024-04-02T20:13:15.644Z] 20:01:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-04-02T20:13:15.644Z] 20:01:01 2 0.08 0.00 0.07 0.02 0.02 99.82 [2024-04-02T20:13:15.644Z] 20:01:01 3 0.20 0.00 0.02 0.00 0.02 99.77 [2024-04-02T20:13:15.644Z] 20:01:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:01:01 5 0.22 0.00 0.02 0.00 0.02 99.75 [2024-04-02T20:13:15.644Z] 20:01:01 6 0.65 0.00 0.02 0.00 0.05 99.28 [2024-04-02T20:13:15.644Z] 20:01:01 7 0.07 0.00 0.03 0.00 0.02 99.88 [2024-04-02T20:13:15.644Z] 20:02:01 all 0.28 0.00 0.01 0.00 0.01 99.69 [2024-04-02T20:13:15.644Z] 20:02:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:02:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:02:01 2 0.02 0.00 0.02 0.03 0.02 99.92 [2024-04-02T20:13:15.644Z] 20:02:01 3 0.07 0.00 0.03 0.00 0.02 99.88 [2024-04-02T20:13:15.644Z] 20:02:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:02:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:02:01 6 1.99 0.00 0.03 0.00 0.03 97.95 [2024-04-02T20:13:15.644Z] 20:02:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:03:01 all 0.14 0.00 0.02 0.01 0.01 99.82 [2024-04-02T20:13:15.644Z] 20:03:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:03:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:03:01 2 0.03 0.00 0.03 0.05 0.03 99.85 [2024-04-02T20:13:15.644Z] 20:03:01 3 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:03:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:03:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:03:01 6 1.01 0.00 0.10 0.00 0.03 98.86 [2024-04-02T20:13:15.644Z] 20:03:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:04:01 all 0.03 0.00 0.01 0.01 0.01 99.94 [2024-04-02T20:13:15.644Z] 20:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:04:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:04:01 2 0.02 0.00 0.03 0.03 0.02 99.90 [2024-04-02T20:13:15.644Z] 20:04:01 3 0.10 0.00 0.03 0.00 0.02 99.85 [2024-04-02T20:13:15.644Z] 20:04:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:04:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:04:01 6 0.07 0.00 0.00 0.02 0.03 99.88 [2024-04-02T20:13:15.644Z] 20:04:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:05:01 all 0.02 0.00 0.01 0.01 0.02 99.94 [2024-04-02T20:13:15.644Z] 20:05:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:05:01 1 0.03 0.00 0.03 0.00 0.02 99.92 [2024-04-02T20:13:15.644Z] 20:05:01 2 0.05 0.00 0.00 0.02 0.02 99.92 [2024-04-02T20:13:15.644Z] 20:05:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:05:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2024-04-02T20:13:15.644Z] 20:05:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:05:01 6 0.02 0.00 0.03 0.02 0.03 99.90 [2024-04-02T20:13:15.644Z] 20:05:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] [2024-04-02T20:13:15.644Z] 20:05:01 CPU %user %nice %system %iowait %steal %idle [2024-04-02T20:13:15.644Z] 20:06:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-04-02T20:13:15.644Z] 20:06:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:06:01 1 0.02 0.00 0.02 0.00 0.03 99.93 [2024-04-02T20:13:15.644Z] 20:06:01 2 0.02 0.00 0.00 0.02 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:06:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:06:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:06:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:06:01 6 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:06:01 7 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:07:01 all 0.01 0.00 0.02 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:07:01 0 0.00 0.00 0.03 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:07:01 1 0.02 0.00 0.03 0.00 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:07:01 2 0.02 0.00 0.02 0.02 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:07:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] 20:07:01 4 0.03 0.00 0.05 0.00 0.02 99.90 [2024-04-02T20:13:15.644Z] 20:07:01 5 0.00 0.00 0.02 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:07:01 6 0.02 0.00 0.02 0.02 0.03 99.92 [2024-04-02T20:13:15.644Z] 20:07:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] 20:08:01 all 0.02 0.00 0.01 0.01 0.01 99.95 [2024-04-02T20:13:15.644Z] 20:08:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:08:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2024-04-02T20:13:15.644Z] 20:08:01 2 0.00 0.00 0.02 0.05 0.00 99.93 [2024-04-02T20:13:15.644Z] 20:08:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:08:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] 20:08:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:08:01 6 0.05 0.00 0.02 0.02 0.05 99.87 [2024-04-02T20:13:15.644Z] 20:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:09:01 all 0.02 0.00 0.01 0.00 0.01 99.95 [2024-04-02T20:13:15.644Z] 20:09:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:09:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2024-04-02T20:13:15.644Z] 20:09:01 2 0.02 0.00 0.02 0.02 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:09:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] 20:09:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:09:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:09:01 6 0.05 0.00 0.02 0.02 0.03 99.88 [2024-04-02T20:13:15.644Z] 20:09:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:10:01 all 0.03 0.00 0.01 0.00 0.02 99.94 [2024-04-02T20:13:15.644Z] 20:10:01 0 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:10:01 1 0.05 0.00 0.02 0.00 0.03 99.90 [2024-04-02T20:13:15.644Z] 20:10:01 2 0.07 0.00 0.02 0.02 0.03 99.87 [2024-04-02T20:13:15.644Z] 20:10:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:10:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:10:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:10:01 6 0.03 0.00 0.05 0.00 0.03 99.88 [2024-04-02T20:13:15.644Z] 20:10:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2024-04-02T20:13:15.644Z] 20:11:01 all 0.02 0.00 0.00 0.00 0.01 99.96 [2024-04-02T20:13:15.644Z] 20:11:01 0 0.03 0.00 0.02 0.00 0.02 99.93 [2024-04-02T20:13:15.644Z] 20:11:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2024-04-02T20:13:15.644Z] 20:11:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:11:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:11:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2024-04-02T20:13:15.644Z] 20:11:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:11:01 6 0.02 0.00 0.00 0.00 0.03 99.95 [2024-04-02T20:13:15.644Z] 20:11:01 7 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:12:01 all 0.02 0.00 0.02 0.00 0.01 99.94 [2024-04-02T20:13:15.644Z] 20:12:01 0 0.02 0.00 0.03 0.00 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:12:01 1 0.03 0.00 0.03 0.00 0.03 99.90 [2024-04-02T20:13:15.644Z] 20:12:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2024-04-02T20:13:15.644Z] 20:12:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2024-04-02T20:13:15.644Z] 20:12:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2024-04-02T20:13:15.644Z] 20:12:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2024-04-02T20:13:15.644Z] 20:12:01 6 0.02 0.00 0.03 0.00 0.05 99.90 [2024-04-02T20:13:15.644Z] 20:12:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2024-04-02T20:13:15.644Z] 20:13:01 all 1.18 0.00 0.56 0.04 0.02 98.20 [2024-04-02T20:13:15.644Z] 20:13:01 0 1.77 0.00 0.82 0.00 0.02 97.40 [2024-04-02T20:13:15.644Z] 20:13:01 1 0.78 0.00 0.47 0.00 0.03 98.71 [2024-04-02T20:13:15.644Z] 20:13:01 2 0.95 0.00 0.38 0.27 0.02 98.38 [2024-04-02T20:13:15.644Z] 20:13:01 3 1.52 0.00 0.53 0.02 0.03 97.90 [2024-04-02T20:13:15.644Z] 20:13:01 4 1.17 0.00 0.67 0.00 0.00 98.17 [2024-04-02T20:13:15.644Z] 20:13:01 5 1.05 0.00 0.39 0.02 0.02 98.53 [2024-04-02T20:13:15.644Z] 20:13:01 6 1.20 0.00 0.70 0.02 0.03 98.05 [2024-04-02T20:13:15.644Z] 20:13:01 7 1.02 0.00 0.50 0.00 0.02 98.47 [2024-04-02T20:13:15.644Z] Average: all 4.25 0.00 0.57 0.43 0.02 94.73 [2024-04-02T20:13:15.644Z] Average: 0 4.13 0.00 0.56 0.27 0.03 95.01 [2024-04-02T20:13:15.644Z] Average: 1 4.13 0.00 0.55 0.41 0.02 94.89 [2024-04-02T20:13:15.644Z] Average: 2 4.56 0.00 0.59 0.81 0.03 94.02 [2024-04-02T20:13:15.644Z] Average: 3 4.23 0.00 0.63 0.39 0.02 94.73 [2024-04-02T20:13:15.644Z] Average: 4 4.27 0.00 0.56 0.36 0.02 94.79 [2024-04-02T20:13:15.644Z] Average: 5 4.08 0.00 0.53 0.20 0.02 95.17 [2024-04-02T20:13:15.644Z] Average: 6 4.40 0.00 0.59 0.70 0.03 94.28 [2024-04-02T20:13:15.644Z] Average: 7 4.19 0.00 0.56 0.33 0.02 94.91 [2024-04-02T20:13:15.644Z] [2024-04-02T20:13:15.644Z] [2024-04-02T20:13:15.644Z]