Pull request #4687 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from f296da785f4da0c7e3c2d462f49a3f1f93d4668f+b006ed3fb02d1ca178eb86987183e820dae8a246 (ddde05118dcde6a89d52f7538a3ffd15ebc76189) 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-ssh11085598746933274902.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision e143027787c0ac28563f7e92b6cefc600d3b7107 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-ssh5693700336190865337.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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-4687/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-4687/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1059547246633719697.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-4687/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10678094262755022384.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision e143027787c0ac28563f7e92b6cefc600d3b7107 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f e143027787c0ac28563f7e92b6cefc600d3b7107 # timeout=10 Commit message: "Merge pull request #442 from ernestojeda/golang-1.21" > 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-ssh3095169840274173521.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-4687/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-4687/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh9405258123227303329.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 e143027787c0ac28563f7e92b6cefc600d3b7107 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], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-6760 in /w/workspace/edgexfoundry_edgex-go_PR-4687 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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/4687/head:refs/remotes/origin/PR-4687 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit b006ed3fb02d1ca178eb86987183e820dae8a246 into PR head commit f296da785f4da0c7e3c2d462f49a3f1f93d4668f Merge succeeded, producing f296da785f4da0c7e3c2d462f49a3f1f93d4668f Checking out Revision f296da785f4da0c7e3c2d462f49a3f1f93d4668f (PR-4687) > git config core.sparsecheckout # timeout=10 > git checkout -f f296da785f4da0c7e3c2d462f49a3f1f93d4668f # 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 b006ed3fb02d1ca178eb86987183e820dae8a246 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f296da785f4da0c7e3c2d462f49a3f1f93d4668f # timeout=10 Commit message: "ci: add automated release workflow on tag creation" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-09-20T17:26:47.543Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-09-20T17:26:47.721Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-09-20T17:26:47.821Z] ========================================================= [2023-09-20T17:26:47.821Z] EdgeX Global Pipelines Version Info [2023-09-20T17:26:47.821Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-09-20T17:26:48.585Z] ------------------- [2023-09-20T17:26:48.585Z] stable info: [2023-09-20T17:26:48.585Z] ------------------- [2023-09-20T17:26:48.585Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-09-20T17:26:48.585Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-20T17:26:48.585Z] Message: update stable to v1.0.254 [2023-09-20T17:26:49.155Z] ------------------- [2023-09-20T17:26:49.155Z] experimental info: [2023-09-20T17:26:49.155Z] ------------------- [2023-09-20T17:26:49.155Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-09-20T17:26:49.155Z] Commit SHA: e143027787c0ac28563f7e92b6cefc600d3b7107 [2023-09-20T17:26:49.155Z] Message: update experimental to v1.0.254 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-09-20T17:26:49.450Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2023-09-20T17:26:49.482Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2023-09-20T17:26:49.517Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-09-20T17:26:49.557Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-09-20T17:26:49.596Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-09-20T17:26:49.635Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-09-20T17:26:49.686Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-09-20T17:26:49.728Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2023-09-20T17:26:49.763Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2023-09-20T17:26:49.801Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2023-09-20T17:26:49.843Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-09-20T17:26:49.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-09-20T17:26:49.917Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-09-20T17:26:49.954Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-09-20T17:26:49.990Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-09-20T17:26:50.034Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-09-20T17:26:50.072Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-09-20T17:26:50.116Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-09-20T17:26:50.172Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-09-20T17:26:50.217Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-09-20T17:26:50.263Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-09-20T17:26:50.308Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-09-20T17:26:50.353Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-09-20T17:26:50.395Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4687 [Pipeline] echo [2023-09-20T17:26:50.434Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4687 [Pipeline] echo [2023-09-20T17:26:50.484Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4687 [Pipeline] echo [2023-09-20T17:26:50.531Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f296da785f4da0c7e3c2d462f49a3f1f93d4668f [Pipeline] echo [2023-09-20T17:26:50.575Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f296da7 [Pipeline] echo [2023-09-20T17:26:50.620Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T17:26:51.801Z] provisioning config files... [2023-09-20T17:26:51.814Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11156041699561040221tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T17:26:52.167Z] ---> docker-login.sh [2023-09-20T17:26:52.167Z] nexus3.edgexfoundry.org:10001 [2023-09-20T17:26:52.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:26:52.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:26:52.426Z] Configure a credential helper to remove this warning. See [2023-09-20T17:26:52.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:26:52.426Z] [2023-09-20T17:26:52.426Z] Login Succeeded [2023-09-20T17:26:52.426Z] nexus3.edgexfoundry.org:10002 [2023-09-20T17:26:52.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:26:52.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:26:52.426Z] Configure a credential helper to remove this warning. See [2023-09-20T17:26:52.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:26:52.426Z] [2023-09-20T17:26:52.426Z] Login Succeeded [2023-09-20T17:26:52.426Z] nexus3.edgexfoundry.org:10003 [2023-09-20T17:26:52.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:26:52.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:26:52.685Z] Configure a credential helper to remove this warning. See [2023-09-20T17:26:52.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:26:52.685Z] [2023-09-20T17:26:52.685Z] Login Succeeded [2023-09-20T17:26:52.685Z] nexus3.edgexfoundry.org:10004 [2023-09-20T17:26:52.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:26:52.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:26:52.685Z] Configure a credential helper to remove this warning. See [2023-09-20T17:26:52.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:26:52.685Z] [2023-09-20T17:26:52.685Z] Login Succeeded [2023-09-20T17:26:52.685Z] docker.io [2023-09-20T17:26:52.948Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:26:52.948Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:26:52.948Z] Configure a credential helper to remove this warning. See [2023-09-20T17:26:52.948Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:26:52.948Z] [2023-09-20T17:26:52.948Z] Login Succeeded [2023-09-20T17:26:52.948Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T17:26:52.972Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-20T17:26:53.404Z] + 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 [2023-09-20T17:26:53.404Z] + + cut -d/ -f2dirname [2023-09-20T17:26:53.404Z] cmd/core-command/Dockerfile [2023-09-20T17:26:53.404Z] + echo core-command,cmd/core-command/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile [2023-09-20T17:26:53.404Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/core-data/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo core-data,cmd/core-data/Dockerfile [2023-09-20T17:26:53.404Z] + + dirname cmd/core-metadata/Dockerfile [2023-09-20T17:26:53.404Z] cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + dirname cmd/security-bootstrapper/Dockerfile [2023-09-20T17:26:53.404Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/security-proxy-auth/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/security-proxy-setup/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/security-secretstore-setup/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/security-spire-agent/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2023-09-20T17:26:53.404Z] + + dirname cmd/security-spire-config/Dockerfile [2023-09-20T17:26:53.404Z] cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2023-09-20T17:26:53.404Z] + dirname+ cmd/security-spire-server/Dockerfile [2023-09-20T17:26:53.404Z] cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/support-notifications/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2023-09-20T17:26:53.404Z] + dirname cmd/support-scheduler/Dockerfile [2023-09-20T17:26:53.404Z] + cut -d/ -f2 [2023-09-20T17:26:53.404Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2023-09-20T17:26:53.472Z] 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 [2023-09-20T17:26:53.977Z] + git rev-list -1 --merges f296da785f4da0c7e3c2d462f49a3f1f93d4668f~1..f296da785f4da0c7e3c2d462f49a3f1f93d4668f [Pipeline] echo [2023-09-20T17:26:54.009Z] -----------> git rev-list -1 --merges f296da785f4da0c7e3c2d462f49a3f1f93d4668f~1..f296da785f4da0c7e3c2d462f49a3f1f93d4668f f296da785f4da0c7e3c2d462f49a3f1f93d4668f [false] [Pipeline] sh [2023-09-20T17:26:54.319Z] + git log --format=format:%s -1 f296da785f4da0c7e3c2d462f49a3f1f93d4668f [Pipeline] echo [2023-09-20T17:26:54.387Z] ========================================================= [2023-09-20T17:26:54.387Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-09-20T17:26:54.387Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2023-09-20T17:26:54.837Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-09-20T17:26:54.837Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-09-20T17:26:54.837Z] + [ -e /tmp/ssh_known_hosts ] [2023-09-20T17:26:54.837Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-09-20T17:26:54.837Z] + + sudo tee -aecho /etc/ssh/ssh_known_hosts github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-09-20T17:26:54.837Z] [2023-09-20T17:26:54.837Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:26:55.258Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T17:26:55.258Z] [2023-09-20T17:26:55.258Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:26:55.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T17:26:55.625Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-09-20T17:26:55.625Z] b85a868b505f: Pulling fs layer [2023-09-20T17:26:55.625Z] e2be974225ed: Pulling fs layer [2023-09-20T17:26:55.625Z] 339a4e72a1f5: Pulling fs layer [2023-09-20T17:26:55.625Z] 988bab9f4d93: Pulling fs layer [2023-09-20T17:26:55.625Z] 1469e6f7b9e6: Pulling fs layer [2023-09-20T17:26:55.625Z] eaf3925da568: Pulling fs layer [2023-09-20T17:26:55.625Z] bab4dde63d76: Pulling fs layer [2023-09-20T17:26:55.625Z] bde34c3a00c8: Pulling fs layer [2023-09-20T17:26:55.625Z] b352a97aabf1: Pulling fs layer [2023-09-20T17:26:55.625Z] 4872d77fe225: Pulling fs layer [2023-09-20T17:26:55.625Z] 5851b861e8e6: Pulling fs layer [2023-09-20T17:26:55.625Z] bde34c3a00c8: Waiting [2023-09-20T17:26:55.625Z] 988bab9f4d93: Waiting [2023-09-20T17:26:55.625Z] eaf3925da568: Waiting [2023-09-20T17:26:55.625Z] bab4dde63d76: Waiting [2023-09-20T17:26:55.625Z] 1469e6f7b9e6: Waiting [2023-09-20T17:26:55.625Z] 5851b861e8e6: Waiting [2023-09-20T17:26:55.625Z] e2be974225ed: Download complete [2023-09-20T17:26:55.625Z] 988bab9f4d93: Verifying Checksum [2023-09-20T17:26:55.625Z] 988bab9f4d93: Download complete [2023-09-20T17:26:55.883Z] 1469e6f7b9e6: Verifying Checksum [2023-09-20T17:26:55.883Z] 1469e6f7b9e6: Download complete [2023-09-20T17:26:55.883Z] eaf3925da568: Verifying Checksum [2023-09-20T17:26:55.883Z] eaf3925da568: Download complete [2023-09-20T17:26:55.883Z] 339a4e72a1f5: Download complete [2023-09-20T17:26:55.883Z] bde34c3a00c8: Verifying Checksum [2023-09-20T17:26:55.883Z] bde34c3a00c8: Download complete [2023-09-20T17:26:55.883Z] b352a97aabf1: Download complete [2023-09-20T17:26:55.883Z] 4872d77fe225: Verifying Checksum [2023-09-20T17:26:55.883Z] 4872d77fe225: Download complete [2023-09-20T17:26:55.883Z] 5851b861e8e6: Verifying Checksum [2023-09-20T17:26:55.883Z] 5851b861e8e6: Download complete [2023-09-20T17:26:55.883Z] b85a868b505f: Verifying Checksum [2023-09-20T17:26:55.883Z] b85a868b505f: Download complete [2023-09-20T17:26:56.140Z] bab4dde63d76: Verifying Checksum [2023-09-20T17:26:56.140Z] bab4dde63d76: Download complete [2023-09-20T17:26:57.075Z] b85a868b505f: Pull complete [2023-09-20T17:26:57.075Z] e2be974225ed: Pull complete [2023-09-20T17:26:57.640Z] 339a4e72a1f5: Pull complete [2023-09-20T17:26:57.640Z] 988bab9f4d93: Pull complete [2023-09-20T17:26:57.905Z] 1469e6f7b9e6: Pull complete [2023-09-20T17:26:57.905Z] eaf3925da568: Pull complete [2023-09-20T17:27:00.466Z] bab4dde63d76: Pull complete [2023-09-20T17:27:00.466Z] bde34c3a00c8: Pull complete [2023-09-20T17:27:00.466Z] b352a97aabf1: Pull complete [2023-09-20T17:27:00.728Z] 4872d77fe225: Pull complete [2023-09-20T17:27:00.999Z] 5851b861e8e6: Pull complete [2023-09-20T17:27:00.999Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-09-20T17:27:00.999Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-09-20T17:27:00.999Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T17:27:01.247Z] prd-ubuntu20.04-docker-8c-8g-6760 does not seem to be running inside a container [2023-09-20T17:27:01.288Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-09-20T17:27:04.120Z] $ docker top a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 -eo pid,comm [2023-09-20T17:27:04.173Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-09-20T17:27:04.173Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-09-20T17:27:04.294Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T17:27:04.294Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T17:27:04.421Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T17:27:04.425Z] $ docker exec a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 ssh-agent [2023-09-20T17:27:04.529Z] SSH_AUTH_SOCK=/tmp/ssh-bs9CfTmxP8bb/agent.34 [2023-09-20T17:27:04.529Z] SSH_AGENT_PID=40 [2023-09-20T17:27:04.536Z] Running ssh-add (command line suppressed) [2023-09-20T17:27:04.638Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_14276751081349620678.key (/w/workspace/edgex-go/1@tmp/private_key_14276751081349620678.key) [2023-09-20T17:27:04.654Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T17:27:04.975Z] + git tag --points-at HEAD [Pipeline] } [2023-09-20T17:27:05.002Z] $ docker exec --env ******** --env ******** a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 ssh-agent -k [2023-09-20T17:27:05.102Z] unset SSH_AUTH_SOCK; [2023-09-20T17:27:05.102Z] unset SSH_AGENT_PID; [2023-09-20T17:27:05.102Z] echo Agent pid 40 killed; [2023-09-20T17:27:05.112Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-09-20T17:27:05.191Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-09-20T17:27:05.191Z] [ssh-agent] Looking for ssh-agent implementation... [2023-09-20T17:27:05.300Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-09-20T17:27:05.303Z] $ docker exec a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 ssh-agent [2023-09-20T17:27:05.402Z] SSH_AUTH_SOCK=/tmp/ssh-RmUljjAyQvob/agent.72 [2023-09-20T17:27:05.402Z] SSH_AGENT_PID=78 [2023-09-20T17:27:05.407Z] Running ssh-add (command line suppressed) [2023-09-20T17:27:05.513Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10543814292546211426.key (/w/workspace/edgex-go/1@tmp/private_key_10543814292546211426.key) [2023-09-20T17:27:05.523Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-09-20T17:27:05.865Z] + git semver init [2023-09-20T17:27:06.126Z] 2023-09-20 17:27:06,033 [run_init] DEBUG init version:0.0.0 force:False [2023-09-20T17:27:06.126Z] 2023-09-20 17:27:06,033 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2023-09-20T17:27:06.126Z] 2023-09-20 17:27:06,034 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2023-09-20T17:27:06.126Z] 2023-09-20 17:27:06,034 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,214 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,215 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4687 with force:False [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,215 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4687 [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,220 [execute] INFO git cat-file --batch-check [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,220 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,226 [execute] INFO git cat-file --batch [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,226 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2023-09-20T17:27:11.403Z] 2023-09-20 17:27:11,231 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4687 [2023-09-20T17:27:11.403Z] 0.0.0 [Pipeline] } [2023-09-20T17:27:11.431Z] $ docker exec --env ******** --env ******** a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 ssh-agent -k [2023-09-20T17:27:11.532Z] unset SSH_AUTH_SOCK; [2023-09-20T17:27:11.532Z] unset SSH_AGENT_PID; [2023-09-20T17:27:11.533Z] echo Agent pid 78 killed; [2023-09-20T17:27:11.542Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-09-20T17:27:11.960Z] + git semver [Pipeline] } [2023-09-20T17:27:12.246Z] $ docker stop --time=1 a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 [2023-09-20T17:27:13.518Z] $ docker rm -f --volumes a9f55e925ffc8f7e14771f9338db27964713f59f963db5b56e23b9e5379beb34 [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T17:27:13.910Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-09-20T17:27:14.188Z] Stashed 1 file(s) [Pipeline] echo [2023-09-20T17:27:14.214Z] [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 [2023-09-20T17:27:15.115Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-20T17:27:15.159Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T17:27:15.198Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T17:27:15.234Z] ========================================================= [2023-09-20T17:27:15.234Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-09-20T17:27:15.234Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-20T17:27:15.573Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-20T17:27:15.573Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-09-20T17:27:15.573Z] 7264a8db6415: Pulling fs layer [2023-09-20T17:27:15.573Z] c4d48a809fc2: Pulling fs layer [2023-09-20T17:27:15.573Z] 4f1c88b9dad5: Pulling fs layer [2023-09-20T17:27:15.573Z] ad3a456e5733: Pulling fs layer [2023-09-20T17:27:15.573Z] 33e27b845d1e: Pulling fs layer [2023-09-20T17:27:15.573Z] c68163c4e522: Pulling fs layer [2023-09-20T17:27:15.573Z] 50da416c3ac9: Pulling fs layer [2023-09-20T17:27:15.573Z] 23d2d4c4bb30: Pulling fs layer [2023-09-20T17:27:15.573Z] ad3a456e5733: Waiting [2023-09-20T17:27:15.573Z] 33e27b845d1e: Waiting [2023-09-20T17:27:15.573Z] c68163c4e522: Waiting [2023-09-20T17:27:15.573Z] 50da416c3ac9: Waiting [2023-09-20T17:27:15.573Z] 23d2d4c4bb30: Waiting [2023-09-20T17:27:15.573Z] c4d48a809fc2: Download complete [2023-09-20T17:27:15.573Z] ad3a456e5733: Verifying Checksum [2023-09-20T17:27:15.573Z] ad3a456e5733: Download complete [2023-09-20T17:27:15.573Z] 33e27b845d1e: Verifying Checksum [2023-09-20T17:27:15.573Z] 33e27b845d1e: Download complete [2023-09-20T17:27:15.573Z] 7264a8db6415: Verifying Checksum [2023-09-20T17:27:15.573Z] 7264a8db6415: Download complete [2023-09-20T17:27:15.573Z] c68163c4e522: Verifying Checksum [2023-09-20T17:27:15.573Z] c68163c4e522: Download complete [2023-09-20T17:27:15.833Z] 7264a8db6415: Pull complete [2023-09-20T17:27:15.833Z] 23d2d4c4bb30: Verifying Checksum [2023-09-20T17:27:15.833Z] 23d2d4c4bb30: Download complete [2023-09-20T17:27:15.833Z] c4d48a809fc2: Pull complete [2023-09-20T17:27:16.094Z] 4f1c88b9dad5: Verifying Checksum [2023-09-20T17:27:16.094Z] 4f1c88b9dad5: Download complete [2023-09-20T17:27:16.359Z] 50da416c3ac9: Verifying Checksum [2023-09-20T17:27:16.359Z] 50da416c3ac9: Download complete [2023-09-20T17:27:19.641Z] 4f1c88b9dad5: Pull complete [2023-09-20T17:27:19.642Z] ad3a456e5733: Pull complete [2023-09-20T17:27:19.903Z] 33e27b845d1e: Pull complete [2023-09-20T17:27:20.161Z] c68163c4e522: Pull complete [2023-09-20T17:27:22.686Z] 50da416c3ac9: Pull complete [2023-09-20T17:27:23.251Z] 23d2d4c4bb30: Pull complete [2023-09-20T17:27:23.251Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-09-20T17:27:23.251Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-20T17:27:23.251Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-20T17:27:23.609Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-20T17:27:23.610Z] WORKDIR /edgex [2023-09-20T17:27:23.610Z] COPY go.mod . [2023-09-20T17:27:23.610Z] RUN go mod download [2023-09-20T17:27:23.610Z] + docker build -t ci-base-image-x86_64 -f - . [2023-09-20T17:27:24.173Z] Sending build context to Docker daemon 171MB [2023-09-20T17:27:24.173Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-09-20T17:27:24.173Z] ---> 0786185ac409 [2023-09-20T17:27:24.173Z] Step 2/4 : WORKDIR /edgex [2023-09-20T17:27:29.547Z] Still waiting to schedule task [2023-09-20T17:27:29.547Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-09-20T17:27:32.391Z] ---> Running in dece65e944a6 [2023-09-20T17:27:32.391Z] Removing intermediate container dece65e944a6 [2023-09-20T17:27:32.391Z] ---> 6affbcf743c7 [2023-09-20T17:27:32.391Z] Step 3/4 : COPY go.mod . [2023-09-20T17:27:32.968Z] ---> 2f0c8945b29f [2023-09-20T17:27:32.968Z] Step 4/4 : RUN go mod download [2023-09-20T17:27:33.228Z] ---> Running in e3643ddde7e1 [2023-09-20T17:27:55.150Z] Removing intermediate container e3643ddde7e1 [2023-09-20T17:27:55.150Z] ---> fc5c1d41a4c4 [2023-09-20T17:27:55.150Z] Successfully built fc5c1d41a4c4 [2023-09-20T17:27:55.150Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:27:55.534Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-20T17:27:55.534Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T17:27:55.690Z] prd-ubuntu20.04-docker-8c-8g-6760 does not seem to be running inside a container [2023-09-20T17:27:55.729Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-20T17:27:56.123Z] $ docker top 2754923646b00a67b1721a2832d4d9510fe4f5777de1418529df5958c1447354 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T17:27:56.497Z] + go version [2023-09-20T17:27:56.498Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-09-20T17:27:56.528Z] $ docker stop --time=1 2754923646b00a67b1721a2832d4d9510fe4f5777de1418529df5958c1447354 [2023-09-20T17:27:57.787Z] $ docker rm -f --volumes 2754923646b00a67b1721a2832d4d9510fe4f5777de1418529df5958c1447354 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:27:58.481Z] + docker inspect -f . ci-base-image-x86_64 [2023-09-20T17:27:58.481Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T17:27:58.625Z] prd-ubuntu20.04-docker-8c-8g-6760 does not seem to be running inside a container [2023-09-20T17:27:58.664Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-09-20T17:27:58.975Z] $ docker top 416e260ed2fba653694893a17d230c4c04dbf229c71995b6e31c71ee3a5d64e8 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-20T17:27:59.079Z] ========================================================= [2023-09-20T17:27:59.079Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-20T17:27:59.079Z] ========================================================= [Pipeline] sh [2023-09-20T17:27:59.394Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-20T17:27:59.758Z] + make test [2023-09-20T17:27:59.758Z] go test -race -coverprofile=coverage.out ./... [2023-09-20T17:28:06.335Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-20T17:28:18.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-20T17:28:18.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-20T17:28:18.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-20T17:28:18.531Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-20T17:28:18.531Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-20T17:28:18.531Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-20T17:28:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-20T17:28:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-20T17:28:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-20T17:28:18.788Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-20T17:28:19.352Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-20T17:28:19.352Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-20T17:28:19.352Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-20T17:28:19.352Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-20T17:28:21.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-20T17:28:21.248Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-20T17:28:22.182Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.047s coverage: 28.7% of statements [2023-09-20T17:28:24.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.061s coverage: 97.0% of statements [2023-09-20T17:28:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-20T17:28:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-20T17:28:24.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-20T17:28:25.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-20T17:28:25.015Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-20T17:28:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-20T17:28:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:28:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-20T17:28:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-20T17:28:26.390Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-20T17:28:27.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-20T17:28:27.321Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-20T17:28:27.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.068s coverage: 69.2% of statements [2023-09-20T17:28:27.321Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.060s coverage: 53.0% of statements [2023-09-20T17:28:29.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.977s coverage: 93.4% of statements [2023-09-20T17:28:29.214Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.054s coverage: 4.1% of statements [2023-09-20T17:28:29.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-20T17:28:29.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:28:29.472Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-20T17:28:30.038Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-20T17:28:30.975Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.422s coverage: 97.6% of statements [2023-09-20T17:28:30.975Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.034s coverage: 72.2% of statements [2023-09-20T17:28:31.914Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-20T17:28:31.914Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-20T17:28:32.849Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.066s coverage: 0.9% of statements [2023-09-20T17:28:32.849Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.058s coverage: 32.2% of statements [2023-09-20T17:28:32.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.067s coverage: 41.7% of statements [2023-09-20T17:28:32.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.049s coverage: 82.9% of statements [2023-09-20T17:28:32.849Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.043s coverage: 94.1% of statements [2023-09-20T17:28:33.415Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.056s coverage: 96.3% of statements [2023-09-20T17:28:33.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.082s coverage: 87.5% of statements [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-20T17:28:34.239Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-20T17:28:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-20T17:28:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-20T17:28:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-20T17:28:35.631Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-20T17:28:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-20T17:28:35.899Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-20T17:28:36.467Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-20T17:28:37.849Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-20T17:28:38.417Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-20T17:28:39.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-20T17:28:39.792Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-20T17:28:42.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-20T17:28:42.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-20T17:28:42.322Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-20T17:28:44.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-20T17:28:44.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-20T17:28:44.230Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-20T17:28:44.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-20T17:28:44.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-20T17:28:44.795Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-20T17:28:44.795Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-20T17:28:46.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-20T17:28:46.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-20T17:28:46.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-20T17:28:46.171Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-20T17:28:46.430Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.038s coverage: 94.4% of statements [2023-09-20T17:28:47.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-20T17:28:47.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-20T17:28:47.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:28:47.804Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-20T17:28:48.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-20T17:28:48.737Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-20T17:28:48.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-20T17:28:48.995Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:28:58.973Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.309s coverage: 79.9% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 26.066s coverage: 92.9% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.047s coverage: 62.3% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.051s coverage: 87.2% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.033s coverage: 20.0% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.036s coverage: 100.0% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.076s coverage: 81.8% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.079s coverage: 82.1% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.048s coverage: 86.0% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.172s coverage: 63.1% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.041s coverage: 100.0% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.020s coverage: 89.4% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.013s coverage: 100.0% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.013s coverage: 73.7% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.021s coverage: 100.0% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.182s coverage: 38.4% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.039s coverage: 89.5% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.039s coverage: 84.8% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.064s coverage: 19.9% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.127s coverage: 95.7% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.046s coverage: 61.8% of statements [2023-09-20T17:29:00.361Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.071s coverage: 98.9% of statements [2023-09-20T17:29:00.361Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-09-20T17:29:00.624Z] running golangci-lint [2023-09-20T17:29:00.624Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2023-09-20T17:29:00.624Z] go version go1.21.0 linux/amd64 [2023-09-20T17:29:00.893Z] level=info msg="[config_reader] Used config file .golangci.yml" [2023-09-20T17:29:00.893Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2023-09-20T17:29:13.085Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|deps|exports_file|name|types_sizes|compiled_files) took 11.691887363s" [2023-09-20T17:29:13.085Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 37.391926ms" [2023-09-20T17:29:21.157Z] level=info msg="[linters_context/goanalysis] analyzers took 1m5.871222816s with top 10 stages: buildir: 30.885943026s, gosec: 7.039873212s, inspect: 1.678928649s, printf: 1.56361304s, fact_deprecated: 1.561606484s, S1038: 1.061759478s, ctrlflow: 932.972678ms, directives: 692.981149ms, fact_purity: 682.567291ms, nilness: 577.513606ms" [2023-09-20T17:29:21.157Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2023-09-20T17:29:21.157Z] level=info msg="[runner] Processors filtering stat (out/in): identifier_marker: 197/197, skip_dirs: 197/197, autogenerated_exclude: 197/197, exclude: 197/197, exclude-rules: 21/197, cgo: 197/197, skip_files: 197/197, nolint: 0/21, filename_unadjuster: 197/197, path_prettifier: 197/197" [2023-09-20T17:29:21.157Z] level=info msg="[runner] processing took 15.328077ms with stages: nolint: 6.471028ms, identifier_marker: 5.276496ms, exclude-rules: 1.41516ms, autogenerated_exclude: 965.761µs, path_prettifier: 737.311µs, skip_dirs: 437.6µs, cgo: 13.46µs, filename_unadjuster: 7.321µs, max_same_issues: 930ns, diff: 380ns, fixer: 370ns, exclude: 360ns, uniq_by_line: 350ns, skip_files: 300ns, severity-rules: 250ns, sort_results: 240ns, source_code: 220ns, max_from_linter: 170ns, max_per_file_from_linter: 150ns, path_shortener: 110ns, path_prefixer: 110ns" [2023-09-20T17:29:21.157Z] level=info msg="[runner] linters took 8.015338904s with stages: goanalysis_metalinter: 7.999882802s" [2023-09-20T17:29:21.157Z] level=info msg="File cache stats: 0 entries of total size 0B" [2023-09-20T17:29:21.157Z] level=info msg="Memory: 199 samples, avg is 249.0MB, max is 937.1MB" [2023-09-20T17:29:21.157Z] level=info msg="Execution took 19.753893458s" [2023-09-20T17:29:21.157Z] go vet ./... [2023-09-20T17:29:24.439Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-20T17:29:24.439Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-20T17:29:24.439Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-20T17:29:24.732Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-20T17:29:25.042Z] + ls -al . [2023-09-20T17:29:25.042Z] total 732 [2023-09-20T17:29:25.042Z] drwxrwxr-x 12 1001 1001 4096 Sep 20 17:28 . [2023-09-20T17:29:25.042Z] drwxr-xr-x 4 root root 4096 Sep 20 17:27 .. [2023-09-20T17:29:25.042Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 17:26 .blubracket [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 16 Sep 20 17:26 .dockerignore [2023-09-20T17:29:25.042Z] drwxrwxr-x 8 1001 1001 4096 Sep 20 17:29 .git [2023-09-20T17:29:25.042Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 17:26 .github [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 1173 Sep 20 17:26 .gitignore [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 42 Sep 20 17:26 .golangci.yml [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 100 Sep 20 17:26 .hadolint.yml [2023-09-20T17:29:25.042Z] drwxr-xr-x 3 1001 1001 4096 Sep 20 17:27 .semver [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 166 Sep 20 17:26 .sonarcloud.properties [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 1171 Sep 20 17:26 ADOPTERS.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 11674 Sep 20 17:26 Attribution.txt [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 93407 Sep 20 17:26 CHANGELOG.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 3804 Sep 20 17:26 CONTRIBUTING.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 677 Sep 20 17:26 GOVERNANCE.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 883 Sep 20 17:26 Jenkinsfile [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 10775 Sep 20 17:26 LICENSE [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 14764 Sep 20 17:26 Makefile [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 582 Sep 20 17:26 OWNERS.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 9923 Sep 20 17:26 README.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 789 Sep 20 17:26 SECURITY.md [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 5 Sep 20 17:27 VERSION [2023-09-20T17:29:25.042Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 17:26 bin [2023-09-20T17:29:25.042Z] drwxrwxr-x 18 1001 1001 4096 Sep 20 17:26 cmd [2023-09-20T17:29:25.042Z] -rw-r--r-- 1 root root 453602 Sep 20 17:29 coverage.out [2023-09-20T17:29:25.042Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 17:26 fuzz_test [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 3688 Sep 20 17:26 go.mod [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 34975 Sep 20 17:26 go.sum [2023-09-20T17:29:25.042Z] drwxrwxr-x 7 1001 1001 4096 Sep 20 17:26 internal [2023-09-20T17:29:25.042Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 17:26 openapi [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 594 Sep 20 17:26 security.txt [2023-09-20T17:29:25.042Z] drwxrwxr-x 4 1001 1001 4096 Sep 20 17:26 snap [2023-09-20T17:29:25.042Z] -rw-rw-r-- 1 1001 1001 204 Sep 20 17:26 version.go [Pipeline] sh [2023-09-20T17:29:25.357Z] + '[' -e coverage.out ] [2023-09-20T17:29:25.358Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-20T17:29:25.491Z] Stashed 1 file(s) [Pipeline] sh [2023-09-20T17:29:25.790Z] + make build [2023-09-20T17:29:25.790Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-20T17:29:37.988Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-20T17:29:37.988Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-20T17:29:38.246Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-20T17:29:38.812Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-20T17:29:44.068Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-20T17:29:45.442Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-20T17:29:46.814Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-20T17:29:47.746Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-20T17:29:48.314Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-20T17:29:49.248Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-20T17:29:50.181Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-20T17:29:51.596Z] $ docker stop --time=1 416e260ed2fba653694893a17d230c4c04dbf229c71995b6e31c71ee3a5d64e8 [2023-09-20T17:29:59.082Z] $ docker rm -f --volumes 416e260ed2fba653694893a17d230c4c04dbf229c71995b6e31c71ee3a5d64e8 [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 [2023-09-20T17:30:00.320Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-20T17:30:00.320Z] [2023-09-20T17:30:00.320Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:30:00.692Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-20T17:30:00.692Z] latest: Pulling from edgex-devops/edgex-compose [2023-09-20T17:30:00.692Z] 91d30c5bc195: Pulling fs layer [2023-09-20T17:30:00.692Z] 2e9b0aa3be6d: Pulling fs layer [2023-09-20T17:30:00.692Z] 9c61dcf015f6: Pulling fs layer [2023-09-20T17:30:00.692Z] 4698f68db338: Pulling fs layer [2023-09-20T17:30:00.692Z] 2a2f49069b9e: Pulling fs layer [2023-09-20T17:30:00.692Z] e0025b399a48: Pulling fs layer [2023-09-20T17:30:00.692Z] 4698f68db338: Waiting [2023-09-20T17:30:00.692Z] 2a2f49069b9e: Waiting [2023-09-20T17:30:00.692Z] e0025b399a48: Waiting [2023-09-20T17:30:00.692Z] 91d30c5bc195: Verifying Checksum [2023-09-20T17:30:00.692Z] 91d30c5bc195: Download complete [2023-09-20T17:30:00.692Z] 4698f68db338: Verifying Checksum [2023-09-20T17:30:00.692Z] 4698f68db338: Download complete [2023-09-20T17:30:00.952Z] 91d30c5bc195: Pull complete [2023-09-20T17:30:00.952Z] 2e9b0aa3be6d: Verifying Checksum [2023-09-20T17:30:00.952Z] 2e9b0aa3be6d: Download complete [2023-09-20T17:30:00.952Z] e0025b399a48: Verifying Checksum [2023-09-20T17:30:00.952Z] e0025b399a48: Download complete [2023-09-20T17:30:00.952Z] 2a2f49069b9e: Download complete [2023-09-20T17:30:01.214Z] 2e9b0aa3be6d: Pull complete [2023-09-20T17:30:01.473Z] 9c61dcf015f6: Verifying Checksum [2023-09-20T17:30:01.473Z] 9c61dcf015f6: Download complete [2023-09-20T17:30:04.025Z] 9c61dcf015f6: Pull complete [2023-09-20T17:30:04.025Z] 4698f68db338: Pull complete [2023-09-20T17:30:04.025Z] 2a2f49069b9e: Pull complete [2023-09-20T17:30:04.025Z] e0025b399a48: Pull complete [2023-09-20T17:30:04.025Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2023-09-20T17:30:04.025Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2023-09-20T17:30:04.025Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T17:30:04.263Z] prd-ubuntu20.04-docker-8c-8g-6760 does not seem to be running inside a container [2023-09-20T17:30:04.302Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2023-09-20T17:30:08.031Z] $ docker top 41904cb8de97b360cb8c53f35ab06c0bab469edc1600d3fb35995a1de2f6d82f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T17:30:08.416Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-20T17:30:10.319Z] #1 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-20T17:30:10.319Z] #1 transferring dockerfile: 30B [2023-09-20T17:30:10.577Z] #1 transferring dockerfile: 1.78kB done [2023-09-20T17:30:10.577Z] #1 DONE 0.0s [2023-09-20T17:30:10.577Z] [2023-09-20T17:30:10.577Z] #2 [security-spire-agent internal] load build definition from Dockerfile [2023-09-20T17:30:10.577Z] #2 transferring dockerfile: 1.70kB done [2023-09-20T17:30:10.577Z] #2 DONE 0.0s [2023-09-20T17:30:10.577Z] [2023-09-20T17:30:10.577Z] #3 [support-scheduler internal] load build definition from Dockerfile [2023-09-20T17:30:10.577Z] #3 transferring dockerfile: 1.82kB done [2023-09-20T17:30:10.577Z] #3 DONE 0.0s [2023-09-20T17:30:10.577Z] [2023-09-20T17:30:10.577Z] #4 [core-data internal] load build definition from Dockerfile [2023-09-20T17:30:10.577Z] #4 transferring dockerfile: 1.90kB done [2023-09-20T17:30:10.577Z] #4 DONE 0.0s [2023-09-20T17:30:10.577Z] [2023-09-20T17:30:10.577Z] #5 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-20T17:30:10.577Z] #5 transferring dockerfile: 2.38kB done [2023-09-20T17:30:10.577Z] #5 DONE 0.0s [2023-09-20T17:30:10.577Z] [2023-09-20T17:30:10.577Z] #6 [core-metadata internal] load build definition from Dockerfile [2023-09-20T17:30:10.836Z] #6 transferring dockerfile: 1.96kB done [2023-09-20T17:30:10.836Z] #6 DONE 0.0s [2023-09-20T17:30:10.836Z] [2023-09-20T17:30:10.836Z] #7 [security-spire-config internal] load build definition from Dockerfile [2023-09-20T17:30:10.836Z] #7 transferring dockerfile: 1.58kB done [2023-09-20T17:30:10.836Z] #7 DONE 0.0s [2023-09-20T17:30:10.836Z] [2023-09-20T17:30:10.836Z] #8 [support-notifications internal] load build definition from Dockerfile [2023-09-20T17:30:10.836Z] #8 transferring dockerfile: 1.84kB done [2023-09-20T17:30:10.836Z] #8 DONE 0.0s [2023-09-20T17:30:10.836Z] [2023-09-20T17:30:10.836Z] #9 [security-spire-server internal] load build definition from Dockerfile [2023-09-20T17:30:10.836Z] #9 transferring dockerfile: 1.59kB done [2023-09-20T17:30:10.836Z] #9 DONE 0.0s [2023-09-20T17:30:10.836Z] [2023-09-20T17:30:10.836Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-20T17:30:10.836Z] #10 transferring dockerfile: 2.39kB done [2023-09-20T17:30:10.836Z] #10 DONE 0.0s [2023-09-20T17:30:10.836Z] [2023-09-20T17:30:10.836Z] #11 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-20T17:30:10.836Z] #11 transferring dockerfile: 2.82kB done [2023-09-20T17:30:10.836Z] #11 DONE 0.0s [2023-09-20T17:30:10.836Z] [2023-09-20T17:30:10.837Z] #12 [security-spiffe-token-provider internal] load .dockerignore [2023-09-20T17:30:10.837Z] #12 transferring context: 56B done [2023-09-20T17:30:10.837Z] #12 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #13 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-20T17:30:10.837Z] #13 transferring dockerfile: 2.04kB done [2023-09-20T17:30:10.837Z] #13 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #14 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-20T17:30:10.837Z] #14 transferring dockerfile: 2.12kB done [2023-09-20T17:30:10.837Z] #14 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #15 [core-command internal] load build definition from Dockerfile [2023-09-20T17:30:10.837Z] #15 transferring dockerfile: 1.82kB done [2023-09-20T17:30:10.837Z] #15 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #16 [security-spire-agent internal] load .dockerignore [2023-09-20T17:30:10.837Z] #16 transferring context: 56B done [2023-09-20T17:30:10.837Z] #16 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #17 [support-scheduler internal] load .dockerignore [2023-09-20T17:30:10.837Z] #17 transferring context: 56B done [2023-09-20T17:30:10.837Z] #17 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #18 [core-data internal] load .dockerignore [2023-09-20T17:30:10.837Z] #18 transferring context: 56B done [2023-09-20T17:30:10.837Z] #18 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #19 [security-secretstore-setup internal] load .dockerignore [2023-09-20T17:30:10.837Z] #19 transferring context: 56B done [2023-09-20T17:30:10.837Z] #19 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #20 [core-metadata internal] load .dockerignore [2023-09-20T17:30:10.837Z] #20 transferring context: 56B done [2023-09-20T17:30:10.837Z] #20 DONE 0.0s [2023-09-20T17:30:10.837Z] [2023-09-20T17:30:10.837Z] #21 [support-notifications internal] load .dockerignore [2023-09-20T17:30:11.095Z] #21 transferring context: 56B done [2023-09-20T17:30:11.095Z] #21 DONE 0.0s [2023-09-20T17:30:11.095Z] [2023-09-20T17:30:11.095Z] #22 [security-spire-config internal] load .dockerignore [2023-09-20T17:30:11.095Z] #22 transferring context: 56B done [2023-09-20T17:30:11.096Z] #22 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #23 [security-spire-server internal] load .dockerignore [2023-09-20T17:30:11.096Z] #23 transferring context: 56B done [2023-09-20T17:30:11.096Z] #23 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #24 [security-proxy-setup internal] load .dockerignore [2023-09-20T17:30:11.096Z] #24 transferring context: 56B done [2023-09-20T17:30:11.096Z] #24 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #25 [security-bootstrapper internal] load .dockerignore [2023-09-20T17:30:11.096Z] #25 transferring context: 56B done [2023-09-20T17:30:11.096Z] #25 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #26 [security-proxy-auth internal] load .dockerignore [2023-09-20T17:30:11.096Z] #26 transferring context: 56B done [2023-09-20T17:30:11.096Z] #26 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #27 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-20T17:30:11.096Z] #27 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #28 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-20T17:30:11.096Z] #28 transferring context: 56B done [2023-09-20T17:30:11.096Z] #28 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #29 [core-command internal] load .dockerignore [2023-09-20T17:30:11.096Z] #29 transferring context: 56B done [2023-09-20T17:30:11.096Z] #29 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T17:30:11.096Z] #30 DONE 0.1s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #31 [security-spiffe-token-provider stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T17:30:11.096Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a done [2023-09-20T17:30:11.096Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T17:30:11.096Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-20T17:30:11.096Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-20T17:30:11.096Z] #31 DONE 0.0s [2023-09-20T17:30:11.096Z] [2023-09-20T17:30:11.096Z] #32 [security-spiffe-token-provider internal] load build context [2023-09-20T17:30:11.353Z] #32 ... [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #27 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-20T17:30:11.353Z] #27 DONE 0.0s [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #31 [support-scheduler stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T17:30:11.353Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a done [2023-09-20T17:30:11.353Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T17:30:11.353Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-20T17:30:11.353Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-20T17:30:11.353Z] #31 DONE 0.1s [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #30 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T17:30:11.353Z] #30 DONE 0.1s [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #32 [security-spiffe-token-provider internal] load build context [2023-09-20T17:30:11.353Z] #32 ... [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #31 [security-secretstore-setup stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T17:30:11.353Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a done [2023-09-20T17:30:11.353Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T17:30:11.353Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-20T17:30:11.353Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-20T17:30:11.353Z] #31 DONE 0.1s [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-20T17:30:11.353Z] #27 DONE 0.0s [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-20T17:30:11.353Z] #33 DONE 0.5s [2023-09-20T17:30:11.353Z] [2023-09-20T17:30:11.353Z] #32 [security-spiffe-token-provider internal] load build context [2023-09-20T17:30:12.079Z] #32 ... [2023-09-20T17:30:12.079Z] [2023-09-20T17:30:12.079Z] #31 [support-notifications stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T17:30:12.079Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a done [2023-09-20T17:30:12.079Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T17:30:12.079Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-20T17:30:12.079Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-20T17:30:12.079Z] #31 DONE 0.1s [2023-09-20T17:30:12.079Z] [2023-09-20T17:30:12.079Z] #27 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-20T17:30:12.079Z] #27 DONE 0.0s [2023-09-20T17:30:12.079Z] [2023-09-20T17:30:12.079Z] #30 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T17:30:12.079Z] #30 DONE 0.2s [2023-09-20T17:30:12.079Z] [2023-09-20T17:30:12.079Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-20T17:30:12.079Z] #33 DONE 0.5s [2023-09-20T17:30:12.079Z] [2023-09-20T17:30:12.079Z] #32 [security-spiffe-token-provider internal] load build context [2023-09-20T17:30:12.079Z] #32 ... [2023-09-20T17:30:12.079Z] [2023-09-20T17:30:12.079Z] #27 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-20T17:30:12.079Z] #27 DONE 0.0s [2023-09-20T17:30:12.483Z] [2023-09-20T17:30:12.483Z] #27 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2023-09-20T17:30:12.483Z] #27 DONE 0.0s [2023-09-20T17:30:12.483Z] [2023-09-20T17:30:12.483Z] #34 [core-data internal] load build context [2023-09-20T17:30:13.414Z] #34 ... [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-09-20T17:30:13.414Z] #35 DONE 1.9s [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #34 [core-data internal] load build context [2023-09-20T17:30:13.414Z] #34 ... [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #31 [security-bootstrapper stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T17:30:13.414Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a done [2023-09-20T17:30:13.414Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T17:30:13.414Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-20T17:30:13.414Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-20T17:30:13.414Z] #31 DONE 0.1s [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2023-09-20T17:30:13.414Z] #33 DONE 0.5s [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T17:30:13.414Z] #30 DONE 2.0s [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #35 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-20T17:30:13.414Z] #35 DONE 2.0s [2023-09-20T17:30:13.414Z] [2023-09-20T17:30:13.414Z] #34 [core-data internal] load build context [2023-09-20T17:30:16.069Z] #34 transferring context: 236.06MB 4.7s [2023-09-20T17:30:19.357Z] #34 ... [2023-09-20T17:30:19.357Z] [2023-09-20T17:30:19.357Z] #36 [security-proxy-setup internal] load build context [2023-09-20T17:30:19.357Z] #36 ... [2023-09-20T17:30:19.357Z] [2023-09-20T17:30:19.357Z] #34 [core-data internal] load build context [2023-09-20T17:30:19.357Z] #34 transferring context: 364.82MB 7.9s done [2023-09-20T17:30:20.322Z] #34 ... [2023-09-20T17:30:20.322Z] [2023-09-20T17:30:20.322Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-20T17:30:20.322Z] #37 DONE 8.8s [2023-09-20T17:30:20.322Z] [2023-09-20T17:30:20.322Z] #36 [security-proxy-setup internal] load build context [2023-09-20T17:30:20.888Z] #36 transferring context: 364.82MB 7.4s done [2023-09-20T17:30:21.156Z] #36 ... [2023-09-20T17:30:21.156Z] [2023-09-20T17:30:21.156Z] #38 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-20T17:30:21.156Z] #0 2.372 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:21.156Z] #0 2.501 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:21.156Z] #0 2.930 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T17:30:21.156Z] #0 2.930 v3.18.3-223-gb0f71bc071b [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T17:30:21.156Z] #0 2.930 OK: 20064 distinct packages available [2023-09-20T17:30:21.156Z] #0 2.932 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:21.156Z] #0 3.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:21.156Z] #0 3.267 (1/11) Installing ca-certificates (20230506-r0) [2023-09-20T17:30:21.156Z] #0 3.272 (2/11) Installing brotli-libs (1.0.9-r14) [2023-09-20T17:30:21.156Z] #0 3.282 (3/11) Installing libunistring (1.1-r1) [2023-09-20T17:30:21.156Z] #0 3.296 (4/11) Installing libidn2 (2.3.4-r1) [2023-09-20T17:30:21.156Z] #0 3.303 (5/11) Installing nghttp2-libs (1.55.1-r0) [2023-09-20T17:30:21.156Z] #0 3.306 (6/11) Installing libcurl (8.2.1-r0) [2023-09-20T17:30:21.156Z] #0 3.315 (7/11) Installing curl (8.2.1-r0) [2023-09-20T17:30:21.156Z] #0 3.320 (8/11) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:21.156Z] #0 3.327 (9/11) Installing musl-obstack (1.2.3-r2) [2023-09-20T17:30:21.156Z] #0 3.329 (10/11) Installing libucontext (1.2-r2) [2023-09-20T17:30:21.156Z] #0 3.335 (11/11) Installing gcompat (1.1.0-r1) [2023-09-20T17:30:21.156Z] #0 3.377 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:21.156Z] #0 3.389 Executing ca-certificates-20230506-r0.trigger [2023-09-20T17:30:21.156Z] #0 3.431 OK: 12 MiB in 26 packages [2023-09-20T17:30:21.417Z] #38 ... [2023-09-20T17:30:21.417Z] [2023-09-20T17:30:21.417Z] #39 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-20T17:30:21.417Z] #0 2.263 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:21.417Z] #0 2.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:21.417Z] #0 2.767 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:21.417Z] #0 2.772 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:21.417Z] #0 2.778 OK: 7 MiB in 16 packages [2023-09-20T17:30:21.417Z] #39 ... [2023-09-20T17:30:21.417Z] [2023-09-20T17:30:21.417Z] #40 [security-secretstore-setup internal] load build context [2023-09-20T17:30:21.417Z] #40 transferring context: 364.82MB 7.3s done [2023-09-20T17:30:21.963Z] #40 ... [2023-09-20T17:30:21.963Z] [2023-09-20T17:30:21.963Z] #41 [support-scheduler internal] load build context [2023-09-20T17:30:21.963Z] #41 transferring context: 364.82MB 8.2s done [2023-09-20T17:30:22.222Z] #41 ... [2023-09-20T17:30:22.222Z] [2023-09-20T17:30:22.222Z] #32 [security-spiffe-token-provider internal] load build context [2023-09-20T17:30:22.222Z] #32 transferring context: 364.82MB 8.0s done [2023-09-20T17:30:22.222Z] #32 ... [2023-09-20T17:30:22.222Z] [2023-09-20T17:30:22.222Z] #42 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-20T17:30:22.481Z] #42 10.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:22.481Z] #42 ... [2023-09-20T17:30:22.481Z] [2023-09-20T17:30:22.481Z] #43 [security-proxy-auth stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-20T17:30:22.481Z] #0 2.522 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:22.481Z] #0 2.625 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:22.481Z] #0 2.850 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:22.481Z] #0 2.857 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:22.481Z] #0 2.970 OK: 7 MiB in 16 packages [2023-09-20T17:30:22.481Z] #43 ... [2023-09-20T17:30:22.481Z] [2023-09-20T17:30:22.481Z] #44 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-20T17:30:22.742Z] #44 ... [2023-09-20T17:30:22.742Z] [2023-09-20T17:30:22.742Z] #45 [support-notifications internal] load build context [2023-09-20T17:30:22.742Z] #45 transferring context: 364.82MB 7.1s done [2023-09-20T17:30:22.742Z] #45 ... [2023-09-20T17:30:22.742Z] [2023-09-20T17:30:22.742Z] #46 [core-metadata internal] load build context [2023-09-20T17:30:22.742Z] #46 transferring context: 364.82MB 7.6s done [2023-09-20T17:30:23.003Z] #46 ... [2023-09-20T17:30:23.003Z] [2023-09-20T17:30:23.003Z] #42 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-20T17:30:23.003Z] #42 11.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:23.003Z] #42 11.31 (1/4) Installing ca-certificates (20230506-r0) [2023-09-20T17:30:23.003Z] #42 11.32 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:23.003Z] #42 11.33 (3/4) Installing su-exec (0.2-r3) [2023-09-20T17:30:23.003Z] #42 11.33 (4/4) Installing yq (4.33.3-r3) [2023-09-20T17:30:23.003Z] #42 11.39 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:23.003Z] #42 11.39 Executing ca-certificates-20230506-r0.trigger [2023-09-20T17:30:23.003Z] #42 11.43 OK: 17 MiB in 19 packages [2023-09-20T17:30:23.264Z] #42 ... [2023-09-20T17:30:23.264Z] [2023-09-20T17:30:23.264Z] #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-20T17:30:23.264Z] #47 ... [2023-09-20T17:30:23.264Z] [2023-09-20T17:30:23.264Z] #48 [core-common-config-bootstrapper internal] load build context [2023-09-20T17:30:23.264Z] #48 transferring context: 364.82MB 7.2s done [2023-09-20T17:30:23.527Z] #48 ... [2023-09-20T17:30:23.527Z] [2023-09-20T17:30:23.527Z] #49 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-20T17:30:23.788Z] #49 ... [2023-09-20T17:30:23.788Z] [2023-09-20T17:30:23.788Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T17:30:23.788Z] #50 ... [2023-09-20T17:30:23.788Z] [2023-09-20T17:30:23.788Z] #51 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-20T17:30:24.085Z] #51 ... [2023-09-20T17:30:24.085Z] [2023-09-20T17:30:24.085Z] #52 [security-proxy-auth internal] load build context [2023-09-20T17:30:24.085Z] #52 transferring context: 364.82MB 7.9s done [2023-09-20T17:30:24.085Z] #52 ... [2023-09-20T17:30:24.085Z] [2023-09-20T17:30:24.085Z] #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-20T17:30:24.345Z] #53 ... [2023-09-20T17:30:24.345Z] [2023-09-20T17:30:24.345Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-20T17:30:24.345Z] #54 ... [2023-09-20T17:30:24.345Z] [2023-09-20T17:30:24.345Z] #55 [security-bootstrapper internal] load build context [2023-09-20T17:30:24.345Z] #55 transferring context: 364.82MB 7.5s done [2023-09-20T17:30:24.613Z] #55 ... [2023-09-20T17:30:24.613Z] [2023-09-20T17:30:24.613Z] #56 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T17:30:24.613Z] #56 ... [2023-09-20T17:30:24.613Z] [2023-09-20T17:30:24.613Z] #57 [core-command internal] load build context [2023-09-20T17:30:24.613Z] #57 transferring context: 364.82MB 7.4s done [2023-09-20T17:30:24.892Z] #57 ... [2023-09-20T17:30:24.892Z] [2023-09-20T17:30:24.892Z] #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-20T17:30:24.892Z] #47 11.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:25.152Z] #47 11.89 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:25.418Z] #47 12.12 (1/2) Installing ca-certificates (20230506-r0) [2023-09-20T17:30:25.418Z] #47 12.15 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:25.418Z] #47 12.15 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:25.418Z] #47 12.15 Executing ca-certificates-20230506-r0.trigger [2023-09-20T17:30:25.418Z] #47 12.20 OK: 8 MiB in 17 packages [2023-09-20T17:30:25.994Z] #47 ... [2023-09-20T17:30:25.994Z] [2023-09-20T17:30:25.994Z] #31 [security-spire-agent stage-1 1/6] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T17:30:25.994Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a done [2023-09-20T17:30:25.994Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T17:30:25.994Z] #31 sha256:c5c5fda71656f28e49ac9c5416b3643eaa6a108a8093151d6d1afc9463be8e33 528B / 528B done [2023-09-20T17:30:25.994Z] #31 sha256:7e01a0d0a1dcd9e539f8e9bbd80106d59efbdf97293b3d38f5d7a34501526cdb 1.47kB / 1.47kB done [2023-09-20T17:30:25.994Z] #31 DONE 0.1s [2023-09-20T17:30:25.994Z] [2023-09-20T17:30:25.994Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-20T17:30:25.994Z] #44 DONE 14.2s [2023-09-20T17:30:25.994Z] [2023-09-20T17:30:25.994Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T17:30:25.994Z] #58 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T17:30:36.016Z] #58 ... [2023-09-20T17:30:36.016Z] [2023-09-20T17:30:36.016Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T17:30:36.016Z] #59 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T17:30:36.016Z] #59 ... [2023-09-20T17:30:36.016Z] [2023-09-20T17:30:36.016Z] #60 [security-spire-agent internal] load build context [2023-09-20T17:30:36.016Z] #60 ... [2023-09-20T17:30:36.016Z] [2023-09-20T17:30:36.016Z] #61 [security-spire-server internal] load build context [2023-09-20T17:30:36.016Z] #61 ... [2023-09-20T17:30:36.016Z] [2023-09-20T17:30:36.016Z] #62 [security-spire-config internal] load build context [2023-09-20T17:30:37.916Z] #62 ... [2023-09-20T17:30:37.916Z] [2023-09-20T17:30:37.916Z] #63 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-20T17:30:38.850Z] #63 ... [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #40 [security-secretstore-setup internal] load build context [2023-09-20T17:30:38.850Z] #40 DONE 27.2s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #39 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-20T17:30:38.850Z] #39 DONE 27.2s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #42 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-20T17:30:38.850Z] #42 DONE 27.1s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #47 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-20T17:30:38.850Z] #47 DONE 25.4s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #43 [core-command stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-20T17:30:38.850Z] #43 DONE 27.3s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #38 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-20T17:30:38.850Z] #38 DONE 27.5s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #34 [core-data internal] load build context [2023-09-20T17:30:38.850Z] #34 DONE 27.3s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #45 [support-notifications internal] load build context [2023-09-20T17:30:38.850Z] #45 DONE 27.1s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #41 [support-scheduler internal] load build context [2023-09-20T17:30:38.850Z] #41 DONE 27.3s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #36 [security-proxy-setup internal] load build context [2023-09-20T17:30:38.850Z] #36 DONE 25.4s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #46 [core-metadata internal] load build context [2023-09-20T17:30:38.850Z] #46 DONE 27.1s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #48 [core-common-config-bootstrapper internal] load build context [2023-09-20T17:30:38.850Z] #48 DONE 25.4s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #57 [core-command internal] load build context [2023-09-20T17:30:38.850Z] #57 DONE 25.4s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #52 [security-proxy-auth internal] load build context [2023-09-20T17:30:38.850Z] #52 DONE 25.4s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #55 [security-bootstrapper internal] load build context [2023-09-20T17:30:38.850Z] #55 DONE 25.4s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #62 [security-spire-config internal] load build context [2023-09-20T17:30:38.850Z] #62 transferring context: 16.36kB done [2023-09-20T17:30:38.850Z] #62 DONE 13.3s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #32 [security-spiffe-token-provider internal] load build context [2023-09-20T17:30:38.850Z] #32 DONE 27.5s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #60 [security-spire-agent internal] load build context [2023-09-20T17:30:38.850Z] #60 transferring context: 17.64kB done [2023-09-20T17:30:38.850Z] #60 DONE 13.3s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #61 [security-spire-server internal] load build context [2023-09-20T17:30:38.850Z] #61 transferring context: 18.11kB done [2023-09-20T17:30:38.850Z] #61 DONE 13.3s [2023-09-20T17:30:38.850Z] [2023-09-20T17:30:38.850Z] #58 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T17:30:38.850Z] #58 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 13.1s done [2023-09-20T17:30:38.850Z] #58 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.2s done [2023-09-20T17:30:38.850Z] #58 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-20T17:30:38.850Z] #58 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2023-09-20T17:30:38.850Z] #58 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2023-09-20T17:30:38.850Z] #58 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-20T17:30:38.850Z] #58 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-09-20T17:30:38.850Z] #58 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-20T17:30:38.850Z] #58 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.3s [2023-09-20T17:30:38.850Z] #58 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-20T17:30:38.850Z] #58 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-09-20T17:30:38.850Z] #58 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 8.39MB / 25.84MB 0.4s [2023-09-20T17:30:38.850Z] #58 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-20T17:30:39.110Z] #58 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.67MB / 25.84MB 0.5s [2023-09-20T17:30:39.110Z] #58 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.6s [2023-09-20T17:30:39.368Z] #58 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.7s done [2023-09-20T17:30:39.368Z] #58 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2023-09-20T17:30:40.742Z] #58 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 1.2s done [2023-09-20T17:30:41.317Z] #58 ... [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #54 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-20T17:30:41.317Z] #54 26.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #54 26.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #54 26.54 OK: 264 MiB in 52 packages [2023-09-20T17:30:41.317Z] #54 DONE 28.1s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #56 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T17:30:41.317Z] #56 26.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #56 26.32 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #56 26.56 OK: 264 MiB in 52 packages [2023-09-20T17:30:41.317Z] #56 DONE 28.1s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #51 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-20T17:30:41.317Z] #51 26.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #51 26.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #51 26.36 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:41.317Z] #51 26.39 (2/2) Installing su-exec (0.2-r3) [2023-09-20T17:30:41.317Z] #51 26.39 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:41.317Z] #51 26.40 OK: 7 MiB in 17 packages [2023-09-20T17:30:41.317Z] #51 DONE 27.7s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #49 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-20T17:30:41.317Z] #49 26.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #49 26.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #49 26.52 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T17:30:41.317Z] #49 26.52 v3.18.3-223-gb0f71bc071b [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T17:30:41.317Z] #49 26.52 OK: 20064 distinct packages available [2023-09-20T17:30:41.317Z] #49 26.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #49 26.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #49 26.90 OK: 264 MiB in 52 packages [2023-09-20T17:30:41.317Z] #49 DONE 28.1s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T17:30:41.317Z] #50 26.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #50 26.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #50 26.78 OK: 264 MiB in 52 packages [2023-09-20T17:30:41.317Z] #50 DONE 28.2s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #53 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-20T17:30:41.317Z] #53 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #53 26.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #53 26.91 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:41.317Z] #53 26.91 (2/4) Installing openssl (3.1.2-r0) [2023-09-20T17:30:41.317Z] #53 26.92 (3/4) Installing su-exec (0.2-r3) [2023-09-20T17:30:41.317Z] #53 26.92 (4/4) Installing yq (4.33.3-r3) [2023-09-20T17:30:41.317Z] #53 26.99 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:41.317Z] #53 26.99 OK: 17 MiB in 19 packages [2023-09-20T17:30:41.317Z] #53 DONE 28.0s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #63 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-20T17:30:41.317Z] #63 2.377 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #63 2.476 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #63 2.728 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T17:30:41.317Z] #63 2.728 v3.18.3-223-gb0f71bc071b [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T17:30:41.317Z] #63 2.728 OK: 20064 distinct packages available [2023-09-20T17:30:41.317Z] #63 2.771 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #63 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:41.317Z] #63 3.077 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:41.317Z] #63 3.080 (2/5) Installing musl-obstack (1.2.3-r2) [2023-09-20T17:30:41.317Z] #63 3.084 (3/5) Installing libucontext (1.2-r2) [2023-09-20T17:30:41.317Z] #63 3.087 (4/5) Installing gcompat (1.1.0-r1) [2023-09-20T17:30:41.317Z] #63 3.091 (5/5) Installing openssl (3.1.2-r0) [2023-09-20T17:30:41.317Z] #63 3.103 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:41.317Z] #63 3.110 OK: 8 MiB in 20 packages [2023-09-20T17:30:41.317Z] #63 DONE 3.5s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #64 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:30:41.317Z] #64 DONE 0.1s [2023-09-20T17:30:41.317Z] [2023-09-20T17:30:41.317Z] #65 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-20T17:30:41.575Z] #65 DONE 0.0s [2023-09-20T17:30:41.576Z] [2023-09-20T17:30:41.576Z] #66 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:30:41.576Z] #66 DONE 0.2s [2023-09-20T17:30:41.576Z] [2023-09-20T17:30:41.576Z] #67 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:30:41.576Z] #67 DONE 0.2s [2023-09-20T17:30:41.576Z] [2023-09-20T17:30:41.576Z] #59 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T17:30:41.576Z] #59 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 13.1s done [2023-09-20T17:30:41.576Z] #59 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-20T17:30:41.576Z] #59 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2023-09-20T17:30:41.576Z] #59 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2023-09-20T17:30:41.576Z] #59 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2023-09-20T17:30:41.576Z] #59 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2023-09-20T17:30:41.576Z] #59 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2023-09-20T17:30:41.576Z] #59 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2023-09-20T17:30:41.576Z] #59 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done [2023-09-20T17:30:41.576Z] #59 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2023-09-20T17:30:41.576Z] #59 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 0.8s done [2023-09-20T17:30:41.576Z] #59 DONE 16.1s [2023-09-20T17:30:41.576Z] [2023-09-20T17:30:41.576Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:30:41.576Z] #68 DONE 0.2s [2023-09-20T17:30:41.576Z] [2023-09-20T17:30:41.576Z] #69 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:30:41.833Z] #69 ... [2023-09-20T17:30:41.833Z] [2023-09-20T17:30:41.833Z] #58 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T17:30:41.833Z] #58 DONE 16.1s [2023-09-20T17:30:41.833Z] [2023-09-20T17:30:41.833Z] #70 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-20T17:30:42.399Z] #70 DONE 0.4s [2023-09-20T17:30:42.399Z] [2023-09-20T17:30:42.399Z] #71 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-20T17:30:43.773Z] #71 DONE 1.3s [2023-09-20T17:30:43.773Z] [2023-09-20T17:30:43.773Z] #72 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-20T17:30:43.773Z] #0 3.699 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:43.773Z] #0 3.795 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:43.773Z] #0 4.013 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T17:30:43.773Z] #0 4.013 v3.18.3-223-gb0f71bc071b [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T17:30:43.773Z] #0 4.013 OK: 20064 distinct packages available [2023-09-20T17:30:43.773Z] #0 4.056 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:43.773Z] #0 4.149 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-09-20T17:30:43.773Z] #0 4.407 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-20T17:30:43.773Z] #0 4.411 (2/4) Installing musl-obstack (1.2.3-r2) [2023-09-20T17:30:43.773Z] #0 4.413 (3/4) Installing libucontext (1.2-r2) [2023-09-20T17:30:43.773Z] #0 4.416 (4/4) Installing gcompat (1.1.0-r1) [2023-09-20T17:30:43.773Z] #0 4.420 Executing busybox-1.36.1-r2.trigger [2023-09-20T17:30:43.773Z] #0 4.425 OK: 8 MiB in 19 packages [2023-09-20T17:30:43.773Z] #72 DONE 5.0s [2023-09-20T17:30:43.773Z] [2023-09-20T17:30:43.773Z] #73 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-20T17:30:43.773Z] #73 DONE 1.3s [2023-09-20T17:30:43.773Z] [2023-09-20T17:30:43.773Z] #74 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-20T17:30:43.773Z] #74 DONE 0.0s [2023-09-20T17:30:43.773Z] [2023-09-20T17:30:43.773Z] #75 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-20T17:30:44.390Z] #75 DONE 0.7s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #76 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-20T17:30:44.390Z] #76 DONE 0.7s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #77 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-20T17:30:44.390Z] #77 DONE 0.7s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #78 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-20T17:30:44.390Z] #78 DONE 0.0s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #79 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-20T17:30:44.390Z] #79 DONE 0.0s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #80 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-20T17:30:44.390Z] #80 DONE 0.1s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #81 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-20T17:30:44.390Z] #81 DONE 0.1s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #82 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-20T17:30:44.390Z] #82 DONE 0.1s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #83 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-20T17:30:44.390Z] #83 DONE 0.1s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #84 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-20T17:30:44.390Z] #84 DONE 0.1s [2023-09-20T17:30:44.390Z] [2023-09-20T17:30:44.390Z] #85 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-20T17:30:44.648Z] #85 DONE 0.1s [2023-09-20T17:30:44.648Z] [2023-09-20T17:30:44.648Z] #86 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-20T17:30:44.648Z] #86 DONE 0.1s [2023-09-20T17:30:44.648Z] [2023-09-20T17:30:44.648Z] #87 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-20T17:30:44.648Z] #87 DONE 0.1s [2023-09-20T17:30:44.648Z] [2023-09-20T17:30:44.649Z] #88 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-20T17:30:44.649Z] #88 DONE 0.1s [2023-09-20T17:30:44.649Z] [2023-09-20T17:30:44.649Z] #89 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-20T17:30:44.649Z] #89 DONE 0.1s [2023-09-20T17:30:44.649Z] [2023-09-20T17:30:44.649Z] #90 [security-spire-config] exporting to image [2023-09-20T17:30:44.649Z] #90 exporting layers [2023-09-20T17:30:44.906Z] #90 ... [2023-09-20T17:30:44.906Z] [2023-09-20T17:30:44.906Z] #91 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-20T17:30:44.906Z] #91 DONE 3.4s [2023-09-20T17:30:44.906Z] [2023-09-20T17:30:44.906Z] #92 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-20T17:30:44.906Z] #92 DONE 0.0s [2023-09-20T17:30:44.906Z] [2023-09-20T17:30:44.906Z] #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:30:45.471Z] #93 ... [2023-09-20T17:30:45.471Z] [2023-09-20T17:30:45.471Z] #90 [security-spire-config] exporting to image [2023-09-20T17:30:45.471Z] #90 exporting layers 0.6s done [2023-09-20T17:30:45.471Z] #90 writing image sha256:5838c33c72e5816f18b6d66e90c6658654f705559b7d722e391e30437edc962a done [2023-09-20T17:30:45.471Z] #90 naming to docker.io/library/security-spire-agent done [2023-09-20T17:30:45.471Z] #90 writing image sha256:fcebdee2ed54537f6947db0cda7727f193406eda43a26dcd04477f20497e2fb7 done [2023-09-20T17:30:45.471Z] #90 naming to docker.io/library/security-spire-server done [2023-09-20T17:30:45.471Z] #90 writing image sha256:946a2998f343670823e3aef7632bfb19d990ac53de7df7198d7a5d71b3186eef done [2023-09-20T17:30:45.471Z] #90 naming to docker.io/library/security-spire-config done [2023-09-20T17:30:45.471Z] #90 DONE 0.7s [2023-09-20T17:30:45.471Z] [2023-09-20T17:30:45.471Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:30:51.458Z] #94 ... [2023-09-20T17:30:51.458Z] [2023-09-20T17:30:51.458Z] #95 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:07.366Z] #95 DONE 25.6s [2023-09-20T17:31:07.366Z] [2023-09-20T17:31:07.366Z] #93 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:07.366Z] #93 DONE 25.5s [2023-09-20T17:31:07.366Z] [2023-09-20T17:31:07.366Z] #69 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:07.366Z] #69 DONE 25.6s [2023-09-20T17:31:07.366Z] [2023-09-20T17:31:07.366Z] #94 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:07.366Z] #94 DONE 25.6s [2023-09-20T17:31:07.366Z] [2023-09-20T17:31:07.366Z] #96 [support-scheduler builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #96 ... [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #97 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #97 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #98 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #98 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #99 [security-proxy-setup builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #99 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #100 [security-secretstore-setup builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #100 DONE 7.8s [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #101 [support-notifications builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #101 DONE 7.8s [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #102 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #102 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #103 [security-bootstrapper builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #103 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #104 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #104 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #105 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #105 DONE 7.8s [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #106 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T17:31:15.504Z] #106 ... [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #107 [core-command builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #107 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #108 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #108 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #109 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #109 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #110 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #110 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #111 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #111 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #112 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #112 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #113 [security-proxy-auth builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #113 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #114 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #114 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #115 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #115 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #116 [core-metadata builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #116 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #117 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #117 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #118 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #118 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #96 [support-scheduler builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #96 DONE 7.8s [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #119 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T17:31:15.504Z] #119 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #120 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-20T17:31:15.504Z] #120 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #121 [core-data builder 6/7] COPY . . [2023-09-20T17:31:15.504Z] #121 CACHED [2023-09-20T17:31:15.504Z] [2023-09-20T17:31:15.504Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-20T17:31:16.087Z] #122 0.977 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-20T17:31:26.104Z] #122 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T17:31:26.104Z] #0 0.699 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-20T17:31:26.104Z] #123 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T17:31:26.104Z] #0 1.539 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-20T17:31:26.104Z] #124 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #125 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-20T17:31:26.104Z] #0 1.442 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-20T17:31:26.104Z] #125 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T17:31:26.104Z] #0 1.324 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-20T17:31:26.104Z] #126 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #127 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-20T17:31:26.104Z] #0 0.702 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-20T17:31:26.104Z] #127 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #106 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T17:31:26.104Z] #106 0.722 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-20T17:31:26.104Z] #106 ... [2023-09-20T17:31:26.104Z] [2023-09-20T17:31:26.104Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T17:31:26.104Z] #0 1.583 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-20T17:31:26.364Z] #128 ... [2023-09-20T17:31:26.364Z] [2023-09-20T17:31:26.364Z] #129 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T17:31:26.364Z] #0 0.921 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-20T17:31:26.364Z] #129 ... [2023-09-20T17:31:26.364Z] [2023-09-20T17:31:26.364Z] #130 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-20T17:31:26.364Z] #0 0.434 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-20T17:31:26.623Z] #130 ... [2023-09-20T17:31:26.623Z] [2023-09-20T17:31:26.623Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-20T17:31:26.623Z] #0 0.371 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-20T17:32:23.001Z] #131 ... [2023-09-20T17:32:23.001Z] [2023-09-20T17:32:23.001Z] #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T17:32:23.001Z] #123 68.21 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-20T17:32:32.984Z] #123 ... [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T17:32:32.984Z] #128 DONE 78.0s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #130 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-20T17:32:32.984Z] #130 DONE 78.1s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #126 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T17:32:32.984Z] #126 DONE 78.0s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #124 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T17:32:32.984Z] #124 DONE 78.0s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #131 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-20T17:32:32.984Z] #131 DONE 78.1s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #106 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T17:32:32.984Z] #106 DONE 78.1s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #125 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-20T17:32:32.984Z] #125 DONE 78.1s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #127 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-20T17:32:32.984Z] #127 DONE 78.0s [2023-09-20T17:32:32.984Z] [2023-09-20T17:32:32.984Z] #132 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.261Z] #132 ... [2023-09-20T17:32:33.261Z] [2023-09-20T17:32:33.261Z] #129 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T17:32:33.261Z] #129 DONE 78.3s [2023-09-20T17:32:33.261Z] [2023-09-20T17:32:33.261Z] #133 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.522Z] #133 ... [2023-09-20T17:32:33.522Z] [2023-09-20T17:32:33.522Z] #122 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-20T17:32:33.522Z] #122 DONE 78.4s [2023-09-20T17:32:33.522Z] [2023-09-20T17:32:33.522Z] #123 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T17:32:33.522Z] #123 DONE 78.5s [2023-09-20T17:32:33.522Z] [2023-09-20T17:32:33.522Z] #134 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #134 ... [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #135 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #135 DONE 0.7s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #132 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #132 DONE 0.7s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #136 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #136 DONE 0.5s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #133 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #133 DONE 0.5s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #137 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-20T17:32:33.781Z] #137 DONE 0.7s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #138 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #138 DONE 0.6s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #134 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:33.781Z] #134 DONE 0.3s [2023-09-20T17:32:33.781Z] [2023-09-20T17:32:33.781Z] #139 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #139 ... [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #140 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #140 DONE 0.3s [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #141 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #141 DONE 0.3s [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #142 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:34.041Z] #142 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #143 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #143 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #144 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:34.041Z] #144 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #145 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #145 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #146 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #146 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #147 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:34.041Z] #147 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #148 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #148 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #149 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:34.041Z] #149 CACHED [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #150 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #150 DONE 0.3s [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #151 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #151 DONE 0.3s [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #152 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.041Z] #152 DONE 0.3s [2023-09-20T17:32:34.041Z] [2023-09-20T17:32:34.041Z] #153 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-20T17:32:34.300Z] #153 ... [2023-09-20T17:32:34.300Z] [2023-09-20T17:32:34.300Z] #139 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:34.300Z] #139 DONE 0.3s [2023-09-20T17:32:34.300Z] [2023-09-20T17:32:34.300Z] #154 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-20T17:32:35.240Z] #154 DONE 1.2s [2023-09-20T17:32:35.240Z] [2023-09-20T17:32:35.240Z] #155 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-20T17:32:35.240Z] #155 DONE 1.2s [2023-09-20T17:32:35.240Z] [2023-09-20T17:32:35.240Z] #156 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-20T17:32:35.240Z] #156 DONE 1.2s [2023-09-20T17:32:35.240Z] [2023-09-20T17:32:35.240Z] #157 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-20T17:32:35.500Z] #157 ... [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #153 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-20T17:32:35.500Z] #153 DONE 1.2s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #158 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-20T17:32:35.500Z] #158 DONE 1.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #159 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-20T17:32:35.500Z] #159 DONE 1.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #160 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-20T17:32:35.500Z] #160 DONE 1.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #161 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-20T17:32:35.500Z] #161 DONE 1.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #162 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-20T17:32:35.500Z] #162 DONE 1.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #163 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-20T17:32:35.500Z] #163 DONE 1.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #164 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.500Z] #164 DONE 0.3s [2023-09-20T17:32:35.500Z] [2023-09-20T17:32:35.500Z] #165 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #165 ... [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #166 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #166 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #157 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-20T17:32:35.764Z] #157 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #167 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-20T17:32:35.764Z] #167 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #168 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #168 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #169 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #169 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #165 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #165 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #170 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #170 DONE 0.3s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #171 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #171 DONE 0.4s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #172 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:35.764Z] #172 DONE 0.4s [2023-09-20T17:32:35.764Z] [2023-09-20T17:32:35.764Z] #90 [support-scheduler] exporting to image [2023-09-20T17:32:35.764Z] #90 exporting layers 0.2s done [2023-09-20T17:32:36.029Z] #90 ... [2023-09-20T17:32:36.029Z] [2023-09-20T17:32:36.029Z] #173 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-20T17:32:36.029Z] #173 DONE 2.2s [2023-09-20T17:32:36.029Z] [2023-09-20T17:32:36.029Z] #174 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-20T17:32:36.029Z] #174 DONE 0.4s [2023-09-20T17:32:36.029Z] [2023-09-20T17:32:36.029Z] #175 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-20T17:32:36.029Z] #175 DONE 0.4s [2023-09-20T17:32:36.029Z] [2023-09-20T17:32:36.029Z] #176 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-20T17:32:36.029Z] #176 DONE 0.3s [2023-09-20T17:32:36.029Z] [2023-09-20T17:32:36.029Z] #90 [core-data] exporting to image [2023-09-20T17:32:36.029Z] #90 exporting layers 0.4s done [2023-09-20T17:32:36.029Z] #90 writing image sha256:51750e9e4e0053243af3c3727d9f471c4b6eecadc7a1906fd40dfa979868c280 done [2023-09-20T17:32:36.029Z] #90 naming to docker.io/library/core-data done [2023-09-20T17:32:36.290Z] #90 ... [2023-09-20T17:32:36.290Z] [2023-09-20T17:32:36.290Z] #177 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-20T17:32:36.290Z] #177 DONE 0.4s [2023-09-20T17:32:36.290Z] [2023-09-20T17:32:36.290Z] #178 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-20T17:32:36.290Z] #178 DONE 0.4s [2023-09-20T17:32:36.290Z] [2023-09-20T17:32:36.290Z] #90 [core-metadata] exporting to image [2023-09-20T17:32:36.290Z] #90 ... [2023-09-20T17:32:36.290Z] [2023-09-20T17:32:36.290Z] #179 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T17:32:36.290Z] #179 DONE 0.4s [2023-09-20T17:32:36.552Z] [2023-09-20T17:32:36.552Z] #180 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-20T17:32:36.552Z] #180 DONE 0.4s [2023-09-20T17:32:36.552Z] [2023-09-20T17:32:36.552Z] #181 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-20T17:32:36.552Z] #181 DONE 0.4s [2023-09-20T17:32:36.552Z] [2023-09-20T17:32:36.552Z] #90 [core-command] exporting to image [2023-09-20T17:32:36.552Z] #90 exporting layers 0.3s done [2023-09-20T17:32:36.552Z] #90 writing image sha256:c1448bde0b59367cce4226284a22db7bf207836a2bbc31284333fc80289d0963 0.0s done [2023-09-20T17:32:36.552Z] #90 writing image sha256:c1add969dc0dd54debc1aa9003cb284b2e4ba9f91e87d77bd5a9a7da5d48daf5 0.0s done [2023-09-20T17:32:36.552Z] #90 writing image sha256:fc487faa5b86855a9848c588700b134f22ad9a090d10035a26449cc32e4ddf25 0.0s done [2023-09-20T17:32:36.552Z] #90 writing image sha256:3540a710a53d00d3bd0561671824c41462e5bda4daf283996eaa2897511ed807 0.0s done [2023-09-20T17:32:36.552Z] #90 naming to docker.io/library/support-scheduler done [2023-09-20T17:32:36.552Z] #90 naming to docker.io/library/support-notifications done [2023-09-20T17:32:36.552Z] #90 naming to docker.io/library/security-spiffe-token-provider done [2023-09-20T17:32:36.552Z] #90 naming to docker.io/library/core-command done [2023-09-20T17:32:36.552Z] #90 writing image sha256:216413e6a7d5ebb9920d4274de23fb223eb5e03eca517283f2e90f705c0d19c3 done [2023-09-20T17:32:36.552Z] #90 naming to docker.io/library/core-metadata [2023-09-20T17:32:36.552Z] #90 naming to docker.io/library/core-metadata done [2023-09-20T17:32:36.552Z] #90 DONE 1.7s [2023-09-20T17:32:36.552Z] [2023-09-20T17:32:36.552Z] #182 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T17:32:36.812Z] #182 ... [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #183 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-20T17:32:36.812Z] #183 DONE 0.3s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #184 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-20T17:32:36.812Z] #184 DONE 0.3s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #185 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T17:32:36.812Z] #185 DONE 0.8s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #186 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T17:32:36.812Z] #186 DONE 0.8s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #187 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-20T17:32:36.812Z] #187 DONE 0.2s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #188 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-20T17:32:36.812Z] #188 DONE 0.2s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #189 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-20T17:32:36.812Z] #189 DONE 0.0s [2023-09-20T17:32:36.812Z] [2023-09-20T17:32:36.812Z] #90 [core-common-config-bootstrapper] exporting to image [2023-09-20T17:32:37.074Z] #90 ... [2023-09-20T17:32:37.074Z] [2023-09-20T17:32:37.074Z] #190 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-20T17:32:37.074Z] #190 DONE 0.1s [2023-09-20T17:32:37.074Z] [2023-09-20T17:32:37.074Z] #191 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-20T17:32:37.074Z] #191 DONE 0.1s [2023-09-20T17:32:37.074Z] [2023-09-20T17:32:37.074Z] #90 [core-common-config-bootstrapper] exporting to image [2023-09-20T17:32:37.074Z] #90 exporting layers 0.2s done [2023-09-20T17:32:37.074Z] #90 writing image sha256:8382a73c161ea3c074fca50f9bf478bc633e287e2ec6d620730aab16607c339c done [2023-09-20T17:32:37.074Z] #90 naming to docker.io/library/security-proxy-auth done [2023-09-20T17:32:37.074Z] #90 writing image sha256:10b4e2030ccc82fa7ffe176657ec8d170e50957acd853b3de4de0eaff2dc8932 done [2023-09-20T17:32:37.074Z] #90 naming to docker.io/library/core-common-config-bootstrapper 0.0s done [2023-09-20T17:32:37.074Z] #90 DONE 2.0s [2023-09-20T17:32:37.074Z] [2023-09-20T17:32:37.074Z] #192 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-20T17:32:37.074Z] #192 DONE 0.1s [2023-09-20T17:32:37.074Z] [2023-09-20T17:32:37.074Z] #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T17:32:37.333Z] #193 ... [2023-09-20T17:32:37.333Z] [2023-09-20T17:32:37.333Z] #194 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-20T17:32:37.333Z] #194 DONE 0.1s [2023-09-20T17:32:37.333Z] [2023-09-20T17:32:37.333Z] #182 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T17:32:37.333Z] #182 DONE 0.9s [2023-09-20T17:32:37.333Z] [2023-09-20T17:32:37.333Z] #90 [security-proxy-setup] exporting to image [2023-09-20T17:32:37.594Z] #90 ... [2023-09-20T17:32:37.594Z] [2023-09-20T17:32:37.594Z] #193 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T17:32:37.594Z] #193 DONE 0.7s [2023-09-20T17:32:37.594Z] [2023-09-20T17:32:37.594Z] #90 [security-secretstore-setup] exporting to image [2023-09-20T17:32:37.594Z] #90 writing image sha256:5306db03d8d32efdfdb2f66c2cd9b4c76dc15fab4c5aa8d4b023d871ad72872a done [2023-09-20T17:32:37.594Z] #90 naming to docker.io/library/security-proxy-setup done [2023-09-20T17:32:37.594Z] #90 exporting layers 0.2s done [2023-09-20T17:32:37.855Z] #90 writing image sha256:f4dbbd14151e22f13587f49e64354d04f1074e972e58680152c1f649e101d771 done [2023-09-20T17:32:37.855Z] #90 naming to docker.io/library/security-secretstore-setup done [2023-09-20T17:32:37.855Z] #90 DONE 2.3s [2023-09-20T17:32:37.855Z] [2023-09-20T17:32:37.855Z] #195 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-20T17:32:37.855Z] #195 DONE 0.7s [2023-09-20T17:32:37.855Z] [2023-09-20T17:32:37.855Z] #90 [security-bootstrapper] exporting to image [2023-09-20T17:32:38.115Z] #90 exporting layers 0.2s done [2023-09-20T17:32:38.115Z] #90 writing image sha256:77cbe7c3b8a6b2637877226a07e57f1724fee68fda0909a3f9f9dbd111856915 done [2023-09-20T17:32:38.115Z] #90 naming to docker.io/library/security-bootstrapper done [2023-09-20T17:32:38.115Z] #90 DONE 2.5s [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.115Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T17:32:38.116Z] time="2023-09-20T17:30:08Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-20T17:32:38.192Z] $ docker stop --time=1 41904cb8de97b360cb8c53f35ab06c0bab469edc1600d3fb35995a1de2f6d82f [2023-09-20T17:32:39.469Z] $ docker rm -f --volumes 41904cb8de97b360cb8c53f35ab06c0bab469edc1600d3fb35995a1de2f6d82f [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T17:32:39.908Z] + docker images [2023-09-20T17:32:39.908Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-20T17:32:39.908Z] security-proxy-setup latest 5306db03d8d3 2 seconds ago 29.4MB [2023-09-20T17:32:39.908Z] security-bootstrapper latest 77cbe7c3b8a6 2 seconds ago 23.3MB [2023-09-20T17:32:39.908Z] security-secretstore-setup latest f4dbbd14151e 2 seconds ago 44.4MB [2023-09-20T17:32:39.908Z] core-common-config-bootstrapper latest 10b4e2030ccc 3 seconds ago 18.2MB [2023-09-20T17:32:39.908Z] security-proxy-auth latest 8382a73c161e 3 seconds ago 19.5MB [2023-09-20T17:32:39.908Z] support-scheduler latest c1add969dc0d 4 seconds ago 34MB [2023-09-20T17:32:39.908Z] core-data latest 51750e9e4e00 4 seconds ago 21.3MB [2023-09-20T17:32:39.908Z] core-metadata latest 216413e6a7d5 4 seconds ago 21.7MB [2023-09-20T17:32:39.908Z] core-command latest fc487faa5b86 4 seconds ago 21.2MB [2023-09-20T17:32:39.908Z] security-spiffe-token-provider latest c1448bde0b59 4 seconds ago 35MB [2023-09-20T17:32:39.909Z] support-notifications latest 3540a710a53d 4 seconds ago 34.6MB [2023-09-20T17:32:39.909Z] security-spire-server latest fcebdee2ed54 About a minute ago 102MB [2023-09-20T17:32:39.909Z] security-spire-config latest 946a2998f343 About a minute ago 101MB [2023-09-20T17:32:39.909Z] security-spire-agent latest 5838c33c72e5 About a minute ago 161MB [2023-09-20T17:32:39.909Z] ci-base-image-x86_64 latest fc5c1d41a4c4 4 minutes ago 927MB [2023-09-20T17:32:39.909Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine 0786185ac409 2 hours ago 557MB [2023-09-20T17:32:39.909Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 3 months ago 334MB [2023-09-20T17:32:39.909Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 14 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] } [2023-09-20T17:48:14.756Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7177 in /w/workspace/edgexfoundry_edgex-go_PR-4687 [Pipeline] { [Pipeline] ws [2023-09-20T17:48:14.813Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2023-09-20T17:48:14.892Z] The recommended git tool is: git [2023-09-20T17:48:22.395Z] using credential edgex-jenkins-ssh [2023-09-20T17:48:22.413Z] Cloning the remote Git repository [2023-09-20T17:48:22.481Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2023-09-20T17:48:22.639Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2023-09-20T17:48:22.840Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-20T17:48:22.841Z] > git --version # timeout=10 [2023-09-20T17:48:22.873Z] > git --version # 'git version 2.25.1' [2023-09-20T17:48:22.877Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-20T17:48:23.104Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-20T17:48:43.273Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-20T17:48:43.307Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-09-20T17:48:45.166Z] Merging remotes/origin/main commit b006ed3fb02d1ca178eb86987183e820dae8a246 into PR head commit f296da785f4da0c7e3c2d462f49a3f1f93d4668f [2023-09-20T17:48:45.645Z] Merge succeeded, producing f296da785f4da0c7e3c2d462f49a3f1f93d4668f [2023-09-20T17:48:45.646Z] Checking out Revision f296da785f4da0c7e3c2d462f49a3f1f93d4668f (PR-4687) [2023-09-20T17:48:44.286Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2023-09-20T17:48:44.342Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2023-09-20T17:48:44.343Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-20T17:48:44.366Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4687/head:refs/remotes/origin/PR-4687 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-09-20T17:48:45.184Z] > git config core.sparsecheckout # timeout=10 [2023-09-20T17:48:45.269Z] > git checkout -f f296da785f4da0c7e3c2d462f49a3f1f93d4668f # timeout=10 [2023-09-20T17:48:45.515Z] > git remote # timeout=10 [2023-09-20T17:48:45.535Z] > git config --get remote.origin.url # timeout=10 [2023-09-20T17:48:45.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-09-20T17:48:45.584Z] > git merge b006ed3fb02d1ca178eb86987183e820dae8a246 # timeout=10 [2023-09-20T17:48:45.612Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-09-20T17:48:45.654Z] > git config core.sparsecheckout # timeout=10 [2023-09-20T17:48:45.672Z] > git checkout -f f296da785f4da0c7e3c2d462f49a3f1f93d4668f # timeout=10 [2023-09-20T17:48:49.305Z] Commit message: "ci: add automated release workflow on tag creation" [2023-09-20T17:48:49.363Z] > git --version # timeout=10 [2023-09-20T17:48:49.375Z] > git --version # 'git version 2.25.1' [2023-09-20T17:48:49.388Z] fatal: bad object e143027787c0ac28563f7e92b6cefc600d3b7107 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-09-20T17:48:50.448Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-09-20T17:48:50.448Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-20T17:48:50.448Z] Dload Upload Total Spent Left Speed [2023-09-20T17:48:50.448Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 234k 0 --:--:-- --:--:-- --:--:-- 239k [Pipeline] sh [2023-09-20T17:48:51.180Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-09-20T17:48:51.531Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-09-20T17:48:51.531Z] + sudo tee /etc/docker/daemon.new [2023-09-20T17:48:51.531Z] { [2023-09-20T17:48:51.531Z] "registry-mirrors": [ [2023-09-20T17:48:51.531Z] "https://nexus3.edgexfoundry.org:10001" [2023-09-20T17:48:51.531Z] ], [2023-09-20T17:48:51.531Z] "bip": "10.250.0.254/24", [2023-09-20T17:48:51.531Z] "hosts": [ [2023-09-20T17:48:51.531Z] "tcp://0.0.0.0:5555", [2023-09-20T17:48:51.531Z] "unix:///var/run/docker.sock" [2023-09-20T17:48:51.531Z] ], [2023-09-20T17:48:51.531Z] "mtu": 1458, [2023-09-20T17:48:51.531Z] "selinux-enabled": true, [2023-09-20T17:48:51.531Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-09-20T17:48:51.531Z] } [Pipeline] sh [2023-09-20T17:48:51.881Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-09-20T17:48:52.226Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T17:49:10.573Z] provisioning config files... [2023-09-20T17:49:10.607Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config17069185995642014099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T17:49:11.046Z] ---> docker-login.sh [2023-09-20T17:49:11.046Z] nexus3.edgexfoundry.org:10001 [2023-09-20T17:49:11.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:49:11.923Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:49:11.923Z] Configure a credential helper to remove this warning. See [2023-09-20T17:49:11.923Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:49:11.923Z] [2023-09-20T17:49:11.923Z] Login Succeeded [2023-09-20T17:49:11.923Z] nexus3.edgexfoundry.org:10002 [2023-09-20T17:49:12.207Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:49:12.207Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:49:12.207Z] Configure a credential helper to remove this warning. See [2023-09-20T17:49:12.207Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:49:12.207Z] [2023-09-20T17:49:12.207Z] Login Succeeded [2023-09-20T17:49:12.207Z] nexus3.edgexfoundry.org:10003 [2023-09-20T17:49:12.488Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:49:12.769Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:49:12.769Z] Configure a credential helper to remove this warning. See [2023-09-20T17:49:12.769Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:49:12.769Z] [2023-09-20T17:49:12.769Z] Login Succeeded [2023-09-20T17:49:12.769Z] nexus3.edgexfoundry.org:10004 [2023-09-20T17:49:13.051Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:49:13.051Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:49:13.051Z] Configure a credential helper to remove this warning. See [2023-09-20T17:49:13.051Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:49:13.051Z] [2023-09-20T17:49:13.051Z] Login Succeeded [2023-09-20T17:49:13.051Z] docker.io [2023-09-20T17:49:13.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-09-20T17:49:13.655Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-09-20T17:49:13.655Z] Configure a credential helper to remove this warning. See [2023-09-20T17:49:13.655Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-09-20T17:49:13.655Z] [2023-09-20T17:49:13.655Z] Login Succeeded [2023-09-20T17:49:13.655Z] ---> docker-login.sh ends [Pipeline] } [2023-09-20T17:49:13.904Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2023-09-20T17:49:14.740Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2023-09-20T17:49:14.778Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T17:49:14.815Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-09-20T17:49:14.851Z] ========================================================= [2023-09-20T17:49:14.851Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-09-20T17:49:14.851Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2023-09-20T17:49:15.254Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-20T17:49:15.526Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-09-20T17:49:15.526Z] 9fda8d8052c6: Pulling fs layer [2023-09-20T17:49:15.526Z] 5d54e960e981: Pulling fs layer [2023-09-20T17:49:15.526Z] c4a7e357bf2a: Pulling fs layer [2023-09-20T17:49:15.526Z] f0e02332f6b5: Pulling fs layer [2023-09-20T17:49:15.526Z] cefa15bbcfad: Pulling fs layer [2023-09-20T17:49:15.526Z] 17808c966233: Pulling fs layer [2023-09-20T17:49:15.526Z] f4c1fc716caa: Pulling fs layer [2023-09-20T17:49:15.526Z] f0e02332f6b5: Waiting [2023-09-20T17:49:15.526Z] cefa15bbcfad: Waiting [2023-09-20T17:49:15.526Z] 17808c966233: Waiting [2023-09-20T17:49:15.526Z] f4c1fc716caa: Waiting [2023-09-20T17:49:15.526Z] 5d54e960e981: Verifying Checksum [2023-09-20T17:49:15.526Z] 5d54e960e981: Download complete [2023-09-20T17:49:15.526Z] f0e02332f6b5: Verifying Checksum [2023-09-20T17:49:15.526Z] f0e02332f6b5: Download complete [2023-09-20T17:49:15.526Z] cefa15bbcfad: Verifying Checksum [2023-09-20T17:49:15.526Z] cefa15bbcfad: Download complete [2023-09-20T17:49:15.526Z] 9fda8d8052c6: Verifying Checksum [2023-09-20T17:49:15.526Z] 9fda8d8052c6: Download complete [2023-09-20T17:49:16.145Z] f4c1fc716caa: Verifying Checksum [2023-09-20T17:49:16.145Z] f4c1fc716caa: Download complete [2023-09-20T17:49:16.756Z] 9fda8d8052c6: Pull complete [2023-09-20T17:49:17.349Z] 5d54e960e981: Pull complete [2023-09-20T17:49:17.349Z] c4a7e357bf2a: Download complete [2023-09-20T17:49:18.319Z] 17808c966233: Verifying Checksum [2023-09-20T17:49:18.319Z] 17808c966233: Download complete [2023-09-20T17:49:30.668Z] c4a7e357bf2a: Pull complete [2023-09-20T17:49:30.668Z] f0e02332f6b5: Pull complete [2023-09-20T17:49:30.668Z] cefa15bbcfad: Pull complete [2023-09-20T17:49:36.080Z] 17808c966233: Pull complete [2023-09-20T17:49:37.061Z] f4c1fc716caa: Pull complete [2023-09-20T17:49:37.061Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-09-20T17:49:37.331Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-20T17:49:37.331Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2023-09-20T17:49:37.740Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-20T17:49:37.740Z] WORKDIR /edgex [2023-09-20T17:49:37.740Z] COPY go.mod . [2023-09-20T17:49:37.740Z] RUN go mod download [2023-09-20T17:49:37.740Z] + docker build -t ci-base-image-arm64 -f - . [2023-09-20T17:49:38.336Z] Sending build context to Docker daemon 2.994MB [2023-09-20T17:49:38.336Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-09-20T17:49:38.336Z] ---> ea914061e18c [2023-09-20T17:49:38.336Z] Step 2/4 : WORKDIR /edgex [2023-09-20T17:49:40.929Z] ---> Running in d83b49eea8f5 [2023-09-20T17:49:40.929Z] Removing intermediate container d83b49eea8f5 [2023-09-20T17:49:40.929Z] ---> 9a3d32b633cb [2023-09-20T17:49:40.929Z] Step 3/4 : COPY go.mod . [2023-09-20T17:49:41.518Z] ---> 0cfc27e76271 [2023-09-20T17:49:41.518Z] Step 4/4 : RUN go mod download [2023-09-20T17:49:41.518Z] ---> Running in 89bb4fb28c6f [2023-09-20T17:50:20.749Z] Removing intermediate container 89bb4fb28c6f [2023-09-20T17:50:20.749Z] ---> 8aed017dfe4d [2023-09-20T17:50:20.749Z] Successfully built 8aed017dfe4d [2023-09-20T17:50:20.749Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:50:21.172Z] + docker inspect -f . ci-base-image-arm64 [2023-09-20T17:50:21.172Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T17:50:21.482Z] prd-ubuntu20.04-docker-arm64-4c-16g-7177 does not seem to be running inside a container [2023-09-20T17:50:21.566Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-20T17:50:23.160Z] $ docker top ac0b58be280e4cfbec936ad7802224c4d8fdaad70f5afb78b0dac8a871c0281d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T17:50:24.119Z] + go version [2023-09-20T17:50:24.119Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-09-20T17:50:24.151Z] $ docker stop --time=1 ac0b58be280e4cfbec936ad7802224c4d8fdaad70f5afb78b0dac8a871c0281d [2023-09-20T17:50:25.904Z] $ docker rm -f --volumes ac0b58be280e4cfbec936ad7802224c4d8fdaad70f5afb78b0dac8a871c0281d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T17:50:26.811Z] + docker inspect -f . ci-base-image-arm64 [2023-09-20T17:50:26.812Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T17:50:27.100Z] prd-ubuntu20.04-docker-arm64-4c-16g-7177 does not seem to be running inside a container [2023-09-20T17:50:27.186Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-09-20T17:50:28.556Z] $ docker top 26281e5c9bd93b464b05816771c29ad0ef7b97de10e8c5ef5e833cae54599cd7 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-09-20T17:50:28.849Z] ========================================================= [2023-09-20T17:50:28.849Z] [edgeXBuildGoParallel] Running Tests and Build... [2023-09-20T17:50:28.849Z] ========================================================= [Pipeline] sh [2023-09-20T17:50:29.504Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2023-09-20T17:50:30.232Z] + make test [2023-09-20T17:50:30.232Z] go test -race -coverprofile=coverage.out ./... [2023-09-20T17:51:26.694Z] ? github.com/edgexfoundry/edgex-go [no test files] [2023-09-20T17:53:48.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2023-09-20T17:53:48.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2023-09-20T17:53:48.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2023-09-20T17:53:49.100Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2023-09-20T17:53:49.100Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2023-09-20T17:53:49.693Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2023-09-20T17:53:50.291Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2023-09-20T17:53:50.883Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2023-09-20T17:53:50.883Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2023-09-20T17:53:51.856Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2023-09-20T17:53:54.467Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2023-09-20T17:53:54.740Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2023-09-20T17:53:54.740Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2023-09-20T17:53:54.740Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2023-09-20T17:54:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2023-09-20T17:54:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2023-09-20T17:54:10.075Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.302s coverage: 28.7% of statements [2023-09-20T17:54:25.142Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.394s coverage: 97.0% of statements [2023-09-20T17:54:29.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2023-09-20T17:54:29.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2023-09-20T17:54:29.417Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2023-09-20T17:54:33.768Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.409s coverage: 69.2% of statements [2023-09-20T17:54:35.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2023-09-20T17:54:35.223Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2023-09-20T17:54:36.660Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.316s coverage: 53.0% of statements [2023-09-20T17:54:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2023-09-20T17:54:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2023-09-20T17:54:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:54:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2023-09-20T17:54:42.033Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2023-09-20T17:54:50.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2023-09-20T17:54:50.312Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2023-09-20T17:55:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 20.696s coverage: 93.4% of statements [2023-09-20T17:55:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.447s coverage: 4.1% of statements [2023-09-20T17:55:06.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2023-09-20T17:55:06.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:55:06.089Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2023-09-20T17:55:08.690Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2023-09-20T17:55:09.279Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 3.243s coverage: 97.6% of statements [2023-09-20T17:55:09.875Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.240s coverage: 72.2% of statements [2023-09-20T17:55:20.014Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2023-09-20T17:55:20.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2023-09-20T17:55:21.438Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.452s coverage: 0.9% of statements [2023-09-20T17:55:21.438Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.327s coverage: 32.2% of statements [2023-09-20T17:55:25.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.345s coverage: 41.7% of statements [2023-09-20T17:55:25.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.292s coverage: 82.9% of statements [2023-09-20T17:55:25.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.272s coverage: 94.1% of statements [2023-09-20T17:55:25.709Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.264s coverage: 96.3% of statements [2023-09-20T17:55:30.050Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.227s coverage: 87.5% of statements [2023-09-20T17:55:31.488Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2023-09-20T17:55:32.911Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2023-09-20T17:55:32.911Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2023-09-20T17:55:32.911Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2023-09-20T17:55:36.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2023-09-20T17:55:36.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2023-09-20T17:55:36.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2023-09-20T17:55:36.274Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2023-09-20T17:55:42.975Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.223s coverage: 94.4% of statements [2023-09-20T17:55:42.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2023-09-20T17:55:42.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2023-09-20T17:55:42.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2023-09-20T17:55:42.975Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2023-09-20T17:55:53.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2023-09-20T17:55:53.101Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2023-09-20T17:55:54.522Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 25.161s coverage: 79.9% of statements [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 21.283s coverage: 92.9% of statements [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.076s coverage: 64.4% of statements [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.226s coverage: 62.3% of statements [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.233s coverage: 87.2% of statements [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.188s coverage: 20.0% of statements [2023-09-20T17:55:57.131Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.187s coverage: 100.0% of statements [2023-09-20T17:55:59.085Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2023-09-20T17:55:59.357Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2023-09-20T17:55:59.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.592s coverage: 81.8% of statements [2023-09-20T17:56:00.212Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.403s coverage: 82.1% of statements [2023-09-20T17:56:00.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.229s coverage: 86.0% of statements [2023-09-20T17:56:06.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2023-09-20T17:56:06.175Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2023-09-20T17:56:07.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 2.002s coverage: 63.1% of statements [2023-09-20T17:56:07.597Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.283s coverage: 100.0% of statements [2023-09-20T17:56:09.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.112s coverage: 89.4% of statements [2023-09-20T17:56:09.023Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.084s coverage: 100.0% of statements [2023-09-20T17:56:09.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2023-09-20T17:56:09.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2023-09-20T17:56:09.305Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2023-09-20T17:56:09.896Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.085s coverage: 73.7% of statements [2023-09-20T17:56:10.488Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.069s coverage: 100.0% of statements [2023-09-20T17:56:17.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2023-09-20T17:56:17.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2023-09-20T17:56:17.172Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2023-09-20T17:56:19.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.902s coverage: 38.4% of statements [2023-09-20T17:56:19.133Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.259s coverage: 89.5% of statements [2023-09-20T17:56:23.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2023-09-20T17:56:23.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2023-09-20T17:56:23.415Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2023-09-20T17:56:23.415Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2023-09-20T17:56:24.005Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.237s coverage: 84.8% of statements [2023-09-20T17:56:30.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2023-09-20T17:56:30.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2023-09-20T17:56:30.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2023-09-20T17:56:30.678Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2023-09-20T17:56:37.603Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.303s coverage: 19.9% of statements [2023-09-20T17:56:37.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2023-09-20T17:56:37.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:56:37.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2023-09-20T17:56:37.603Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2023-09-20T17:56:38.193Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.654s coverage: 95.7% of statements [2023-09-20T17:56:41.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2023-09-20T17:56:41.555Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2023-09-20T17:56:42.970Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.299s coverage: 61.8% of statements [2023-09-20T17:56:44.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2023-09-20T17:56:44.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2023-09-20T17:56:46.336Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.422s coverage: 98.9% of statements [2023-09-20T17:56:46.925Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2023-09-20T17:56:46.925Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-09-20T17:56:46.925Z] go vet ./... [2023-09-20T17:58:53.636Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-09-20T17:58:53.636Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-09-20T17:58:53.911Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-09-20T17:58:54.538Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2023-09-20T17:58:55.212Z] + ls -al . [2023-09-20T17:58:55.212Z] total 728 [2023-09-20T17:58:55.212Z] drwxrwxr-x 11 1001 1001 4096 Sep 20 17:50 . [2023-09-20T17:58:55.212Z] drwxr-xr-x 4 root root 4096 Sep 20 17:50 .. [2023-09-20T17:58:55.212Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 17:48 .blubracket [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 16 Sep 20 17:48 .dockerignore [2023-09-20T17:58:55.212Z] drwxrwxr-x 8 1001 1001 4096 Sep 20 17:48 .git [2023-09-20T17:58:55.212Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 17:48 .github [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 1173 Sep 20 17:48 .gitignore [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 42 Sep 20 17:48 .golangci.yml [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 100 Sep 20 17:48 .hadolint.yml [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 166 Sep 20 17:48 .sonarcloud.properties [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 1171 Sep 20 17:48 ADOPTERS.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 11674 Sep 20 17:48 Attribution.txt [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 93407 Sep 20 17:48 CHANGELOG.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 3804 Sep 20 17:48 CONTRIBUTING.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 677 Sep 20 17:48 GOVERNANCE.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 883 Sep 20 17:48 Jenkinsfile [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 10775 Sep 20 17:48 LICENSE [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 14764 Sep 20 17:48 Makefile [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 582 Sep 20 17:48 OWNERS.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 9923 Sep 20 17:48 README.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 789 Sep 20 17:48 SECURITY.md [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 5 Sep 20 17:27 VERSION [2023-09-20T17:58:55.212Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 17:48 bin [2023-09-20T17:58:55.212Z] drwxrwxr-x 18 1001 1001 4096 Sep 20 17:48 cmd [2023-09-20T17:58:55.212Z] -rw-r--r-- 1 root root 453602 Sep 20 17:56 coverage.out [2023-09-20T17:58:55.212Z] drwxrwxr-x 2 1001 1001 4096 Sep 20 17:48 fuzz_test [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 3688 Sep 20 17:48 go.mod [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 34975 Sep 20 17:48 go.sum [2023-09-20T17:58:55.212Z] drwxrwxr-x 7 1001 1001 4096 Sep 20 17:48 internal [2023-09-20T17:58:55.212Z] drwxrwxr-x 3 1001 1001 4096 Sep 20 17:48 openapi [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 594 Sep 20 17:48 security.txt [2023-09-20T17:58:55.212Z] drwxrwxr-x 4 1001 1001 4096 Sep 20 17:48 snap [2023-09-20T17:58:55.212Z] -rw-rw-r-- 1 1001 1001 204 Sep 20 17:48 version.go [Pipeline] sh [2023-09-20T17:58:55.893Z] + '[' -e coverage.out ] [2023-09-20T17:58:55.894Z] + chown 1001:1001 coverage.out [Pipeline] stash [2023-09-20T17:58:55.935Z] Warning: overwriting stash ‘coverage-report’ [2023-09-20T17:58:56.879Z] Stashed 1 file(s) [Pipeline] sh [2023-09-20T17:58:57.655Z] + make build [2023-09-20T17:58:57.655Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-20T18:00:34.384Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-20T18:00:34.385Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-20T18:00:35.813Z] go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-20T18:00:39.155Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-20T18:01:12.070Z] go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-20T18:01:14.012Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-20T18:01:19.341Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-20T18:01:23.582Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-20T18:01:27.834Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-20T18:01:31.170Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-20T18:01:36.503Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2023-09-20T18:01:40.774Z] $ docker stop --time=1 26281e5c9bd93b464b05816771c29ad0ef7b97de10e8c5ef5e833cae54599cd7 [2023-09-20T18:01:43.562Z] $ docker rm -f --volumes 26281e5c9bd93b464b05816771c29ad0ef7b97de10e8c5ef5e833cae54599cd7 [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 [2023-09-20T18:01:46.339Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-20T18:01:46.339Z] [2023-09-20T18:01:46.339Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T18:01:46.739Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-20T18:01:46.739Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2023-09-20T18:01:46.739Z] 547446be3368: Pulling fs layer [2023-09-20T18:01:46.739Z] d125d8839a47: Pulling fs layer [2023-09-20T18:01:46.739Z] 3e85d5ac6304: Pulling fs layer [2023-09-20T18:01:46.739Z] c3105a71a48b: Pulling fs layer [2023-09-20T18:01:46.739Z] 0f093f025ec4: Pulling fs layer [2023-09-20T18:01:46.739Z] c3106fc0e877: Pulling fs layer [2023-09-20T18:01:46.739Z] c3105a71a48b: Waiting [2023-09-20T18:01:46.739Z] 0f093f025ec4: Waiting [2023-09-20T18:01:46.739Z] c3106fc0e877: Waiting [2023-09-20T18:01:47.007Z] 547446be3368: Verifying Checksum [2023-09-20T18:01:47.007Z] 547446be3368: Download complete [2023-09-20T18:01:47.007Z] c3105a71a48b: Verifying Checksum [2023-09-20T18:01:47.007Z] c3105a71a48b: Download complete [2023-09-20T18:01:47.274Z] d125d8839a47: Verifying Checksum [2023-09-20T18:01:47.275Z] d125d8839a47: Download complete [2023-09-20T18:01:47.540Z] c3106fc0e877: Verifying Checksum [2023-09-20T18:01:47.540Z] c3106fc0e877: Download complete [2023-09-20T18:01:47.540Z] 0f093f025ec4: Verifying Checksum [2023-09-20T18:01:47.540Z] 0f093f025ec4: Download complete [2023-09-20T18:01:47.807Z] 547446be3368: Pull complete [2023-09-20T18:01:48.764Z] d125d8839a47: Pull complete [2023-09-20T18:01:49.032Z] 3e85d5ac6304: Verifying Checksum [2023-09-20T18:01:49.032Z] 3e85d5ac6304: Download complete [2023-09-20T18:01:57.236Z] 3e85d5ac6304: Pull complete [2023-09-20T18:01:57.236Z] c3105a71a48b: Pull complete [2023-09-20T18:01:57.823Z] 0f093f025ec4: Pull complete [2023-09-20T18:01:58.091Z] c3106fc0e877: Pull complete [2023-09-20T18:01:58.091Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2023-09-20T18:01:58.091Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2023-09-20T18:01:58.091Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T18:01:58.429Z] prd-ubuntu20.04-docker-arm64-4c-16g-7177 does not seem to be running inside a container [2023-09-20T18:01:58.491Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2023-09-20T18:02:00.644Z] $ docker top 24864a56db4d5059122c03bc889a855af2f2ebeb631a92849cf50e97c4cd53bf -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T18:02:01.530Z] + docker compose -f ./docker-compose-build.yml build --parallel [2023-09-20T18:02:09.732Z] #1 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2023-09-20T18:02:09.732Z] #1 transferring dockerfile: 2.12kB done [2023-09-20T18:02:09.732Z] #1 DONE 0.1s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #2 [core-data internal] load build definition from Dockerfile [2023-09-20T18:02:10.690Z] #2 transferring dockerfile: 1.90kB done [2023-09-20T18:02:10.690Z] #2 DONE 0.0s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #3 [support-scheduler internal] load build definition from Dockerfile [2023-09-20T18:02:10.690Z] #3 transferring dockerfile: 1.82kB done [2023-09-20T18:02:10.690Z] #3 DONE 0.1s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #4 [security-spire-config internal] load build definition from Dockerfile [2023-09-20T18:02:10.690Z] #4 transferring dockerfile: 1.58kB done [2023-09-20T18:02:10.690Z] #4 DONE 0.0s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #5 [security-proxy-setup internal] load build definition from Dockerfile [2023-09-20T18:02:10.690Z] #5 transferring dockerfile: 2.39kB done [2023-09-20T18:02:10.690Z] #5 DONE 0.0s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2023-09-20T18:02:10.690Z] #6 transferring dockerfile: 1.78kB done [2023-09-20T18:02:10.690Z] #6 DONE 0.1s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2023-09-20T18:02:10.690Z] #7 transferring dockerfile: 2.82kB done [2023-09-20T18:02:10.690Z] #7 DONE 0.1s [2023-09-20T18:02:10.690Z] [2023-09-20T18:02:10.690Z] #8 [core-metadata internal] load build definition from Dockerfile [2023-09-20T18:02:10.956Z] #8 transferring dockerfile: 1.96kB done [2023-09-20T18:02:10.956Z] #8 DONE 0.1s [2023-09-20T18:02:10.956Z] [2023-09-20T18:02:10.956Z] #9 [support-notifications internal] load build definition from Dockerfile [2023-09-20T18:02:10.956Z] #9 transferring dockerfile: 1.84kB done [2023-09-20T18:02:10.956Z] #9 DONE 0.1s [2023-09-20T18:02:10.956Z] [2023-09-20T18:02:10.957Z] #10 [core-command internal] load build definition from Dockerfile [2023-09-20T18:02:10.957Z] #10 transferring dockerfile: 1.82kB 0.0s done [2023-09-20T18:02:10.957Z] #10 DONE 0.1s [2023-09-20T18:02:10.957Z] [2023-09-20T18:02:10.957Z] #11 [security-spire-server internal] load build definition from Dockerfile [2023-09-20T18:02:10.957Z] #11 transferring dockerfile: 1.59kB done [2023-09-20T18:02:10.957Z] #11 DONE 0.1s [2023-09-20T18:02:10.957Z] [2023-09-20T18:02:10.957Z] #12 [security-proxy-auth internal] load build definition from Dockerfile [2023-09-20T18:02:11.222Z] #12 transferring dockerfile: 2.04kB done [2023-09-20T18:02:11.222Z] #12 DONE 0.1s [2023-09-20T18:02:11.222Z] [2023-09-20T18:02:11.222Z] #13 [security-spire-agent internal] load build definition from Dockerfile [2023-09-20T18:02:11.222Z] #13 transferring dockerfile: 1.70kB done [2023-09-20T18:02:11.222Z] #13 DONE 0.1s [2023-09-20T18:02:11.222Z] [2023-09-20T18:02:11.222Z] #14 [security-secretstore-setup internal] load build definition from Dockerfile [2023-09-20T18:02:11.222Z] #14 transferring dockerfile: 2.38kB done [2023-09-20T18:02:11.222Z] #14 DONE 0.1s [2023-09-20T18:02:11.222Z] [2023-09-20T18:02:11.222Z] #15 [core-common-config-bootstrapper internal] load .dockerignore [2023-09-20T18:02:11.222Z] #15 transferring context: 56B done [2023-09-20T18:02:11.222Z] #15 DONE 0.0s [2023-09-20T18:02:11.805Z] [2023-09-20T18:02:11.805Z] #16 [core-data internal] load .dockerignore [2023-09-20T18:02:11.805Z] #16 transferring context: 56B done [2023-09-20T18:02:11.805Z] #16 DONE 0.0s [2023-09-20T18:02:11.805Z] [2023-09-20T18:02:11.805Z] #17 [support-scheduler internal] load .dockerignore [2023-09-20T18:02:11.805Z] #17 transferring context: 56B done [2023-09-20T18:02:12.072Z] #17 DONE 0.1s [2023-09-20T18:02:12.072Z] [2023-09-20T18:02:12.072Z] #18 [security-spire-config internal] load .dockerignore [2023-09-20T18:02:12.072Z] #18 transferring context: 56B done [2023-09-20T18:02:12.072Z] #18 DONE 0.0s [2023-09-20T18:02:12.072Z] [2023-09-20T18:02:12.072Z] #19 [security-proxy-setup internal] load .dockerignore [2023-09-20T18:02:12.072Z] #19 transferring context: 56B done [2023-09-20T18:02:12.072Z] #19 DONE 0.1s [2023-09-20T18:02:12.072Z] [2023-09-20T18:02:12.072Z] #20 [security-spiffe-token-provider internal] load .dockerignore [2023-09-20T18:02:12.072Z] #20 transferring context: 56B done [2023-09-20T18:02:12.072Z] #20 DONE 0.0s [2023-09-20T18:02:12.072Z] [2023-09-20T18:02:12.072Z] #21 [security-bootstrapper internal] load .dockerignore [2023-09-20T18:02:12.338Z] #21 transferring context: 56B done [2023-09-20T18:02:12.338Z] #21 DONE 0.1s [2023-09-20T18:02:12.338Z] [2023-09-20T18:02:12.338Z] #22 [core-metadata internal] load .dockerignore [2023-09-20T18:02:12.338Z] #22 transferring context: 56B 0.0s done [2023-09-20T18:02:12.338Z] #22 DONE 0.1s [2023-09-20T18:02:12.338Z] [2023-09-20T18:02:12.338Z] #23 [support-notifications internal] load .dockerignore [2023-09-20T18:02:12.338Z] #23 transferring context: 56B done [2023-09-20T18:02:12.338Z] #23 DONE 0.1s [2023-09-20T18:02:12.338Z] [2023-09-20T18:02:12.338Z] #24 [core-command internal] load .dockerignore [2023-09-20T18:02:12.338Z] #24 transferring context: 56B done [2023-09-20T18:02:12.338Z] #24 DONE 0.1s [2023-09-20T18:02:12.338Z] [2023-09-20T18:02:12.338Z] #25 [security-spire-server internal] load .dockerignore [2023-09-20T18:02:12.338Z] #25 transferring context: 56B 0.0s done [2023-09-20T18:02:12.611Z] #25 DONE 0.1s [2023-09-20T18:02:12.611Z] [2023-09-20T18:02:12.611Z] #26 [security-proxy-auth internal] load .dockerignore [2023-09-20T18:02:12.611Z] #26 transferring context: 56B 0.0s done [2023-09-20T18:02:12.611Z] #26 DONE 0.1s [2023-09-20T18:02:12.611Z] [2023-09-20T18:02:12.611Z] #27 [security-spire-agent internal] load .dockerignore [2023-09-20T18:02:12.611Z] #27 transferring context: 56B done [2023-09-20T18:02:12.611Z] #27 DONE 0.1s [2023-09-20T18:02:12.611Z] [2023-09-20T18:02:12.611Z] #28 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:12.876Z] #28 DONE 0.0s [2023-09-20T18:02:12.876Z] [2023-09-20T18:02:12.876Z] #29 [security-secretstore-setup internal] load .dockerignore [2023-09-20T18:02:12.876Z] #29 transferring context: 56B 0.0s done [2023-09-20T18:02:12.876Z] #29 DONE 0.1s [2023-09-20T18:02:12.876Z] [2023-09-20T18:02:12.876Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:12.876Z] #30 DONE 0.1s [2023-09-20T18:02:12.876Z] [2023-09-20T18:02:12.876Z] #31 [core-common-config-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:12.876Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:12.876Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:12.876Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:12.876Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:12.876Z] #31 DONE 0.1s [2023-09-20T18:02:12.876Z] [2023-09-20T18:02:12.876Z] #32 [core-common-config-bootstrapper stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-20T18:02:13.455Z] #32 ... [2023-09-20T18:02:13.455Z] [2023-09-20T18:02:13.455Z] #28 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:13.455Z] #28 DONE 0.0s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #31 [core-data stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:13.726Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:13.726Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:13.726Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:13.726Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:13.726Z] #31 DONE 0.2s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #28 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:13.726Z] #28 DONE 0.0s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #33 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:13.726Z] #33 DONE 1.4s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #34 [core-data builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:13.726Z] #34 ... [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #31 [support-scheduler stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:13.726Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:13.726Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:13.726Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:13.726Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:13.726Z] #31 DONE 0.2s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #33 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:13.726Z] #33 DONE 1.4s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #34 [support-scheduler builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:13.726Z] #34 ... [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #28 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:13.726Z] #28 DONE 0.0s [2023-09-20T18:02:13.726Z] [2023-09-20T18:02:13.726Z] #30 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:13.726Z] #30 DONE 0.4s [2023-09-20T18:02:13.991Z] [2023-09-20T18:02:13.991Z] #31 [security-proxy-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:13.991Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:13.991Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:13.991Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:13.991Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:13.991Z] #31 DONE 0.3s [2023-09-20T18:02:13.991Z] [2023-09-20T18:02:13.991Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:13.991Z] #35 DONE 0.0s [2023-09-20T18:02:13.991Z] [2023-09-20T18:02:13.991Z] #33 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:13.991Z] #33 DONE 1.4s [2023-09-20T18:02:13.991Z] [2023-09-20T18:02:13.991Z] #34 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:13.991Z] #34 DONE 0.9s [2023-09-20T18:02:13.991Z] [2023-09-20T18:02:13.991Z] #28 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:13.991Z] #28 DONE 0.0s [2023-09-20T18:02:13.991Z] [2023-09-20T18:02:13.991Z] #36 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-20T18:02:14.256Z] #36 ... [2023-09-20T18:02:14.256Z] [2023-09-20T18:02:14.256Z] #28 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:14.256Z] #28 DONE 0.0s [2023-09-20T18:02:14.256Z] [2023-09-20T18:02:14.256Z] #31 [security-spiffe-token-provider stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:14.256Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:14.256Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:14.256Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:14.256Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:14.257Z] #31 DONE 0.3s [2023-09-20T18:02:14.257Z] [2023-09-20T18:02:14.257Z] #33 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:14.257Z] #33 DONE 1.4s [2023-09-20T18:02:14.257Z] [2023-09-20T18:02:14.257Z] #28 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:14.257Z] #28 DONE 0.0s [2023-09-20T18:02:14.257Z] [2023-09-20T18:02:14.257Z] #34 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:14.257Z] #34 DONE 1.0s [2023-09-20T18:02:14.257Z] [2023-09-20T18:02:14.257Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:14.525Z] #37 ... [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #31 [core-metadata stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:14.525Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:14.525Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:14.525Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:14.525Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:14.525Z] #31 DONE 0.4s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #33 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:14.525Z] #33 DONE 1.5s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #30 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:14.525Z] #30 DONE 0.7s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #34 [core-metadata builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:14.525Z] #34 DONE 1.0s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #31 [security-bootstrapper stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:14.525Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:14.525Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:14.525Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:14.525Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:14.525Z] #31 DONE 0.4s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #33 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:14.525Z] #33 DONE 1.5s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #34 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:14.525Z] #34 DONE 1.0s [2023-09-20T18:02:14.525Z] [2023-09-20T18:02:14.525Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:14.790Z] #37 ... [2023-09-20T18:02:14.790Z] [2023-09-20T18:02:14.790Z] #28 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:14.790Z] #28 DONE 0.0s [2023-09-20T18:02:14.790Z] [2023-09-20T18:02:14.790Z] #30 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:14.790Z] #30 DONE 0.8s [2023-09-20T18:02:14.790Z] [2023-09-20T18:02:14.790Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:15.057Z] #37 ... [2023-09-20T18:02:15.057Z] [2023-09-20T18:02:15.057Z] #31 [support-notifications stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:15.057Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:15.057Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:15.057Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:15.058Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:15.058Z] #31 DONE 0.4s [2023-09-20T18:02:15.058Z] [2023-09-20T18:02:15.058Z] #33 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:15.058Z] #33 DONE 1.5s [2023-09-20T18:02:15.058Z] [2023-09-20T18:02:15.058Z] #34 [support-notifications builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:15.058Z] #34 DONE 1.0s [2023-09-20T18:02:15.058Z] [2023-09-20T18:02:15.058Z] #28 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:15.058Z] #28 DONE 0.0s [2023-09-20T18:02:15.058Z] [2023-09-20T18:02:15.058Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:15.324Z] #37 ... [2023-09-20T18:02:15.324Z] [2023-09-20T18:02:15.324Z] #28 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:15.324Z] #28 DONE 0.0s [2023-09-20T18:02:15.324Z] [2023-09-20T18:02:15.324Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:15.911Z] #37 ... [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #31 [core-command stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:15.911Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:15.911Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:15.911Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:15.911Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:15.911Z] #31 DONE 0.4s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #33 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:15.911Z] #33 DONE 1.5s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #34 [core-command builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:15.911Z] #34 DONE 1.0s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #30 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:15.911Z] #30 DONE 1.5s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #31 [security-proxy-auth stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:15.911Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:15.911Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:15.911Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:15.911Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:15.911Z] #31 DONE 0.4s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #33 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:15.911Z] #33 DONE 1.5s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #34 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:15.911Z] #34 DONE 1.0s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #28 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2023-09-20T18:02:15.911Z] #28 DONE 0.0s [2023-09-20T18:02:15.911Z] [2023-09-20T18:02:15.911Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:16.176Z] #30 ... [2023-09-20T18:02:16.176Z] [2023-09-20T18:02:16.177Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2023-09-20T18:02:16.177Z] #38 DONE 2.4s [2023-09-20T18:02:16.177Z] [2023-09-20T18:02:16.177Z] #31 [security-spire-config stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:16.177Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:16.177Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:16.177Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:16.177Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:16.177Z] #31 DONE 0.4s [2023-09-20T18:02:16.177Z] [2023-09-20T18:02:16.177Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:16.177Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:16.177Z] #39 ... [2023-09-20T18:02:16.177Z] [2023-09-20T18:02:16.177Z] #31 [security-spire-server stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:16.177Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:16.177Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:16.177Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:16.177Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:16.177Z] #31 DONE 0.4s [2023-09-20T18:02:16.177Z] [2023-09-20T18:02:16.177Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:17.585Z] #39 ... [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2023-09-20T18:02:17.585Z] #30 DONE 3.1s [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #40 [security-spire-config internal] load build context [2023-09-20T18:02:17.585Z] #40 transferring context: 16.36kB 0.1s done [2023-09-20T18:02:17.585Z] #40 DONE 1.4s [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:17.585Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.4s done [2023-09-20T18:02:17.585Z] #39 ... [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #31 [security-secretstore-setup stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:17.585Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:17.585Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:17.585Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:17.585Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:17.585Z] #31 DONE 0.4s [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #33 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2023-09-20T18:02:17.585Z] #33 DONE 1.5s [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #34 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2023-09-20T18:02:17.585Z] #34 DONE 1.0s [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:02:17.585Z] #41 DONE 0.0s [2023-09-20T18:02:17.585Z] [2023-09-20T18:02:17.585Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:17.585Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.4s done [2023-09-20T18:02:18.166Z] #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-20T18:02:18.431Z] #39 ... [2023-09-20T18:02:18.431Z] [2023-09-20T18:02:18.431Z] #42 [security-spire-server internal] load build context [2023-09-20T18:02:18.431Z] #42 transferring context: 18.11kB 0.4s done [2023-09-20T18:02:18.431Z] #42 DONE 2.1s [2023-09-20T18:02:18.431Z] [2023-09-20T18:02:18.431Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:18.698Z] #43 ... [2023-09-20T18:02:18.698Z] [2023-09-20T18:02:18.698Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:18.698Z] #39 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-20T18:02:18.964Z] #39 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-20T18:02:19.230Z] #39 ... [2023-09-20T18:02:19.230Z] [2023-09-20T18:02:19.230Z] #44 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2023-09-20T18:02:19.230Z] #44 DONE 3.4s [2023-09-20T18:02:19.230Z] [2023-09-20T18:02:19.230Z] #45 [core-data internal] load build context [2023-09-20T18:02:19.497Z] #45 ... [2023-09-20T18:02:19.497Z] [2023-09-20T18:02:19.497Z] #31 [security-spire-agent stage-1 1/8] FROM docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a [2023-09-20T18:02:19.497Z] #31 resolve docker.io/library/alpine:3.18@sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 0.0s done [2023-09-20T18:02:19.497Z] #31 sha256:7144f7bab3d4c2648d7e59409f15ec52a18006a128c733fcff20d3a4a54ba44a 1.64kB / 1.64kB done [2023-09-20T18:02:19.497Z] #31 sha256:b312e4b0e2c665d634602411fcb7c2699ba748c36f59324457bc17de485f36f6 528B / 528B done [2023-09-20T18:02:19.497Z] #31 sha256:f6648c04cd6ce95adc05b3aa55265007b95d64d508755be8506cee652792952c 1.49kB / 1.49kB done [2023-09-20T18:02:19.497Z] #31 DONE 0.4s [2023-09-20T18:02:19.497Z] [2023-09-20T18:02:19.497Z] #45 [core-data internal] load build context [2023-09-20T18:02:19.497Z] #45 ... [2023-09-20T18:02:19.497Z] [2023-09-20T18:02:19.497Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:02:19.497Z] #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:02:20.078Z] #46 ... [2023-09-20T18:02:20.078Z] [2023-09-20T18:02:20.079Z] #32 [support-scheduler stage-1 2/8] RUN apk add --update --no-cache dumb-init [2023-09-20T18:02:20.079Z] #32 3.637 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:20.079Z] #32 4.242 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:20.079Z] #32 5.618 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:20.079Z] #32 5.676 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:20.079Z] #32 5.697 OK: 8 MiB in 16 packages [2023-09-20T18:02:20.079Z] #32 DONE 7.6s [2023-09-20T18:02:20.079Z] [2023-09-20T18:02:20.079Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:20.079Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.4s done [2023-09-20T18:02:20.079Z] #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2023-09-20T18:02:20.079Z] #39 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2023-09-20T18:02:20.079Z] #39 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2023-09-20T18:02:20.079Z] #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.9s [2023-09-20T18:02:20.079Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0B / 120B 0.9s [2023-09-20T18:02:20.347Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.3s [2023-09-20T18:02:20.347Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0B / 123.55kB 1.3s [2023-09-20T18:02:20.935Z] #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 1.9s done [2023-09-20T18:02:20.935Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 1.9s done [2023-09-20T18:02:20.935Z] #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2023-09-20T18:02:21.201Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.0s [2023-09-20T18:02:21.201Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 2.0s [2023-09-20T18:02:21.201Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.2s done [2023-09-20T18:02:21.474Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.2s done [2023-09-20T18:02:22.066Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.10MB / 23.39MB 3.0s [2023-09-20T18:02:22.066Z] #39 ... [2023-09-20T18:02:22.066Z] [2023-09-20T18:02:22.066Z] #47 [security-spire-agent internal] load build context [2023-09-20T18:02:22.066Z] #47 transferring context: 17.64kB 0.4s done [2023-09-20T18:02:22.066Z] #47 DONE 2.5s [2023-09-20T18:02:22.334Z] [2023-09-20T18:02:22.334Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:22.611Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.52MB / 23.39MB 3.6s [2023-09-20T18:02:23.194Z] #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2023-09-20T18:02:23.194Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 4.3s [2023-09-20T18:02:23.776Z] #39 ... [2023-09-20T18:02:23.776Z] [2023-09-20T18:02:23.777Z] #48 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-20T18:02:23.777Z] #0 8.096 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:23.777Z] #0 9.442 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:23.777Z] #48 ... [2023-09-20T18:02:23.777Z] [2023-09-20T18:02:23.777Z] #49 [support-scheduler internal] load build context [2023-09-20T18:02:24.044Z] #49 ... [2023-09-20T18:02:24.044Z] [2023-09-20T18:02:24.044Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:24.044Z] #39 ... [2023-09-20T18:02:24.044Z] [2023-09-20T18:02:24.044Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T18:02:24.309Z] #50 ... [2023-09-20T18:02:24.309Z] [2023-09-20T18:02:24.309Z] #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-20T18:02:24.309Z] #51 ... [2023-09-20T18:02:24.309Z] [2023-09-20T18:02:24.309Z] #52 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T18:02:24.309Z] #0 8.545 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:24.574Z] #52 ... [2023-09-20T18:02:24.574Z] [2023-09-20T18:02:24.574Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:24.574Z] #35 ... [2023-09-20T18:02:24.574Z] [2023-09-20T18:02:24.574Z] #53 [core-metadata internal] load build context [2023-09-20T18:02:24.841Z] #53 ... [2023-09-20T18:02:24.841Z] [2023-09-20T18:02:24.841Z] #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-20T18:02:24.841Z] #54 ... [2023-09-20T18:02:24.841Z] [2023-09-20T18:02:24.841Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:02:25.110Z] #55 ... [2023-09-20T18:02:25.110Z] [2023-09-20T18:02:25.110Z] #56 [support-notifications internal] load build context [2023-09-20T18:02:25.110Z] #56 ... [2023-09-20T18:02:25.110Z] [2023-09-20T18:02:25.110Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-20T18:02:25.110Z] #57 ... [2023-09-20T18:02:25.110Z] [2023-09-20T18:02:25.110Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-20T18:02:25.110Z] #0 6.125 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:25.110Z] #0 6.796 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:25.110Z] #0 10.16 (1/2) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:25.110Z] #0 10.16 (2/2) Installing su-exec (0.2-r3) [2023-09-20T18:02:25.110Z] #0 10.16 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:25.110Z] #0 10.16 OK: 8 MiB in 17 packages [2023-09-20T18:02:25.380Z] #58 ... [2023-09-20T18:02:25.380Z] [2023-09-20T18:02:25.380Z] #59 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-20T18:02:25.380Z] #59 ... [2023-09-20T18:02:25.380Z] [2023-09-20T18:02:25.380Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:25.380Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 6.5s [2023-09-20T18:02:25.960Z] #39 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2023-09-20T18:02:25.960Z] #39 ... [2023-09-20T18:02:25.960Z] [2023-09-20T18:02:25.960Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:25.960Z] #37 ... [2023-09-20T18:02:25.960Z] [2023-09-20T18:02:25.960Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:25.960Z] #60 ... [2023-09-20T18:02:25.960Z] [2023-09-20T18:02:25.960Z] #61 [core-command internal] load build context [2023-09-20T18:02:26.226Z] #61 ... [2023-09-20T18:02:26.226Z] [2023-09-20T18:02:26.226Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:26.811Z] #39 ... [2023-09-20T18:02:26.811Z] [2023-09-20T18:02:26.811Z] #58 [security-bootstrapper stage-1 2/15] RUN apk add --update --no-cache dumb-init su-exec [2023-09-20T18:02:26.811Z] #58 DONE 11.9s [2023-09-20T18:02:26.811Z] [2023-09-20T18:02:26.811Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:26.811Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 7.8s [2023-09-20T18:02:26.811Z] #39 ... [2023-09-20T18:02:26.811Z] [2023-09-20T18:02:26.811Z] #62 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-20T18:02:27.080Z] #62 ... [2023-09-20T18:02:27.080Z] [2023-09-20T18:02:27.080Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:27.347Z] #39 ... [2023-09-20T18:02:27.347Z] [2023-09-20T18:02:27.347Z] #63 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-20T18:02:27.347Z] #63 ... [2023-09-20T18:02:27.347Z] [2023-09-20T18:02:27.347Z] #64 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-20T18:02:27.931Z] #64 ... [2023-09-20T18:02:27.931Z] [2023-09-20T18:02:27.931Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:02:27.931Z] #41 transferring context: 3.53MB 8.9s [2023-09-20T18:02:27.931Z] #41 ... [2023-09-20T18:02:27.931Z] [2023-09-20T18:02:27.931Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:27.931Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 9.0s [2023-09-20T18:02:28.889Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 9.6s [2023-09-20T18:02:28.889Z] #39 ... [2023-09-20T18:02:28.889Z] [2023-09-20T18:02:28.889Z] #65 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-20T18:02:28.889Z] #65 ... [2023-09-20T18:02:28.889Z] [2023-09-20T18:02:28.889Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:02:28.889Z] #46 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.5s done [2023-09-20T18:02:28.889Z] #46 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2023-09-20T18:02:28.889Z] #46 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2023-09-20T18:02:28.889Z] #46 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2023-09-20T18:02:28.889Z] #46 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2023-09-20T18:02:28.889Z] #46 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2023-09-20T18:02:28.889Z] #46 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2023-09-20T18:02:28.889Z] #46 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.2s done [2023-09-20T18:02:28.889Z] #46 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.63MB / 17.12MB 7.4s [2023-09-20T18:02:28.889Z] #46 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.1s done [2023-09-20T18:02:28.889Z] #46 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2023-09-20T18:02:28.889Z] #46 ... [2023-09-20T18:02:28.889Z] [2023-09-20T18:02:28.889Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:29.160Z] #43 ... [2023-09-20T18:02:29.160Z] [2023-09-20T18:02:29.160Z] #48 [core-data stage-1 2/6] RUN apk add --update --no-cache dumb-init [2023-09-20T18:02:29.160Z] #48 13.00 (1/1) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:29.160Z] #48 13.00 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:29.160Z] #48 13.11 OK: 8 MiB in 16 packages [2023-09-20T18:02:29.160Z] #48 DONE 15.3s [2023-09-20T18:02:29.160Z] [2023-09-20T18:02:29.160Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:29.750Z] #39 ... [2023-09-20T18:02:29.750Z] [2023-09-20T18:02:29.750Z] #45 [core-data internal] load build context [2023-09-20T18:02:29.750Z] #45 ... [2023-09-20T18:02:29.750Z] [2023-09-20T18:02:29.750Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:30.016Z] #43 ... [2023-09-20T18:02:30.016Z] [2023-09-20T18:02:30.016Z] #52 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T18:02:30.016Z] #52 10.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:30.016Z] #52 14.53 OK: 266 MiB in 52 packages [2023-09-20T18:02:30.016Z] #52 DONE 16.1s [2023-09-20T18:02:30.016Z] [2023-09-20T18:02:30.016Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:30.283Z] #43 ... [2023-09-20T18:02:30.283Z] [2023-09-20T18:02:30.283Z] #36 [security-proxy-setup stage-1 2/10] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2023-09-20T18:02:30.283Z] #36 7.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:30.283Z] #36 8.673 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:30.283Z] #36 13.65 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:30.283Z] #36 13.65 (2/4) Installing openssl (3.1.2-r0) [2023-09-20T18:02:30.283Z] #36 13.65 (3/4) Installing su-exec (0.2-r3) [2023-09-20T18:02:30.283Z] #36 13.80 (4/4) Installing yq (4.33.3-r3) [2023-09-20T18:02:30.283Z] #36 14.89 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:30.283Z] #36 15.03 OK: 18 MiB in 19 packages [2023-09-20T18:02:30.283Z] #36 DONE 16.1s [2023-09-20T18:02:30.283Z] [2023-09-20T18:02:30.283Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:32.226Z] #43 ... [2023-09-20T18:02:32.226Z] [2023-09-20T18:02:32.226Z] #66 [security-proxy-setup stage-1 3/10] WORKDIR /edgex [2023-09-20T18:02:32.226Z] #66 DONE 1.8s [2023-09-20T18:02:32.226Z] [2023-09-20T18:02:32.226Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:32.226Z] #43 transferring context: 53.59MB 19.2s [2023-09-20T18:02:34.184Z] #43 ... [2023-09-20T18:02:34.184Z] [2023-09-20T18:02:34.184Z] #49 [support-scheduler internal] load build context [2023-09-20T18:02:34.184Z] #49 ... [2023-09-20T18:02:34.184Z] [2023-09-20T18:02:34.184Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:34.769Z] #43 ... [2023-09-20T18:02:34.769Z] [2023-09-20T18:02:34.769Z] #53 [core-metadata internal] load build context [2023-09-20T18:02:35.035Z] #53 ... [2023-09-20T18:02:35.035Z] [2023-09-20T18:02:35.035Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:35.035Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 13.3s done [2023-09-20T18:02:35.035Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 2.2s [2023-09-20T18:02:35.301Z] #39 ... [2023-09-20T18:02:35.301Z] [2023-09-20T18:02:35.301Z] #56 [support-notifications internal] load build context [2023-09-20T18:02:35.301Z] #56 ... [2023-09-20T18:02:35.301Z] [2023-09-20T18:02:35.301Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:02:35.567Z] #55 ... [2023-09-20T18:02:35.567Z] [2023-09-20T18:02:35.567Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:35.567Z] #35 ... [2023-09-20T18:02:35.567Z] [2023-09-20T18:02:35.567Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:36.162Z] #39 ... [2023-09-20T18:02:36.162Z] [2023-09-20T18:02:36.162Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:36.162Z] #37 ... [2023-09-20T18:02:36.162Z] [2023-09-20T18:02:36.162Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:36.431Z] #35 ... [2023-09-20T18:02:36.431Z] [2023-09-20T18:02:36.431Z] #61 [core-command internal] load build context [2023-09-20T18:02:36.697Z] #61 ... [2023-09-20T18:02:36.697Z] [2023-09-20T18:02:36.697Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:36.697Z] #39 ... [2023-09-20T18:02:36.697Z] [2023-09-20T18:02:36.697Z] #50 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T18:02:36.697Z] #50 12.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.697Z] #50 14.10 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.697Z] #50 19.44 OK: 266 MiB in 52 packages [2023-09-20T18:02:36.963Z] #50 ... [2023-09-20T18:02:36.963Z] [2023-09-20T18:02:36.963Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:36.963Z] #60 ... [2023-09-20T18:02:36.963Z] [2023-09-20T18:02:36.963Z] #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-20T18:02:36.963Z] #54 12.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.963Z] #54 14.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.963Z] #54 20.03 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T18:02:36.963Z] #54 20.06 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T18:02:36.963Z] #54 20.06 OK: 19940 distinct packages available [2023-09-20T18:02:36.963Z] #54 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.963Z] #54 ... [2023-09-20T18:02:36.963Z] [2023-09-20T18:02:36.963Z] #57 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2023-09-20T18:02:36.963Z] #57 11.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.963Z] #57 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:36.963Z] #57 18.26 OK: 266 MiB in 52 packages [2023-09-20T18:02:37.229Z] #57 DONE 22.1s [2023-09-20T18:02:37.229Z] [2023-09-20T18:02:37.229Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:37.494Z] #60 ... [2023-09-20T18:02:37.494Z] [2023-09-20T18:02:37.494Z] #50 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2023-09-20T18:02:37.494Z] #50 DONE 24.2s [2023-09-20T18:02:37.494Z] [2023-09-20T18:02:37.494Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:38.076Z] #60 ... [2023-09-20T18:02:38.076Z] [2023-09-20T18:02:38.076Z] #64 [security-bootstrapper stage-1 3/15] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2023-09-20T18:02:38.076Z] #64 DONE 10.8s [2023-09-20T18:02:38.076Z] [2023-09-20T18:02:38.076Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:38.076Z] #60 transferring context: 11.50MB 21.8s [2023-09-20T18:02:38.076Z] #60 ... [2023-09-20T18:02:38.076Z] [2023-09-20T18:02:38.076Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:02:38.341Z] #41 ... [2023-09-20T18:02:38.341Z] [2023-09-20T18:02:38.341Z] #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-20T18:02:38.607Z] #67 ... [2023-09-20T18:02:38.607Z] [2023-09-20T18:02:38.607Z] #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-20T18:02:38.607Z] #51 14.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:38.607Z] #51 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:38.607Z] #51 21.83 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T18:02:38.607Z] #51 21.83 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T18:02:38.607Z] #51 21.83 OK: 19940 distinct packages available [2023-09-20T18:02:38.607Z] #51 23.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:38.607Z] #51 ... [2023-09-20T18:02:38.607Z] [2023-09-20T18:02:38.607Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:02:39.190Z] #41 ... [2023-09-20T18:02:39.190Z] [2023-09-20T18:02:39.190Z] #67 [security-bootstrapper stage-1 4/15] WORKDIR /edgex-init-staging [2023-09-20T18:02:39.190Z] #67 DONE 0.9s [2023-09-20T18:02:39.190Z] [2023-09-20T18:02:39.190Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:39.457Z] #37 ... [2023-09-20T18:02:39.457Z] [2023-09-20T18:02:39.457Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:02:39.457Z] #46 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 9.2s done [2023-09-20T18:02:39.457Z] #46 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 8.6s [2023-09-20T18:02:39.457Z] #46 ... [2023-09-20T18:02:39.457Z] [2023-09-20T18:02:39.457Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:40.043Z] #37 ... [2023-09-20T18:02:40.043Z] [2023-09-20T18:02:40.043Z] #45 [core-data internal] load build context [2023-09-20T18:02:40.043Z] #45 ... [2023-09-20T18:02:40.043Z] [2023-09-20T18:02:40.043Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:40.309Z] #37 ... [2023-09-20T18:02:40.309Z] [2023-09-20T18:02:40.309Z] #59 [support-notifications stage-1 2/6] RUN apk add --update --no-cache ca-certificates dumb-init [2023-09-20T18:02:40.309Z] #59 14.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:40.309Z] #59 16.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:40.309Z] #59 21.39 (1/2) Installing ca-certificates (20230506-r0) [2023-09-20T18:02:40.309Z] #59 22.02 (2/2) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:40.309Z] #59 22.08 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:40.309Z] #59 22.20 Executing ca-certificates-20230506-r0.trigger [2023-09-20T18:02:40.309Z] #59 22.98 OK: 9 MiB in 17 packages [2023-09-20T18:02:40.309Z] #59 DONE 24.9s [2023-09-20T18:02:40.309Z] [2023-09-20T18:02:40.309Z] #45 [core-data internal] load build context [2023-09-20T18:02:41.715Z] #45 ... [2023-09-20T18:02:41.715Z] [2023-09-20T18:02:41.715Z] #62 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-20T18:02:41.715Z] #62 14.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:41.715Z] #62 16.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:41.715Z] #62 22.54 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T18:02:41.715Z] #62 22.54 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T18:02:41.715Z] #62 22.54 OK: 19940 distinct packages available [2023-09-20T18:02:41.715Z] #62 23.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:41.715Z] #62 24.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:41.981Z] #62 ... [2023-09-20T18:02:41.981Z] [2023-09-20T18:02:41.981Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:41.981Z] #35 ... [2023-09-20T18:02:41.981Z] [2023-09-20T18:02:41.981Z] #65 [security-secretstore-setup stage-1 2/12] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2023-09-20T18:02:41.981Z] #65 13.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:41.981Z] #65 15.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:41.981Z] #65 19.92 (1/4) Installing ca-certificates (20230506-r0) [2023-09-20T18:02:41.981Z] #65 20.29 (2/4) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:41.981Z] #65 20.35 (3/4) Installing su-exec (0.2-r3) [2023-09-20T18:02:41.981Z] #65 20.36 (4/4) Installing yq (4.33.3-r3) [2023-09-20T18:02:41.981Z] #65 21.12 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:41.982Z] #65 21.29 Executing ca-certificates-20230506-r0.trigger [2023-09-20T18:02:41.982Z] #65 22.11 OK: 18 MiB in 19 packages [2023-09-20T18:02:41.982Z] #65 DONE 23.2s [2023-09-20T18:02:41.982Z] [2023-09-20T18:02:41.982Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:41.982Z] #35 ... [2023-09-20T18:02:41.982Z] [2023-09-20T18:02:41.982Z] #45 [core-data internal] load build context [2023-09-20T18:02:43.393Z] #45 transferring context: 66.13MB 29.5s [2023-09-20T18:02:43.393Z] #45 ... [2023-09-20T18:02:43.393Z] [2023-09-20T18:02:43.393Z] #63 [security-spire-agent stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-20T18:02:43.393Z] #63 16.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:43.393Z] #63 18.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:43.393Z] #63 23.47 v3.18.3-224-g55ef7f2c07e [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2023-09-20T18:02:43.393Z] #63 23.47 v3.18.3-225-g4f247119bb2 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2023-09-20T18:02:43.393Z] #63 23.47 OK: 19940 distinct packages available [2023-09-20T18:02:43.393Z] #63 24.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:43.393Z] #63 25.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:43.659Z] #63 ... [2023-09-20T18:02:43.659Z] [2023-09-20T18:02:43.659Z] #54 [security-spiffe-token-provider stage-1 2/6] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2023-09-20T18:02:43.659Z] #54 22.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:43.659Z] #54 26.33 (1/11) Installing ca-certificates (20230506-r0) [2023-09-20T18:02:43.659Z] #54 26.66 (2/11) Installing brotli-libs (1.0.9-r14) [2023-09-20T18:02:43.659Z] #54 26.84 (3/11) Installing libunistring (1.1-r1) [2023-09-20T18:02:43.659Z] #54 26.96 (4/11) Installing libidn2 (2.3.4-r1) [2023-09-20T18:02:43.659Z] #54 26.96 (5/11) Installing nghttp2-libs (1.55.1-r0) [2023-09-20T18:02:43.659Z] #54 27.03 (6/11) Installing libcurl (8.2.1-r0) [2023-09-20T18:02:43.659Z] #54 27.12 (7/11) Installing curl (8.2.1-r0) [2023-09-20T18:02:43.659Z] #54 27.21 (8/11) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:43.659Z] #54 27.25 (9/11) Installing musl-obstack (1.2.3-r2) [2023-09-20T18:02:43.659Z] #54 27.25 (10/11) Installing libucontext (1.2-r2) [2023-09-20T18:02:43.659Z] #54 27.26 (11/11) Installing gcompat (1.1.0-r1) [2023-09-20T18:02:43.659Z] #54 27.31 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:43.659Z] #54 27.41 Executing ca-certificates-20230506-r0.trigger [2023-09-20T18:02:43.659Z] #54 28.06 OK: 13 MiB in 26 packages [2023-09-20T18:02:43.659Z] #54 DONE 29.2s [2023-09-20T18:02:43.659Z] [2023-09-20T18:02:43.659Z] #45 [core-data internal] load build context [2023-09-20T18:02:44.240Z] #45 ... [2023-09-20T18:02:44.240Z] [2023-09-20T18:02:44.240Z] #51 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2023-09-20T18:02:44.240Z] #51 24.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-09-20T18:02:44.240Z] #51 28.82 OK: 266 MiB in 52 packages [2023-09-20T18:02:44.240Z] #51 DONE 29.8s [2023-09-20T18:02:44.240Z] [2023-09-20T18:02:44.240Z] #45 [core-data internal] load build context [2023-09-20T18:02:44.240Z] #45 ... [2023-09-20T18:02:44.240Z] [2023-09-20T18:02:44.240Z] #49 [support-scheduler internal] load build context [2023-09-20T18:02:44.506Z] #49 ... [2023-09-20T18:02:44.506Z] [2023-09-20T18:02:44.506Z] #62 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-20T18:02:44.506Z] #62 27.54 (1/4) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:44.506Z] #62 27.58 (2/4) Installing musl-obstack (1.2.3-r2) [2023-09-20T18:02:44.506Z] #62 27.58 (3/4) Installing libucontext (1.2-r2) [2023-09-20T18:02:44.506Z] #62 27.60 (4/4) Installing gcompat (1.1.0-r1) [2023-09-20T18:02:44.506Z] #62 27.66 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:44.772Z] #62 27.71 OK: 8 MiB in 19 packages [2023-09-20T18:02:45.038Z] #62 ... [2023-09-20T18:02:45.038Z] [2023-09-20T18:02:45.038Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:45.304Z] #43 ... [2023-09-20T18:02:45.304Z] [2023-09-20T18:02:45.304Z] #53 [core-metadata internal] load build context [2023-09-20T18:02:45.304Z] #53 ... [2023-09-20T18:02:45.304Z] [2023-09-20T18:02:45.304Z] #62 [security-spire-config stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init gcompat [2023-09-20T18:02:45.304Z] #62 DONE 28.4s [2023-09-20T18:02:45.304Z] [2023-09-20T18:02:45.304Z] #53 [core-metadata internal] load build context [2023-09-20T18:02:45.304Z] #53 ... [2023-09-20T18:02:45.304Z] [2023-09-20T18:02:45.304Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:45.572Z] #43 ... [2023-09-20T18:02:45.572Z] [2023-09-20T18:02:45.572Z] #56 [support-notifications internal] load build context [2023-09-20T18:02:45.572Z] #56 ... [2023-09-20T18:02:45.572Z] [2023-09-20T18:02:45.572Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:02:45.842Z] #55 ... [2023-09-20T18:02:45.842Z] [2023-09-20T18:02:45.842Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:46.107Z] #43 ... [2023-09-20T18:02:46.107Z] [2023-09-20T18:02:46.107Z] #63 [security-spire-server stage-2 2/8] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2023-09-20T18:02:46.107Z] #63 27.77 (1/5) Installing dumb-init (1.2.5-r2) [2023-09-20T18:02:46.107Z] #63 27.77 (2/5) Installing musl-obstack (1.2.3-r2) [2023-09-20T18:02:46.107Z] #63 27.78 (3/5) Installing libucontext (1.2-r2) [2023-09-20T18:02:46.107Z] #63 27.82 (4/5) Installing gcompat (1.1.0-r1) [2023-09-20T18:02:46.107Z] #63 27.82 (5/5) Installing openssl (3.1.2-r0) [2023-09-20T18:02:46.107Z] #63 27.87 Executing busybox-1.36.1-r2.trigger [2023-09-20T18:02:46.107Z] #63 27.94 OK: 9 MiB in 20 packages [2023-09-20T18:02:46.107Z] #63 DONE 28.7s [2023-09-20T18:02:46.107Z] [2023-09-20T18:02:46.107Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:47.066Z] #43 ... [2023-09-20T18:02:47.066Z] [2023-09-20T18:02:47.066Z] #61 [core-command internal] load build context [2023-09-20T18:02:47.066Z] #61 ... [2023-09-20T18:02:47.066Z] [2023-09-20T18:02:47.066Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:47.066Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.5s [2023-09-20T18:02:47.066Z] #39 ... [2023-09-20T18:02:47.066Z] [2023-09-20T18:02:47.066Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:47.647Z] #43 transferring context: 89.21MB 34.7s [2023-09-20T18:02:48.608Z] #43 ... [2023-09-20T18:02:48.608Z] [2023-09-20T18:02:48.608Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:48.608Z] #60 ... [2023-09-20T18:02:48.608Z] [2023-09-20T18:02:48.608Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:49.190Z] #39 ... [2023-09-20T18:02:49.190Z] [2023-09-20T18:02:49.190Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:02:49.456Z] #41 ... [2023-09-20T18:02:49.456Z] [2023-09-20T18:02:49.456Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:49.816Z] #60 ... [2023-09-20T18:02:49.816Z] [2023-09-20T18:02:49.816Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:02:49.816Z] #46 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 16.1s done [2023-09-20T18:02:49.816Z] #46 ... [2023-09-20T18:02:49.816Z] [2023-09-20T18:02:49.816Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:50.460Z] #39 ... [2023-09-20T18:02:50.460Z] [2023-09-20T18:02:50.460Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:50.460Z] #37 ... [2023-09-20T18:02:50.460Z] [2023-09-20T18:02:50.460Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:52.466Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 19.8s [2023-09-20T18:02:52.466Z] #39 ... [2023-09-20T18:02:52.466Z] [2023-09-20T18:02:52.466Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:02:52.466Z] #35 ... [2023-09-20T18:02:52.466Z] [2023-09-20T18:02:52.466Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:53.494Z] #37 transferring context: 104.21MB 38.7s [2023-09-20T18:02:53.494Z] #37 ... [2023-09-20T18:02:53.494Z] [2023-09-20T18:02:53.494Z] #68 [security-spire-agent stage-3 3/9] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2023-09-20T18:02:53.494Z] #68 DONE 1.9s [2023-09-20T18:02:53.494Z] [2023-09-20T18:02:53.494Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:54.453Z] #37 ... [2023-09-20T18:02:54.453Z] [2023-09-20T18:02:54.453Z] #45 [core-data internal] load build context [2023-09-20T18:02:54.453Z] #45 ... [2023-09-20T18:02:54.453Z] [2023-09-20T18:02:54.453Z] #49 [support-scheduler internal] load build context [2023-09-20T18:02:54.719Z] #49 ... [2023-09-20T18:02:54.719Z] [2023-09-20T18:02:54.719Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:55.299Z] #37 ... [2023-09-20T18:02:55.299Z] [2023-09-20T18:02:55.299Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2023-09-20T18:02:55.299Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.2s done [2023-09-20T18:02:55.299Z] #39 DONE 39.2s [2023-09-20T18:02:55.299Z] [2023-09-20T18:02:55.299Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:55.299Z] #37 ... [2023-09-20T18:02:55.299Z] [2023-09-20T18:02:55.299Z] #53 [core-metadata internal] load build context [2023-09-20T18:02:55.565Z] #53 ... [2023-09-20T18:02:55.566Z] [2023-09-20T18:02:55.566Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:55.831Z] #37 ... [2023-09-20T18:02:55.831Z] [2023-09-20T18:02:55.831Z] #56 [support-notifications internal] load build context [2023-09-20T18:02:55.831Z] #56 ... [2023-09-20T18:02:55.831Z] [2023-09-20T18:02:55.831Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:02:56.096Z] #55 ... [2023-09-20T18:02:56.097Z] [2023-09-20T18:02:56.097Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:57.054Z] #37 ... [2023-09-20T18:02:57.054Z] [2023-09-20T18:02:57.054Z] #61 [core-command internal] load build context [2023-09-20T18:02:57.321Z] #61 ... [2023-09-20T18:02:57.321Z] [2023-09-20T18:02:57.321Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:58.281Z] #37 transferring context: 136.07MB 43.8s [2023-09-20T18:02:58.548Z] #37 ... [2023-09-20T18:02:58.548Z] [2023-09-20T18:02:58.548Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:02:58.548Z] #43 ... [2023-09-20T18:02:58.548Z] [2023-09-20T18:02:58.548Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:59.508Z] #37 ... [2023-09-20T18:02:59.508Z] [2023-09-20T18:02:59.508Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:02:59.774Z] #41 ... [2023-09-20T18:02:59.774Z] [2023-09-20T18:02:59.774Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:02:59.774Z] #37 ... [2023-09-20T18:02:59.774Z] [2023-09-20T18:02:59.774Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:02:59.774Z] #60 ... [2023-09-20T18:02:59.774Z] [2023-09-20T18:02:59.774Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:03:00.732Z] #37 ... [2023-09-20T18:03:00.732Z] [2023-09-20T18:03:00.732Z] #69 [security-spire-server stage-2 3/8] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-20T18:03:00.732Z] #69 DONE 3.2s [2023-09-20T18:03:00.732Z] [2023-09-20T18:03:00.732Z] #70 [security-spire-agent stage-3 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-20T18:03:00.732Z] #70 DONE 2.8s [2023-09-20T18:03:00.732Z] [2023-09-20T18:03:00.732Z] #71 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-20T18:03:00.999Z] #71 ... [2023-09-20T18:03:00.999Z] [2023-09-20T18:03:00.999Z] #72 [security-spire-config stage-2 3/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2023-09-20T18:03:00.999Z] #72 DONE 3.4s [2023-09-20T18:03:00.999Z] [2023-09-20T18:03:00.999Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:01.272Z] #49 ... [2023-09-20T18:03:01.272Z] [2023-09-20T18:03:01.272Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:03:01.272Z] #55 ... [2023-09-20T18:03:01.272Z] [2023-09-20T18:03:01.272Z] #71 [security-spire-server stage-2 4/8] COPY Attribution.txt / [2023-09-20T18:03:01.272Z] #71 DONE 0.6s [2023-09-20T18:03:01.272Z] [2023-09-20T18:03:01.272Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:03:01.272Z] #55 ... [2023-09-20T18:03:01.272Z] [2023-09-20T18:03:01.272Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:01.540Z] #49 ... [2023-09-20T18:03:01.540Z] [2023-09-20T18:03:01.540Z] #73 [security-spire-agent stage-3 5/9] COPY Attribution.txt / [2023-09-20T18:03:01.540Z] #73 DONE 0.7s [2023-09-20T18:03:01.540Z] [2023-09-20T18:03:01.540Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:02.497Z] #49 ... [2023-09-20T18:03:02.497Z] [2023-09-20T18:03:02.497Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:03:02.763Z] #35 ... [2023-09-20T18:03:02.763Z] [2023-09-20T18:03:02.763Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:03.343Z] #49 transferring context: 176.96MB 49.6s [2023-09-20T18:03:04.750Z] #49 ... [2023-09-20T18:03:04.750Z] [2023-09-20T18:03:04.750Z] #45 [core-data internal] load build context [2023-09-20T18:03:04.750Z] #45 ... [2023-09-20T18:03:04.750Z] [2023-09-20T18:03:04.750Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:05.333Z] #49 ... [2023-09-20T18:03:05.333Z] [2023-09-20T18:03:05.333Z] #74 [security-spire-config stage-2 4/9] COPY Attribution.txt / [2023-09-20T18:03:05.333Z] #74 DONE 4.4s [2023-09-20T18:03:05.333Z] [2023-09-20T18:03:05.333Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:05.599Z] #49 ... [2023-09-20T18:03:05.599Z] [2023-09-20T18:03:05.599Z] #53 [core-metadata internal] load build context [2023-09-20T18:03:05.886Z] #53 ... [2023-09-20T18:03:05.886Z] [2023-09-20T18:03:05.886Z] #45 [core-data internal] load build context [2023-09-20T18:03:06.152Z] #45 ... [2023-09-20T18:03:06.152Z] [2023-09-20T18:03:06.152Z] #56 [support-notifications internal] load build context [2023-09-20T18:03:06.152Z] #56 ... [2023-09-20T18:03:06.152Z] [2023-09-20T18:03:06.152Z] #45 [core-data internal] load build context [2023-09-20T18:03:06.419Z] #45 ... [2023-09-20T18:03:06.419Z] [2023-09-20T18:03:06.419Z] #75 [security-spire-server stage-2 5/8] COPY security.txt / [2023-09-20T18:03:06.419Z] #75 DONE 4.8s [2023-09-20T18:03:06.419Z] [2023-09-20T18:03:06.419Z] #49 [support-scheduler internal] load build context [2023-09-20T18:03:06.419Z] #49 transferring context: 189.33MB 52.2s done [2023-09-20T18:03:06.419Z] #49 DONE 52.6s [2023-09-20T18:03:06.419Z] [2023-09-20T18:03:06.419Z] #45 [core-data internal] load build context [2023-09-20T18:03:06.684Z] #45 ... [2023-09-20T18:03:06.684Z] [2023-09-20T18:03:06.684Z] #76 [security-spire-agent stage-3 6/9] COPY security.txt / [2023-09-20T18:03:06.684Z] #76 DONE 1.3s [2023-09-20T18:03:06.684Z] [2023-09-20T18:03:06.684Z] #45 [core-data internal] load build context [2023-09-20T18:03:06.684Z] #45 ... [2023-09-20T18:03:06.684Z] [2023-09-20T18:03:06.684Z] #77 [security-spire-config stage-2 5/9] COPY security.txt / [2023-09-20T18:03:06.684Z] #77 DONE 1.5s [2023-09-20T18:03:06.684Z] [2023-09-20T18:03:06.684Z] #45 [core-data internal] load build context [2023-09-20T18:03:06.948Z] #45 ... [2023-09-20T18:03:06.948Z] [2023-09-20T18:03:06.948Z] #35 [security-proxy-setup internal] load build context [2023-09-20T18:03:06.948Z] #35 transferring context: 189.33MB 52.5s done [2023-09-20T18:03:06.948Z] #35 DONE 53.0s [2023-09-20T18:03:06.948Z] [2023-09-20T18:03:06.948Z] #45 [core-data internal] load build context [2023-09-20T18:03:07.216Z] #45 ... [2023-09-20T18:03:07.216Z] [2023-09-20T18:03:07.216Z] #61 [core-command internal] load build context [2023-09-20T18:03:07.482Z] #61 ... [2023-09-20T18:03:07.482Z] [2023-09-20T18:03:07.482Z] #45 [core-data internal] load build context [2023-09-20T18:03:07.748Z] #45 ... [2023-09-20T18:03:07.748Z] [2023-09-20T18:03:07.748Z] #78 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:07.748Z] #78 DONE 1.4s [2023-09-20T18:03:07.748Z] [2023-09-20T18:03:07.748Z] #45 [core-data internal] load build context [2023-09-20T18:03:08.331Z] #45 ... [2023-09-20T18:03:08.331Z] [2023-09-20T18:03:08.331Z] #79 [security-spire-server stage-2 6/8] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2023-09-20T18:03:08.331Z] #79 DONE 1.8s [2023-09-20T18:03:08.331Z] [2023-09-20T18:03:08.331Z] #45 [core-data internal] load build context [2023-09-20T18:03:08.331Z] #45 ... [2023-09-20T18:03:08.331Z] [2023-09-20T18:03:08.331Z] #80 [security-spire-agent stage-3 7/9] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2023-09-20T18:03:08.331Z] #80 DONE 1.5s [2023-09-20T18:03:08.331Z] [2023-09-20T18:03:08.331Z] #45 [core-data internal] load build context [2023-09-20T18:03:08.921Z] #45 ... [2023-09-20T18:03:08.921Z] [2023-09-20T18:03:08.921Z] #81 [security-spire-config stage-2 6/9] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2023-09-20T18:03:08.921Z] #81 DONE 1.8s [2023-09-20T18:03:08.921Z] [2023-09-20T18:03:08.921Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:03:08.921Z] #43 ... [2023-09-20T18:03:08.921Z] [2023-09-20T18:03:08.921Z] #45 [core-data internal] load build context [2023-09-20T18:03:09.215Z] #45 ... [2023-09-20T18:03:09.215Z] [2023-09-20T18:03:09.215Z] #37 [security-spiffe-token-provider internal] load build context [2023-09-20T18:03:09.215Z] #37 transferring context: 189.33MB 53.8s done [2023-09-20T18:03:09.215Z] #37 DONE 54.9s [2023-09-20T18:03:09.215Z] [2023-09-20T18:03:09.215Z] #45 [core-data internal] load build context [2023-09-20T18:03:09.481Z] #45 ... [2023-09-20T18:03:09.481Z] [2023-09-20T18:03:09.481Z] #82 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:09.481Z] #82 DONE 2.1s [2023-09-20T18:03:09.481Z] [2023-09-20T18:03:09.481Z] #45 [core-data internal] load build context [2023-09-20T18:03:09.747Z] #45 ... [2023-09-20T18:03:09.747Z] [2023-09-20T18:03:09.747Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:03:10.013Z] #41 ... [2023-09-20T18:03:10.013Z] [2023-09-20T18:03:10.013Z] #45 [core-data internal] load build context [2023-09-20T18:03:10.013Z] #45 ... [2023-09-20T18:03:10.013Z] [2023-09-20T18:03:10.013Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:10.013Z] #60 ... [2023-09-20T18:03:10.013Z] [2023-09-20T18:03:10.013Z] #83 [security-spire-server stage-2 7/8] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2023-09-20T18:03:10.013Z] #83 DONE 1.9s [2023-09-20T18:03:10.013Z] [2023-09-20T18:03:10.013Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:10.013Z] #60 ... [2023-09-20T18:03:10.013Z] [2023-09-20T18:03:10.013Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:03:10.595Z] #41 ... [2023-09-20T18:03:10.595Z] [2023-09-20T18:03:10.595Z] #84 [security-spire-config stage-2 7/9] WORKDIR /usr/local/etc/spiffe-scripts.d [2023-09-20T18:03:10.595Z] #84 DONE 1.5s [2023-09-20T18:03:10.595Z] [2023-09-20T18:03:10.595Z] #85 [security-spire-agent stage-3 8/9] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2023-09-20T18:03:10.595Z] #85 DONE 2.1s [2023-09-20T18:03:10.595Z] [2023-09-20T18:03:10.595Z] #45 [core-data internal] load build context [2023-09-20T18:03:10.595Z] #45 transferring context: 189.33MB 56.4s done [2023-09-20T18:03:10.595Z] #45 DONE 56.8s [2023-09-20T18:03:10.595Z] [2023-09-20T18:03:10.595Z] #86 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-20T18:03:11.176Z] #86 ... [2023-09-20T18:03:11.176Z] [2023-09-20T18:03:11.176Z] #87 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:11.176Z] #87 DONE 1.7s [2023-09-20T18:03:11.176Z] [2023-09-20T18:03:11.176Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:03:11.450Z] #41 ... [2023-09-20T18:03:11.450Z] [2023-09-20T18:03:11.450Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:03:11.716Z] #55 ... [2023-09-20T18:03:11.716Z] [2023-09-20T18:03:11.716Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:11.981Z] #60 ... [2023-09-20T18:03:11.982Z] [2023-09-20T18:03:11.982Z] #88 [security-spire-server stage-2 8/8] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2023-09-20T18:03:11.982Z] #88 DONE 1.6s [2023-09-20T18:03:11.982Z] [2023-09-20T18:03:11.982Z] #89 [security-spire-config stage-2 8/9] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2023-09-20T18:03:11.982Z] #89 DONE 1.5s [2023-09-20T18:03:11.982Z] [2023-09-20T18:03:11.982Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:12.248Z] #60 ... [2023-09-20T18:03:12.248Z] [2023-09-20T18:03:12.248Z] #86 [security-spire-agent stage-3 9/9] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2023-09-20T18:03:12.248Z] #86 DONE 1.7s [2023-09-20T18:03:12.248Z] [2023-09-20T18:03:12.248Z] #55 [security-bootstrapper internal] load build context [2023-09-20T18:03:12.248Z] #55 transferring context: 189.33MB 56.9s done [2023-09-20T18:03:12.248Z] #55 DONE 57.6s [2023-09-20T18:03:12.248Z] [2023-09-20T18:03:12.248Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:13.211Z] #60 ... [2023-09-20T18:03:13.211Z] [2023-09-20T18:03:13.211Z] #43 [core-common-config-bootstrapper internal] load build context [2023-09-20T18:03:13.211Z] #43 transferring context: 189.33MB 59.7s done [2023-09-20T18:03:13.211Z] #43 DONE 60.2s [2023-09-20T18:03:13.211Z] [2023-09-20T18:03:13.211Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:13.790Z] #60 ... [2023-09-20T18:03:13.790Z] [2023-09-20T18:03:13.790Z] #61 [core-command internal] load build context [2023-09-20T18:03:13.790Z] #61 transferring context: 189.33MB 57.2s done [2023-09-20T18:03:13.790Z] #61 DONE 58.1s [2023-09-20T18:03:13.790Z] [2023-09-20T18:03:13.790Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:15.199Z] #60 ... [2023-09-20T18:03:15.199Z] [2023-09-20T18:03:15.199Z] #56 [support-notifications internal] load build context [2023-09-20T18:03:15.199Z] #56 transferring context: 189.33MB 59.2s done [2023-09-20T18:03:15.199Z] #56 DONE 60.0s [2023-09-20T18:03:15.199Z] [2023-09-20T18:03:15.199Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:16.172Z] #60 ... [2023-09-20T18:03:16.172Z] [2023-09-20T18:03:16.172Z] #53 [core-metadata internal] load build context [2023-09-20T18:03:16.172Z] #53 ... [2023-09-20T18:03:16.172Z] [2023-09-20T18:03:16.172Z] #90 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:16.172Z] #90 DONE 0.9s [2023-09-20T18:03:16.172Z] [2023-09-20T18:03:16.172Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:17.582Z] #60 ... [2023-09-20T18:03:17.582Z] [2023-09-20T18:03:17.582Z] #91 [security-spire-server] exporting to image [2023-09-20T18:03:17.582Z] #91 exporting layers 5.3s done [2023-09-20T18:03:17.582Z] #91 writing image sha256:e6a11a7225a75530c1e55c09c2bb7b6782f9903e00140047333ec048e8978e03 0.1s done [2023-09-20T18:03:17.582Z] #91 naming to docker.io/library/security-spire-config-arm64 0.0s done [2023-09-20T18:03:17.582Z] #91 writing image sha256:25f1b63a3cd51470b73f0c5ba3f7e775a1ea47ac031e79962d4441b2b4cb8089 0.0s done [2023-09-20T18:03:17.582Z] #91 writing image sha256:73fa432e16dab8d53f4d59d5f3d785f34a8c49f6824904afd1f8c7c97ada9bc8 0.0s done [2023-09-20T18:03:17.582Z] #91 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2023-09-20T18:03:17.582Z] #91 naming to docker.io/library/security-spire-server-arm64 0.0s done [2023-09-20T18:03:17.582Z] #91 DONE 5.3s [2023-09-20T18:03:17.582Z] [2023-09-20T18:03:17.582Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:17.582Z] #60 ... [2023-09-20T18:03:17.582Z] [2023-09-20T18:03:17.582Z] #41 [security-secretstore-setup internal] load build context [2023-09-20T18:03:17.582Z] #41 transferring context: 189.33MB 58.3s done [2023-09-20T18:03:17.582Z] #41 DONE 59.8s [2023-09-20T18:03:17.582Z] [2023-09-20T18:03:17.582Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:17.848Z] #60 ... [2023-09-20T18:03:17.848Z] [2023-09-20T18:03:17.848Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:18.113Z] #92 ... [2023-09-20T18:03:18.113Z] [2023-09-20T18:03:18.113Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:19.530Z] #60 ... [2023-09-20T18:03:19.530Z] [2023-09-20T18:03:19.530Z] #53 [core-metadata internal] load build context [2023-09-20T18:03:19.530Z] #53 transferring context: 189.33MB 64.5s done [2023-09-20T18:03:19.530Z] #53 DONE 64.7s [2023-09-20T18:03:19.530Z] [2023-09-20T18:03:19.530Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:19.796Z] #60 ... [2023-09-20T18:03:19.796Z] [2023-09-20T18:03:19.796Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:19.796Z] #93 ... [2023-09-20T18:03:19.796Z] [2023-09-20T18:03:19.796Z] #60 [security-proxy-auth internal] load build context [2023-09-20T18:03:20.752Z] #60 transferring context: 189.33MB 64.1s done [2023-09-20T18:03:20.752Z] #60 DONE 64.8s [2023-09-20T18:03:20.752Z] [2023-09-20T18:03:20.752Z] #94 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:21.334Z] #94 ... [2023-09-20T18:03:21.334Z] [2023-09-20T18:03:21.334Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:47.995Z] #95 ... [2023-09-20T18:03:47.995Z] [2023-09-20T18:03:47.995Z] #92 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:47.995Z] #92 DONE 38.7s [2023-09-20T18:03:47.995Z] [2023-09-20T18:03:47.995Z] #96 [support-scheduler builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #96 ... [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #93 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:49.017Z] #93 DONE 39.1s [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #97 [security-proxy-setup builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #97 ... [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #98 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:49.017Z] #98 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #99 [security-proxy-auth builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #99 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #100 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:49.017Z] #100 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #101 [core-command builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:49.017Z] #101 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #102 [core-command builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #102 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #103 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:49.017Z] #103 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #104 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:49.017Z] #104 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #105 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:49.017Z] #105 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #106 [core-metadata builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #106 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #96 [support-scheduler builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #96 DONE 2.4s [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #107 [core-data builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:49.017Z] #107 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #108 [core-data builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #108 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #109 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:49.017Z] #109 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #110 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:49.017Z] #110 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #111 [core-common-config-bootstrapper builder 6/7] COPY . . [2023-09-20T18:03:49.017Z] #111 CACHED [2023-09-20T18:03:49.017Z] [2023-09-20T18:03:49.017Z] #112 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:49.017Z] #112 CACHED [2023-09-20T18:03:49.283Z] [2023-09-20T18:03:49.283Z] #113 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T18:03:51.864Z] #113 ... [2023-09-20T18:03:51.864Z] [2023-09-20T18:03:51.864Z] #95 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:51.864Z] #95 DONE 40.8s [2023-09-20T18:03:52.130Z] [2023-09-20T18:03:52.130Z] #114 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-20T18:03:53.540Z] #114 ... [2023-09-20T18:03:53.540Z] [2023-09-20T18:03:53.540Z] #94 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:53.540Z] #94 DONE 37.4s [2023-09-20T18:03:53.540Z] [2023-09-20T18:03:53.540Z] #113 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T18:03:53.540Z] #113 4.585 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2023-09-20T18:03:56.889Z] #113 ... [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #115 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:56.889Z] #115 CACHED [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #116 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:56.889Z] #116 CACHED [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #117 [security-secretstore-setup builder 6/7] COPY . . [2023-09-20T18:03:56.889Z] #117 CACHED [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #118 [security-bootstrapper builder 6/7] COPY . . [2023-09-20T18:03:56.889Z] #118 CACHED [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #119 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2023-09-20T18:03:56.889Z] #119 CACHED [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #120 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-09-20T18:03:56.889Z] #120 CACHED [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #97 [security-proxy-setup builder 6/7] COPY . . [2023-09-20T18:03:56.889Z] #97 DONE 8.1s [2023-09-20T18:03:56.889Z] [2023-09-20T18:03:56.889Z] #114 [security-spiffe-token-provider builder 6/7] COPY . . [2023-09-20T18:03:56.889Z] #114 DONE 4.9s [2023-09-20T18:03:57.169Z] [2023-09-20T18:03:57.169Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-20T18:03:58.574Z] #121 ... [2023-09-20T18:03:58.574Z] [2023-09-20T18:03:58.574Z] #122 [support-notifications builder 6/7] COPY . . [2023-09-20T18:03:58.574Z] #122 DONE 5.1s [2023-09-20T18:03:58.846Z] [2023-09-20T18:03:58.846Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:03:59.112Z] #123 ... [2023-09-20T18:03:59.112Z] [2023-09-20T18:03:59.112Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:03:59.112Z] #0 5.155 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2023-09-20T18:03:59.379Z] #124 ... [2023-09-20T18:03:59.379Z] [2023-09-20T18:03:59.379Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-20T18:03:59.379Z] #0 4.316 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2023-09-20T18:03:59.379Z] #125 ... [2023-09-20T18:03:59.379Z] [2023-09-20T18:03:59.379Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-20T18:03:59.379Z] #0 4.871 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2023-09-20T18:03:59.644Z] #126 ... [2023-09-20T18:03:59.644Z] [2023-09-20T18:03:59.644Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:03:59.644Z] #0 4.680 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2023-09-20T18:03:59.644Z] #127 ... [2023-09-20T18:03:59.644Z] [2023-09-20T18:03:59.644Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T18:03:59.644Z] #0 4.942 go build -tags " non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2023-09-20T18:03:59.910Z] #128 ... [2023-09-20T18:03:59.910Z] [2023-09-20T18:03:59.910Z] #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-20T18:04:00.865Z] #129 3.953 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2023-09-20T18:04:02.823Z] #129 ... [2023-09-20T18:04:02.823Z] [2023-09-20T18:04:02.823Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:04:02.823Z] #123 2.817 go build -tags " " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2023-09-20T18:04:07.072Z] #123 ... [2023-09-20T18:04:07.072Z] [2023-09-20T18:04:07.072Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-20T18:04:07.072Z] #0 4.507 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2023-09-20T18:04:07.072Z] #130 ... [2023-09-20T18:04:07.072Z] [2023-09-20T18:04:07.072Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T18:04:07.072Z] #0 4.400 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2023-09-20T18:04:13.706Z] #131 ... [2023-09-20T18:04:13.706Z] [2023-09-20T18:04:13.706Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-20T18:04:13.706Z] #121 4.101 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2023-09-20T18:16:21.162Z] #121 ... [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T18:16:21.162Z] #131 732.0 go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2023-09-20T18:16:21.162Z] #131 ... [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #129 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2023-09-20T18:16:21.162Z] #129 DONE 736.7s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T18:16:21.162Z] #128 ... [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #132 [security-proxy-setup stage-1 4/10] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:16:21.162Z] #132 DONE 0.2s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #133 [security-proxy-setup stage-1 5/10] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:16:21.162Z] #133 DONE 0.2s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T18:16:21.162Z] #128 ... [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #134 [security-proxy-setup stage-1 6/10] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2023-09-20T18:16:21.162Z] #134 DONE 0.2s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #135 [security-proxy-setup stage-1 7/10] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2023-09-20T18:16:21.162Z] #135 DONE 0.1s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #136 [security-proxy-setup stage-1 8/10] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2023-09-20T18:16:21.162Z] #136 DONE 0.2s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:16:21.162Z] #127 ... [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #137 [security-proxy-setup stage-1 9/10] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2023-09-20T18:16:21.162Z] #137 DONE 0.1s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #138 [security-proxy-setup stage-1 10/10] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T18:16:21.162Z] #138 DONE 3.4s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #113 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T18:16:21.162Z] #113 ... [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #91 [security-proxy-setup] exporting to image [2023-09-20T18:16:21.162Z] #91 exporting layers [2023-09-20T18:16:21.162Z] #91 exporting layers 0.8s done [2023-09-20T18:16:21.162Z] #91 writing image sha256:632d530771f09bf6a693a3b1d98dae2952f82bd9b01f663cf1d1c8d937025513 done [2023-09-20T18:16:21.162Z] #91 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2023-09-20T18:16:21.162Z] #91 DONE 6.2s [2023-09-20T18:16:21.162Z] [2023-09-20T18:16:21.162Z] #113 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T18:16:25.442Z] #113 ... [2023-09-20T18:16:25.442Z] [2023-09-20T18:16:25.442Z] #130 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2023-09-20T18:16:25.442Z] #130 DONE 747.8s [2023-09-20T18:16:25.442Z] [2023-09-20T18:16:25.442Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T18:16:25.442Z] #131 ... [2023-09-20T18:16:25.442Z] [2023-09-20T18:16:25.442Z] #139 [security-bootstrapper stage-1 5/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2023-09-20T18:16:25.708Z] #139 DONE 0.2s [2023-09-20T18:16:25.708Z] [2023-09-20T18:16:25.708Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:25.708Z] #124 ... [2023-09-20T18:16:25.708Z] [2023-09-20T18:16:25.708Z] #140 [security-bootstrapper stage-1 6/15] RUN chmod +x /edgex-init-staging/*.sh [2023-09-20T18:16:28.280Z] #140 DONE 2.2s [2023-09-20T18:16:28.280Z] [2023-09-20T18:16:28.280Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:28.280Z] #124 ... [2023-09-20T18:16:28.280Z] [2023-09-20T18:16:28.280Z] #141 [security-bootstrapper stage-1 7/15] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:16:28.280Z] #141 DONE 0.3s [2023-09-20T18:16:28.280Z] [2023-09-20T18:16:28.280Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:28.280Z] #124 ... [2023-09-20T18:16:28.280Z] [2023-09-20T18:16:28.280Z] #142 [security-bootstrapper stage-1 8/15] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:16:28.280Z] #142 DONE 0.2s [2023-09-20T18:16:28.280Z] [2023-09-20T18:16:28.280Z] #143 [security-bootstrapper stage-1 9/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2023-09-20T18:16:28.860Z] #143 DONE 0.4s [2023-09-20T18:16:28.860Z] [2023-09-20T18:16:28.860Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:28.860Z] #124 ... [2023-09-20T18:16:28.860Z] [2023-09-20T18:16:28.860Z] #144 [security-bootstrapper stage-1 10/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2023-09-20T18:16:29.181Z] #144 DONE 0.2s [2023-09-20T18:16:29.181Z] [2023-09-20T18:16:29.181Z] #145 [security-bootstrapper stage-1 11/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2023-09-20T18:16:29.181Z] #145 DONE 0.2s [2023-09-20T18:16:29.181Z] [2023-09-20T18:16:29.181Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:29.448Z] #124 ... [2023-09-20T18:16:29.448Z] [2023-09-20T18:16:29.448Z] #146 [security-bootstrapper stage-1 12/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2023-09-20T18:16:29.448Z] #146 DONE 0.3s [2023-09-20T18:16:29.448Z] [2023-09-20T18:16:29.448Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:29.448Z] #124 ... [2023-09-20T18:16:29.448Z] [2023-09-20T18:16:29.448Z] #147 [security-bootstrapper stage-1 13/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2023-09-20T18:16:29.714Z] #147 DONE 0.2s [2023-09-20T18:16:29.714Z] [2023-09-20T18:16:29.714Z] #148 [security-bootstrapper stage-1 14/15] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2023-09-20T18:16:29.980Z] #148 DONE 0.2s [2023-09-20T18:16:29.981Z] [2023-09-20T18:16:29.981Z] #149 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-20T18:16:31.921Z] #149 ... [2023-09-20T18:16:31.921Z] [2023-09-20T18:16:31.921Z] #131 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2023-09-20T18:16:31.921Z] #131 DONE 754.8s [2023-09-20T18:16:31.921Z] [2023-09-20T18:16:31.921Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:16:32.510Z] #124 ... [2023-09-20T18:16:32.510Z] [2023-09-20T18:16:32.510Z] #149 [security-bootstrapper stage-1 15/15] RUN chmod +x /entrypoint.sh [2023-09-20T18:16:32.510Z] #149 DONE 2.5s [2023-09-20T18:16:32.510Z] [2023-09-20T18:16:32.510Z] #91 [security-bootstrapper] exporting to image [2023-09-20T18:16:32.510Z] #91 exporting layers [2023-09-20T18:16:33.479Z] #91 ... [2023-09-20T18:16:33.479Z] [2023-09-20T18:16:33.479Z] #150 [security-secretstore-setup stage-1 3/12] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:16:33.479Z] #150 DONE 0.9s [2023-09-20T18:16:33.479Z] [2023-09-20T18:16:33.480Z] #151 [security-secretstore-setup stage-1 4/12] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:16:33.746Z] #151 DONE 0.2s [2023-09-20T18:16:33.746Z] [2023-09-20T18:16:33.746Z] #152 [security-secretstore-setup stage-1 5/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2023-09-20T18:16:33.746Z] #152 DONE 0.3s [2023-09-20T18:16:33.746Z] [2023-09-20T18:16:33.746Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:16:34.011Z] #127 ... [2023-09-20T18:16:34.011Z] [2023-09-20T18:16:34.011Z] #91 [security-bootstrapper] exporting to image [2023-09-20T18:16:34.011Z] #91 exporting layers 1.4s done [2023-09-20T18:16:34.011Z] #91 writing image sha256:7e25e98119c72ac2d39ad962679d543d035f7700b8499b6d78500e0d7b9072e9 done [2023-09-20T18:16:34.011Z] #91 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2023-09-20T18:16:34.011Z] #91 DONE 7.6s [2023-09-20T18:16:34.011Z] [2023-09-20T18:16:34.011Z] #153 [security-secretstore-setup stage-1 6/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2023-09-20T18:16:34.011Z] #153 DONE 0.2s [2023-09-20T18:16:34.011Z] [2023-09-20T18:16:34.011Z] #154 [security-secretstore-setup stage-1 7/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:16:34.279Z] #154 DONE 0.1s [2023-09-20T18:16:34.279Z] [2023-09-20T18:16:34.279Z] #155 [security-secretstore-setup stage-1 8/12] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2023-09-20T18:16:34.546Z] #155 DONE 0.3s [2023-09-20T18:16:34.546Z] [2023-09-20T18:16:34.546Z] #156 [security-secretstore-setup stage-1 9/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2023-09-20T18:16:34.812Z] #156 DONE 0.3s [2023-09-20T18:16:34.812Z] [2023-09-20T18:16:34.812Z] #157 [security-secretstore-setup stage-1 10/12] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2023-09-20T18:16:35.077Z] #157 DONE 0.2s [2023-09-20T18:16:35.077Z] [2023-09-20T18:16:35.077Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:16:35.077Z] #123 ... [2023-09-20T18:16:35.077Z] [2023-09-20T18:16:35.077Z] #158 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T18:16:36.039Z] #158 ... [2023-09-20T18:16:36.039Z] [2023-09-20T18:16:36.039Z] #113 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2023-09-20T18:16:36.039Z] #113 DONE 767.1s [2023-09-20T18:16:36.306Z] [2023-09-20T18:16:36.306Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T18:16:36.886Z] #128 ... [2023-09-20T18:16:36.886Z] [2023-09-20T18:16:36.886Z] #159 [security-proxy-auth stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:16:36.886Z] #159 DONE 0.2s [2023-09-20T18:16:36.886Z] [2023-09-20T18:16:36.886Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-20T18:16:37.154Z] #125 ... [2023-09-20T18:16:37.155Z] [2023-09-20T18:16:37.155Z] #160 [security-proxy-auth stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:16:37.155Z] #160 DONE 0.2s [2023-09-20T18:16:37.155Z] [2023-09-20T18:16:37.155Z] #158 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T18:16:37.426Z] #158 ... [2023-09-20T18:16:37.426Z] [2023-09-20T18:16:37.426Z] #161 [security-proxy-auth stage-1 5/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2023-09-20T18:16:37.426Z] #161 DONE 0.3s [2023-09-20T18:16:37.697Z] [2023-09-20T18:16:37.697Z] #162 [security-proxy-auth stage-1 6/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:16:37.697Z] #162 DONE 0.1s [2023-09-20T18:16:37.697Z] [2023-09-20T18:16:37.697Z] #158 [security-secretstore-setup stage-1 11/12] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T18:16:37.963Z] #158 DONE 2.8s [2023-09-20T18:16:37.963Z] [2023-09-20T18:16:37.963Z] #163 [security-proxy-auth stage-1 7/8] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2023-09-20T18:16:37.963Z] #163 DONE 0.3s [2023-09-20T18:16:37.963Z] [2023-09-20T18:16:37.963Z] #91 [security-secretstore-setup] exporting to image [2023-09-20T18:16:39.897Z] #91 exporting layers 1.6s done [2023-09-20T18:16:39.897Z] #91 writing image sha256:ee76e2a2ddd68b4780b43c8d22b78b1fabae9e1f9e3fac8f483cbfe5a66ad50e done [2023-09-20T18:16:39.897Z] #91 naming to docker.io/library/security-secretstore-setup-arm64 done [2023-09-20T18:16:39.897Z] #91 DONE 9.3s [2023-09-20T18:16:39.897Z] [2023-09-20T18:16:39.897Z] #164 [security-proxy-auth stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T18:16:40.850Z] #164 DONE 2.5s [2023-09-20T18:16:40.850Z] [2023-09-20T18:16:40.850Z] #91 [security-proxy-auth] exporting to image [2023-09-20T18:16:41.115Z] #91 exporting layers 0.5s done [2023-09-20T18:16:41.115Z] #91 writing image sha256:9e5b80efd1db977173c195c4e801ca3991af18903af420e14e192fb086ebd41c done [2023-09-20T18:16:41.115Z] #91 naming to docker.io/library/security-proxy-auth-arm64 done [2023-09-20T18:16:41.115Z] #91 DONE 9.7s [2023-09-20T18:16:41.115Z] [2023-09-20T18:16:41.115Z] #128 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2023-09-20T18:16:51.158Z] #128 DONE 780.4s [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:16:51.158Z] #127 ... [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #165 [core-common-config-bootstrapper stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:16:51.158Z] #165 DONE 0.1s [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:16:51.158Z] #127 ... [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #166 [core-common-config-bootstrapper stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:16:51.158Z] #166 DONE 0.1s [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #167 [core-common-config-bootstrapper stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2023-09-20T18:16:51.158Z] #167 DONE 0.2s [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #168 [core-common-config-bootstrapper stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:16:51.158Z] #168 DONE 0.1s [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #169 [core-common-config-bootstrapper stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2023-09-20T18:16:51.158Z] #169 DONE 0.2s [2023-09-20T18:16:51.158Z] [2023-09-20T18:16:51.158Z] #170 [core-common-config-bootstrapper stage-1 8/8] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2023-09-20T18:16:52.560Z] #170 DONE 1.7s [2023-09-20T18:16:52.560Z] [2023-09-20T18:16:52.560Z] #91 [core-common-config-bootstrapper] exporting to image [2023-09-20T18:16:52.560Z] #91 exporting layers [2023-09-20T18:16:53.138Z] #91 exporting layers 0.6s done [2023-09-20T18:16:53.138Z] #91 writing image sha256:cb2a12511b42eed84efbbbf1dfab210d1b3e2730852d8cc6952ce09847945846 done [2023-09-20T18:16:53.138Z] #91 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2023-09-20T18:16:53.138Z] #91 DONE 10.4s [2023-09-20T18:16:53.138Z] [2023-09-20T18:16:53.138Z] #126 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2023-09-20T18:17:25.314Z] #126 DONE 811.8s [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-20T18:17:25.314Z] #125 ... [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #171 [core-command stage-1 3/7] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:17:25.314Z] #171 DONE 0.1s [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:17:25.314Z] #123 ... [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #172 [core-command stage-1 4/7] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:17:25.314Z] #172 DONE 0.2s [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #173 [core-command stage-1 5/7] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2023-09-20T18:17:25.314Z] #173 DONE 0.3s [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #174 [core-command stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:17:25.314Z] #174 DONE 0.1s [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #91 [core-command] exporting to image [2023-09-20T18:17:25.314Z] #91 exporting layers [2023-09-20T18:17:25.314Z] #91 exporting layers 0.3s done [2023-09-20T18:17:25.314Z] #91 writing image sha256:ecadce9e5f8ba7a093042832615032b38e64fc7b8de0adaca8a8ff6b987f8dbe done [2023-09-20T18:17:25.314Z] #91 naming to docker.io/library/core-command-arm64 done [2023-09-20T18:17:25.314Z] #91 DONE 10.7s [2023-09-20T18:17:25.314Z] [2023-09-20T18:17:25.314Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:17:34.154Z] #124 ... [2023-09-20T18:17:34.154Z] [2023-09-20T18:17:34.154Z] #125 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2023-09-20T18:17:34.154Z] #125 DONE 824.0s [2023-09-20T18:17:34.154Z] [2023-09-20T18:17:34.154Z] #124 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2023-09-20T18:17:34.154Z] #124 DONE 824.7s [2023-09-20T18:17:34.154Z] [2023-09-20T18:17:34.155Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:17:34.155Z] #123 ... [2023-09-20T18:17:34.155Z] [2023-09-20T18:17:34.155Z] #175 [core-metadata stage-1 3/8] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:17:34.155Z] #175 DONE 0.3s [2023-09-20T18:17:34.155Z] [2023-09-20T18:17:34.155Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:17:34.421Z] #127 ... [2023-09-20T18:17:34.421Z] [2023-09-20T18:17:34.421Z] #176 [core-metadata stage-1 4/8] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:17:34.421Z] #176 DONE 0.1s [2023-09-20T18:17:34.421Z] [2023-09-20T18:17:34.421Z] #177 [core-data stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:17:35.005Z] #177 DONE 0.2s [2023-09-20T18:17:35.005Z] [2023-09-20T18:17:35.005Z] #178 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:17:35.005Z] #178 ... [2023-09-20T18:17:35.005Z] [2023-09-20T18:17:35.005Z] #179 [core-metadata stage-1 5/8] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2023-09-20T18:17:35.005Z] #179 DONE 0.5s [2023-09-20T18:17:35.005Z] [2023-09-20T18:17:35.005Z] #178 [core-data stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:17:35.005Z] #178 DONE 0.3s [2023-09-20T18:17:35.005Z] [2023-09-20T18:17:35.005Z] #180 [core-metadata stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:17:35.271Z] #180 DONE 0.2s [2023-09-20T18:17:35.271Z] [2023-09-20T18:17:35.271Z] #181 [core-metadata stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2023-09-20T18:17:35.271Z] #181 DONE 0.2s [2023-09-20T18:17:35.271Z] [2023-09-20T18:17:35.271Z] #182 [core-data stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2023-09-20T18:17:35.852Z] #182 DONE 0.5s [2023-09-20T18:17:35.852Z] [2023-09-20T18:17:35.852Z] #183 [core-data stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:17:35.852Z] #183 DONE 0.1s [2023-09-20T18:17:35.852Z] [2023-09-20T18:17:35.852Z] #91 [core-metadata] exporting to image [2023-09-20T18:17:35.852Z] #91 exporting layers [2023-09-20T18:17:35.852Z] #91 exporting layers 0.4s done [2023-09-20T18:17:35.852Z] #91 writing image sha256:137c475cb09f7a18db593b3c252860af17390afa1ee580fc50e6c8ea8d0e05e6 0.0s done [2023-09-20T18:17:35.852Z] #91 naming to docker.io/library/core-metadata-arm64 0.0s done [2023-09-20T18:17:36.125Z] #91 exporting layers 0.3s done [2023-09-20T18:17:36.125Z] #91 writing image sha256:4c7e24b47916572240a6036f87484b5f4454fd8069565937a8a35bb6e7d0a239 done [2023-09-20T18:17:36.125Z] #91 naming to docker.io/library/core-data-arm64 done [2023-09-20T18:17:36.125Z] #91 DONE 11.5s [2023-09-20T18:17:36.125Z] [2023-09-20T18:17:36.125Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:17:58.149Z] #123 ... [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #121 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2023-09-20T18:17:58.149Z] #121 DONE 837.5s [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #184 [security-spiffe-token-provider stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:17:58.149Z] #184 DONE 0.2s [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:17:58.149Z] #127 ... [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #185 [security-spiffe-token-provider stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:17:58.149Z] #185 DONE 0.3s [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #186 [security-spiffe-token-provider stage-1 5/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2023-09-20T18:17:58.149Z] #186 DONE 0.3s [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #187 [security-spiffe-token-provider stage-1 6/6] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:17:58.149Z] #187 DONE 0.1s [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #91 [security-spiffe-token-provider] exporting to image [2023-09-20T18:17:58.149Z] #91 exporting layers [2023-09-20T18:17:58.149Z] #91 exporting layers 0.5s done [2023-09-20T18:17:58.149Z] #91 writing image sha256:13199cf5bb99f16d5282fab20e88e09e5acbad2f9bc4f6a7e6e2bf2915438f3d done [2023-09-20T18:17:58.149Z] #91 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2023-09-20T18:17:58.149Z] #91 DONE 12.0s [2023-09-20T18:17:58.149Z] [2023-09-20T18:17:58.149Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:18:13.101Z] #46 ... [2023-09-20T18:18:13.101Z] [2023-09-20T18:18:13.101Z] #127 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2023-09-20T18:18:13.101Z] #127 DONE 863.9s [2023-09-20T18:18:13.101Z] [2023-09-20T18:18:13.101Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:18:13.681Z] #123 ... [2023-09-20T18:18:13.681Z] [2023-09-20T18:18:13.681Z] #188 [support-scheduler stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:18:13.681Z] #188 DONE 0.1s [2023-09-20T18:18:13.681Z] [2023-09-20T18:18:13.681Z] #189 [support-scheduler stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:18:13.681Z] #189 DONE 0.1s [2023-09-20T18:18:13.681Z] [2023-09-20T18:18:13.681Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:18:13.681Z] #123 ... [2023-09-20T18:18:13.681Z] [2023-09-20T18:18:13.681Z] #190 [support-scheduler stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2023-09-20T18:18:14.264Z] #190 DONE 0.3s [2023-09-20T18:18:14.265Z] [2023-09-20T18:18:14.265Z] #123 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2023-09-20T18:18:14.265Z] #123 DONE 855.4s [2023-09-20T18:18:14.265Z] [2023-09-20T18:18:14.265Z] #191 [support-scheduler stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:18:14.265Z] #191 DONE 0.3s [2023-09-20T18:18:14.265Z] [2023-09-20T18:18:14.265Z] #192 [support-notifications stage-1 3/6] COPY --from=builder /edgex-go/Attribution.txt / [2023-09-20T18:18:14.532Z] #192 DONE 0.1s [2023-09-20T18:18:14.532Z] [2023-09-20T18:18:14.532Z] #91 [support-scheduler] exporting to image [2023-09-20T18:18:14.532Z] #91 exporting layers [2023-09-20T18:18:14.532Z] #91 ... [2023-09-20T18:18:14.532Z] [2023-09-20T18:18:14.532Z] #193 [support-notifications stage-1 4/6] COPY --from=builder /edgex-go/security.txt / [2023-09-20T18:18:14.532Z] #193 DONE 0.1s [2023-09-20T18:18:14.797Z] [2023-09-20T18:18:14.797Z] #91 [support-scheduler] exporting to image [2023-09-20T18:18:14.797Z] #91 exporting layers 0.5s done [2023-09-20T18:18:14.797Z] #91 writing image sha256:241f83b4dff39d30c2af6d0c9cafebedfd366226602940b6e6c1135e23aced1e done [2023-09-20T18:18:14.797Z] #91 naming to docker.io/library/support-scheduler-arm64 done [2023-09-20T18:18:14.797Z] #91 DONE 12.5s [2023-09-20T18:18:14.797Z] [2023-09-20T18:18:14.797Z] #194 [support-notifications stage-1 5/6] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2023-09-20T18:18:15.062Z] #194 DONE 0.4s [2023-09-20T18:18:15.062Z] [2023-09-20T18:18:15.062Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:18:15.062Z] #46 ... [2023-09-20T18:18:15.062Z] [2023-09-20T18:18:15.062Z] #195 [support-notifications stage-1 6/6] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2023-09-20T18:18:15.062Z] #195 DONE 0.1s [2023-09-20T18:18:15.062Z] [2023-09-20T18:18:15.062Z] #91 [support-notifications] exporting to image [2023-09-20T18:18:15.643Z] #91 exporting layers 0.4s done [2023-09-20T18:18:15.643Z] #91 writing image sha256:8874fdb3c3c2896143d0db6bbe1216356b16a53d1f24207db550db8de7f95ec3 done [2023-09-20T18:18:15.643Z] #91 naming to docker.io/library/support-notifications-arm64 done [2023-09-20T18:18:15.643Z] #91 DONE 12.9s [2023-09-20T18:18:15.643Z] [2023-09-20T18:18:15.643Z] #46 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:02Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2023-09-20T18:18:15.643Z] time="2023-09-20T18:02:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2023-09-20T18:18:15.669Z] $ docker stop --time=1 24864a56db4d5059122c03bc889a855af2f2ebeb631a92849cf50e97c4cd53bf [2023-09-20T18:18:17.338Z] $ docker rm -f --volumes 24864a56db4d5059122c03bc889a855af2f2ebeb631a92849cf50e97c4cd53bf [Pipeline] // withDockerContainer [Pipeline] sh [2023-09-20T18:18:17.878Z] + docker images [2023-09-20T18:18:17.878Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2023-09-20T18:18:17.878Z] support-scheduler-arm64 latest 241f83b4dff3 3 seconds ago 33.5MB [2023-09-20T18:18:17.878Z] support-notifications-arm64 latest 8874fdb3c3c2 3 seconds ago 34.2MB [2023-09-20T18:18:17.878Z] security-spiffe-token-provider-arm64 latest 13199cf5bb99 22 seconds ago 35MB [2023-09-20T18:18:17.878Z] core-metadata-arm64 latest 137c475cb09f 42 seconds ago 21.5MB [2023-09-20T18:18:17.878Z] core-data-arm64 latest 4c7e24b47916 42 seconds ago 21.2MB [2023-09-20T18:18:17.878Z] core-command-arm64 latest ecadce9e5f8b 56 seconds ago 21MB [2023-09-20T18:18:17.878Z] core-common-config-bootstrapper-arm64 latest cb2a12511b42 About a minute ago 18.3MB [2023-09-20T18:18:17.878Z] security-proxy-auth-arm64 latest 9e5b80efd1db About a minute ago 19.4MB [2023-09-20T18:18:17.878Z] security-secretstore-setup-arm64 latest ee76e2a2ddd6 About a minute ago 43.7MB [2023-09-20T18:18:17.878Z] security-bootstrapper-arm64 latest 7e25e98119c7 About a minute ago 23MB [2023-09-20T18:18:17.878Z] security-proxy-setup-arm64 latest 632d530771f0 About a minute ago 29.1MB [2023-09-20T18:18:17.878Z] security-spire-agent-arm64 latest 25f1b63a3cd5 15 minutes ago 152MB [2023-09-20T18:18:17.878Z] security-spire-config-arm64 latest e6a11a7225a7 15 minutes ago 95.8MB [2023-09-20T18:18:17.878Z] security-spire-server-arm64 latest 73fa432e16da 15 minutes ago 96.6MB [2023-09-20T18:18:17.878Z] ci-base-image-arm64 latest 8aed017dfe4d 28 minutes ago 924MB [2023-09-20T18:18:17.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine ea914061e18c 3 hours ago 553MB [2023-09-20T18:18:17.878Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 3 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 [2023-09-20T18:18:18.693Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-20T18:18:18.693Z] [2023-09-20T18:18:18.693Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T18:18:19.089Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-20T18:18:19.356Z] arm64: Pulling from edgex-lftools-log-publisher [2023-09-20T18:18:19.356Z] 8998bd30e6a1: Pulling fs layer [2023-09-20T18:18:19.356Z] 04944245beec: Pulling fs layer [2023-09-20T18:18:19.356Z] 699f458cf7ca: Pulling fs layer [2023-09-20T18:18:19.356Z] 765212b225bb: Pulling fs layer [2023-09-20T18:18:19.356Z] f23df028b6ca: Pulling fs layer [2023-09-20T18:18:19.356Z] d65c8cfc05b1: Pulling fs layer [2023-09-20T18:18:19.356Z] 2437ff75d9bd: Pulling fs layer [2023-09-20T18:18:19.356Z] 765212b225bb: Waiting [2023-09-20T18:18:19.356Z] f23df028b6ca: Waiting [2023-09-20T18:18:19.356Z] 2437ff75d9bd: Waiting [2023-09-20T18:18:19.356Z] d65c8cfc05b1: Waiting [2023-09-20T18:18:19.356Z] 04944245beec: Verifying Checksum [2023-09-20T18:18:19.356Z] 04944245beec: Download complete [2023-09-20T18:18:19.624Z] 765212b225bb: Download complete [2023-09-20T18:18:19.624Z] f23df028b6ca: Verifying Checksum [2023-09-20T18:18:19.624Z] f23df028b6ca: Download complete [2023-09-20T18:18:19.624Z] d65c8cfc05b1: Verifying Checksum [2023-09-20T18:18:19.624Z] d65c8cfc05b1: Download complete [2023-09-20T18:18:19.624Z] 699f458cf7ca: Verifying Checksum [2023-09-20T18:18:19.624Z] 699f458cf7ca: Download complete [2023-09-20T18:18:20.205Z] 8998bd30e6a1: Verifying Checksum [2023-09-20T18:18:20.205Z] 8998bd30e6a1: Download complete [2023-09-20T18:18:22.149Z] 2437ff75d9bd: Verifying Checksum [2023-09-20T18:18:22.149Z] 2437ff75d9bd: Download complete [2023-09-20T18:18:24.081Z] 8998bd30e6a1: Pull complete [2023-09-20T18:18:24.347Z] 04944245beec: Pull complete [2023-09-20T18:18:25.748Z] 699f458cf7ca: Pull complete [2023-09-20T18:18:25.748Z] 765212b225bb: Pull complete [2023-09-20T18:18:26.702Z] f23df028b6ca: Pull complete [2023-09-20T18:18:26.702Z] d65c8cfc05b1: Pull complete [2023-09-20T18:18:41.670Z] 2437ff75d9bd: Pull complete [2023-09-20T18:18:41.670Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-09-20T18:18:41.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-09-20T18:18:41.670Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T18:18:41.977Z] prd-ubuntu20.04-docker-arm64-4c-16g-7177 does not seem to be running inside a container [2023-09-20T18:18:42.022Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-09-20T18:18:44.800Z] $ docker top 9ee9ebcf92f17d6d19d9c7d9a81aa8d49973ff42a0b782421fc750641127e869 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:18:45.744Z] ---> job-cost.sh [2023-09-20T18:18:45.744Z] lf-activate-venv: SKIPPING [2023-09-20T18:18:45.744Z] INFO: No Stack... [2023-09-20T18:18:51.059Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-09-20T18:18:51.322Z] INFO: Archiving Costs [Pipeline] sh [2023-09-20T18:18:51.972Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2023-09-20T18:18:51.972Z] + cut -d, -f6 [Pipeline] lock [2023-09-20T18:18:52.032Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-4687-1-stack-cost] [2023-09-20T18:18:52.038Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4687-1-stack-cost] did not exist. Created. [2023-09-20T18:18:52.038Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-4687-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-09-20T18:18:52.449Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-09-20T18:18:52.659Z] Stashed 1 file(s) [Pipeline] } [2023-09-20T18:18:52.673Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-4687-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-09-20T18:18:52.740Z] $ docker stop --time=1 9ee9ebcf92f17d6d19d9c7d9a81aa8d49973ff42a0b782421fc750641127e869 [2023-09-20T18:18:54.229Z] $ docker rm -f --volumes 9ee9ebcf92f17d6d19d9c7d9a81aa8d49973ff42a0b782421fc750641127e869 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-09-20T18:18:55.268Z] provisioning config files... [2023-09-20T18:18:55.275Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17440041104178468136tmp [Pipeline] { [Pipeline] sh [2023-09-20T18:18:55.617Z] + set +x [2023-09-20T18:18:55.617Z] + curl -s https://codecov.io/bash [2023-09-20T18:18:55.617Z] + bash -s -- [2023-09-20T18:18:55.617Z] [2023-09-20T18:18:55.617Z] _____ _ [2023-09-20T18:18:55.617Z] / ____| | | [2023-09-20T18:18:55.617Z] | | ___ __| | ___ ___ _____ __ [2023-09-20T18:18:55.617Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-09-20T18:18:55.617Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-09-20T18:18:55.617Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-09-20T18:18:55.617Z] Bash-1.0.6 [2023-09-20T18:18:55.617Z] [2023-09-20T18:18:55.617Z] [2023-09-20T18:18:55.617Z] ==> git version 2.25.1 found [2023-09-20T18:18:55.617Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-09-20T18:18:55.617Z] Release-Date: 2020-01-08 [2023-09-20T18:18:55.617Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-09-20T18:18:55.617Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-09-20T18:18:55.617Z] ==> Jenkins CI detected. [2023-09-20T18:18:55.617Z] current dir:  /w/workspace/edgex-go/1 [2023-09-20T18:18:55.617Z] project root: . [2023-09-20T18:18:55.617Z] --> token set from env [2023-09-20T18:18:55.617Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-09-20T18:18:55.617Z] ==> Running gcov in . (disable via -X gcov) [2023-09-20T18:18:55.617Z] ==> Python coveragepy not found [2023-09-20T18:18:55.617Z] ==> Searching for coverage reports in: [2023-09-20T18:18:55.617Z] + . [2023-09-20T18:18:55.876Z] -> Found 1 reports [2023-09-20T18:18:55.876Z] ==> Detecting git/mercurial file structure [2023-09-20T18:18:55.876Z] ==> Reading reports [2023-09-20T18:18:55.876Z] + ./coverage.out bytes=453602 [2023-09-20T18:18:55.876Z] ==> Appending adjustments [2023-09-20T18:18:55.876Z] https://docs.codecov.io/docs/fixing-reports [2023-09-20T18:18:56.812Z] + Found adjustments [2023-09-20T18:18:56.812Z] ==> Gzipping contents [2023-09-20T18:18:56.812Z] 60K /tmp/codecov.VhA3lL.gz [2023-09-20T18:18:56.812Z] ==> Uploading reports [2023-09-20T18:18:56.812Z] url: https://codecov.io [2023-09-20T18:18:56.812Z] query: branch=PR-4687&commit=f296da785f4da0c7e3c2d462f49a3f1f93d4668f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4687%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4687&job=&cmd_args= [2023-09-20T18:18:56.812Z] -> Pinging Codecov [2023-09-20T18:18:56.812Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-4687&commit=f296da785f4da0c7e3c2d462f49a3f1f93d4668f&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4687%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4687&job=&cmd_args= [2023-09-20T18:18:57.071Z] -> Uploading to [2023-09-20T18:18:57.071Z] https://storage.googleapis.com/codecov/v4/raw/2023-09-20/00271124DB129430A58F1EEE437C3FCB/f296da785f4da0c7e3c2d462f49a3f1f93d4668f/867dd8de-1c31-4841-8dc3-79ebee3d56d0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230920%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230920T181856Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e5dca5e7351f721c7f1acad32e7b28807ea51f635ade3f355d01196f09426ff2 [2023-09-20T18:18:57.071Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-09-20T18:18:57.071Z] Dload Upload Total Spent Left Speed [2023-09-20T18:18:57.331Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 58156 0 0 100 58156 0 259k --:--:-- --:--:-- --:--:-- 260k [2023-09-20T18:18:57.331Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/f296da785f4da0c7e3c2d462f49a3f1f93d4668f [Pipeline] } [2023-09-20T18:18:57.360Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-09-20T18:18:58.859Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:18:59.185Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:19:00.072Z] ---> package-listing.sh [2023-09-20T18:19:00.072Z] ++ facter osfamily [2023-09-20T18:19:00.072Z] ++ tr '[:upper:]' '[:lower:]' [2023-09-20T18:19:00.332Z] + OS_FAMILY=debian [2023-09-20T18:19:00.332Z] + workspace=/w/workspace/edgex-go/1 [2023-09-20T18:19:00.332Z] + START_PACKAGES=/tmp/packages_start.txt [2023-09-20T18:19:00.332Z] + END_PACKAGES=/tmp/packages_end.txt [2023-09-20T18:19:00.332Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-09-20T18:19:00.332Z] + PACKAGES=/tmp/packages_start.txt [2023-09-20T18:19:00.332Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-20T18:19:00.332Z] + PACKAGES=/tmp/packages_end.txt [2023-09-20T18:19:00.332Z] + case "${OS_FAMILY}" in [2023-09-20T18:19:00.332Z] + dpkg -l [2023-09-20T18:19:00.332Z] + grep '^ii' [2023-09-20T18:19:00.332Z] + '[' -f /tmp/packages_start.txt ']' [2023-09-20T18:19:00.332Z] + '[' -f /tmp/packages_end.txt ']' [2023-09-20T18:19:00.332Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-09-20T18:19:00.332Z] + '[' /w/workspace/edgex-go/1 ']' [2023-09-20T18:19:00.332Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2023-09-20T18:19:00.332Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2023-09-20T18:19:00.372Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-09-20T18:19:00.663Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T18:19:01.285Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T18:19:01.285Z] [2023-09-20T18:19:01.285Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-09-20T18:19:01.668Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T18:19:01.668Z] latest: Pulling from edgex-lftools-log-publisher [2023-09-20T18:19:01.668Z] 5eb5b503b376: Pulling fs layer [2023-09-20T18:19:01.668Z] 5c69ac0246d0: Pulling fs layer [2023-09-20T18:19:01.668Z] ec43610c2a17: Pulling fs layer [2023-09-20T18:19:01.668Z] 3a2ae6a8a46f: Pulling fs layer [2023-09-20T18:19:01.668Z] 33b1e0a273af: Pulling fs layer [2023-09-20T18:19:01.668Z] 5d3b04190fa2: Pulling fs layer [2023-09-20T18:19:01.668Z] 2f39f015ded8: Pulling fs layer [2023-09-20T18:19:01.668Z] 33b1e0a273af: Waiting [2023-09-20T18:19:01.668Z] 2f39f015ded8: Waiting [2023-09-20T18:19:01.668Z] 5d3b04190fa2: Waiting [2023-09-20T18:19:01.668Z] 3a2ae6a8a46f: Waiting [2023-09-20T18:19:01.668Z] 5c69ac0246d0: Verifying Checksum [2023-09-20T18:19:01.668Z] 5c69ac0246d0: Download complete [2023-09-20T18:19:01.668Z] 3a2ae6a8a46f: Download complete [2023-09-20T18:19:01.668Z] 33b1e0a273af: Verifying Checksum [2023-09-20T18:19:01.668Z] 33b1e0a273af: Download complete [2023-09-20T18:19:01.668Z] ec43610c2a17: Verifying Checksum [2023-09-20T18:19:01.668Z] ec43610c2a17: Download complete [2023-09-20T18:19:01.668Z] 5d3b04190fa2: Verifying Checksum [2023-09-20T18:19:01.668Z] 5d3b04190fa2: Download complete [2023-09-20T18:19:01.926Z] 5eb5b503b376: Download complete [2023-09-20T18:19:02.493Z] 2f39f015ded8: Verifying Checksum [2023-09-20T18:19:02.493Z] 2f39f015ded8: Download complete [2023-09-20T18:19:03.057Z] 5eb5b503b376: Pull complete [2023-09-20T18:19:03.057Z] 5c69ac0246d0: Pull complete [2023-09-20T18:19:03.626Z] ec43610c2a17: Pull complete [2023-09-20T18:19:03.626Z] 3a2ae6a8a46f: Pull complete [2023-09-20T18:19:03.626Z] 33b1e0a273af: Pull complete [2023-09-20T18:19:03.626Z] 5d3b04190fa2: Pull complete [2023-09-20T18:19:07.806Z] 2f39f015ded8: Pull complete [2023-09-20T18:19:07.806Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-09-20T18:19:07.806Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-09-20T18:19:07.806Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-09-20T18:19:08.022Z] prd-ubuntu20.04-docker-8c-8g-6760 does not seem to be running inside a container [2023-09-20T18:19:08.066Z] $ 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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-09-20T18:19:10.951Z] $ docker top 5f9d549768072d8261d68d753aa16a4ce4d45834b62c4255f810b730ee90e31f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-09-20T18:19:11.327Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-09-20T18:19:11.636Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-09-20T18:19:11.952Z] + ls /var/log/sa-host [2023-09-20T18:19:11.952Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-09-20T18:19:12.078Z] provisioning config files... [2023-09-20T18:19:12.087Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3874290616372817293tmp [Pipeline] { [Pipeline] echo [2023-09-20T18:19:12.141Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:19:12.453Z] ---> create-netrc.sh [Pipeline] } [2023-09-20T18:19:12.482Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:19:12.873Z] ---> python-tools-install.sh [Pipeline] echo [2023-09-20T18:19:12.906Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:19:13.213Z] ---> sudo-logs.sh [2023-09-20T18:19:13.213Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-09-20T18:19:13.297Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:19:13.604Z] ---> job-cost.sh [2023-09-20T18:19:13.604Z] lf-activate-venv: SKIPPING [2023-09-20T18:19:13.604Z] DEBUG: total: 0.10999999940395355 [2023-09-20T18:19:13.604Z] INFO: Retrieving Stack Cost... [2023-09-20T18:19:13.862Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-09-20T18:19:14.429Z] INFO: Archiving Costs [Pipeline] echo [2023-09-20T18:19:14.466Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-09-20T18:19:14.776Z] ---> logs-deploy.sh [2023-09-20T18:19:14.777Z] lf-activate-venv: SKIPPING [2023-09-20T18:19:14.777Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4687/1 [2023-09-20T18:19:14.777Z] INFO: archiving workspace using pattern(s): [2023-09-20T18:19:15.712Z] Archives upload complete. [2023-09-20T18:19:15.971Z] INFO: archiving logs to Nexus [2023-09-20T18:19:16.543Z] ---> uname -a: [2023-09-20T18:19:16.543Z] Linux prd-ubuntu20-04-docker-8c-8g-6760 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] ---> lscpu: [2023-09-20T18:19:16.543Z] Architecture: x86_64 [2023-09-20T18:19:16.543Z] CPU op-mode(s): 32-bit, 64-bit [2023-09-20T18:19:16.543Z] Byte Order: Little Endian [2023-09-20T18:19:16.543Z] Address sizes: 40 bits physical, 48 bits virtual [2023-09-20T18:19:16.543Z] CPU(s): 8 [2023-09-20T18:19:16.543Z] On-line CPU(s) list: 0-7 [2023-09-20T18:19:16.543Z] Thread(s) per core: 1 [2023-09-20T18:19:16.543Z] Core(s) per socket: 1 [2023-09-20T18:19:16.543Z] Socket(s): 8 [2023-09-20T18:19:16.543Z] NUMA node(s): 1 [2023-09-20T18:19:16.543Z] Vendor ID: AuthenticAMD [2023-09-20T18:19:16.543Z] CPU family: 23 [2023-09-20T18:19:16.543Z] Model: 49 [2023-09-20T18:19:16.543Z] Model name: AMD EPYC-Rome Processor [2023-09-20T18:19:16.543Z] Stepping: 0 [2023-09-20T18:19:16.543Z] CPU MHz: 2799.998 [2023-09-20T18:19:16.543Z] BogoMIPS: 5599.99 [2023-09-20T18:19:16.543Z] Virtualization: AMD-V [2023-09-20T18:19:16.543Z] Hypervisor vendor: KVM [2023-09-20T18:19:16.543Z] Virtualization type: full [2023-09-20T18:19:16.543Z] L1d cache: 256 KiB [2023-09-20T18:19:16.543Z] L1i cache: 256 KiB [2023-09-20T18:19:16.543Z] L2 cache: 4 MiB [2023-09-20T18:19:16.543Z] L3 cache: 128 MiB [2023-09-20T18:19:16.543Z] NUMA node0 CPU(s): 0-7 [2023-09-20T18:19:16.543Z] Vulnerability Itlb multihit: Not affected [2023-09-20T18:19:16.543Z] Vulnerability L1tf: Not affected [2023-09-20T18:19:16.543Z] Vulnerability Mds: Not affected [2023-09-20T18:19:16.543Z] Vulnerability Meltdown: Not affected [2023-09-20T18:19:16.543Z] Vulnerability Mmio stale data: Not affected [2023-09-20T18:19:16.543Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-09-20T18:19:16.543Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-09-20T18:19:16.543Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-09-20T18:19:16.543Z] Vulnerability Srbds: Not affected [2023-09-20T18:19:16.543Z] Vulnerability Tsx async abort: Not affected [2023-09-20T18:19:16.543Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] ---> nproc: [2023-09-20T18:19:16.543Z] 8 [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] ---> df -h: [2023-09-20T18:19:16.543Z] Filesystem Size Used Avail Use% Mounted on [2023-09-20T18:19:16.543Z] overlay 155G 21G 135G 14% / [2023-09-20T18:19:16.543Z] tmpfs 64M 0 64M 0% /dev [2023-09-20T18:19:16.543Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-09-20T18:19:16.543Z] shm 64M 0 64M 0% /dev/shm [2023-09-20T18:19:16.543Z] /dev/vda1 155G 21G 135G 14% /facter-os [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] ---> sar -b -r -n DEV: [2023-09-20T18:19:16.543Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6760) 09/20/23 _x86_64_ (8 CPU) [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] 17:25:59 LINUX RESTART (8 CPU) [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] 17:26:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-09-20T18:19:16.543Z] 17:27:01 320.16 65.92 254.24 0.00 5526.62 191133.94 0.00 [2023-09-20T18:19:16.543Z] 17:28:01 140.03 3.52 136.51 0.00 412.33 71425.30 0.00 [2023-09-20T18:19:16.543Z] 17:29:01 34.42 0.02 34.41 0.00 0.13 19853.13 0.00 [2023-09-20T18:19:16.543Z] 17:30:01 55.72 0.30 55.42 0.00 10.26 25675.59 0.00 [2023-09-20T18:19:16.543Z] 17:31:01 492.83 4.72 488.12 0.00 66.26 185745.71 0.00 [2023-09-20T18:19:16.543Z] 17:32:01 443.85 11.26 432.59 0.00 2930.76 138963.81 0.00 [2023-09-20T18:19:16.543Z] 17:33:01 576.40 1.38 575.02 0.00 2272.82 81657.46 0.00 [2023-09-20T18:19:16.543Z] 17:34:01 4.17 0.02 4.15 0.00 0.13 95.45 0.00 [2023-09-20T18:19:16.543Z] 17:35:01 1.22 0.00 1.22 0.00 0.00 13.86 0.00 [2023-09-20T18:19:16.543Z] 17:36:01 1.10 0.00 1.10 0.00 0.00 12.00 0.00 [2023-09-20T18:19:16.543Z] 17:37:01 1.23 0.00 1.23 0.00 0.00 15.20 0.00 [2023-09-20T18:19:16.543Z] 17:38:01 1.15 0.00 1.15 0.00 0.00 13.20 0.00 [2023-09-20T18:19:16.543Z] 17:39:01 1.63 0.00 1.63 0.00 0.00 22.66 0.00 [2023-09-20T18:19:16.543Z] 17:40:01 1.30 0.00 1.30 0.00 0.00 13.86 0.00 [2023-09-20T18:19:16.543Z] 17:41:01 1.87 0.02 1.85 0.00 0.13 22.53 0.00 [2023-09-20T18:19:16.543Z] 17:42:01 1.03 0.00 1.03 0.00 0.00 15.73 0.00 [2023-09-20T18:19:16.543Z] 17:43:01 1.42 0.00 1.42 0.00 0.00 15.86 0.00 [2023-09-20T18:19:16.543Z] 17:44:01 0.87 0.00 0.87 0.00 0.00 9.33 0.00 [2023-09-20T18:19:16.543Z] 17:45:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 [2023-09-20T18:19:16.543Z] 17:46:01 1.17 0.00 1.17 0.00 0.00 13.20 0.00 [2023-09-20T18:19:16.543Z] 17:47:01 1.53 0.00 1.53 0.00 0.00 16.66 0.00 [2023-09-20T18:19:16.543Z] 17:48:01 1.10 0.00 1.10 0.00 0.00 11.46 0.00 [2023-09-20T18:19:16.543Z] 17:49:01 1.17 0.00 1.17 0.00 0.00 14.00 0.00 [2023-09-20T18:19:16.543Z] 17:50:01 0.97 0.00 0.97 0.00 0.00 10.40 0.00 [2023-09-20T18:19:16.543Z] 17:51:01 1.72 0.00 1.72 0.00 0.00 19.06 0.00 [2023-09-20T18:19:16.543Z] 17:52:01 0.98 0.00 0.98 0.00 0.00 10.53 0.00 [2023-09-20T18:19:16.543Z] 17:53:01 1.12 0.00 1.12 0.00 0.00 13.20 0.00 [2023-09-20T18:19:16.543Z] 17:54:01 0.87 0.00 0.87 0.00 0.00 9.60 0.00 [2023-09-20T18:19:16.543Z] 17:55:01 1.52 0.00 1.52 0.00 0.00 16.53 0.00 [2023-09-20T18:19:16.543Z] 17:56:01 0.93 0.00 0.93 0.00 0.00 10.26 0.00 [2023-09-20T18:19:16.543Z] 17:57:01 1.72 0.00 1.72 0.00 0.00 18.40 0.00 [2023-09-20T18:19:16.543Z] 17:58:01 0.92 0.00 0.92 0.00 0.00 10.13 0.00 [2023-09-20T18:19:16.543Z] 17:59:02 1.15 0.00 1.15 0.00 0.00 13.86 0.00 [2023-09-20T18:19:16.543Z] 18:00:01 0.98 0.00 0.98 0.00 0.00 10.71 0.00 [2023-09-20T18:19:16.543Z] 18:01:01 1.20 0.00 1.20 0.00 0.00 14.26 0.00 [2023-09-20T18:19:16.543Z] 18:02:01 1.05 0.00 1.05 0.00 0.00 12.66 0.00 [2023-09-20T18:19:16.543Z] 18:03:01 1.22 0.00 1.22 0.00 0.00 14.26 0.00 [2023-09-20T18:19:16.543Z] 18:04:01 0.92 0.00 0.92 0.00 0.00 10.53 0.00 [2023-09-20T18:19:16.543Z] 18:05:01 1.52 0.00 1.52 0.00 0.00 16.93 0.00 [2023-09-20T18:19:16.543Z] 18:06:01 0.93 0.00 0.93 0.00 0.00 10.53 0.00 [2023-09-20T18:19:16.543Z] 18:07:01 1.68 0.00 1.68 0.00 0.00 18.93 0.00 [2023-09-20T18:19:16.543Z] 18:08:01 0.90 0.00 0.90 0.00 0.00 10.13 0.00 [2023-09-20T18:19:16.543Z] 18:09:01 1.60 0.00 1.60 0.00 0.00 17.33 0.00 [2023-09-20T18:19:16.543Z] 18:10:01 0.85 0.00 0.85 0.00 0.00 9.47 0.00 [2023-09-20T18:19:16.543Z] 18:11:01 1.57 0.00 1.57 0.00 0.00 17.46 0.00 [2023-09-20T18:19:16.543Z] 18:12:01 2.80 1.60 1.20 0.00 37.19 15.46 0.00 [2023-09-20T18:19:16.543Z] 18:13:01 1.70 0.00 1.70 0.00 0.00 18.93 0.00 [2023-09-20T18:19:16.543Z] 18:14:01 1.12 0.00 1.12 0.00 0.00 12.53 0.00 [2023-09-20T18:19:16.543Z] 18:15:01 1.50 0.00 1.50 0.00 0.00 16.66 0.00 [2023-09-20T18:19:16.543Z] 18:16:01 0.95 0.00 0.95 0.00 0.00 10.53 0.00 [2023-09-20T18:19:16.543Z] 18:17:01 1.85 0.02 1.83 0.00 0.13 21.20 0.00 [2023-09-20T18:19:16.543Z] 18:18:01 1.23 0.00 1.23 0.00 0.00 13.73 0.00 [2023-09-20T18:19:16.543Z] 18:19:01 1.88 0.18 1.70 0.00 16.67 53.33 0.00 [2023-09-20T18:19:16.543Z] Average: 40.13 1.68 38.45 0.00 212.88 13502.67 0.00 [2023-09-20T18:19:16.543Z] [2023-09-20T18:19:16.543Z] 17:26:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-09-20T18:19:16.543Z] 17:27:01 29821008 31629408 721928 2.20 59852 2045296 1819228 5.36 959072 1802532 250296 [2023-09-20T18:19:16.543Z] 17:28:01 28292688 31418328 885104 2.69 116584 3220248 2010528 5.93 1292896 2859724 16452 [2023-09-20T18:19:16.543Z] 17:29:01 28063660 31528888 771944 2.35 119708 3526244 1913444 5.64 1272688 3074684 26344 [2023-09-20T18:19:16.543Z] 17:30:01 28034528 31550352 754420 2.29 123528 3590204 2042160 6.02 1263220 3134084 200044 [2023-09-20T18:19:16.543Z] 17:31:01 21930540 31427784 856168 2.60 200460 9196892 2384816 7.03 2047952 8128624 580332 [2023-09-20T18:19:16.543Z] 17:32:01 16089836 29530960 2662492 8.10 253692 12783648 7328352 21.60 4965164 10631648 256984 [2023-09-20T18:19:16.543Z] 17:33:01 17713644 31485740 767992 2.34 275580 13201200 2062424 6.08 2604448 11562432 452 [2023-09-20T18:19:16.543Z] 17:34:01 17717800 31484940 768600 2.34 274028 13197944 2079780 6.13 2602680 11559220 12 [2023-09-20T18:19:16.543Z] 17:35:01 17735464 31502636 750860 2.28 274036 13197948 2079780 6.13 2585252 11559224 8 [2023-09-20T18:19:16.543Z] 17:36:01 17736256 31503268 750328 2.28 274060 13197940 2079780 6.13 2585136 11559224 12 [2023-09-20T18:19:16.543Z] 17:37:01 17738948 31505984 747536 2.27 274084 13197952 2079780 6.13 2583356 11559228 36 [2023-09-20T18:19:16.543Z] 17:38:01 17740116 31507184 746508 2.27 274108 13197956 2079780 6.13 2583532 11559232 4 [2023-09-20T18:19:16.543Z] 17:39:01 17742092 31509164 744444 2.26 274132 13197956 2079780 6.13 2581656 11559232 16 [2023-09-20T18:19:16.543Z] 17:40:01 17742052 31509204 744420 2.26 274176 13197960 2079780 6.13 2581192 11559236 12 [2023-09-20T18:19:16.543Z] 17:41:01 17740624 31507928 745464 2.27 274200 13198092 2093036 6.17 2581784 11559360 40 [2023-09-20T18:19:16.543Z] 17:42:01 17741136 31508420 744884 2.27 274224 13198072 2093036 6.17 2581860 11559340 56 [2023-09-20T18:19:16.543Z] 17:43:01 17741052 31508340 745128 2.27 274248 13198076 2093036 6.17 2581792 11559344 8 [2023-09-20T18:19:16.543Z] 17:44:01 17741540 31508888 744572 2.26 274256 13198076 2093036 6.17 2581592 11559348 8 [2023-09-20T18:19:16.543Z] 17:45:01 17741808 31509164 744288 2.26 274264 13198080 2093036 6.17 2581316 11559352 8 [2023-09-20T18:19:16.543Z] 17:46:01 17741476 31508836 744524 2.26 274296 13198088 2093036 6.17 2581304 11559356 32 [2023-09-20T18:19:16.543Z] 17:47:01 17741772 31509264 743992 2.26 274316 13198088 2093036 6.17 2580960 11559364 8 [2023-09-20T18:19:16.543Z] 17:48:01 17741724 31509232 743956 2.26 274336 13198092 2093036 6.17 2580964 11559360 12 [2023-09-20T18:19:16.543Z] 17:49:01 17741780 31509288 743876 2.26 274340 13198096 2093036 6.17 2581024 11559360 12 [2023-09-20T18:19:16.543Z] 17:50:01 17741628 31509140 743912 2.26 274348 13198100 2076920 6.12 2581060 11559364 4 [2023-09-20T18:19:16.543Z] 17:51:01 17741620 31509136 743884 2.26 274368 13198100 2076920 6.12 2580940 11559368 8 [2023-09-20T18:19:16.543Z] 17:52:01 17741320 31508900 744104 2.26 274384 13198104 2076920 6.12 2580940 11559376 4 [2023-09-20T18:19:16.543Z] 17:53:01 17741256 31508840 744044 2.26 274400 13198108 2076920 6.12 2581104 11559380 136 [2023-09-20T18:19:16.543Z] 17:54:01 17741456 31509040 744044 2.26 274416 13198108 2076920 6.12 2580972 11559380 8 [2023-09-20T18:19:16.543Z] 17:55:01 17741448 31509036 743984 2.26 274428 13198112 2076920 6.12 2580980 11559384 4 [2023-09-20T18:19:16.543Z] 17:56:01 17741148 31508800 744200 2.26 274448 13198116 2060536 6.07 2581108 11559392 28 [2023-09-20T18:19:16.543Z] 17:57:01 17741364 31509036 744116 2.26 274492 13198116 2060536 6.07 2581024 11559384 12 [2023-09-20T18:19:16.543Z] 17:58:01 17741584 31509260 743852 2.26 274504 13198120 2060536 6.07 2580916 11559388 4 [2023-09-20T18:19:16.543Z] 17:59:02 17741980 31509660 743604 2.26 274504 13198128 2060536 6.07 2581164 11559392 8 [2023-09-20T18:19:16.543Z] 18:00:01 17742216 31509896 743356 2.26 274520 13198124 2060536 6.07 2580912 11559392 4 [2023-09-20T18:19:16.543Z] 18:01:01 17741908 31509652 743556 2.26 274536 13198132 2060536 6.07 2581252 11559400 8 [2023-09-20T18:19:16.543Z] 18:02:01 17741820 31509576 743536 2.26 274576 13198132 2060536 6.07 2581256 11559408 32 [2023-09-20T18:19:16.543Z] 18:03:01 17741544 31509368 743720 2.26 274588 13198140 2060536 6.07 2581224 11559416 4 [2023-09-20T18:19:16.544Z] 18:04:01 17741528 31509360 743708 2.26 274608 13198144 2060536 6.07 2581144 11559420 16 [2023-09-20T18:19:16.544Z] 18:05:01 17741448 31509284 743676 2.26 274640 13198144 2060536 6.07 2581252 11559420 12 [2023-09-20T18:19:16.544Z] 18:06:01 17741472 31509372 743624 2.26 274648 13198148 2060536 6.07 2581028 11559428 8 [2023-09-20T18:19:16.544Z] 18:07:01 17741132 31509064 743820 2.26 274680 13198156 2060536 6.07 2581408 11559424 28 [2023-09-20T18:19:16.544Z] 18:08:01 17741400 31509332 743652 2.26 274688 13198156 2060536 6.07 2581072 11559424 8 [2023-09-20T18:19:16.544Z] 18:09:01 17741620 31509556 743344 2.26 274704 13198160 2044216 6.02 2581096 11559428 8 [2023-09-20T18:19:16.544Z] 18:10:01 17741480 31509416 743652 2.26 274716 13198160 2044216 6.02 2581296 11559428 8 [2023-09-20T18:19:16.544Z] 18:11:01 17741700 31509808 743236 2.26 274736 13198292 2044216 6.02 2581360 11559544 8 [2023-09-20T18:19:16.544Z] 18:12:01 17728188 31498468 754432 2.29 274788 13199408 2044216 6.02 2594552 11559924 84 [2023-09-20T18:19:16.544Z] 18:13:01 17728364 31498648 754404 2.29 274816 13199408 2044216 6.02 2594336 11559888 200 [2023-09-20T18:19:16.544Z] 18:14:01 17728404 31498760 754320 2.29 274840 13199412 2044216 6.02 2594000 11559892 16 [2023-09-20T18:19:16.544Z] 18:15:01 17728576 31498948 754076 2.29 274852 13199412 2044216 6.02 2594272 11559892 8 [2023-09-20T18:19:16.544Z] 18:16:01 17728308 31498696 754268 2.29 274864 13199416 2044216 6.02 2594312 11559896 8 [2023-09-20T18:19:16.544Z] 18:17:01 17728492 31498896 754228 2.29 274884 13199416 2044216 6.02 2594400 11559900 4 [2023-09-20T18:19:16.544Z] 18:18:01 17727900 31498348 754696 2.30 274896 13199428 2044216 6.02 2594156 11559904 4 [2023-09-20T18:19:16.544Z] 18:19:01 17722904 31494824 757828 2.30 274928 13200836 2037912 6.01 2597924 11560860 688 [2023-09-20T18:19:16.544Z] Average: 18602014 31469119 788194 2.40 259911 12352602 2163874 6.38 2514779 10809993 25143 [2023-09-20T18:19:16.544Z] [2023-09-20T18:19:16.544Z] 17:26:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-09-20T18:19:16.544Z] 17:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:27:01 lo 5.19 5.19 0.49 0.49 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:27:01 ens3 906.49 789.38 5153.96 127.74 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:28:01 docker0 631.14 657.44 46.77 4509.70 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:28:01 veth99578e6 0.00 0.13 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:28:01 lo 1.07 1.07 0.11 0.11 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:28:01 ens3 805.32 721.70 7636.87 81.68 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:29:01 docker0 1.37 1.37 0.10 0.12 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:29:01 veth99578e6 1.37 1.42 0.12 0.13 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:29:01 ens3 37.92 23.81 29.72 16.58 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:30:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:30:01 ens3 95.45 57.67 2215.72 16.38 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:31:01 vethb03289c 59.26 122.68 6.19 588.04 0.00 0.00 0.00 0.05 [2023-09-20T18:19:16.544Z] 17:31:01 veth8d7d6b2 62.77 114.38 6.41 587.29 0.00 0.00 0.00 0.05 [2023-09-20T18:19:16.544Z] 17:31:01 docker0 279.67 534.81 24.05 3049.79 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:31:01 veth7ef6d03 0.55 1.07 0.05 0.21 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:31:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:31:01 ens3 606.40 315.63 3817.57 45.79 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:31:01 veth805680d 61.72 124.71 6.37 588.26 0.00 0.00 0.00 0.05 [2023-09-20T18:19:16.544Z] 17:31:01 veth65a9704 63.69 114.26 6.47 587.29 0.00 0.00 0.00 0.05 [2023-09-20T18:19:16.544Z] 17:32:01 veth377b468 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 docker0 0.13 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth2677f25 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth7ef6d03 0.13 0.12 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth6b498a8 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth7cde49f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 vethf5f487b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth6852c6e 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth630518b 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth86b574f 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 ens3 127.99 71.94 1366.93 10.71 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 vethf6a4c08 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 vethe40da5c 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:32:01 veth11539ff 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:33:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:33:01 ens3 144.89 104.92 1388.39 103.05 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:34:01 ens3 0.62 0.20 0.38 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:35:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:35:01 ens3 0.35 0.13 0.02 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:36:01 ens3 0.45 0.00 0.02 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:37:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:37:01 ens3 6.27 6.57 0.68 13.58 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:38:01 ens3 5.12 5.72 1.04 32.79 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:39:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:39:01 ens3 5.48 8.73 0.84 27.17 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:40:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:41:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:41:01 ens3 4.22 9.12 0.49 14.43 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:42:01 ens3 4.25 7.77 0.34 6.91 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:43:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:43:01 ens3 0.35 0.15 0.02 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:44:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:45:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:45:01 ens3 0.62 0.22 0.09 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:46:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:47:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:47:01 ens3 3.25 0.35 0.31 0.08 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:48:01 ens3 3.48 0.18 0.44 0.07 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:49:01 ens3 1.70 0.92 0.82 0.62 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:50:01 ens3 0.55 0.32 0.26 0.21 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:51:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:52:01 ens3 0.45 0.12 0.09 0.07 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:53:01 ens3 0.28 0.10 0.02 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:54:01 ens3 0.22 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:55:01 ens3 0.42 0.15 0.08 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:56:01 ens3 0.15 0.03 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:57:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:57:01 ens3 0.40 0.20 0.09 0.07 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:58:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:59:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:59:02 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 17:59:02 ens3 0.33 0.17 0.07 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:00:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:00:01 ens3 0.29 0.05 0.02 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:01:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:01:01 ens3 0.22 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:02:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:02:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:02:01 ens3 0.23 0.15 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:03:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:03:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:03:01 ens3 0.17 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:04:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:04:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:04:01 ens3 1.00 0.37 0.31 0.21 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:05:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:05:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:05:01 ens3 0.10 0.07 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:06:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:06:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:06:01 ens3 0.20 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:07:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:07:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:07:01 ens3 0.27 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:08:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:08:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:08:01 ens3 0.05 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:09:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:09:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:09:01 ens3 0.20 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:10:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:11:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:11:01 ens3 0.12 0.10 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:12:01 lo 0.13 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:12:01 ens3 7.60 5.51 5.49 6.16 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:13:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:13:01 ens3 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:14:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:15:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:15:01 ens3 0.28 0.13 0.12 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:16:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:17:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:17:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:17:01 ens3 0.25 0.18 0.08 0.07 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:18:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:18:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:18:01 ens3 0.02 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:19:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:19:01 lo 0.40 0.40 0.03 0.03 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] 18:19:01 ens3 12.50 7.75 13.38 5.30 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] Average: docker0 17.22 22.53 1.34 142.67 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] Average: lo 0.26 0.26 0.02 0.02 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] Average: ens3 52.64 40.42 408.42 9.63 0.00 0.00 0.00 0.00 [2023-09-20T18:19:16.544Z] [2023-09-20T18:19:16.544Z] [2023-09-20T18:19:16.544Z] ---> sar -P ALL: [2023-09-20T18:19:16.544Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-6760) 09/20/23 _x86_64_ (8 CPU) [2023-09-20T18:19:16.544Z] [2023-09-20T18:19:16.544Z] 17:25:59 LINUX RESTART (8 CPU) [2023-09-20T18:19:16.544Z] [2023-09-20T18:19:16.544Z] 17:26:01 CPU %user %nice %system %iowait %steal %idle [2023-09-20T18:19:16.544Z] 17:27:01 all 7.18 0.00 2.26 4.07 0.05 86.44 [2023-09-20T18:19:16.544Z] 17:27:01 0 4.70 0.00 1.44 1.69 0.03 92.13 [2023-09-20T18:19:16.544Z] 17:27:01 1 8.85 0.00 3.76 11.21 0.05 76.13 [2023-09-20T18:19:16.544Z] 17:27:01 2 11.44 0.00 1.31 0.60 0.07 86.58 [2023-09-20T18:19:16.544Z] 17:27:01 3 9.59 0.00 3.05 2.65 0.05 84.66 [2023-09-20T18:19:16.544Z] 17:27:01 4 5.33 0.00 1.16 4.83 0.05 88.63 [2023-09-20T18:19:16.545Z] 17:27:01 5 5.06 0.00 3.84 3.94 0.03 87.13 [2023-09-20T18:19:16.545Z] 17:27:01 6 7.30 0.00 1.58 7.02 0.07 84.03 [2023-09-20T18:19:16.545Z] 17:27:01 7 5.14 0.00 1.94 0.66 0.07 92.20 [2023-09-20T18:19:16.545Z] 17:28:01 all 7.61 0.00 3.37 5.60 0.07 83.36 [2023-09-20T18:19:16.545Z] 17:28:01 0 7.45 0.00 3.78 11.30 0.08 77.39 [2023-09-20T18:19:16.545Z] 17:28:01 1 9.64 0.00 3.45 1.82 0.05 85.04 [2023-09-20T18:19:16.545Z] 17:28:01 2 7.72 0.00 2.36 2.93 0.05 86.94 [2023-09-20T18:19:16.545Z] 17:28:01 3 6.94 0.00 3.13 11.78 0.07 78.08 [2023-09-20T18:19:16.545Z] 17:28:01 4 8.27 0.00 3.10 0.69 0.07 87.87 [2023-09-20T18:19:16.545Z] 17:28:01 5 6.26 0.00 2.45 2.40 0.07 88.81 [2023-09-20T18:19:16.545Z] 17:28:01 6 5.89 0.00 4.51 13.42 0.07 76.12 [2023-09-20T18:19:16.545Z] 17:28:01 7 8.69 0.00 4.17 0.56 0.07 86.51 [2023-09-20T18:19:16.545Z] 17:29:01 all 26.53 0.00 3.38 1.60 0.09 68.40 [2023-09-20T18:19:16.545Z] 17:29:01 0 27.68 0.00 3.38 0.65 0.15 68.14 [2023-09-20T18:19:16.545Z] 17:29:01 1 28.04 0.00 3.15 0.15 0.08 68.57 [2023-09-20T18:19:16.545Z] 17:29:01 2 26.30 0.00 3.20 0.20 0.10 70.19 [2023-09-20T18:19:16.545Z] 17:29:01 3 26.59 0.00 3.78 8.99 0.08 60.56 [2023-09-20T18:19:16.545Z] 17:29:01 4 27.00 0.00 3.38 0.07 0.08 69.46 [2023-09-20T18:19:16.545Z] 17:29:01 5 24.85 0.00 3.40 1.70 0.07 69.99 [2023-09-20T18:19:16.545Z] 17:29:01 6 24.69 0.00 3.01 0.25 0.07 71.98 [2023-09-20T18:19:16.545Z] 17:29:01 7 27.10 0.00 3.71 0.81 0.08 68.30 [2023-09-20T18:19:16.545Z] 17:30:01 all 43.36 0.00 4.45 2.47 0.12 49.60 [2023-09-20T18:19:16.545Z] 17:30:01 0 42.13 0.00 4.53 10.64 0.20 42.50 [2023-09-20T18:19:16.545Z] 17:30:01 1 44.63 0.00 4.21 0.12 0.08 50.96 [2023-09-20T18:19:16.545Z] 17:30:01 2 44.13 0.00 4.63 0.76 0.14 50.34 [2023-09-20T18:19:16.545Z] 17:30:01 3 43.12 0.00 4.47 0.34 0.10 51.97 [2023-09-20T18:19:16.545Z] 17:30:01 4 43.33 0.00 4.68 0.32 0.10 51.57 [2023-09-20T18:19:16.545Z] 17:30:01 5 43.01 0.00 4.50 2.87 0.10 49.52 [2023-09-20T18:19:16.545Z] 17:30:01 6 42.40 0.00 4.18 0.54 0.10 52.78 [2023-09-20T18:19:16.545Z] 17:30:01 7 44.16 0.00 4.37 4.16 0.10 47.21 [2023-09-20T18:19:16.545Z] 17:31:01 all 14.97 0.00 6.07 18.95 0.08 59.92 [2023-09-20T18:19:16.545Z] 17:31:01 0 15.27 0.00 6.52 32.55 0.12 45.54 [2023-09-20T18:19:16.545Z] 17:31:01 1 14.81 0.00 5.82 21.20 0.07 58.09 [2023-09-20T18:19:16.545Z] 17:31:01 2 14.63 0.00 5.68 7.88 0.07 71.74 [2023-09-20T18:19:16.545Z] 17:31:01 3 14.26 0.00 5.54 7.35 0.10 72.75 [2023-09-20T18:19:16.545Z] 17:31:01 4 15.69 0.00 6.77 23.94 0.07 53.53 [2023-09-20T18:19:16.545Z] 17:31:01 5 14.13 0.00 5.97 25.52 0.07 54.31 [2023-09-20T18:19:16.545Z] 17:31:01 6 15.69 0.00 5.65 25.47 0.07 53.13 [2023-09-20T18:19:16.545Z] 17:31:01 7 15.26 0.00 6.66 7.70 0.12 70.26 [2023-09-20T18:19:16.545Z] 17:32:01 all 68.67 0.00 8.73 5.25 0.14 17.21 [2023-09-20T18:19:16.545Z] 17:32:01 0 69.42 0.00 7.48 2.81 0.13 20.15 [2023-09-20T18:19:16.545Z] 17:32:01 1 68.04 0.00 10.43 20.23 0.15 1.15 [2023-09-20T18:19:16.545Z] 17:32:01 2 68.76 0.00 7.67 1.14 0.12 22.31 [2023-09-20T18:19:16.545Z] 17:32:01 3 68.46 0.00 8.40 0.71 0.10 22.32 [2023-09-20T18:19:16.545Z] 17:32:01 4 68.27 0.00 9.12 0.32 0.19 22.09 [2023-09-20T18:19:16.545Z] 17:32:01 5 69.47 0.00 7.92 5.86 0.17 16.59 [2023-09-20T18:19:16.545Z] 17:32:01 6 68.50 0.00 9.32 8.41 0.13 13.63 [2023-09-20T18:19:16.545Z] 17:32:01 7 68.42 0.00 9.51 2.57 0.15 19.35 [2023-09-20T18:19:16.545Z] 17:33:01 all 45.14 0.00 4.70 2.67 0.09 47.41 [2023-09-20T18:19:16.545Z] 17:33:01 0 43.27 0.00 4.88 1.90 0.08 49.86 [2023-09-20T18:19:16.545Z] 17:33:01 1 46.61 0.00 4.69 2.69 0.10 45.91 [2023-09-20T18:19:16.545Z] 17:33:01 2 45.35 0.00 3.76 2.52 0.08 48.28 [2023-09-20T18:19:16.545Z] 17:33:01 3 45.46 0.00 5.29 3.26 0.08 45.91 [2023-09-20T18:19:16.545Z] 17:33:01 4 44.03 0.00 5.24 1.94 0.08 48.72 [2023-09-20T18:19:16.545Z] 17:33:01 5 45.44 0.00 4.54 1.74 0.10 48.18 [2023-09-20T18:19:16.545Z] 17:33:01 6 45.17 0.00 4.68 5.96 0.08 44.10 [2023-09-20T18:19:16.545Z] 17:33:01 7 45.77 0.00 4.51 1.31 0.07 48.34 [2023-09-20T18:19:16.545Z] 17:34:01 all 0.06 0.00 0.05 0.01 0.01 99.87 [2023-09-20T18:19:16.545Z] 17:34:01 0 0.05 0.00 0.05 0.00 0.00 99.90 [2023-09-20T18:19:16.545Z] 17:34:01 1 0.07 0.00 0.03 0.03 0.02 99.85 [2023-09-20T18:19:16.545Z] 17:34:01 2 0.03 0.00 0.07 0.00 0.00 99.90 [2023-09-20T18:19:16.545Z] 17:34:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:34:01 4 0.02 0.00 0.03 0.02 0.02 99.92 [2023-09-20T18:19:16.545Z] 17:34:01 5 0.03 0.00 0.08 0.00 0.02 99.87 [2023-09-20T18:19:16.545Z] 17:34:01 6 0.22 0.00 0.10 0.03 0.02 99.63 [2023-09-20T18:19:16.545Z] 17:34:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-09-20T18:19:16.545Z] 17:35:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-09-20T18:19:16.545Z] 17:35:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.545Z] 17:35:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:35:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:35:01 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:35:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:35:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2023-09-20T18:19:16.545Z] 17:35:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:35:01 7 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:36:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:36:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:36:01 1 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:36:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:36:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:36:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:36:01 5 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:36:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:36:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:37:01 all 0.03 0.00 0.01 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:37:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:37:01 1 0.03 0.00 0.02 0.02 0.02 99.92 [2023-09-20T18:19:16.545Z] 17:37:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:37:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2023-09-20T18:19:16.545Z] 17:37:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:37:01 5 0.00 0.00 0.03 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:37:01 6 0.03 0.00 0.03 0.02 0.00 99.92 [2023-09-20T18:19:16.545Z] 17:37:01 7 0.07 0.00 0.02 0.00 0.00 99.92 [2023-09-20T18:19:16.545Z] [2023-09-20T18:19:16.545Z] 17:37:01 CPU %user %nice %system %iowait %steal %idle [2023-09-20T18:19:16.545Z] 17:38:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2023-09-20T18:19:16.545Z] 17:38:01 0 0.03 0.00 0.05 0.00 0.00 99.92 [2023-09-20T18:19:16.545Z] 17:38:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:38:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:38:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:38:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.545Z] 17:38:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-09-20T18:19:16.545Z] 17:38:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:38:01 7 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:39:01 all 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:39:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:39:01 1 0.07 0.00 0.02 0.00 0.00 99.92 [2023-09-20T18:19:16.545Z] 17:39:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:39:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:39:01 4 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:39:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:39:01 6 0.02 0.00 0.03 0.02 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:39:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:40:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:40:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:40:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:40:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.545Z] 17:40:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:40:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:40:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-20T18:19:16.545Z] 17:40:01 6 0.00 0.00 0.00 0.03 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:40:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:41:01 all 0.03 0.00 0.03 0.01 0.00 99.94 [2023-09-20T18:19:16.545Z] 17:41:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:41:01 1 0.03 0.00 0.03 0.02 0.00 99.92 [2023-09-20T18:19:16.545Z] 17:41:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:41:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:41:01 4 0.03 0.00 0.02 0.02 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:41:01 5 0.07 0.00 0.05 0.00 0.02 99.87 [2023-09-20T18:19:16.545Z] 17:41:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:41:01 7 0.02 0.00 0.03 0.02 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:42:01 all 0.07 0.00 0.01 0.00 0.01 99.91 [2023-09-20T18:19:16.545Z] 17:42:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:42:01 1 0.45 0.00 0.00 0.00 0.02 99.53 [2023-09-20T18:19:16.545Z] 17:42:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:42:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.545Z] 17:42:01 4 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-20T18:19:16.545Z] 17:42:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:42:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:42:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:43:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:43:01 0 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:43:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:43:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:43:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:43:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:43:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-20T18:19:16.545Z] 17:43:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:43:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:44:01 all 0.16 0.00 0.01 0.00 0.00 99.82 [2023-09-20T18:19:16.545Z] 17:44:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:44:01 1 1.17 0.00 0.00 0.02 0.00 98.81 [2023-09-20T18:19:16.545Z] 17:44:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:44:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:44:01 4 0.05 0.00 0.00 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:44:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-09-20T18:19:16.545Z] 17:44:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:44:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:45:01 all 0.04 0.00 0.01 0.00 0.00 99.94 [2023-09-20T18:19:16.545Z] 17:45:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.545Z] 17:45:01 1 0.27 0.00 0.00 0.00 0.00 99.73 [2023-09-20T18:19:16.545Z] 17:45:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:45:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:45:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:45:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-09-20T18:19:16.545Z] 17:45:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:45:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:46:01 all 0.03 0.00 0.01 0.00 0.01 99.96 [2023-09-20T18:19:16.545Z] 17:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:46:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:46:01 2 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:46:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:46:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-20T18:19:16.545Z] 17:46:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:46:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:47:01 all 0.02 0.00 0.00 0.01 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:47:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:47:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:47:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.545Z] 17:47:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:47:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:47:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-20T18:19:16.545Z] 17:47:01 6 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:47:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:48:01 all 0.03 0.00 0.01 0.00 0.00 99.96 [2023-09-20T18:19:16.545Z] 17:48:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:48:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:48:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:48:01 3 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:48:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:48:01 5 0.05 0.00 0.05 0.00 0.00 99.90 [2023-09-20T18:19:16.545Z] 17:48:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:48:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] [2023-09-20T18:19:16.545Z] 17:48:01 CPU %user %nice %system %iowait %steal %idle [2023-09-20T18:19:16.545Z] 17:49:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:49:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:49:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:49:01 3 0.00 0.00 0.02 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:49:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:49:01 5 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:49:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.545Z] 17:49:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:50:01 all 0.08 0.00 0.01 0.00 0.00 99.90 [2023-09-20T18:19:16.545Z] 17:50:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:50:01 1 0.47 0.00 0.02 0.00 0.02 99.50 [2023-09-20T18:19:16.545Z] 17:50:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:50:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:50:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:50:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-20T18:19:16.545Z] 17:50:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:50:01 7 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:51:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-09-20T18:19:16.545Z] 17:51:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:51:01 1 0.07 0.00 0.00 0.00 0.00 99.93 [2023-09-20T18:19:16.545Z] 17:51:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:51:01 3 0.02 0.00 0.00 0.08 0.00 99.90 [2023-09-20T18:19:16.545Z] 17:51:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:51:01 5 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.545Z] 17:51:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:51:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:52:01 all 0.02 0.00 0.01 0.00 0.01 99.97 [2023-09-20T18:19:16.545Z] 17:52:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.545Z] 17:52:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:52:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.545Z] 17:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:52:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.545Z] 17:52:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-09-20T18:19:16.546Z] 17:52:01 6 0.00 0.00 0.00 0.00 0.02 99.98 [2023-09-20T18:19:16.546Z] 17:52:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:53:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-09-20T18:19:16.546Z] 17:53:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:53:01 1 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 17:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:53:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-09-20T18:19:16.546Z] 17:53:01 4 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 17:53:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-20T18:19:16.546Z] 17:53:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:53:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:54:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:54:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:54:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:54:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 17:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:54:01 5 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:54:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:54:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:55:01 all 0.01 0.00 0.01 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:55:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:55:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 17:55:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:55:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-09-20T18:19:16.546Z] 17:55:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:55:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:56:01 all 0.01 0.00 0.01 0.01 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:56:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:56:01 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:56:01 3 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:56:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 17:56:01 5 0.02 0.00 0.03 0.02 0.02 99.92 [2023-09-20T18:19:16.546Z] 17:56:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:56:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:57:01 all 0.22 0.00 0.01 0.00 0.00 99.76 [2023-09-20T18:19:16.546Z] 17:57:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:57:01 1 1.56 0.00 0.02 0.00 0.02 98.40 [2023-09-20T18:19:16.546Z] 17:57:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:57:01 3 0.02 0.00 0.03 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 17:57:01 4 0.05 0.00 0.02 0.00 0.00 99.93 [2023-09-20T18:19:16.546Z] 17:57:01 5 0.05 0.00 0.02 0.02 0.02 99.90 [2023-09-20T18:19:16.546Z] 17:57:01 6 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:57:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:58:01 all 0.01 0.00 0.00 0.01 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:58:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:58:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:58:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:58:01 3 0.02 0.00 0.00 0.07 0.02 99.90 [2023-09-20T18:19:16.546Z] 17:58:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:58:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:58:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 17:58:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 17:59:02 all 0.02 0.00 0.01 0.00 0.00 99.96 [2023-09-20T18:19:16.546Z] 17:59:02 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:59:02 1 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:59:02 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 17:59:02 3 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 17:59:02 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 17:59:02 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-20T18:19:16.546Z] 17:59:02 6 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 17:59:02 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] [2023-09-20T18:19:16.546Z] 17:59:02 CPU %user %nice %system %iowait %steal %idle [2023-09-20T18:19:16.546Z] 18:00:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:00:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:00:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:00:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:00:01 3 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:00:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:00:01 5 0.03 0.00 0.02 0.00 0.02 99.93 [2023-09-20T18:19:16.546Z] 18:00:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:00:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:01:01 all 0.18 0.00 0.01 0.00 0.01 99.79 [2023-09-20T18:19:16.546Z] 18:01:01 0 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:01:01 1 1.29 0.00 0.07 0.00 0.02 98.63 [2023-09-20T18:19:16.546Z] 18:01:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:01:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:01:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:01:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-20T18:19:16.546Z] 18:01:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:01:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:02:01 all 0.12 0.00 0.01 0.00 0.00 99.86 [2023-09-20T18:19:16.546Z] 18:02:01 0 0.02 0.00 0.05 0.00 0.00 99.93 [2023-09-20T18:19:16.546Z] 18:02:01 1 0.85 0.00 0.00 0.00 0.00 99.15 [2023-09-20T18:19:16.546Z] 18:02:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:02:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:02:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:02:01 5 0.02 0.00 0.05 0.02 0.00 99.92 [2023-09-20T18:19:16.546Z] 18:02:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:02:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:03:01 all 0.27 0.00 0.01 0.00 0.00 99.72 [2023-09-20T18:19:16.546Z] 18:03:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:03:01 1 1.99 0.00 0.00 0.00 0.00 98.01 [2023-09-20T18:19:16.546Z] 18:03:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:03:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:03:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:03:01 5 0.05 0.00 0.02 0.00 0.02 99.92 [2023-09-20T18:19:16.546Z] 18:03:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:03:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:04:01 all 0.12 0.00 0.01 0.05 0.00 99.82 [2023-09-20T18:19:16.546Z] 18:04:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:04:01 1 0.90 0.00 0.02 0.00 0.00 99.09 [2023-09-20T18:19:16.546Z] 18:04:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:04:01 3 0.00 0.00 0.02 0.35 0.00 99.63 [2023-09-20T18:19:16.546Z] 18:04:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:04:01 5 0.07 0.00 0.03 0.00 0.02 99.88 [2023-09-20T18:19:16.546Z] 18:04:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:04:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:05:01 all 0.02 0.00 0.00 0.00 0.01 99.97 [2023-09-20T18:19:16.546Z] 18:05:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:05:01 1 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:05:01 2 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:05:01 3 0.05 0.00 0.00 0.00 0.02 99.93 [2023-09-20T18:19:16.546Z] 18:05:01 4 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:05:01 5 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:05:01 6 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:05:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:06:01 all 0.01 0.00 0.01 0.00 0.00 99.99 [2023-09-20T18:19:16.546Z] 18:06:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:06:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:06:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:06:01 3 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:06:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:06:01 5 0.03 0.00 0.03 0.00 0.00 99.93 [2023-09-20T18:19:16.546Z] 18:06:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:06:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:07:01 all 0.02 0.00 0.02 0.00 0.00 99.96 [2023-09-20T18:19:16.546Z] 18:07:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:07:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:07:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:07:01 3 0.03 0.00 0.02 0.02 0.00 99.93 [2023-09-20T18:19:16.546Z] 18:07:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:07:01 5 0.03 0.00 0.05 0.00 0.02 99.90 [2023-09-20T18:19:16.546Z] 18:07:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:07:01 7 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:08:01 all 0.01 0.00 0.00 0.00 0.00 99.99 [2023-09-20T18:19:16.546Z] 18:08:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:08:01 1 0.00 0.00 0.00 0.00 0.02 99.98 [2023-09-20T18:19:16.546Z] 18:08:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:08:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:08:01 4 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:08:01 5 0.05 0.00 0.00 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:08:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:08:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:09:01 all 0.22 0.00 0.01 0.00 0.00 99.77 [2023-09-20T18:19:16.546Z] 18:09:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:09:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:09:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:09:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:09:01 4 1.63 0.00 0.02 0.00 0.00 98.35 [2023-09-20T18:19:16.546Z] 18:09:01 5 0.05 0.00 0.03 0.00 0.02 99.90 [2023-09-20T18:19:16.546Z] 18:09:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:09:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:10:01 all 0.01 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:10:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:10:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:10:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:10:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:10:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:10:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2023-09-20T18:19:16.546Z] 18:10:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:10:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] [2023-09-20T18:19:16.546Z] 18:10:01 CPU %user %nice %system %iowait %steal %idle [2023-09-20T18:19:16.546Z] 18:11:01 all 0.01 0.00 0.01 0.00 0.01 99.97 [2023-09-20T18:19:16.546Z] 18:11:01 0 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:11:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:11:01 2 0.00 0.00 0.00 0.00 0.02 99.98 [2023-09-20T18:19:16.546Z] 18:11:01 3 0.02 0.00 0.00 0.02 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:11:01 4 0.03 0.00 0.00 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:11:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-09-20T18:19:16.546Z] 18:11:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:11:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:12:01 all 0.41 0.00 0.04 0.01 0.00 99.54 [2023-09-20T18:19:16.546Z] 18:12:01 0 1.08 0.00 0.02 0.02 0.00 98.88 [2023-09-20T18:19:16.546Z] 18:12:01 1 0.47 0.00 0.10 0.03 0.00 99.40 [2023-09-20T18:19:16.546Z] 18:12:01 2 0.10 0.00 0.03 0.00 0.00 99.87 [2023-09-20T18:19:16.546Z] 18:12:01 3 0.18 0.00 0.05 0.00 0.00 99.77 [2023-09-20T18:19:16.546Z] 18:12:01 4 0.85 0.00 0.03 0.00 0.00 99.12 [2023-09-20T18:19:16.546Z] 18:12:01 5 0.27 0.00 0.02 0.00 0.02 99.70 [2023-09-20T18:19:16.546Z] 18:12:01 6 0.03 0.00 0.02 0.02 0.00 99.93 [2023-09-20T18:19:16.546Z] 18:12:01 7 0.28 0.00 0.03 0.00 0.00 99.68 [2023-09-20T18:19:16.546Z] 18:13:01 all 0.11 0.00 0.01 0.00 0.00 99.88 [2023-09-20T18:19:16.546Z] 18:13:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:13:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:13:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:13:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:13:01 4 0.81 0.00 0.00 0.00 0.00 99.19 [2023-09-20T18:19:16.546Z] 18:13:01 5 0.05 0.00 0.02 0.00 0.00 99.93 [2023-09-20T18:19:16.546Z] 18:13:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:13:01 7 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:14:01 all 0.03 0.00 0.01 0.00 0.01 99.95 [2023-09-20T18:19:16.546Z] 18:14:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:14:01 1 0.03 0.00 0.02 0.00 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:14:01 2 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:14:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:14:01 4 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:14:01 5 0.07 0.00 0.02 0.00 0.02 99.90 [2023-09-20T18:19:16.546Z] 18:14:01 6 0.02 0.00 0.00 0.02 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:14:01 7 0.03 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:15:01 all 0.01 0.00 0.01 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:15:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:15:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:15:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:15:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:15:01 4 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:15:01 5 0.03 0.00 0.03 0.00 0.02 99.92 [2023-09-20T18:19:16.546Z] 18:15:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:15:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:16:01 all 0.02 0.00 0.00 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:16:01 0 0.00 0.00 0.02 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:16:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:16:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:16:01 3 0.02 0.00 0.00 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:16:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:16:01 5 0.05 0.00 0.00 0.00 0.02 99.93 [2023-09-20T18:19:16.546Z] 18:16:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:16:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:17:01 all 0.13 0.00 0.01 0.00 0.00 99.86 [2023-09-20T18:19:16.546Z] 18:17:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:17:01 1 0.02 0.00 0.02 0.00 0.02 99.95 [2023-09-20T18:19:16.546Z] 18:17:01 2 0.00 0.00 0.02 0.00 0.02 99.97 [2023-09-20T18:19:16.546Z] 18:17:01 3 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:17:01 4 0.91 0.00 0.00 0.00 0.00 99.09 [2023-09-20T18:19:16.546Z] 18:17:01 5 0.07 0.00 0.00 0.00 0.00 99.93 [2023-09-20T18:19:16.546Z] 18:17:01 6 0.00 0.00 0.00 0.02 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:17:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:18:01 all 0.26 0.00 0.01 0.00 0.00 99.72 [2023-09-20T18:19:16.546Z] 18:18:01 0 0.00 0.00 0.00 0.00 0.00 100.00 [2023-09-20T18:19:16.546Z] 18:18:01 1 0.02 0.00 0.02 0.00 0.00 99.97 [2023-09-20T18:19:16.546Z] 18:18:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:18:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:18:01 4 1.98 0.00 0.00 0.00 0.02 98.00 [2023-09-20T18:19:16.546Z] 18:18:01 5 0.02 0.00 0.03 0.00 0.02 99.93 [2023-09-20T18:19:16.546Z] 18:18:01 6 0.02 0.00 0.02 0.02 0.00 99.95 [2023-09-20T18:19:16.546Z] 18:18:01 7 0.02 0.00 0.00 0.00 0.00 99.98 [2023-09-20T18:19:16.546Z] 18:19:01 all 0.70 0.00 0.18 0.00 0.00 99.11 [2023-09-20T18:19:16.546Z] 18:19:01 0 0.77 0.00 0.23 0.00 0.00 99.00 [2023-09-20T18:19:16.546Z] 18:19:01 1 0.40 0.00 0.13 0.00 0.00 99.47 [2023-09-20T18:19:16.546Z] 18:19:01 2 0.07 0.00 0.13 0.00 0.00 99.80 [2023-09-20T18:19:16.546Z] 18:19:01 3 0.18 0.00 0.10 0.00 0.00 99.72 [2023-09-20T18:19:16.546Z] 18:19:01 4 2.61 0.00 0.16 0.00 0.00 97.23 [2023-09-20T18:19:16.546Z] 18:19:01 5 0.50 0.00 0.33 0.00 0.02 99.15 [2023-09-20T18:19:16.546Z] 18:19:01 6 0.53 0.00 0.18 0.03 0.00 99.25 [2023-09-20T18:19:16.546Z] 18:19:01 7 0.50 0.00 0.18 0.00 0.00 99.32 [2023-09-20T18:19:16.546Z] Average: all 4.05 0.00 0.63 0.76 0.02 94.55 [2023-09-20T18:19:16.546Z] Average: 0 3.97 0.00 0.61 1.15 0.02 94.26 [2023-09-20T18:19:16.546Z] Average: 1 4.31 0.00 0.67 1.07 0.01 93.93 [2023-09-20T18:19:16.546Z] Average: 2 4.07 0.00 0.54 0.30 0.01 95.08 [2023-09-20T18:19:16.547Z] Average: 3 4.03 0.00 0.64 0.67 0.01 94.64 [2023-09-20T18:19:16.547Z] Average: 4 4.12 0.00 0.63 0.60 0.02 94.64 [2023-09-20T18:19:16.547Z] Average: 5 3.94 0.00 0.64 0.82 0.02 94.57 [2023-09-20T18:19:16.547Z] Average: 6 3.95 0.00 0.63 1.15 0.01 94.27 [2023-09-20T18:19:16.547Z] Average: 7 4.03 0.00 0.66 0.33 0.01 94.97 [2023-09-20T18:19:16.547Z] [2023-09-20T18:19:16.547Z] [2023-09-20T18:19:16.547Z]