Pull request #4833 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 8af3063122290a6e615ff6e9fa4b121f993eb41a+9dd757975a2486f93e2289e3629aab843f36bcb7 (aa7ed7b4e7be201361bbaf1cd1f0cb05deb2c54e) 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-ssh2739197263429534340.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 590556114a56c6d90cc8043840e039c2f74196dc Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh15756403757323889127.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 590556114a56c6d90cc8043840e039c2f74196dc The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/PR-4833/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-4833/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11193189819128568199.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-4833/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5307358985682230093.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 590556114a56c6d90cc8043840e039c2f74196dc (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 590556114a56c6d90cc8043840e039c2f74196dc # timeout=10 Commit message: "Merge pull request #451 from jinlinGuan/fix-snyk" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh935128857957948418.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-4833/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-4833/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17855084418783225357.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.21 USE_ALPINE: true DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: DOCKER_IMAGE_NAME_SUFFIX: DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true SEMVER_BUMP_LEVEL: pre PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 BUILD_SNAP: false BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-6142 in /w/workspace/edgexfoundry_edgex-go_PR-4833 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 9dd757975a2486f93e2289e3629aab843f36bcb7 into PR head commit 8af3063122290a6e615ff6e9fa4b121f993eb41a > 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/4833/head:refs/remotes/origin/PR-4833 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8af3063122290a6e615ff6e9fa4b121f993eb41a # timeout=10 Merge succeeded, producing 8af3063122290a6e615ff6e9fa4b121f993eb41a Checking out Revision 8af3063122290a6e615ff6e9fa4b121f993eb41a (PR-4833) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 9dd757975a2486f93e2289e3629aab843f36bcb7 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 8af3063122290a6e615ff6e9fa4b121f993eb41a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-22T20:00:01.976Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-22T20:00:02.187Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-22T20:00:02.414Z] ========================================================= [2024-07-22T20:00:02.414Z] EdgeX Global Pipelines Version Info [2024-07-22T20:00:02.414Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:00:03.163Z] ------------------- [2024-07-22T20:00:03.163Z] stable info: [2024-07-22T20:00:03.163Z] ------------------- [2024-07-22T20:00:03.163Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-22T20:00:03.163Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-22T20:00:03.163Z] Message: update stable to v1.0.260 [2024-07-22T20:00:03.733Z] ------------------- [2024-07-22T20:00:03.733Z] experimental info: [2024-07-22T20:00:03.733Z] ------------------- [2024-07-22T20:00:03.733Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-22T20:00:03.733Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-22T20:00:03.733Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-22T20:00:03.958Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-22T20:00:04.019Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-22T20:00:04.081Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-22T20:00:04.141Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-22T20:00:04.205Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-22T20:00:04.268Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-22T20:00:04.327Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-22T20:00:04.386Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-22T20:00:04.446Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-22T20:00:04.504Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-22T20:00:04.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-22T20:00:04.621Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-22T20:00:04.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-22T20:00:04.736Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-22T20:00:04.796Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-22T20:00:04.857Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-22T20:00:04.915Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-22T20:00:04.975Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-22T20:00:05.033Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-22T20:00:05.095Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-22T20:00:05.154Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-22T20:00:05.214Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-22T20:00:05.507Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-22T20:00:05.562Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4833 [Pipeline] echo [2024-07-22T20:00:05.615Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4833 [Pipeline] echo [2024-07-22T20:00:05.667Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4833 [Pipeline] echo [2024-07-22T20:00:05.726Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 8af3063122290a6e615ff6e9fa4b121f993eb41a [Pipeline] echo [2024-07-22T20:00:05.784Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 8af3063 [Pipeline] echo [2024-07-22T20:00:05.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-22T20:00:06.000Z] provisioning config files... [2024-07-22T20:00:06.017Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config3122350620404255209tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:00:06.396Z] ---> ****-login.sh [2024-07-22T20:00:06.396Z] nexus3.edgexfoundry.org:10001 [2024-07-22T20:00:06.657Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:00:06.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:00:06.918Z] Configure a credential helper to remove this warning. See [2024-07-22T20:00:06.918Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:00:06.918Z] [2024-07-22T20:00:06.918Z] Login Succeeded [2024-07-22T20:00:06.918Z] nexus3.edgexfoundry.org:10002 [2024-07-22T20:00:06.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:00:06.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:00:06.918Z] Configure a credential helper to remove this warning. See [2024-07-22T20:00:06.918Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:00:06.918Z] [2024-07-22T20:00:06.918Z] Login Succeeded [2024-07-22T20:00:06.918Z] nexus3.edgexfoundry.org:10003 [2024-07-22T20:00:06.918Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:00:07.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:00:07.179Z] Configure a credential helper to remove this warning. See [2024-07-22T20:00:07.179Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:00:07.179Z] [2024-07-22T20:00:07.179Z] Login Succeeded [2024-07-22T20:00:07.179Z] nexus3.edgexfoundry.org:10004 [2024-07-22T20:00:07.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:00:07.179Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:00:07.179Z] Configure a credential helper to remove this warning. See [2024-07-22T20:00:07.179Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:00:07.179Z] [2024-07-22T20:00:07.179Z] Login Succeeded [2024-07-22T20:00:07.179Z] ****.io [2024-07-22T20:00:07.179Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:00:10.474Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:00:10.474Z] Configure a credential helper to remove this warning. See [2024-07-22T20:00:10.474Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:00:10.474Z] [2024-07-22T20:00:10.474Z] Login Succeeded [2024-07-22T20:00:10.474Z] ---> ****-login.sh ends [Pipeline] } [2024-07-22T20:00:10.509Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-22T20:00:10.951Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/core-command/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-22T20:00:10.951Z] + + cutdirname -d/ cmd/core-common-config-bootstrapper/Dockerfile -f2 [2024-07-22T20:00:10.951Z] [2024-07-22T20:00:10.951Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-22T20:00:10.951Z] + + cut -d/ -f2 [2024-07-22T20:00:10.951Z] dirname cmd/core-data/Dockerfile [2024-07-22T20:00:10.951Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/core-keeper/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + dirname cmd/core-metadata/Dockerfile [2024-07-22T20:00:10.951Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-22T20:00:10.951Z] + cut -d/ -f2 [2024-07-22T20:00:10.951Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-22T20:00:10.951Z] + dirname cmd/support-notifications/Dockerfile [2024-07-22T20:00:10.952Z] + cut -d/ -f2 [2024-07-22T20:00:10.952Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-22T20:00:10.952Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-22T20:00:10.952Z] + cut -d/ -f2 [2024-07-22T20:00:10.952Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-22T20:00:11.005Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-22T20:00:11.574Z] + git rev-list -1 --merges 8af3063122290a6e615ff6e9fa4b121f993eb41a~1..8af3063122290a6e615ff6e9fa4b121f993eb41a [Pipeline] echo [2024-07-22T20:00:11.615Z] -----------> git rev-list -1 --merges 8af3063122290a6e615ff6e9fa4b121f993eb41a~1..8af3063122290a6e615ff6e9fa4b121f993eb41a 8af3063122290a6e615ff6e9fa4b121f993eb41a [false] [Pipeline] sh [2024-07-22T20:00:11.931Z] + git log --format=format:%s -1 8af3063122290a6e615ff6e9fa4b121f993eb41a [Pipeline] echo [2024-07-22T20:00:11.976Z] ========================================================= [2024-07-22T20:00:11.976Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-22T20:00:11.976Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-22T20:00:12.492Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-22T20:00:12.492Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-22T20:00:12.492Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-22T20:00:12.492Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-22T20:00:12.492Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-22T20:00:12.492Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-22T20:00:12.492Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:00:13.037Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-22T20:00:13.037Z] [2024-07-22T20:00:13.037Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:00:13.450Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-22T20:00:13.450Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-22T20:00:13.450Z] b85a868b505f: Pulling fs layer [2024-07-22T20:00:13.450Z] e2be974225ed: Pulling fs layer [2024-07-22T20:00:13.450Z] 339a4e72a1f5: Pulling fs layer [2024-07-22T20:00:13.450Z] 988bab9f4d93: Pulling fs layer [2024-07-22T20:00:13.450Z] 1469e6f7b9e6: Pulling fs layer [2024-07-22T20:00:13.450Z] eaf3925da568: Pulling fs layer [2024-07-22T20:00:13.450Z] bab4dde63d76: Pulling fs layer [2024-07-22T20:00:13.450Z] bde34c3a00c8: Pulling fs layer [2024-07-22T20:00:13.450Z] b352a97aabf1: Pulling fs layer [2024-07-22T20:00:13.450Z] 4872d77fe225: Pulling fs layer [2024-07-22T20:00:13.450Z] 5851b861e8e6: Pulling fs layer [2024-07-22T20:00:13.450Z] 988bab9f4d93: Waiting [2024-07-22T20:00:13.450Z] 1469e6f7b9e6: Waiting [2024-07-22T20:00:13.450Z] eaf3925da568: Waiting [2024-07-22T20:00:13.450Z] bab4dde63d76: Waiting [2024-07-22T20:00:13.450Z] bde34c3a00c8: Waiting [2024-07-22T20:00:13.450Z] b352a97aabf1: Waiting [2024-07-22T20:00:13.450Z] 4872d77fe225: Waiting [2024-07-22T20:00:13.450Z] 5851b861e8e6: Waiting [2024-07-22T20:00:13.450Z] e2be974225ed: Download complete [2024-07-22T20:00:13.450Z] 1469e6f7b9e6: Verifying Checksum [2024-07-22T20:00:13.450Z] 1469e6f7b9e6: Download complete [2024-07-22T20:00:13.710Z] 339a4e72a1f5: Verifying Checksum [2024-07-22T20:00:13.710Z] 339a4e72a1f5: Download complete [2024-07-22T20:00:13.710Z] eaf3925da568: Verifying Checksum [2024-07-22T20:00:13.710Z] eaf3925da568: Download complete [2024-07-22T20:00:13.710Z] bde34c3a00c8: Verifying Checksum [2024-07-22T20:00:13.710Z] bde34c3a00c8: Download complete [2024-07-22T20:00:13.710Z] b352a97aabf1: Verifying Checksum [2024-07-22T20:00:13.710Z] b352a97aabf1: Download complete [2024-07-22T20:00:13.710Z] 4872d77fe225: Verifying Checksum [2024-07-22T20:00:13.710Z] 4872d77fe225: Download complete [2024-07-22T20:00:13.710Z] 5851b861e8e6: Download complete [2024-07-22T20:00:13.710Z] b85a868b505f: Verifying Checksum [2024-07-22T20:00:13.710Z] b85a868b505f: Download complete [2024-07-22T20:00:13.969Z] bab4dde63d76: Verifying Checksum [2024-07-22T20:00:13.969Z] bab4dde63d76: Download complete [2024-07-22T20:00:14.928Z] b85a868b505f: Pull complete [2024-07-22T20:00:15.191Z] e2be974225ed: Pull complete [2024-07-22T20:00:15.761Z] 339a4e72a1f5: Pull complete [2024-07-22T20:00:15.761Z] 988bab9f4d93: Pull complete [2024-07-22T20:00:16.038Z] 1469e6f7b9e6: Pull complete [2024-07-22T20:00:16.038Z] eaf3925da568: Pull complete [2024-07-22T20:00:17.950Z] bab4dde63d76: Pull complete [2024-07-22T20:00:17.950Z] bde34c3a00c8: Pull complete [2024-07-22T20:00:17.950Z] b352a97aabf1: Pull complete [2024-07-22T20:00:17.950Z] 4872d77fe225: Pull complete [2024-07-22T20:00:17.950Z] 5851b861e8e6: Pull complete [2024-07-22T20:00:17.950Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-22T20:00:17.950Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-22T20:00:17.950Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:00:18.279Z] prd-ubuntu20.04-docker-8c-8g-6142 does not seem to be running inside a container [2024-07-22T20:00:18.304Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-22T20:00:20.799Z] $ docker top 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 -eo pid,comm [2024-07-22T20:00:20.856Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2024-07-22T20:00:20.856Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-22T20:00:21.023Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-22T20:00:21.023Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-22T20:00:21.128Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-22T20:00:21.129Z] $ docker exec 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 ssh-agent [2024-07-22T20:00:21.238Z] SSH_AUTH_SOCK=/tmp/ssh-QdpfDPhqi0kZ/agent.33 [2024-07-22T20:00:21.238Z] SSH_AGENT_PID=39 [2024-07-22T20:00:21.244Z] Running ssh-add (command line suppressed) [2024-07-22T20:00:21.324Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_5201073903285868460.key (/w/workspace/edgex-go/1@tmp/private_key_5201073903285868460.key) [2024-07-22T20:00:21.341Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-22T20:00:21.704Z] + git tag --points-at HEAD [Pipeline] } [2024-07-22T20:00:21.730Z] $ docker exec --env ******** --env ******** 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 ssh-agent -k [2024-07-22T20:00:21.825Z] unset SSH_AUTH_SOCK; [2024-07-22T20:00:21.825Z] unset SSH_AGENT_PID; [2024-07-22T20:00:21.826Z] echo Agent pid 39 killed; [2024-07-22T20:00:21.841Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-22T20:00:21.965Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-22T20:00:21.965Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-22T20:00:22.079Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-22T20:00:22.079Z] $ docker exec 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 ssh-agent [2024-07-22T20:00:22.188Z] SSH_AUTH_SOCK=/tmp/ssh-ZHaQL5L67hNt/agent.72 [2024-07-22T20:00:22.188Z] SSH_AGENT_PID=78 [2024-07-22T20:00:22.193Z] Running ssh-add (command line suppressed) [2024-07-22T20:00:22.280Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_10329142279262867974.key (/w/workspace/edgex-go/1@tmp/private_key_10329142279262867974.key) [2024-07-22T20:00:22.296Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-22T20:00:22.641Z] + git semver init [2024-07-22T20:00:22.900Z] 2024-07-22 20:00:22,801 [run_init] DEBUG init version:0.0.0 force:False [2024-07-22T20:00:22.900Z] 2024-07-22 20:00:22,803 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-22T20:00:22.900Z] 2024-07-22 20:00:22,803 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-22T20:00:22.900Z] 2024-07-22 20:00:22,803 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/1/.semver'], cwd=/w/workspace/edgex-go/1, universal_newlines=False, shell=None, istream=None) [2024-07-22T20:00:29.470Z] 2024-07-22 20:00:28,180 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-22T20:00:29.470Z] 2024-07-22 20:00:28,180 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4833 with force:False [2024-07-22T20:00:29.470Z] 2024-07-22 20:00:28,180 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4833 [2024-07-22T20:00:29.470Z] 2024-07-22 20:00:28,182 [execute] INFO git cat-file --batch-check [2024-07-22T20:00:29.470Z] 2024-07-22 20:00:28,182 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-22T20:00:29.471Z] 2024-07-22 20:00:28,188 [execute] INFO git cat-file --batch [2024-07-22T20:00:29.471Z] 2024-07-22 20:00:28,189 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-22T20:00:29.471Z] 2024-07-22 20:00:28,194 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4833 [2024-07-22T20:00:29.471Z] 0.0.0 [Pipeline] } [2024-07-22T20:00:29.497Z] $ docker exec --env ******** --env ******** 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 ssh-agent -k [2024-07-22T20:00:29.612Z] unset SSH_AUTH_SOCK; [2024-07-22T20:00:29.616Z] unset SSH_AGENT_PID; [2024-07-22T20:00:29.617Z] echo Agent pid 78 killed; [2024-07-22T20:00:29.627Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-22T20:00:30.089Z] + git semver [Pipeline] } [2024-07-22T20:00:30.375Z] $ docker stop --time=1 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 [2024-07-22T20:00:31.733Z] $ docker rm -f --volumes 16720e844e2412bf2f1f96519687d51c542167f7966e2bc1bef8f258b1ee49f6 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-22T20:00:32.165Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-22T20:00:32.472Z] Stashed 1 file(s) [Pipeline] echo [2024-07-22T20:00:32.499Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-22T20:00:33.388Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-22T20:00:33.434Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-22T20:00:33.480Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-22T20:00:33.529Z] ========================================================= [2024-07-22T20:00:33.529Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-22T20:00:33.529Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-22T20:00:33.881Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-22T20:00:33.881Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-22T20:00:33.881Z] 619be1103602: Pulling fs layer [2024-07-22T20:00:33.881Z] 7862e08f4a3e: Pulling fs layer [2024-07-22T20:00:33.881Z] 5df492c9dc93: Pulling fs layer [2024-07-22T20:00:33.881Z] 7629e6793208: Pulling fs layer [2024-07-22T20:00:33.881Z] 4f4fb700ef54: Pulling fs layer [2024-07-22T20:00:33.881Z] fb5054dd5b73: Pulling fs layer [2024-07-22T20:00:33.881Z] eeca6798cff9: Pulling fs layer [2024-07-22T20:00:33.881Z] aa269ceb94a6: Pulling fs layer [2024-07-22T20:00:33.881Z] ada007ff1a6a: Pulling fs layer [2024-07-22T20:00:33.881Z] 4f4fb700ef54: Waiting [2024-07-22T20:00:33.881Z] eeca6798cff9: Waiting [2024-07-22T20:00:33.881Z] fb5054dd5b73: Waiting [2024-07-22T20:00:33.881Z] aa269ceb94a6: Waiting [2024-07-22T20:00:33.881Z] ada007ff1a6a: Waiting [2024-07-22T20:00:33.881Z] 7862e08f4a3e: Verifying Checksum [2024-07-22T20:00:33.881Z] 7862e08f4a3e: Download complete [2024-07-22T20:00:33.881Z] 7629e6793208: Verifying Checksum [2024-07-22T20:00:33.881Z] 7629e6793208: Download complete [2024-07-22T20:00:33.881Z] 4f4fb700ef54: Verifying Checksum [2024-07-22T20:00:33.881Z] 4f4fb700ef54: Download complete [2024-07-22T20:00:33.881Z] fb5054dd5b73: Verifying Checksum [2024-07-22T20:00:33.881Z] fb5054dd5b73: Download complete [2024-07-22T20:00:33.881Z] 619be1103602: Verifying Checksum [2024-07-22T20:00:33.881Z] 619be1103602: Download complete [2024-07-22T20:00:33.881Z] eeca6798cff9: Verifying Checksum [2024-07-22T20:00:33.881Z] eeca6798cff9: Download complete [2024-07-22T20:00:34.139Z] 619be1103602: Pull complete [2024-07-22T20:00:34.140Z] ada007ff1a6a: Verifying Checksum [2024-07-22T20:00:34.140Z] ada007ff1a6a: Download complete [2024-07-22T20:00:34.140Z] 7862e08f4a3e: Pull complete [2024-07-22T20:00:34.398Z] 5df492c9dc93: Verifying Checksum [2024-07-22T20:00:34.398Z] 5df492c9dc93: Download complete [2024-07-22T20:00:34.657Z] aa269ceb94a6: Verifying Checksum [2024-07-22T20:00:34.657Z] aa269ceb94a6: Download complete [2024-07-22T20:00:37.941Z] 5df492c9dc93: Pull complete [2024-07-22T20:00:37.941Z] 7629e6793208: Pull complete [2024-07-22T20:00:37.941Z] 4f4fb700ef54: Pull complete [2024-07-22T20:00:37.941Z] fb5054dd5b73: Pull complete [2024-07-22T20:00:37.941Z] eeca6798cff9: Pull complete [2024-07-22T20:00:40.472Z] aa269ceb94a6: Pull complete [2024-07-22T20:00:40.732Z] ada007ff1a6a: Pull complete [2024-07-22T20:00:40.732Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-22T20:00:40.732Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-22T20:00:40.732Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-22T20:00:41.106Z] + + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-22T20:00:41.106Z] WORKDIR /edgex [2024-07-22T20:00:41.106Z] COPY go.mod . [2024-07-22T20:00:41.106Z] RUN go mod download [2024-07-22T20:00:41.106Z] docker build -t ci-base-image-x86_64 -f - . [2024-07-22T20:00:41.675Z] Sending build context to Docker daemon 178.6MB [2024-07-22T20:00:41.675Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-22T20:00:41.675Z] ---> f489d0715acc [2024-07-22T20:00:41.675Z] Step 2/4 : WORKDIR /edgex [2024-07-22T20:00:47.073Z] ---> Running in 2ee3332f7b8f [2024-07-22T20:00:47.073Z] Removing intermediate container 2ee3332f7b8f [2024-07-22T20:00:47.073Z] ---> 778bf53bda92 [2024-07-22T20:00:47.073Z] Step 3/4 : COPY go.mod . [2024-07-22T20:00:47.073Z] ---> 2b85c6c2a29f [2024-07-22T20:00:47.073Z] Step 4/4 : RUN go mod download [2024-07-22T20:00:47.073Z] ---> Running in 6201d7f9070e [2024-07-22T20:00:47.870Z] Still waiting to schedule task [2024-07-22T20:00:47.871Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-22T20:01:13.637Z] Removing intermediate container 6201d7f9070e [2024-07-22T20:01:13.637Z] ---> b641ce2018bf [2024-07-22T20:01:13.637Z] Successfully built b641ce2018bf [2024-07-22T20:01:13.637Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:01:14.042Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-22T20:01:14.042Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:01:14.226Z] prd-ubuntu20.04-docker-8c-8g-6142 does not seem to be running inside a container [2024-07-22T20:01:14.256Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-22T20:01:14.738Z] $ docker top b2b03b5563b2b6d753b7ce4e30b41371c9f09dc323331857fc89052766c00407 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-22T20:01:15.170Z] + go version [2024-07-22T20:01:15.170Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-22T20:01:15.202Z] $ docker stop --time=1 b2b03b5563b2b6d753b7ce4e30b41371c9f09dc323331857fc89052766c00407 [2024-07-22T20:01:16.464Z] $ docker rm -f --volumes b2b03b5563b2b6d753b7ce4e30b41371c9f09dc323331857fc89052766c00407 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:01:17.272Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-22T20:01:17.273Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:01:17.456Z] prd-ubuntu20.04-docker-8c-8g-6142 does not seem to be running inside a container [2024-07-22T20:01:17.495Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-22T20:01:17.830Z] $ docker top a0ef2f861f7223ae737b89d9c9545d392a7722ce6d584dd8a46e7c0da34c1b3b -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-22T20:01:17.982Z] ========================================================= [2024-07-22T20:01:17.982Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-22T20:01:17.982Z] ========================================================= [Pipeline] sh [2024-07-22T20:01:18.286Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-22T20:01:18.683Z] + make test [2024-07-22T20:01:18.683Z] go test -race -coverprofile=coverage.out ./... [2024-07-22T20:01:26.805Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-22T20:02:05.530Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-22T20:02:05.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.018s coverage: 28.7% of statements [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-22T20:02:05.531Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.047s coverage: 97.0% of statements [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-22T20:02:05.531Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-22T20:02:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-22T20:02:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:02:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-22T20:02:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-22T20:02:06.467Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-22T20:02:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-22T20:02:07.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-22T20:02:07.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.058s coverage: 69.2% of statements [2024-07-22T20:02:07.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.041s coverage: 53.2% of statements [2024-07-22T20:02:07.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.574s coverage: 93.4% of statements [2024-07-22T20:02:07.847Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.039s coverage: 91.7% of statements [2024-07-22T20:02:08.778Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.039s coverage: 6.5% of statements [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-22T20:02:10.150Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-22T20:02:11.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.365s coverage: 95.8% of statements [2024-07-22T20:02:11.527Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.024s coverage: 72.2% of statements [2024-07-22T20:02:11.785Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-22T20:02:11.785Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-22T20:02:13.597Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.038s coverage: 0.8% of statements [2024-07-22T20:02:13.598Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.035s coverage: 32.2% of statements [2024-07-22T20:02:13.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.026s coverage: 41.7% of statements [2024-07-22T20:02:13.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.024s coverage: 77.8% of statements [2024-07-22T20:02:13.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.024s coverage: 94.1% of statements [2024-07-22T20:02:13.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.096s coverage: 96.3% of statements [2024-07-22T20:02:13.598Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.020s coverage: 87.5% of statements [2024-07-22T20:02:14.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-22T20:02:14.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-22T20:02:14.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-22T20:02:14.017Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-22T20:02:14.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-22T20:02:14.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-22T20:02:14.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-22T20:02:14.275Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-22T20:02:15.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-22T20:02:15.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-22T20:02:15.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-22T20:02:15.206Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-22T20:02:15.772Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-22T20:02:15.773Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-22T20:02:16.028Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-22T20:02:17.944Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-22T20:02:18.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-22T20:02:19.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-22T20:02:19.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-22T20:02:21.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-22T20:02:21.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-22T20:02:21.670Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-22T20:02:23.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-22T20:02:23.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-22T20:02:23.046Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-22T20:02:23.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-22T20:02:23.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-22T20:02:23.613Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-22T20:02:23.613Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-22T20:02:24.883Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-6143 in /w/workspace/edgexfoundry_edgex-go_PR-4833 [Pipeline] { [Pipeline] ws [2024-07-22T20:02:24.966Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [2024-07-22T20:02:24.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-22T20:02:24.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-22T20:02:24.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-22T20:02:24.991Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [Pipeline] checkout [2024-07-22T20:02:25.932Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.032s coverage: 94.4% of statements [2024-07-22T20:02:26.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-22T20:02:26.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:02:26.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-22T20:02:26.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-22T20:02:27.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-22T20:02:27.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-22T20:02:28.097Z] The recommended git tool is: git [2024-07-22T20:02:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-22T20:02:28.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:02:35.678Z] using credential edgex-jenkins-ssh [2024-07-22T20:02:35.702Z] Cloning the remote Git repository [2024-07-22T20:02:35.743Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-22T20:02:35.881Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-22T20:02:36.081Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-22T20:02:36.083Z] > git --version # timeout=10 [2024-07-22T20:02:36.112Z] > git --version # 'git version 2.25.1' [2024-07-22T20:02:36.115Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-22T20:02:36.429Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.241s coverage: 79.9% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.041s coverage: 92.9% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.021s coverage: 64.4% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 13.026s coverage: 87.2% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.019s coverage: 20.0% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.014s coverage: 100.0% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.061s coverage: 81.8% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.058s coverage: 82.1% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.021s coverage: 86.0% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.126s coverage: 63.1% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.024s coverage: 100.0% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.022s coverage: 89.4% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.014s coverage: 100.0% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.030s coverage: 73.7% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.141s coverage: 38.4% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.028s coverage: 89.5% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 84.8% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.043s coverage: 19.9% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.100s coverage: 95.7% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.030s coverage: 61.8% of statements [2024-07-22T20:02:38.482Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.063s coverage: 98.9% of statements [2024-07-22T20:02:38.482Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "x86_64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-07-22T20:02:38.742Z] running golangci-lint [2024-07-22T20:02:39.002Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-22T20:02:39.002Z] go version go1.21.9 linux/amd64 [2024-07-22T20:02:39.002Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-22T20:02:39.262Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-22T20:02:54.713Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-22T20:02:54.737Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-22T20:02:56.209Z] Merging remotes/origin/main commit 9dd757975a2486f93e2289e3629aab843f36bcb7 into PR head commit 8af3063122290a6e615ff6e9fa4b121f993eb41a [2024-07-22T20:02:56.632Z] Merge succeeded, producing 8af3063122290a6e615ff6e9fa4b121f993eb41a [2024-07-22T20:02:56.633Z] Checking out Revision 8af3063122290a6e615ff6e9fa4b121f993eb41a (PR-4833) [2024-07-22T20:02:55.583Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-22T20:02:55.623Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-22T20:02:55.624Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-22T20:02:55.647Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4833/head:refs/remotes/origin/PR-4833 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-22T20:02:56.219Z] > git config core.sparsecheckout # timeout=10 [2024-07-22T20:02:56.285Z] > git checkout -f 8af3063122290a6e615ff6e9fa4b121f993eb41a # timeout=10 [2024-07-22T20:02:56.535Z] > git remote # timeout=10 [2024-07-22T20:02:56.553Z] > git config --get remote.origin.url # timeout=10 [2024-07-22T20:02:56.568Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-22T20:02:56.587Z] > git merge 9dd757975a2486f93e2289e3629aab843f36bcb7 # timeout=10 [2024-07-22T20:02:56.612Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-22T20:02:56.633Z] > git config core.sparsecheckout # timeout=10 [2024-07-22T20:02:56.646Z] > git checkout -f 8af3063122290a6e615ff6e9fa4b121f993eb41a # timeout=10 [2024-07-22T20:02:57.329Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-configuration/v3" [2024-07-22T20:02:57.376Z] > git --version # timeout=10 [2024-07-22T20:02:57.394Z] > git --version # 'git version 2.25.1' [2024-07-22T20:02:57.422Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-22T20:03:01.189Z] level=info msg="[loader] Go packages loading at mode 575 (files|imports|compiled_files|deps|types_sizes|exports_file|name) took 19.773040088s" [2024-07-22T20:03:01.189Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 41.00904ms" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-22T20:03:02.359Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-22T20:03:02.359Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-22T20:03:02.359Z] Dload Upload Total Spent Left Speed [2024-07-22T20:03:02.359Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 88468 0 --:--:-- --:--:-- --:--:-- 88468 [Pipeline] sh [2024-07-22T20:03:02.713Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-22T20:03:03.067Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-22T20:03:03.067Z] + sudo tee /etc/docker/daemon.new [2024-07-22T20:03:03.067Z] { [2024-07-22T20:03:03.067Z] "registry-mirrors": [ [2024-07-22T20:03:03.067Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-22T20:03:03.067Z] ], [2024-07-22T20:03:03.067Z] "bip": "10.250.0.254/24", [2024-07-22T20:03:03.067Z] "hosts": [ [2024-07-22T20:03:03.067Z] "tcp://0.0.0.0:5555", [2024-07-22T20:03:03.067Z] "unix:///var/run/docker.sock" [2024-07-22T20:03:03.067Z] ], [2024-07-22T20:03:03.067Z] "mtu": 1458, [2024-07-22T20:03:03.067Z] "selinux-enabled": true, [2024-07-22T20:03:03.067Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-22T20:03:03.067Z] } [Pipeline] sh [2024-07-22T20:03:03.415Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-22T20:03:03.765Z] + sudo service docker restart [2024-07-22T20:03:09.298Z] level=info msg="[linters_context/goanalysis] analyzers took 1m21.01733937s with top 10 stages: buildir: 45.334076371s, gosec: 7.186530219s, inspect: 2.533807504s, fact_deprecated: 2.37702742s, ctrlflow: 1.601322107s, printf: 1.480413732s, fact_purity: 1.29933207s, nilness: 1.064535557s, S1038: 989.166654ms, SA5012: 843.54533ms" [2024-07-22T20:03:09.298Z] level=info msg="[runner] Issues before processing: 209, after processing: 0" [2024-07-22T20:03:09.298Z] level=info msg="[runner] Processors filtering stat (out/in): filename_unadjuster: 209/209, skip_files: 209/209, nolint: 0/21, cgo: 209/209, path_prettifier: 209/209, skip_dirs: 209/209, autogenerated_exclude: 209/209, identifier_marker: 209/209, exclude: 209/209, exclude-rules: 21/209" [2024-07-22T20:03:09.298Z] level=info msg="[runner] processing took 17.310312ms with stages: nolint: 6.825265ms, identifier_marker: 5.753854ms, autogenerated_exclude: 1.444956ms, path_prettifier: 1.379805ms, exclude-rules: 1.076632ms, skip_dirs: 785.299µs, cgo: 26.78µs, filename_unadjuster: 13.921µs, max_same_issues: 720ns, fixer: 440ns, skip_files: 390ns, max_from_linter: 380ns, uniq_by_line: 370ns, exclude: 300ns, severity-rules: 270ns, sort_results: 240ns, diff: 210ns, source_code: 140ns, max_per_file_from_linter: 130ns, path_prefixer: 110ns, path_shortener: 100ns" [2024-07-22T20:03:09.298Z] level=info msg="[runner] linters took 9.859540254s with stages: goanalysis_metalinter: 9.842149101s" [2024-07-22T20:03:09.298Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-22T20:03:09.298Z] level=info msg="Memory: 298 samples, avg is 283.2MB, max is 1312.6MB" [2024-07-22T20:03:09.298Z] level=info msg="Execution took 29.682636705s" [2024-07-22T20:03:09.298Z] go vet ./... [2024-07-22T20:03:14.559Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-22T20:03:14.559Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-22T20:03:14.559Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-22T20:03:14.858Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-22T20:03:15.192Z] + ls -al . [2024-07-22T20:03:15.192Z] total 840 [2024-07-22T20:03:15.192Z] drwxrwxr-x 11 1001 1001 4096 Jul 22 20:01 . [2024-07-22T20:03:15.192Z] drwxr-xr-x 4 root root 4096 Jul 22 20:01 .. [2024-07-22T20:03:15.192Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 19:59 .blubracket [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 10 Jul 22 19:59 .dockerignore [2024-07-22T20:03:15.192Z] drwxrwxr-x 8 1001 1001 4096 Jul 22 20:02 .git [2024-07-22T20:03:15.192Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 19:59 .github [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 1102 Jul 22 19:59 .gitignore [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 42 Jul 22 19:59 .golangci.yml [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 100 Jul 22 19:59 .hadolint.yml [2024-07-22T20:03:15.192Z] drwxr-xr-x 3 1001 1001 4096 Jul 22 20:00 .semver [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 155 Jul 22 19:59 .sonarcloud.properties [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 1171 Jul 22 19:59 ADOPTERS.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 20361 Jul 22 19:59 Attribution.txt [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 100284 Jul 22 19:59 CHANGELOG.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 19:59 CONTRIBUTING.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 677 Jul 22 19:59 GOVERNANCE.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 861 Jul 22 19:59 Jenkinsfile [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 19:59 LICENSE [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 16051 Jul 22 19:59 Makefile [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 582 Jul 22 19:59 OWNERS.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 9528 Jul 22 19:59 README.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 789 Jul 22 19:59 SECURITY.md [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 5 Jul 22 20:00 VERSION [2024-07-22T20:03:15.192Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 19:59 bin [2024-07-22T20:03:15.192Z] drwxrwxr-x 19 1001 1001 4096 Jul 22 19:59 cmd [2024-07-22T20:03:15.192Z] -rw-r--r-- 1 root root 481596 Jul 22 20:02 coverage.out [2024-07-22T20:03:15.192Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 19:59 fuzz_test [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 6912 Jul 22 19:59 go.mod [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 100928 Jul 22 19:59 go.sum [2024-07-22T20:03:15.192Z] drwxrwxr-x 7 1001 1001 4096 Jul 22 19:59 internal [2024-07-22T20:03:15.192Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 19:59 openapi [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 584 Jul 22 19:59 security.txt [2024-07-22T20:03:15.192Z] -rw-rw-r-- 1 1001 1001 204 Jul 22 19:59 version.go [Pipeline] sh [2024-07-22T20:03:15.514Z] + '[' -e coverage.out ] [2024-07-22T20:03:15.514Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-22T20:03:15.634Z] Stashed 1 file(s) [Pipeline] sh [2024-07-22T20:03:15.936Z] + make build [2024-07-22T20:03:15.936Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-22T20:03:22.101Z] provisioning config files... [2024-07-22T20:03:22.129Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config1290855634170392961tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:03:22.629Z] ---> ****-login.sh [2024-07-22T20:03:22.630Z] nexus3.edgexfoundry.org:10001 [2024-07-22T20:03:22.904Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:03:23.174Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:03:23.174Z] Configure a credential helper to remove this warning. See [2024-07-22T20:03:23.174Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:03:23.174Z] [2024-07-22T20:03:23.174Z] Login Succeeded [2024-07-22T20:03:23.174Z] nexus3.edgexfoundry.org:10002 [2024-07-22T20:03:23.443Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:03:23.443Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:03:23.443Z] Configure a credential helper to remove this warning. See [2024-07-22T20:03:23.443Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:03:23.443Z] [2024-07-22T20:03:23.444Z] Login Succeeded [2024-07-22T20:03:23.444Z] nexus3.edgexfoundry.org:10003 [2024-07-22T20:03:23.712Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:03:23.982Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:03:23.982Z] Configure a credential helper to remove this warning. See [2024-07-22T20:03:23.982Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:03:23.982Z] [2024-07-22T20:03:23.982Z] Login Succeeded [2024-07-22T20:03:23.982Z] nexus3.edgexfoundry.org:10004 [2024-07-22T20:03:24.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:03:24.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:03:24.255Z] Configure a credential helper to remove this warning. See [2024-07-22T20:03:24.255Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:03:24.255Z] [2024-07-22T20:03:24.255Z] Login Succeeded [2024-07-22T20:03:24.255Z] ****.io [2024-07-22T20:03:24.522Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-22T20:03:24.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-22T20:03:24.790Z] Configure a credential helper to remove this warning. See [2024-07-22T20:03:24.791Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-22T20:03:24.791Z] [2024-07-22T20:03:24.791Z] Login Succeeded [2024-07-22T20:03:24.791Z] ---> ****-login.sh ends [Pipeline] } [2024-07-22T20:03:24.829Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-22T20:03:25.579Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-22T20:03:25.630Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-22T20:03:25.684Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-22T20:03:25.740Z] ========================================================= [2024-07-22T20:03:25.740Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-22T20:03:25.740Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-22T20:03:26.136Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-22T20:03:26.136Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-22T20:03:26.136Z] c6b39de5b339: Pulling fs layer [2024-07-22T20:03:26.136Z] a69c41024577: Pulling fs layer [2024-07-22T20:03:26.136Z] d6de4b400683: Pulling fs layer [2024-07-22T20:03:26.136Z] 35cb2a7552d0: Pulling fs layer [2024-07-22T20:03:26.136Z] 4f4fb700ef54: Pulling fs layer [2024-07-22T20:03:26.136Z] 464afbd9ba4c: Pulling fs layer [2024-07-22T20:03:26.136Z] 00f215d4a9da: Pulling fs layer [2024-07-22T20:03:26.136Z] d496ad576159: Pulling fs layer [2024-07-22T20:03:26.136Z] 464afbd9ba4c: Waiting [2024-07-22T20:03:26.136Z] 00f215d4a9da: Waiting [2024-07-22T20:03:26.136Z] d496ad576159: Waiting [2024-07-22T20:03:26.136Z] 35cb2a7552d0: Waiting [2024-07-22T20:03:26.136Z] 4f4fb700ef54: Waiting [2024-07-22T20:03:26.406Z] a69c41024577: Verifying Checksum [2024-07-22T20:03:26.406Z] a69c41024577: Download complete [2024-07-22T20:03:26.406Z] 35cb2a7552d0: Verifying Checksum [2024-07-22T20:03:26.406Z] 35cb2a7552d0: Download complete [2024-07-22T20:03:26.406Z] 4f4fb700ef54: Verifying Checksum [2024-07-22T20:03:26.406Z] 4f4fb700ef54: Download complete [2024-07-22T20:03:26.406Z] c6b39de5b339: Download complete [2024-07-22T20:03:26.406Z] 464afbd9ba4c: Verifying Checksum [2024-07-22T20:03:26.406Z] 464afbd9ba4c: Download complete [2024-07-22T20:03:26.675Z] d496ad576159: Verifying Checksum [2024-07-22T20:03:26.675Z] d496ad576159: Download complete [2024-07-22T20:03:27.261Z] c6b39de5b339: Pull complete [2024-07-22T20:03:27.848Z] a69c41024577: Pull complete [2024-07-22T20:03:28.113Z] d6de4b400683: Verifying Checksum [2024-07-22T20:03:28.113Z] d6de4b400683: Download complete [2024-07-22T20:03:29.523Z] 00f215d4a9da: Verifying Checksum [2024-07-22T20:03:29.523Z] 00f215d4a9da: Download complete [2024-07-22T20:03:37.858Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-22T20:03:37.858Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-22T20:03:37.858Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-22T20:03:37.858Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-22T20:03:39.240Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-22T20:03:41.828Z] d6de4b400683: Pull complete [2024-07-22T20:03:41.828Z] 35cb2a7552d0: Pull complete [2024-07-22T20:03:41.828Z] 4f4fb700ef54: Pull complete [2024-07-22T20:03:41.828Z] 464afbd9ba4c: Pull complete [2024-07-22T20:03:43.427Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-22T20:03:44.362Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-22T20:03:46.260Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-22T20:03:46.828Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-22T20:03:47.395Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-22T20:03:47.964Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-22T20:03:48.902Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-07-22T20:03:49.492Z] $ docker stop --time=1 a0ef2f861f7223ae737b89d9c9545d392a7722ce6d584dd8a46e7c0da34c1b3b [2024-07-22T20:03:50.029Z] 00f215d4a9da: Pull complete [2024-07-22T20:03:51.973Z] d496ad576159: Pull complete [2024-07-22T20:03:51.973Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-22T20:03:51.973Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-22T20:03:51.973Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-22T20:03:54.879Z] $ docker rm -f --volumes a0ef2f861f7223ae737b89d9c9545d392a7722ce6d584dd8a46e7c0da34c1b3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] fileExists [Pipeline] // script [Pipeline] } [Pipeline] sh [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [2024-07-22T20:03:55.881Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-22T20:03:55.881Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-22T20:03:55.881Z] WORKDIR /edgex [2024-07-22T20:03:55.881Z] COPY go.mod . [2024-07-22T20:03:55.881Z] RUN go mod download [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:03:56.471Z] Sending build context to Docker daemon 3.184MB [2024-07-22T20:03:56.471Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-22T20:03:56.471Z] ---> f246e2811388 [2024-07-22T20:03:56.471Z] Step 2/4 : WORKDIR /edgex [2024-07-22T20:03:56.718Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-22T20:03:56.718Z] [2024-07-22T20:03:56.718Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:03:57.118Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-22T20:03:57.118Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-22T20:03:57.118Z] 91d30c5bc195: Pulling fs layer [2024-07-22T20:03:57.118Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-22T20:03:57.118Z] 9c61dcf015f6: Pulling fs layer [2024-07-22T20:03:57.118Z] 4698f68db338: Pulling fs layer [2024-07-22T20:03:57.118Z] 2a2f49069b9e: Pulling fs layer [2024-07-22T20:03:57.118Z] e0025b399a48: Pulling fs layer [2024-07-22T20:03:57.118Z] 4698f68db338: Waiting [2024-07-22T20:03:57.118Z] 2a2f49069b9e: Waiting [2024-07-22T20:03:57.118Z] e0025b399a48: Waiting [2024-07-22T20:03:57.118Z] 91d30c5bc195: Verifying Checksum [2024-07-22T20:03:57.118Z] 91d30c5bc195: Download complete [2024-07-22T20:03:57.118Z] 4698f68db338: Download complete [2024-07-22T20:03:57.380Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-22T20:03:57.380Z] 2e9b0aa3be6d: Download complete [2024-07-22T20:03:57.380Z] e0025b399a48: Verifying Checksum [2024-07-22T20:03:57.380Z] e0025b399a48: Download complete [2024-07-22T20:03:57.380Z] 91d30c5bc195: Pull complete [2024-07-22T20:03:57.380Z] 2a2f49069b9e: Verifying Checksum [2024-07-22T20:03:57.380Z] 2a2f49069b9e: Download complete [2024-07-22T20:03:57.639Z] 2e9b0aa3be6d: Pull complete [2024-07-22T20:03:57.897Z] 9c61dcf015f6: Verifying Checksum [2024-07-22T20:03:57.897Z] 9c61dcf015f6: Download complete [2024-07-22T20:03:58.409Z] ---> Running in 3708384c9734 [2024-07-22T20:03:58.409Z] Removing intermediate container 3708384c9734 [2024-07-22T20:03:58.409Z] ---> 69e3753048dd [2024-07-22T20:03:58.409Z] Step 3/4 : COPY go.mod . [2024-07-22T20:03:58.995Z] ---> b0fca9d05d90 [2024-07-22T20:03:58.995Z] Step 4/4 : RUN go mod download [2024-07-22T20:03:58.995Z] ---> Running in 733d228634f4 [2024-07-22T20:04:00.436Z] 9c61dcf015f6: Pull complete [2024-07-22T20:04:00.436Z] 4698f68db338: Pull complete [2024-07-22T20:04:00.436Z] 2a2f49069b9e: Pull complete [2024-07-22T20:04:00.436Z] e0025b399a48: Pull complete [2024-07-22T20:04:00.436Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-22T20:04:00.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-22T20:04:00.436Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:04:00.703Z] prd-ubuntu20.04-docker-8c-8g-6142 does not seem to be running inside a container [2024-07-22T20:04:00.729Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-07-22T20:04:03.535Z] $ docker top 60e106bf29add744bf036bc7cd437f8fc8d2214f8f68a4e41fdc7303b3e89292 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-22T20:04:03.963Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-22T20:04:06.497Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #1 transferring dockerfile: 1.93kB done [2024-07-22T20:04:06.497Z] #1 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #2 [security-spire-server internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #2 transferring dockerfile: 1.70kB done [2024-07-22T20:04:06.497Z] #2 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #3 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #3 transferring dockerfile: 2.49kB done [2024-07-22T20:04:06.497Z] #3 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #4 transferring dockerfile: 2.15kB done [2024-07-22T20:04:06.497Z] #4 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #5 [core-command internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #5 transferring dockerfile: 1.93kB done [2024-07-22T20:04:06.497Z] #5 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #6 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #6 transferring dockerfile: 1.89kB done [2024-07-22T20:04:06.497Z] #6 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #7 transferring dockerfile: 2.50kB done [2024-07-22T20:04:06.497Z] #7 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #8 [core-keeper internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #8 transferring dockerfile: 2.01kB done [2024-07-22T20:04:06.497Z] #8 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #9 transferring dockerfile: 2.23kB done [2024-07-22T20:04:06.497Z] #9 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #10 [support-notifications internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #10 transferring dockerfile: 1.95kB done [2024-07-22T20:04:06.497Z] #10 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #11 transferring dockerfile: 1.69kB done [2024-07-22T20:04:06.497Z] #11 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #12 [core-metadata internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #12 transferring dockerfile: 2.06kB done [2024-07-22T20:04:06.497Z] #12 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #13 [core-data internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #13 transferring dockerfile: 2.01kB done [2024-07-22T20:04:06.497Z] #13 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #14 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #14 transferring dockerfile: 2.93kB done [2024-07-22T20:04:06.497Z] #14 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #15 [security-spire-agent internal] load build definition from Dockerfile [2024-07-22T20:04:06.497Z] #15 transferring dockerfile: 1.81kB done [2024-07-22T20:04:06.497Z] #15 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #16 [support-scheduler internal] load .dockerignore [2024-07-22T20:04:06.497Z] #16 transferring context: 50B done [2024-07-22T20:04:06.497Z] #16 DONE 0.0s [2024-07-22T20:04:06.497Z] [2024-07-22T20:04:06.497Z] #17 [security-spire-server internal] load .dockerignore [2024-07-22T20:04:06.497Z] #17 transferring context: 50B done [2024-07-22T20:04:06.497Z] #17 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #18 [security-secretstore-setup internal] load .dockerignore [2024-07-22T20:04:06.755Z] #18 transferring context: 50B done [2024-07-22T20:04:06.755Z] #18 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #19 [security-proxy-auth internal] load .dockerignore [2024-07-22T20:04:06.755Z] #19 transferring context: 50B done [2024-07-22T20:04:06.755Z] #19 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #20 [core-command internal] load .dockerignore [2024-07-22T20:04:06.755Z] #20 transferring context: 50B done [2024-07-22T20:04:06.755Z] #20 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #21 [security-spiffe-token-provider internal] load .dockerignore [2024-07-22T20:04:06.755Z] #21 transferring context: 50B done [2024-07-22T20:04:06.755Z] #21 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #22 [security-proxy-setup internal] load .dockerignore [2024-07-22T20:04:06.755Z] #22 transferring context: 50B done [2024-07-22T20:04:06.755Z] #22 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #23 [core-keeper internal] load .dockerignore [2024-07-22T20:04:06.755Z] #23 transferring context: 50B done [2024-07-22T20:04:06.755Z] #23 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #24 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-22T20:04:06.755Z] #24 transferring context: 50B done [2024-07-22T20:04:06.755Z] #24 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #25 [support-notifications internal] load .dockerignore [2024-07-22T20:04:06.755Z] #25 transferring context: 50B done [2024-07-22T20:04:06.755Z] #25 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #26 [security-spire-config internal] load .dockerignore [2024-07-22T20:04:06.755Z] #26 transferring context: 50B done [2024-07-22T20:04:06.755Z] #26 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #27 [core-metadata internal] load .dockerignore [2024-07-22T20:04:06.755Z] #27 transferring context: 50B done [2024-07-22T20:04:06.755Z] #27 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #28 [core-data internal] load .dockerignore [2024-07-22T20:04:06.755Z] #28 transferring context: 50B done [2024-07-22T20:04:06.755Z] #28 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #29 [security-bootstrapper internal] load .dockerignore [2024-07-22T20:04:06.755Z] #29 transferring context: 50B done [2024-07-22T20:04:06.755Z] #29 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #30 [security-spire-agent internal] load .dockerignore [2024-07-22T20:04:06.755Z] #30 transferring context: 50B done [2024-07-22T20:04:06.755Z] #30 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-22T20:04:06.755Z] #31 DONE 0.0s [2024-07-22T20:04:06.755Z] [2024-07-22T20:04:06.755Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:04:07.014Z] #32 DONE 0.1s [2024-07-22T20:04:07.014Z] [2024-07-22T20:04:07.014Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-22T20:04:07.014Z] #31 DONE 0.0s [2024-07-22T20:04:07.014Z] [2024-07-22T20:04:07.014Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:04:07.014Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:04:07.014Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s [2024-07-22T20:04:07.014Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:04:07.014Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-22T20:04:07.014Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-22T20:04:07.014Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-22T20:04:07.014Z] #33 ... [2024-07-22T20:04:07.014Z] [2024-07-22T20:04:07.014Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-22T20:04:07.014Z] #31 DONE 0.0s [2024-07-22T20:04:07.014Z] [2024-07-22T20:04:07.014Z] #33 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:04:07.014Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:04:07.014Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-22T20:04:07.014Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:04:07.014Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-22T20:04:07.014Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-22T20:04:07.014Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-22T20:04:07.272Z] #33 ... [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-22T20:04:07.272Z] #31 DONE 0.0s [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:04:07.272Z] #32 DONE 0.4s [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-22T20:04:07.272Z] #31 DONE 0.0s [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:04:07.272Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:04:07.272Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-22T20:04:07.272Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:04:07.272Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-22T20:04:07.272Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-22T20:04:07.272Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-22T20:04:07.272Z] #33 DONE 0.7s [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:04:07.272Z] #32 ... [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-22T20:04:07.272Z] #31 DONE 0.0s [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-22T20:04:07.272Z] #34 DONE 0.7s [2024-07-22T20:04:07.272Z] [2024-07-22T20:04:07.272Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:04:07.529Z] #32 DONE 0.6s [2024-07-22T20:04:07.529Z] [2024-07-22T20:04:07.529Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:04:07.529Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:04:07.529Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-22T20:04:07.529Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:04:07.529Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-22T20:04:07.529Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-22T20:04:07.529Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-22T20:04:07.529Z] #33 DONE 0.7s [2024-07-22T20:04:07.529Z] [2024-07-22T20:04:07.529Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-22T20:04:07.529Z] #34 DONE 0.7s [2024-07-22T20:04:07.529Z] [2024-07-22T20:04:07.529Z] #35 [core-data internal] load build context [2024-07-22T20:04:07.529Z] #35 ... [2024-07-22T20:04:07.529Z] [2024-07-22T20:04:07.529Z] #33 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:04:07.529Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:04:07.529Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-22T20:04:07.529Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:04:07.529Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-22T20:04:07.529Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-22T20:04:07.529Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-22T20:04:07.529Z] #33 DONE 0.7s [2024-07-22T20:04:07.529Z] [2024-07-22T20:04:07.529Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-22T20:04:07.529Z] #34 DONE 0.7s [2024-07-22T20:04:07.529Z] [2024-07-22T20:04:07.529Z] #36 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-22T20:04:07.529Z] #36 DONE 0.7s [2024-07-22T20:04:07.791Z] [2024-07-22T20:04:07.791Z] #37 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:04:07.791Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:04:13.069Z] #37 ... [2024-07-22T20:04:13.069Z] [2024-07-22T20:04:13.069Z] #38 [core-command internal] load build context [2024-07-22T20:04:13.069Z] #38 transferring context: 212.34MB 5.5s [2024-07-22T20:04:13.069Z] #38 ... [2024-07-22T20:04:13.069Z] [2024-07-22T20:04:13.069Z] #39 [security-proxy-setup internal] load build context [2024-07-22T20:04:13.069Z] #39 ... [2024-07-22T20:04:13.069Z] [2024-07-22T20:04:13.069Z] #38 [core-command internal] load build context [2024-07-22T20:04:17.259Z] #38 transferring context: 439.93MB 9.5s done [2024-07-22T20:04:17.259Z] #38 ... [2024-07-22T20:04:17.259Z] [2024-07-22T20:04:17.259Z] #40 [support-scheduler internal] load build context [2024-07-22T20:04:17.259Z] #40 transferring context: 439.93MB 7.5s done [2024-07-22T20:04:17.259Z] #40 ... [2024-07-22T20:04:17.259Z] [2024-07-22T20:04:17.259Z] #41 [support-notifications internal] load build context [2024-07-22T20:04:17.259Z] #41 transferring context: 439.93MB 9.2s done [2024-07-22T20:04:17.259Z] #41 ... [2024-07-22T20:04:17.259Z] [2024-07-22T20:04:17.259Z] #42 [security-spiffe-token-provider internal] load build context [2024-07-22T20:04:17.259Z] #42 transferring context: 439.93MB 9.2s done [2024-07-22T20:04:17.259Z] #42 ... [2024-07-22T20:04:17.259Z] [2024-07-22T20:04:17.259Z] #43 [core-keeper internal] load build context [2024-07-22T20:04:17.259Z] #43 transferring context: 439.93MB 9.1s done [2024-07-22T20:04:17.259Z] #43 ... [2024-07-22T20:04:17.259Z] [2024-07-22T20:04:17.259Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:04:18.157Z] #44 ... [2024-07-22T20:04:18.157Z] [2024-07-22T20:04:18.157Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-22T20:04:18.416Z] #45 ... [2024-07-22T20:04:18.416Z] [2024-07-22T20:04:18.416Z] #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-22T20:04:18.416Z] #46 ... [2024-07-22T20:04:18.416Z] [2024-07-22T20:04:18.416Z] #47 [core-metadata internal] load build context [2024-07-22T20:04:18.416Z] #47 transferring context: 439.93MB 8.3s done [2024-07-22T20:04:18.675Z] #47 ... [2024-07-22T20:04:18.675Z] [2024-07-22T20:04:18.675Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-22T20:04:18.675Z] #48 ... [2024-07-22T20:04:18.675Z] [2024-07-22T20:04:18.675Z] #49 [security-secretstore-setup internal] load build context [2024-07-22T20:04:18.675Z] #49 transferring context: 439.93MB 8.4s done [2024-07-22T20:04:18.934Z] #49 ... [2024-07-22T20:04:18.934Z] [2024-07-22T20:04:18.934Z] #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-22T20:04:18.934Z] #50 ... [2024-07-22T20:04:18.934Z] [2024-07-22T20:04:18.934Z] #51 [security-spire-server internal] load build context [2024-07-22T20:04:19.193Z] #51 ... [2024-07-22T20:04:19.193Z] [2024-07-22T20:04:19.193Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-22T20:04:19.868Z] #52 ... [2024-07-22T20:04:19.868Z] [2024-07-22T20:04:19.868Z] #53 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-22T20:04:20.769Z] #53 ... [2024-07-22T20:04:20.769Z] [2024-07-22T20:04:20.769Z] #54 [security-spire-config internal] load build context [2024-07-22T20:04:21.026Z] #54 ... [2024-07-22T20:04:21.026Z] [2024-07-22T20:04:21.026Z] #55 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:04:21.026Z] #55 transferring context: 439.93MB 9.0s done [2024-07-22T20:04:21.026Z] #55 ... [2024-07-22T20:04:21.026Z] [2024-07-22T20:04:21.026Z] #56 [security-proxy-auth internal] load build context [2024-07-22T20:04:21.026Z] #56 transferring context: 439.93MB 7.6s done [2024-07-22T20:04:21.026Z] #56 ... [2024-07-22T20:04:21.026Z] [2024-07-22T20:04:21.026Z] #57 [security-bootstrapper internal] load build context [2024-07-22T20:04:21.286Z] #57 ... [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #56 [security-proxy-auth internal] load build context [2024-07-22T20:04:21.286Z] #56 DONE 14.3s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #53 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-07-22T20:04:21.286Z] #53 DONE 14.1s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #40 [support-scheduler internal] load build context [2024-07-22T20:04:21.286Z] #40 DONE 14.5s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #58 [support-scheduler stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-22T20:04:21.286Z] #58 ... [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #49 [security-secretstore-setup internal] load build context [2024-07-22T20:04:21.286Z] #49 DONE 14.3s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #47 [core-metadata internal] load build context [2024-07-22T20:04:21.286Z] #47 DONE 14.0s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #39 [security-proxy-setup internal] load build context [2024-07-22T20:04:21.286Z] #39 transferring context: 439.93MB 9.0s done [2024-07-22T20:04:21.286Z] #39 DONE 14.1s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #42 [security-spiffe-token-provider internal] load build context [2024-07-22T20:04:21.286Z] #42 DONE 14.2s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #55 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:04:21.286Z] #55 DONE 14.0s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #43 [core-keeper internal] load build context [2024-07-22T20:04:21.286Z] #43 DONE 14.1s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #41 [support-notifications internal] load build context [2024-07-22T20:04:21.286Z] #41 DONE 14.1s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #38 [core-command internal] load build context [2024-07-22T20:04:21.286Z] #38 DONE 14.3s [2024-07-22T20:04:21.286Z] [2024-07-22T20:04:21.286Z] #37 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:04:21.286Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13.6s done [2024-07-22T20:04:21.286Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-22T20:04:21.286Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-22T20:04:21.286Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-22T20:04:21.286Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 0.1s [2024-07-22T20:04:21.286Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 0.1s [2024-07-22T20:04:21.286Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 0.1s [2024-07-22T20:04:21.286Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-22T20:04:21.565Z] #37 ... [2024-07-22T20:04:21.565Z] [2024-07-22T20:04:21.565Z] #33 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:04:21.565Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:04:21.565Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-22T20:04:21.565Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:04:21.565Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-22T20:04:21.565Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-22T20:04:21.565Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.2s done [2024-07-22T20:04:21.565Z] #33 DONE 0.7s [2024-07-22T20:04:21.565Z] [2024-07-22T20:04:21.565Z] #54 [security-spire-config internal] load build context [2024-07-22T20:04:21.565Z] #54 transferring context: 25.04kB done [2024-07-22T20:04:21.565Z] #54 DONE 13.8s [2024-07-22T20:04:21.565Z] [2024-07-22T20:04:21.565Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-22T20:04:21.565Z] #45 DONE 14.1s [2024-07-22T20:04:21.565Z] [2024-07-22T20:04:21.565Z] #51 [security-spire-server internal] load build context [2024-07-22T20:04:21.565Z] #51 transferring context: 26.79kB 0.0s done [2024-07-22T20:04:21.565Z] #51 DONE 13.9s [2024-07-22T20:04:21.565Z] [2024-07-22T20:04:21.565Z] #59 [security-spire-agent internal] load build context [2024-07-22T20:04:21.565Z] #59 transferring context: 26.32kB 0.0s done [2024-07-22T20:04:21.565Z] #59 DONE 0.1s [2024-07-22T20:04:21.565Z] [2024-07-22T20:04:21.565Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:04:21.565Z] #37 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 13.6s done [2024-07-22T20:04:21.565Z] #37 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-22T20:04:21.565Z] #37 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-22T20:04:21.565Z] #37 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-22T20:04:21.565Z] #37 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.1s done [2024-07-22T20:04:21.565Z] #37 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.2s done [2024-07-22T20:04:21.565Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-07-22T20:04:21.565Z] #37 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.0s done [2024-07-22T20:04:21.565Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 0.3s [2024-07-22T20:04:21.565Z] #37 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.0s done [2024-07-22T20:04:21.565Z] #37 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 0.2s done [2024-07-22T20:04:21.565Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 4.19MB / 30.73MB 0.4s [2024-07-22T20:04:21.830Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 14.68MB / 30.73MB 0.5s [2024-07-22T20:04:21.830Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 0.6s [2024-07-22T20:04:25.122Z] #37 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 2.8s done [2024-07-22T20:04:27.027Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-07-22T20:04:27.287Z] #37 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-07-22T20:04:27.856Z] #37 ... [2024-07-22T20:04:27.856Z] [2024-07-22T20:04:27.856Z] #35 [core-data internal] load build context [2024-07-22T20:04:27.856Z] #35 transferring context: 439.93MB 4.4s done [2024-07-22T20:04:27.856Z] #35 DONE 20.3s [2024-07-22T20:04:27.856Z] [2024-07-22T20:04:27.857Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:04:27.857Z] #60 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.0s done [2024-07-22T20:04:27.857Z] #60 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-22T20:04:27.857Z] #60 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-22T20:04:27.857Z] #60 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-07-22T20:04:27.857Z] #60 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-07-22T20:04:27.857Z] #60 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B done [2024-07-22T20:04:27.857Z] #60 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB done [2024-07-22T20:04:27.857Z] #60 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 1.1s done [2024-07-22T20:04:27.857Z] #60 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 4.4s done [2024-07-22T20:04:27.857Z] #60 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-07-22T20:04:28.470Z] #60 ... [2024-07-22T20:04:28.470Z] [2024-07-22T20:04:28.470Z] #57 [security-bootstrapper internal] load build context [2024-07-22T20:04:28.470Z] #57 transferring context: 439.93MB 4.6s done [2024-07-22T20:04:28.470Z] #57 DONE 21.0s [2024-07-22T20:04:28.470Z] [2024-07-22T20:04:28.470Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-22T20:04:28.470Z] #48 15.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:28.470Z] #48 15.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:28.470Z] #48 16.04 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:28.470Z] #48 16.18 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:28.470Z] #48 16.19 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:28.470Z] #48 16.19 (4/6) Installing openssl (3.1.6-r0) [2024-07-22T20:04:28.470Z] #48 16.20 (5/6) Installing su-exec (0.2-r3) [2024-07-22T20:04:28.470Z] #48 16.21 (6/6) Installing yq (4.33.3-r5) [2024-07-22T20:04:28.470Z] #48 16.64 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:28.470Z] #48 16.64 OK: 17 MiB in 19 packages [2024-07-22T20:04:31.791Z] #48 ... [2024-07-22T20:04:31.791Z] [2024-07-22T20:04:31.791Z] #61 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:04:31.791Z] #61 ... [2024-07-22T20:04:31.791Z] [2024-07-22T20:04:31.791Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-22T20:04:31.791Z] #62 ... [2024-07-22T20:04:31.791Z] [2024-07-22T20:04:31.791Z] #63 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:04:31.791Z] #63 ... [2024-07-22T20:04:31.791Z] [2024-07-22T20:04:31.791Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-22T20:04:31.791Z] #64 ... [2024-07-22T20:04:31.791Z] [2024-07-22T20:04:31.791Z] #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-22T20:04:32.052Z] #65 ... [2024-07-22T20:04:32.052Z] [2024-07-22T20:04:32.052Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-22T20:04:32.052Z] #66 ... [2024-07-22T20:04:32.052Z] [2024-07-22T20:04:32.052Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-22T20:04:32.052Z] #67 ... [2024-07-22T20:04:32.052Z] [2024-07-22T20:04:32.052Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-22T20:04:32.323Z] #68 ... [2024-07-22T20:04:32.323Z] [2024-07-22T20:04:32.323Z] #69 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:04:32.323Z] #69 ... [2024-07-22T20:04:32.323Z] [2024-07-22T20:04:32.323Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:04:32.323Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.0s [2024-07-22T20:04:32.606Z] #37 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 1.0s done [2024-07-22T20:04:33.983Z] #37 ... [2024-07-22T20:04:33.983Z] [2024-07-22T20:04:33.983Z] #48 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-22T20:04:33.983Z] #48 DONE 26.5s [2024-07-22T20:04:33.983Z] [2024-07-22T20:04:33.983Z] #44 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:04:33.983Z] #44 DONE 26.6s [2024-07-22T20:04:34.241Z] [2024-07-22T20:04:34.242Z] #60 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:04:34.242Z] #60 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 1.3s done [2024-07-22T20:04:34.242Z] #60 DONE 12.7s [2024-07-22T20:04:34.242Z] [2024-07-22T20:04:34.242Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:04:35.669Z] #37 ... [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #58 [core-metadata stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-22T20:04:35.669Z] #58 27.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #58 27.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #58 27.79 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:35.669Z] #58 27.81 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:35.669Z] #58 27.83 OK: 7 MiB in 16 packages [2024-07-22T20:04:35.669Z] #58 DONE 28.1s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #63 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:04:35.669Z] #63 13.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #63 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #63 13.93 OK: 264 MiB in 52 packages [2024-07-22T20:04:35.669Z] #63 DONE 14.1s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #50 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-22T20:04:35.669Z] #50 27.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #50 27.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #50 27.46 (1/2) Installing ca-certificates (20240226-r0) [2024-07-22T20:04:35.669Z] #50 27.49 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:35.669Z] #50 27.49 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:35.669Z] #50 27.49 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:04:35.669Z] #50 27.60 OK: 8 MiB in 17 packages [2024-07-22T20:04:35.669Z] #50 DONE 27.9s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-22T20:04:35.669Z] #66 13.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #66 13.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #66 14.08 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:35.669Z] #66 14.14 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:35.669Z] #66 14.15 OK: 7 MiB in 16 packages [2024-07-22T20:04:35.669Z] #66 DONE 14.3s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #70 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:04:35.669Z] #70 DONE 0.1s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:04:35.669Z] #71 ... [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-22T20:04:35.669Z] #68 13.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #68 13.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #68 14.12 OK: 264 MiB in 52 packages [2024-07-22T20:04:35.669Z] #68 DONE 14.2s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #69 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:04:35.669Z] #69 13.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #69 13.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.669Z] #69 14.06 OK: 264 MiB in 52 packages [2024-07-22T20:04:35.669Z] #69 DONE 14.4s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:04:35.669Z] #72 DONE 0.2s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #73 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:04:35.669Z] #73 DONE 0.2s [2024-07-22T20:04:35.669Z] [2024-07-22T20:04:35.669Z] #74 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:04:35.936Z] #74 ... [2024-07-22T20:04:35.936Z] [2024-07-22T20:04:35.936Z] #52 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-22T20:04:35.936Z] #52 27.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.936Z] #52 27.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.936Z] #52 27.53 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:04:35.936Z] #52 27.53 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:04:35.936Z] #52 27.53 OK: 20072 distinct packages available [2024-07-22T20:04:35.936Z] #52 27.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.936Z] #52 27.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.936Z] #52 28.04 (1/11) Installing ca-certificates (20240226-r0) [2024-07-22T20:04:35.936Z] #52 28.10 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-22T20:04:35.936Z] #52 28.11 (3/11) Installing libunistring (1.1-r1) [2024-07-22T20:04:35.936Z] #52 28.12 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-22T20:04:35.936Z] #52 28.13 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-22T20:04:35.936Z] #52 28.13 (6/11) Installing libcurl (8.5.0-r0) [2024-07-22T20:04:35.936Z] #52 28.14 (7/11) Installing curl (8.5.0-r0) [2024-07-22T20:04:35.936Z] #52 28.15 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:35.936Z] #52 28.16 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-22T20:04:35.936Z] #52 28.16 (10/11) Installing libucontext (1.2-r2) [2024-07-22T20:04:35.936Z] #52 28.16 (11/11) Installing gcompat (1.1.0-r1) [2024-07-22T20:04:35.936Z] #52 28.17 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:35.936Z] #52 28.17 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:04:35.936Z] #52 28.21 OK: 12 MiB in 26 packages [2024-07-22T20:04:35.936Z] #52 DONE 28.4s [2024-07-22T20:04:35.936Z] [2024-07-22T20:04:35.936Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-22T20:04:35.936Z] #62 14.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:35.936Z] #62 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.208Z] #62 15.10 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:04:36.208Z] #62 15.10 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:04:36.471Z] #62 ... [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #67 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-22T20:04:36.471Z] #67 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #67 14.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #67 15.00 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:36.471Z] #67 15.01 (2/2) Installing su-exec (0.2-r3) [2024-07-22T20:04:36.471Z] #67 15.01 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:36.471Z] #67 15.02 OK: 7 MiB in 17 packages [2024-07-22T20:04:36.471Z] #67 DONE 15.2s [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #65 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-22T20:04:36.471Z] #65 14.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #65 14.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #65 14.42 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:04:36.471Z] #65 14.42 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:04:36.471Z] #65 14.42 OK: 20075 distinct packages available [2024-07-22T20:04:36.471Z] #65 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #65 14.56 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #65 14.75 OK: 264 MiB in 52 packages [2024-07-22T20:04:36.471Z] #65 DONE 15.1s [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #46 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-22T20:04:36.471Z] #46 27.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #46 28.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #46 28.55 (1/4) Installing ca-certificates (20240226-r0) [2024-07-22T20:04:36.471Z] #46 28.57 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:36.471Z] #46 28.57 (3/4) Installing su-exec (0.2-r3) [2024-07-22T20:04:36.471Z] #46 28.57 (4/4) Installing yq (4.33.3-r5) [2024-07-22T20:04:36.471Z] #46 28.64 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:36.471Z] #46 28.65 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:04:36.471Z] #46 28.70 OK: 17 MiB in 19 packages [2024-07-22T20:04:36.471Z] #46 DONE 29.0s [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-22T20:04:36.471Z] #62 15.10 OK: 20072 distinct packages available [2024-07-22T20:04:36.471Z] #62 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.471Z] #62 ... [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #61 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:04:36.471Z] #61 DONE 15.2s [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #75 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:04:36.471Z] #75 DONE 0.1s [2024-07-22T20:04:36.471Z] [2024-07-22T20:04:36.471Z] #62 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-22T20:04:36.471Z] #62 15.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #62 15.46 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:36.746Z] #62 15.47 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-22T20:04:36.746Z] #62 15.48 (3/4) Installing libucontext (1.2-r2) [2024-07-22T20:04:36.746Z] #62 15.48 (4/4) Installing gcompat (1.1.0-r1) [2024-07-22T20:04:36.746Z] #62 15.49 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:36.746Z] #62 15.50 OK: 8 MiB in 19 packages [2024-07-22T20:04:36.746Z] #62 DONE 15.7s [2024-07-22T20:04:36.746Z] [2024-07-22T20:04:36.746Z] #64 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-22T20:04:36.746Z] #64 14.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #64 14.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #64 15.05 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:04:36.746Z] #64 15.05 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:04:36.746Z] #64 15.05 OK: 20072 distinct packages available [2024-07-22T20:04:36.746Z] #64 15.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #64 15.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #64 15.38 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:36.746Z] #64 15.41 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:36.746Z] #64 15.42 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:36.746Z] #64 15.42 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-22T20:04:36.746Z] #64 15.42 (5/7) Installing libucontext (1.2-r2) [2024-07-22T20:04:36.746Z] #64 15.43 (6/7) Installing gcompat (1.1.0-r1) [2024-07-22T20:04:36.746Z] #64 15.43 (7/7) Installing openssl (3.1.6-r0) [2024-07-22T20:04:36.746Z] #64 15.44 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:36.746Z] #64 15.45 OK: 8 MiB in 20 packages [2024-07-22T20:04:36.746Z] #64 DONE 15.6s [2024-07-22T20:04:36.746Z] [2024-07-22T20:04:36.746Z] #76 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-22T20:04:36.746Z] #0 2.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #0 2.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:36.746Z] #0 2.752 OK: 17 MiB in 19 packages [2024-07-22T20:04:36.746Z] #76 DONE 2.9s [2024-07-22T20:04:36.746Z] [2024-07-22T20:04:36.746Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-22T20:04:37.022Z] #77 ... [2024-07-22T20:04:37.022Z] [2024-07-22T20:04:37.022Z] #78 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-22T20:04:37.022Z] #78 DONE 0.0s [2024-07-22T20:04:37.284Z] [2024-07-22T20:04:37.284Z] #79 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-22T20:04:38.757Z] #79 ... [2024-07-22T20:04:38.757Z] [2024-07-22T20:04:38.757Z] #80 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:04:38.757Z] #0 2.334 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #0 2.414 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #0 2.630 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:38.757Z] #0 2.668 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:38.757Z] #0 2.676 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:04:38.757Z] #0 2.742 OK: 8 MiB in 17 packages [2024-07-22T20:04:38.757Z] #80 DONE 3.0s [2024-07-22T20:04:38.757Z] [2024-07-22T20:04:38.757Z] #81 [support-scheduler stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:04:38.757Z] #0 2.371 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #0 2.462 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #0 2.709 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:38.757Z] #0 2.753 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:38.757Z] #0 2.761 OK: 7 MiB in 16 packages [2024-07-22T20:04:38.757Z] #81 DONE 3.2s [2024-07-22T20:04:38.757Z] [2024-07-22T20:04:38.757Z] #71 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:04:38.757Z] #71 2.671 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #71 2.747 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #71 2.935 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:38.757Z] #71 2.966 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:38.757Z] #71 2.975 OK: 7 MiB in 16 packages [2024-07-22T20:04:38.757Z] #71 DONE 3.3s [2024-07-22T20:04:38.757Z] [2024-07-22T20:04:38.757Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-22T20:04:38.757Z] #0 2.402 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:38.757Z] #0 2.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.044Z] #82 ... [2024-07-22T20:04:39.044Z] [2024-07-22T20:04:39.044Z] #83 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-22T20:04:39.044Z] #0 2.541 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.044Z] #0 3.852 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.044Z] #0 4.616 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-22T20:04:39.044Z] #0 4.921 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:04:39.044Z] #0 4.933 OK: 7 MiB in 16 packages [2024-07-22T20:04:39.044Z] #83 DONE 5.1s [2024-07-22T20:04:39.044Z] [2024-07-22T20:04:39.044Z] #82 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-22T20:04:39.044Z] #82 2.712 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.302Z] #82 2.753 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.302Z] #82 2.761 OK: 7 MiB in 17 packages [2024-07-22T20:04:39.567Z] #82 DONE 3.1s [2024-07-22T20:04:39.567Z] [2024-07-22T20:04:39.567Z] #84 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:04:39.567Z] #0 2.877 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #0 2.973 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #0 3.235 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.567Z] #0 3.271 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.567Z] #0 3.280 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:04:39.567Z] #0 3.342 OK: 12 MiB in 26 packages [2024-07-22T20:04:39.567Z] #84 DONE 3.5s [2024-07-22T20:04:39.567Z] [2024-07-22T20:04:39.567Z] #85 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-22T20:04:39.567Z] #0 2.408 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #0 2.496 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #0 2.701 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.567Z] #0 2.735 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.567Z] #0 2.743 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:04:39.567Z] #0 2.790 OK: 17 MiB in 19 packages [2024-07-22T20:04:39.567Z] #85 DONE 3.1s [2024-07-22T20:04:39.567Z] [2024-07-22T20:04:39.567Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-22T20:04:39.567Z] #77 2.578 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #77 ... [2024-07-22T20:04:39.567Z] [2024-07-22T20:04:39.567Z] #79 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-22T20:04:39.567Z] #79 2.220 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #79 2.310 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.567Z] #79 2.553 OK: 8 MiB in 20 packages [2024-07-22T20:04:39.567Z] #79 DONE 2.7s [2024-07-22T20:04:39.567Z] [2024-07-22T20:04:39.567Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-22T20:04:39.567Z] #77 2.678 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:39.825Z] #77 2.889 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.825Z] #77 2.971 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:04:39.825Z] #77 2.979 OK: 8 MiB in 19 packages [2024-07-22T20:04:40.801Z] #77 ... [2024-07-22T20:04:40.801Z] [2024-07-22T20:04:40.801Z] #86 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-22T20:04:40.801Z] #0 2.474 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:40.801Z] #0 2.950 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-22T20:04:40.801Z] #0 3.628 OK: 264 MiB in 52 packages [2024-07-22T20:04:40.801Z] #86 DONE 4.2s [2024-07-22T20:04:40.801Z] [2024-07-22T20:04:40.801Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-22T20:04:40.801Z] #87 DONE 1.2s [2024-07-22T20:04:40.801Z] [2024-07-22T20:04:40.801Z] #88 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-22T20:04:40.801Z] #88 DONE 1.2s [2024-07-22T20:04:40.801Z] [2024-07-22T20:04:40.801Z] #77 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-22T20:04:40.801Z] #77 DONE 3.8s [2024-07-22T20:04:40.801Z] [2024-07-22T20:04:40.801Z] #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-22T20:04:40.801Z] #89 DONE 0.1s [2024-07-22T20:04:40.801Z] [2024-07-22T20:04:40.801Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-22T20:04:41.062Z] #90 ... [2024-07-22T20:04:41.062Z] [2024-07-22T20:04:41.062Z] #91 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-22T20:04:41.062Z] #91 DONE 0.2s [2024-07-22T20:04:41.062Z] [2024-07-22T20:04:41.062Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:04:42.003Z] #92 ... [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #93 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-22T20:04:42.003Z] #93 DONE 1.3s [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-22T20:04:42.003Z] #90 DONE 1.3s [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #94 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-22T20:04:42.003Z] #94 DONE 1.3s [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #95 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-22T20:04:42.003Z] #95 DONE 2.7s [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #96 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:04:42.003Z] #96 DONE 0.1s [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #97 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-22T20:04:42.003Z] #97 DONE 0.1s [2024-07-22T20:04:42.003Z] [2024-07-22T20:04:42.003Z] #98 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-22T20:04:42.266Z] #98 DONE 0.1s [2024-07-22T20:04:42.266Z] [2024-07-22T20:04:42.266Z] #99 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-22T20:04:42.266Z] #99 DONE 0.1s [2024-07-22T20:04:42.266Z] [2024-07-22T20:04:42.266Z] #100 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-22T20:04:42.266Z] #100 DONE 0.1s [2024-07-22T20:04:42.266Z] [2024-07-22T20:04:42.266Z] #101 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-22T20:04:42.266Z] #101 DONE 0.1s [2024-07-22T20:04:42.266Z] [2024-07-22T20:04:42.266Z] #102 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-22T20:04:42.266Z] #102 DONE 0.2s [2024-07-22T20:04:42.266Z] [2024-07-22T20:04:42.266Z] #103 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-22T20:04:42.266Z] #103 DONE 0.1s [2024-07-22T20:04:42.266Z] [2024-07-22T20:04:42.266Z] #104 [security-spire-server] exporting to image [2024-07-22T20:04:42.266Z] #104 exporting layers [2024-07-22T20:04:42.525Z] #104 ... [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #105 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:04:42.525Z] #105 DONE 0.1s [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #106 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:04:42.525Z] #106 DONE 0.1s [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-22T20:04:42.525Z] #107 DONE 0.0s [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #108 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-22T20:04:42.525Z] #108 DONE 0.1s [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #109 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-22T20:04:42.525Z] #109 DONE 0.1s [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #110 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-22T20:04:42.525Z] #110 DONE 0.1s [2024-07-22T20:04:42.525Z] [2024-07-22T20:04:42.525Z] #104 [security-spire-agent] exporting to image [2024-07-22T20:04:43.100Z] #104 exporting layers 0.7s done [2024-07-22T20:04:43.100Z] #104 writing image sha256:5f7ca6ced76be811fffe0d0e806911177b39192c1dd55d923ebd06ebbd0ac5ca done [2024-07-22T20:04:43.100Z] #104 naming to docker.io/library/security-spire-server done [2024-07-22T20:04:43.359Z] #104 exporting layers 0.7s done [2024-07-22T20:04:43.359Z] #104 writing image sha256:47877a990a88763c234cab2cc1c548dd3e5dde90461d50532aa405d8780ccbd3 done [2024-07-22T20:04:43.359Z] #104 naming to docker.io/library/security-spire-config done [2024-07-22T20:04:43.359Z] #104 writing image sha256:9181a1117b81e04965e172a48fc84f5db20de747311a05b89c56e07c7bf98273 done [2024-07-22T20:04:43.359Z] #104 naming to docker.io/library/security-spire-agent done [2024-07-22T20:04:43.359Z] #104 DONE 0.8s [2024-07-22T20:04:43.359Z] [2024-07-22T20:04:43.359Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:04:45.920Z] #111 ... [2024-07-22T20:04:45.920Z] [2024-07-22T20:04:45.920Z] #112 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:04:45.920Z] #112 ... [2024-07-22T20:04:45.920Z] [2024-07-22T20:04:45.920Z] #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:04:55.396Z] Removing intermediate container 733d228634f4 [2024-07-22T20:04:55.396Z] ---> d9cb667c0692 [2024-07-22T20:04:55.396Z] Successfully built d9cb667c0692 [2024-07-22T20:04:55.396Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:04:55.814Z] + docker inspect -f . ci-base-image-arm64 [2024-07-22T20:04:55.814Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:04:56.129Z] prd-ubuntu20.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container [2024-07-22T20:04:56.187Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-22T20:04:57.429Z] $ docker top 473ee5c16e325b2c0844b619f1ab656ec3885393092c094d45e067fdbd71c8b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-22T20:04:58.336Z] + go version [2024-07-22T20:04:58.336Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-22T20:04:58.366Z] $ docker stop --time=1 473ee5c16e325b2c0844b619f1ab656ec3885393092c094d45e067fdbd71c8b0 [2024-07-22T20:04:59.971Z] $ docker rm -f --volumes 473ee5c16e325b2c0844b619f1ab656ec3885393092c094d45e067fdbd71c8b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:05:00.940Z] + docker inspect -f . ci-base-image-arm64 [2024-07-22T20:05:00.940Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:05:01.240Z] prd-ubuntu20.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container [2024-07-22T20:05:01.308Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2024-07-22T20:05:02.535Z] $ docker top 2a7669907b2d17f8bf4f573aa332982c534b307e5f9127e13d635b9c7d52c5a5 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-22T20:05:02.863Z] ========================================================= [2024-07-22T20:05:02.863Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-22T20:05:02.863Z] ========================================================= [Pipeline] sh [2024-07-22T20:05:03.518Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-22T20:05:04.252Z] + make test [2024-07-22T20:05:04.252Z] go test -race -coverprofile=coverage.out ./... [2024-07-22T20:05:24.759Z] #113 DONE 46.8s [2024-07-22T20:05:24.759Z] [2024-07-22T20:05:24.759Z] #112 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:24.759Z] #112 DONE 47.0s [2024-07-22T20:05:24.759Z] [2024-07-22T20:05:24.759Z] #111 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:24.759Z] #111 DONE 45.9s [2024-07-22T20:05:24.759Z] [2024-07-22T20:05:24.759Z] #92 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:24.759Z] #92 DONE 41.6s [2024-07-22T20:05:24.759Z] [2024-07-22T20:05:24.759Z] #74 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:24.759Z] #74 DONE 46.8s [2024-07-22T20:05:24.759Z] [2024-07-22T20:05:24.759Z] #114 [core-keeper builder 7/8] COPY . . [2024-07-22T20:05:30.177Z] #114 ... [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #115 [security-secretstore-setup builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #115 DONE 7.4s [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #116 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #116 DONE 7.4s [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #114 [core-keeper builder 7/8] COPY . . [2024-07-22T20:05:30.177Z] #114 DONE 7.4s [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #117 [security-proxy-setup builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #117 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #118 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.177Z] #118 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #119 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.177Z] #119 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #120 [support-notifications builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #120 DONE 7.4s [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #121 [security-bootstrapper builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #121 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #122 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.177Z] #122 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #123 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.177Z] #123 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.177Z] #124 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #125 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #125 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.177Z] #126 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #127 [core-command builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #127 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #128 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.177Z] #128 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #129 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.177Z] #129 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #130 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.177Z] #130 CACHED [2024-07-22T20:05:30.177Z] [2024-07-22T20:05:30.177Z] #131 [security-proxy-auth builder 6/7] COPY . . [2024-07-22T20:05:30.177Z] #131 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #132 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.178Z] #132 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #133 [core-metadata builder 6/7] COPY . . [2024-07-22T20:05:30.178Z] #133 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #134 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.178Z] #134 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #135 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.178Z] #135 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #136 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:05:30.178Z] #136 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #137 [core-data builder 6/7] COPY . . [2024-07-22T20:05:30.178Z] #137 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #138 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:05:30.178Z] #138 CACHED [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #139 [support-scheduler builder 6/7] COPY . . [2024-07-22T20:05:30.178Z] #139 DONE 7.4s [2024-07-22T20:05:30.178Z] [2024-07-22T20:05:30.178Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-22T20:05:31.556Z] #140 1.331 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-22T20:05:41.517Z] #140 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-22T20:05:41.517Z] #0 1.022 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-22T20:05:41.517Z] #141 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-22T20:05:41.517Z] #0 1.298 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-22T20:05:41.517Z] #142 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:05:41.517Z] #0 0.951 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-22T20:05:41.517Z] #143 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:05:41.517Z] #0 1.053 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-22T20:05:41.517Z] #144 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-22T20:05:41.517Z] #0 0.957 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-22T20:05:41.517Z] #145 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:05:41.517Z] #0 1.276 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-22T20:05:41.517Z] #146 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-22T20:05:41.517Z] #0 0.628 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-22T20:05:41.517Z] #147 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:05:41.517Z] #0 0.781 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-22T20:05:41.517Z] #148 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-22T20:05:41.517Z] #0 1.055 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-22T20:05:41.517Z] #149 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-22T20:05:41.517Z] #0 1.021 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-22T20:05:41.517Z] #150 ... [2024-07-22T20:05:41.517Z] [2024-07-22T20:05:41.517Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:05:41.517Z] #0 1.234 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-22T20:05:51.114Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-22T20:07:03.034Z] #151 ... [2024-07-22T20:07:03.034Z] [2024-07-22T20:07:03.034Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-22T20:07:03.034Z] #145 84.57 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-22T20:07:08.341Z] #145 ... [2024-07-22T20:07:08.342Z] [2024-07-22T20:07:08.342Z] #147 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-22T20:07:08.342Z] #147 DONE 98.0s [2024-07-22T20:07:08.342Z] [2024-07-22T20:07:08.342Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-22T20:07:08.908Z] #141 DONE 98.9s [2024-07-22T20:07:08.908Z] [2024-07-22T20:07:08.908Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:07:08.908Z] #151 ... [2024-07-22T20:07:08.908Z] [2024-07-22T20:07:08.908Z] #142 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-22T20:07:08.908Z] #142 DONE 98.9s [2024-07-22T20:07:08.908Z] [2024-07-22T20:07:08.908Z] #145 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-22T20:07:08.908Z] #145 DONE 98.9s [2024-07-22T20:07:08.908Z] [2024-07-22T20:07:08.909Z] #152 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:10.829Z] #152 ... [2024-07-22T20:07:10.829Z] [2024-07-22T20:07:10.829Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-22T20:07:10.829Z] #140 DONE 100.9s [2024-07-22T20:07:11.109Z] [2024-07-22T20:07:11.109Z] #153 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-22T20:07:11.109Z] #153 ... [2024-07-22T20:07:11.109Z] [2024-07-22T20:07:11.109Z] #152 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:11.109Z] #152 DONE 2.3s [2024-07-22T20:07:11.369Z] [2024-07-22T20:07:11.369Z] #154 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:12.754Z] #154 ... [2024-07-22T20:07:12.754Z] [2024-07-22T20:07:12.754Z] #155 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:12.754Z] #155 DONE 2.3s [2024-07-22T20:07:13.054Z] [2024-07-22T20:07:13.054Z] #156 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:13.054Z] #156 ... [2024-07-22T20:07:13.054Z] [2024-07-22T20:07:13.054Z] #157 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:13.054Z] #157 DONE 2.5s [2024-07-22T20:07:13.054Z] [2024-07-22T20:07:13.054Z] #154 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:13.054Z] #154 DONE 1.8s [2024-07-22T20:07:13.054Z] [2024-07-22T20:07:13.054Z] #158 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:13.054Z] #158 DONE 1.9s [2024-07-22T20:07:13.054Z] [2024-07-22T20:07:13.054Z] #153 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-22T20:07:13.054Z] #153 DONE 2.2s [2024-07-22T20:07:13.315Z] [2024-07-22T20:07:13.315Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-22T20:07:14.702Z] #159 ... [2024-07-22T20:07:14.702Z] [2024-07-22T20:07:14.702Z] #156 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:14.702Z] #156 DONE 1.7s [2024-07-22T20:07:14.702Z] [2024-07-22T20:07:14.702Z] #160 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-22T20:07:15.644Z] #160 ... [2024-07-22T20:07:15.644Z] [2024-07-22T20:07:15.644Z] #161 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:15.644Z] #161 DONE 2.5s [2024-07-22T20:07:15.644Z] [2024-07-22T20:07:15.644Z] #162 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-22T20:07:15.644Z] #162 DONE 2.6s [2024-07-22T20:07:15.644Z] [2024-07-22T20:07:15.644Z] #163 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:15.644Z] #163 DONE 2.7s [2024-07-22T20:07:15.644Z] [2024-07-22T20:07:15.644Z] #164 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-22T20:07:18.242Z] #164 ... [2024-07-22T20:07:18.242Z] [2024-07-22T20:07:18.242Z] #160 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-22T20:07:18.242Z] #160 DONE 3.4s [2024-07-22T20:07:18.242Z] [2024-07-22T20:07:18.242Z] #165 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-22T20:07:19.195Z] #165 ... [2024-07-22T20:07:19.195Z] [2024-07-22T20:07:19.195Z] #166 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-22T20:07:19.195Z] #166 DONE 3.7s [2024-07-22T20:07:19.195Z] [2024-07-22T20:07:19.195Z] #159 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-22T20:07:19.195Z] #159 DONE 6.1s [2024-07-22T20:07:19.455Z] [2024-07-22T20:07:19.455Z] #164 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-22T20:07:19.455Z] #164 DONE 3.8s [2024-07-22T20:07:19.455Z] [2024-07-22T20:07:19.455Z] #167 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:19.455Z] #167 ... [2024-07-22T20:07:19.455Z] [2024-07-22T20:07:19.455Z] #168 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-22T20:07:19.455Z] #168 DONE 3.6s [2024-07-22T20:07:19.713Z] [2024-07-22T20:07:19.713Z] #169 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:21.178Z] #169 DONE 1.5s [2024-07-22T20:07:21.178Z] [2024-07-22T20:07:21.178Z] #165 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-22T20:07:21.178Z] #165 DONE 2.8s [2024-07-22T20:07:21.178Z] [2024-07-22T20:07:21.178Z] #170 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:21.178Z] #170 ... [2024-07-22T20:07:21.178Z] [2024-07-22T20:07:21.178Z] #171 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:21.178Z] #171 DONE 1.6s [2024-07-22T20:07:21.178Z] [2024-07-22T20:07:21.178Z] #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:21.178Z] #172 DONE 1.0s [2024-07-22T20:07:21.178Z] [2024-07-22T20:07:21.178Z] #167 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:21.178Z] #167 DONE 1.5s [2024-07-22T20:07:21.178Z] [2024-07-22T20:07:21.178Z] #104 [security-spiffe-token-provider] exporting to image [2024-07-22T20:07:21.178Z] #104 exporting layers [2024-07-22T20:07:21.437Z] #104 ... [2024-07-22T20:07:21.437Z] [2024-07-22T20:07:21.437Z] #170 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:21.437Z] #170 DONE 0.3s [2024-07-22T20:07:21.437Z] [2024-07-22T20:07:21.437Z] #173 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-22T20:07:21.437Z] #173 DONE 0.4s [2024-07-22T20:07:21.437Z] [2024-07-22T20:07:21.437Z] #174 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-22T20:07:21.710Z] #174 ... [2024-07-22T20:07:21.710Z] [2024-07-22T20:07:21.710Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-22T20:07:21.710Z] #175 DONE 0.9s [2024-07-22T20:07:21.971Z] [2024-07-22T20:07:21.971Z] #176 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-22T20:07:21.971Z] #176 DONE 0.9s [2024-07-22T20:07:21.971Z] [2024-07-22T20:07:21.971Z] #177 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:07:22.232Z] #177 ... [2024-07-22T20:07:22.232Z] [2024-07-22T20:07:22.232Z] #104 [security-spiffe-token-provider] exporting to image [2024-07-22T20:07:22.232Z] #104 exporting layers 1.1s done [2024-07-22T20:07:22.232Z] #104 writing image sha256:4ecb9d0319e341868dbb39168f7019eefd23e63ab414ee3e80e76b4aa4edf7ca 0.0s done [2024-07-22T20:07:22.232Z] #104 naming to docker.io/library/security-spiffe-token-provider done [2024-07-22T20:07:22.232Z] #104 DONE 2.1s [2024-07-22T20:07:22.232Z] [2024-07-22T20:07:22.232Z] #174 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-22T20:07:22.232Z] #174 DONE 0.9s [2024-07-22T20:07:22.232Z] [2024-07-22T20:07:22.232Z] #178 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-22T20:07:22.232Z] #178 DONE 0.9s [2024-07-22T20:07:22.232Z] [2024-07-22T20:07:22.232Z] #179 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-22T20:07:22.801Z] #179 ... [2024-07-22T20:07:22.801Z] [2024-07-22T20:07:22.801Z] #180 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-22T20:07:22.801Z] #180 DONE 0.7s [2024-07-22T20:07:22.801Z] [2024-07-22T20:07:22.801Z] #181 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-22T20:07:23.060Z] #181 ... [2024-07-22T20:07:23.060Z] [2024-07-22T20:07:23.061Z] #179 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-22T20:07:23.061Z] #179 DONE 0.9s [2024-07-22T20:07:23.061Z] [2024-07-22T20:07:23.061Z] #182 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-22T20:07:23.628Z] #182 ... [2024-07-22T20:07:23.628Z] [2024-07-22T20:07:23.628Z] #177 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:07:23.628Z] #177 DONE 1.8s [2024-07-22T20:07:23.889Z] [2024-07-22T20:07:23.889Z] #104 [core-common-config-bootstrapper] exporting to image [2024-07-22T20:07:23.889Z] #104 ... [2024-07-22T20:07:23.889Z] [2024-07-22T20:07:23.889Z] #181 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-22T20:07:23.889Z] #181 DONE 1.5s [2024-07-22T20:07:24.153Z] [2024-07-22T20:07:24.153Z] #182 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-22T20:07:24.153Z] #182 DONE 1.0s [2024-07-22T20:07:24.153Z] [2024-07-22T20:07:24.153Z] #183 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-22T20:07:24.414Z] #183 DONE 0.3s [2024-07-22T20:07:24.414Z] [2024-07-22T20:07:24.414Z] #184 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-22T20:07:24.674Z] #184 ... [2024-07-22T20:07:24.674Z] [2024-07-22T20:07:24.674Z] #104 [core-common-config-bootstrapper] exporting to image [2024-07-22T20:07:24.674Z] #104 exporting layers 0.7s done [2024-07-22T20:07:24.674Z] #104 writing image sha256:2cdac14bb083a8ecd980af1e89882def90d3b87cd7bd55deefd5a41b89126105 done [2024-07-22T20:07:24.674Z] #104 naming to docker.io/library/core-common-config-bootstrapper 0.1s done [2024-07-22T20:07:24.674Z] #104 DONE 2.9s [2024-07-22T20:07:24.674Z] [2024-07-22T20:07:24.674Z] #184 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-22T20:07:24.674Z] #184 DONE 0.4s [2024-07-22T20:07:24.674Z] [2024-07-22T20:07:24.674Z] #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:07:25.249Z] #185 ... [2024-07-22T20:07:25.249Z] [2024-07-22T20:07:25.249Z] #186 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:07:25.249Z] #186 DONE 2.9s [2024-07-22T20:07:25.249Z] [2024-07-22T20:07:25.249Z] #187 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-22T20:07:25.249Z] #187 DONE 0.4s [2024-07-22T20:07:25.249Z] [2024-07-22T20:07:25.249Z] #104 [security-proxy-setup] exporting to image [2024-07-22T20:07:25.837Z] #104 ... [2024-07-22T20:07:25.837Z] [2024-07-22T20:07:25.837Z] #185 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:07:25.837Z] #185 DONE 1.7s [2024-07-22T20:07:25.837Z] [2024-07-22T20:07:25.837Z] #104 [security-secretstore-setup] exporting to image [2024-07-22T20:07:26.098Z] #104 exporting layers 1.0s done [2024-07-22T20:07:26.098Z] #104 writing image sha256:f858b29b3e77bd87f85617d3d2df145009533b2d1df8654c10ef6343f52723c5 done [2024-07-22T20:07:26.098Z] #104 naming to docker.io/library/security-proxy-setup done [2024-07-22T20:07:26.362Z] #104 exporting layers 0.7s done [2024-07-22T20:07:26.362Z] #104 writing image sha256:870a11d18c6218b9d8e90b3c3bb8ec0602c3121a5023297fa1ff14c28d564f37 done [2024-07-22T20:07:26.362Z] #104 naming to docker.io/library/security-secretstore-setup [2024-07-22T20:07:26.623Z] #104 naming to docker.io/library/security-secretstore-setup done [2024-07-22T20:07:26.623Z] #104 DONE 4.3s [2024-07-22T20:07:26.623Z] [2024-07-22T20:07:26.623Z] #188 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-22T20:07:26.623Z] #188 DONE 1.5s [2024-07-22T20:07:26.623Z] [2024-07-22T20:07:26.623Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:07:26.886Z] #144 ... [2024-07-22T20:07:26.886Z] [2024-07-22T20:07:26.886Z] #104 [security-bootstrapper] exporting to image [2024-07-22T20:07:27.147Z] #104 exporting layers 0.3s done [2024-07-22T20:07:27.147Z] #104 writing image sha256:1fe66507a02892de42ca947943d0c7f037007e42837d7b08fadf971f5d1c8fe4 done [2024-07-22T20:07:27.147Z] #104 naming to docker.io/library/security-bootstrapper done [2024-07-22T20:07:27.147Z] #104 DONE 4.7s [2024-07-22T20:07:27.147Z] [2024-07-22T20:07:27.147Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:07:49.206Z] #146 DONE 139.1s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #144 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:07:49.206Z] #144 DONE 139.1s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #149 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-22T20:07:49.206Z] #149 DONE 139.1s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #151 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:07:49.206Z] #151 DONE 139.1s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:07:49.206Z] #148 DONE 139.1s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #143 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:07:49.206Z] #143 DONE 139.2s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #189 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:49.206Z] #189 ... [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #150 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-22T20:07:49.206Z] #150 DONE 139.2s [2024-07-22T20:07:49.206Z] [2024-07-22T20:07:49.206Z] #190 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:49.463Z] #190 ... [2024-07-22T20:07:49.463Z] [2024-07-22T20:07:49.463Z] #191 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:49.463Z] #191 DONE 0.4s [2024-07-22T20:07:49.722Z] [2024-07-22T20:07:49.722Z] #189 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:49.722Z] #189 DONE 0.5s [2024-07-22T20:07:49.722Z] [2024-07-22T20:07:49.722Z] #192 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:49.722Z] #192 DONE 0.5s [2024-07-22T20:07:49.722Z] [2024-07-22T20:07:49.722Z] #190 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:49.722Z] #190 DONE 0.4s [2024-07-22T20:07:49.722Z] [2024-07-22T20:07:49.722Z] #193 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:49.722Z] #193 DONE 0.2s [2024-07-22T20:07:49.722Z] [2024-07-22T20:07:49.722Z] #194 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-22T20:07:49.980Z] #194 DONE 0.5s [2024-07-22T20:07:49.980Z] [2024-07-22T20:07:49.980Z] #195 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-22T20:07:50.240Z] #195 DONE 0.6s [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #196 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:50.240Z] #196 DONE 0.6s [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #197 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:50.240Z] #197 DONE 0.6s [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #198 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:50.240Z] #198 CACHED [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #199 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:50.240Z] #199 CACHED [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #200 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:50.240Z] #200 CACHED [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #201 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:50.240Z] #201 CACHED [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #202 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:07:50.240Z] #202 CACHED [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #203 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:07:50.240Z] #203 CACHED [2024-07-22T20:07:50.240Z] [2024-07-22T20:07:50.240Z] #204 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-22T20:07:51.174Z] #204 ... [2024-07-22T20:07:51.174Z] [2024-07-22T20:07:51.174Z] #205 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.174Z] #205 DONE 1.1s [2024-07-22T20:07:51.174Z] [2024-07-22T20:07:51.174Z] #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.174Z] #206 DONE 1.1s [2024-07-22T20:07:51.433Z] [2024-07-22T20:07:51.434Z] #207 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-22T20:07:51.434Z] #207 DONE 1.1s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #208 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-22T20:07:51.434Z] #208 DONE 1.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #209 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-22T20:07:51.434Z] #209 DONE 1.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #210 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-22T20:07:51.434Z] #210 DONE 1.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #204 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-22T20:07:51.434Z] #204 DONE 1.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #104 [core-keeper] exporting to image [2024-07-22T20:07:51.434Z] #104 exporting layers [2024-07-22T20:07:51.434Z] #104 ... [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #211 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.434Z] #211 DONE 0.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #212 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.434Z] #212 DONE 0.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #213 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.434Z] #213 DONE 0.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #214 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.434Z] #214 DONE 0.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #215 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:07:51.434Z] #215 DONE 0.2s [2024-07-22T20:07:51.434Z] [2024-07-22T20:07:51.434Z] #104 [core-command] exporting to image [2024-07-22T20:07:51.434Z] #104 exporting layers 0.2s done [2024-07-22T20:07:51.694Z] #104 ... [2024-07-22T20:07:51.694Z] [2024-07-22T20:07:51.694Z] #216 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-22T20:07:51.694Z] #216 DONE 0.2s [2024-07-22T20:07:51.694Z] [2024-07-22T20:07:51.694Z] #104 [core-keeper] exporting to image [2024-07-22T20:07:51.694Z] #104 writing image sha256:49aa8225a97979fc521df9ffc35b5d80e9963aebbd6e32b26c6bd47a1aa230f3 done [2024-07-22T20:07:51.694Z] #104 naming to docker.io/library/core-data done [2024-07-22T20:07:51.694Z] #104 writing image sha256:d56829b833734d5f818e5d1163f2cf1853586ad9008d6f2fe6abebbd3ddcdc29 done [2024-07-22T20:07:51.694Z] #104 naming to docker.io/library/core-keeper done [2024-07-22T20:07:51.694Z] #104 ... [2024-07-22T20:07:51.694Z] [2024-07-22T20:07:51.694Z] #217 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-22T20:07:51.694Z] #217 DONE 0.2s [2024-07-22T20:07:51.694Z] [2024-07-22T20:07:51.694Z] #104 [core-command] exporting to image [2024-07-22T20:07:51.694Z] #104 writing image sha256:b49583154c77e9167b023b37324d99b01774416593ccb23f6133bdce4c292a90 done [2024-07-22T20:07:51.694Z] #104 writing image sha256:c69d4f0982d08b6d3b610d7b5803bbb80f698823e94ea1ac00d5273b0ba6a7ba done [2024-07-22T20:07:51.694Z] #104 naming to docker.io/library/support-notifications done [2024-07-22T20:07:51.694Z] #104 naming to docker.io/library/core-command done [2024-07-22T20:07:51.954Z] #104 ... [2024-07-22T20:07:51.954Z] [2024-07-22T20:07:51.954Z] #218 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:07:51.954Z] #218 DONE 0.4s [2024-07-22T20:07:51.954Z] [2024-07-22T20:07:51.954Z] #104 [security-proxy-auth] exporting to image [2024-07-22T20:07:52.215Z] #104 exporting layers 0.7s done [2024-07-22T20:07:52.215Z] #104 exporting layers 0.2s done [2024-07-22T20:07:52.215Z] #104 writing image sha256:4222aadd473c0b55d519a7699342774771799caf55d4a27ba23d71fe4f1d7ee8 done [2024-07-22T20:07:52.215Z] #104 naming to docker.io/library/support-scheduler done [2024-07-22T20:07:52.215Z] #104 writing image sha256:370ef513ef39c3712da965b6890bda7883a258efc140efd8bef43210cae1824d done [2024-07-22T20:07:52.215Z] #104 writing image sha256:81f93f08010aa29c479be3ea56b497ddebc54c4b00468e5da6005160da6c32fe done [2024-07-22T20:07:52.215Z] #104 naming to docker.io/library/core-metadata done [2024-07-22T20:07:52.215Z] #104 naming to docker.io/library/security-proxy-auth done [2024-07-22T20:07:52.215Z] #104 DONE 5.8s [2024-07-22T20:07:52.215Z] [2024-07-22T20:07:52.215Z] #37 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:07:52.215Z] time="2024-07-22T20:04:04Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-22T20:07:52.249Z] $ docker stop --time=1 60e106bf29add744bf036bc7cd437f8fc8d2214f8f68a4e41fdc7303b3e89292 [2024-07-22T20:07:53.518Z] $ docker rm -f --volumes 60e106bf29add744bf036bc7cd437f8fc8d2214f8f68a4e41fdc7303b3e89292 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-22T20:07:53.956Z] + docker images [2024-07-22T20:07:53.956Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-22T20:07:53.956Z] support-notifications latest b49583154c77 2 seconds ago 43.9MB [2024-07-22T20:07:53.956Z] security-proxy-auth latest 81f93f08010a 2 seconds ago 38MB [2024-07-22T20:07:53.956Z] core-data latest 49aa8225a979 2 seconds ago 40.8MB [2024-07-22T20:07:53.956Z] core-keeper latest d56829b83373 2 seconds ago 35.6MB [2024-07-22T20:07:53.956Z] core-command latest c69d4f0982d0 2 seconds ago 40.4MB [2024-07-22T20:07:53.956Z] support-scheduler latest 4222aadd473c 2 seconds ago 43.1MB [2024-07-22T20:07:53.956Z] core-metadata latest 370ef513ef39 2 seconds ago 41MB [2024-07-22T20:07:53.956Z] security-bootstrapper latest 1fe66507a028 27 seconds ago 24MB [2024-07-22T20:07:53.956Z] security-secretstore-setup latest 870a11d18c62 28 seconds ago 42.2MB [2024-07-22T20:07:53.956Z] security-proxy-setup latest f858b29b3e77 29 seconds ago 31.2MB [2024-07-22T20:07:53.956Z] core-common-config-bootstrapper latest 2cdac14bb083 30 seconds ago 20.2MB [2024-07-22T20:07:53.956Z] security-spiffe-token-provider latest 4ecb9d0319e3 33 seconds ago 34MB [2024-07-22T20:07:53.956Z] security-spire-agent latest 9181a1117b81 3 minutes ago 187MB [2024-07-22T20:07:53.956Z] security-spire-config latest 47877a990a88 3 minutes ago 125MB [2024-07-22T20:07:53.956Z] security-spire-server latest 5f7ca6ced76b 3 minutes ago 126MB [2024-07-22T20:07:53.956Z] ci-base-image-x86_64 latest b641ce2018bf 6 minutes ago 966MB [2024-07-22T20:07:53.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 3 months ago 565MB [2024-07-22T20:07:53.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-22T20:07:53.956Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 2 years ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-22T20:08:58.294Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-22T20:08:58.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-22T20:08:58.577Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-22T20:09:00.001Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-22T20:09:03.372Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-22T20:09:03.372Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-22T20:09:03.372Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-22T20:09:03.372Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-22T20:09:15.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-22T20:09:15.680Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-22T20:09:15.680Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.109s coverage: 28.7% of statements [2024-07-22T20:09:25.750Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.192s coverage: 97.0% of statements [2024-07-22T20:09:30.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-22T20:09:30.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-22T20:09:30.002Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-22T20:09:34.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.255s coverage: 69.2% of statements [2024-07-22T20:09:35.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-22T20:09:35.677Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-22T20:09:37.090Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.222s coverage: 53.2% of statements [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-22T20:09:41.341Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-22T20:09:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-22T20:09:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:09:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-22T20:09:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-22T20:09:49.580Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-22T20:09:56.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.987s coverage: 93.4% of statements [2024-07-22T20:09:56.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.319s coverage: 91.7% of statements [2024-07-22T20:09:56.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-22T20:09:56.829Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-22T20:09:58.233Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.229s coverage: 6.5% of statements [2024-07-22T20:10:08.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-22T20:10:08.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:10:08.305Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-22T20:10:10.260Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-22T20:10:10.536Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.589s coverage: 95.8% of statements [2024-07-22T20:10:11.123Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.096s coverage: 72.2% of statements [2024-07-22T20:10:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-22T20:10:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-22T20:10:22.630Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.312s coverage: 0.8% of statements [2024-07-22T20:10:22.630Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.143s coverage: 32.2% of statements [2024-07-22T20:10:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.141s coverage: 41.7% of statements [2024-07-22T20:10:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.101s coverage: 77.8% of statements [2024-07-22T20:10:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.093s coverage: 94.1% of statements [2024-07-22T20:10:26.886Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.149s coverage: 96.3% of statements [2024-07-22T20:10:31.137Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.102s coverage: 87.5% of statements [2024-07-22T20:10:32.543Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-22T20:10:33.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-22T20:10:33.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-22T20:10:33.945Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-22T20:10:37.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-22T20:10:37.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-22T20:10:37.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-22T20:10:37.291Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-22T20:10:43.912Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.106s coverage: 94.4% of statements [2024-07-22T20:10:43.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-22T20:10:43.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-22T20:10:43.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-22T20:10:43.912Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-22T20:10:53.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-22T20:10:53.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-22T20:10:55.362Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-22T20:10:57.294Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.929s coverage: 79.9% of statements [2024-07-22T20:10:57.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.151s coverage: 92.9% of statements [2024-07-22T20:10:57.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.076s coverage: 64.4% of statements [2024-07-22T20:10:57.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.106s coverage: 62.3% of statements [2024-07-22T20:10:57.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.106s coverage: 87.2% of statements [2024-07-22T20:10:57.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.075s coverage: 20.0% of statements [2024-07-22T20:10:57.874Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.070s coverage: 100.0% of statements [2024-07-22T20:11:01.202Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.298s coverage: 81.8% of statements [2024-07-22T20:11:01.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-22T20:11:01.202Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-22T20:11:02.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.271s coverage: 82.1% of statements [2024-07-22T20:11:02.615Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.124s coverage: 86.0% of statements [2024-07-22T20:11:06.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-22T20:11:06.866Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-22T20:11:08.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.771s coverage: 63.1% of statements [2024-07-22T20:11:08.799Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.108s coverage: 100.0% of statements [2024-07-22T20:11:10.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.121s coverage: 89.4% of statements [2024-07-22T20:11:10.730Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.088s coverage: 100.0% of statements [2024-07-22T20:11:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-22T20:11:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-22T20:11:10.730Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-22T20:11:10.992Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.074s coverage: 73.7% of statements [2024-07-22T20:11:11.568Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.070s coverage: 100.0% of statements [2024-07-22T20:11:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-22T20:11:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-22T20:11:16.884Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-22T20:11:18.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.670s coverage: 38.4% of statements [2024-07-22T20:11:18.287Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.116s coverage: 89.5% of statements [2024-07-22T20:11:18.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-22T20:11:18.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-22T20:11:18.865Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-22T20:11:18.865Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-22T20:11:20.262Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.101s coverage: 84.8% of statements [2024-07-22T20:11:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-22T20:11:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-22T20:11:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-22T20:11:25.582Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-22T20:11:32.200Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.167s coverage: 19.9% of statements [2024-07-22T20:11:32.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-22T20:11:32.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:11:32.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-22T20:11:32.467Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-22T20:11:34.398Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.485s coverage: 95.7% of statements [2024-07-22T20:11:36.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-22T20:11:36.963Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-22T20:11:37.912Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.153s coverage: 61.8% of statements [2024-07-22T20:11:40.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-22T20:11:40.475Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-22T20:11:41.426Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.285s coverage: 98.9% of statements [2024-07-22T20:11:42.825Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2024-07-22T20:11:42.825Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-22T20:11:42.825Z] go vet ./... [2024-07-22T20:15:34.911Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-22T20:15:34.912Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-22T20:15:34.912Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-22T20:15:34.963Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-22T20:15:35.363Z] + ls -al . [2024-07-22T20:15:35.395Z] total 836 [2024-07-22T20:15:35.395Z] drwxrwxr-x 10 1001 1001 4096 Jul 22 20:05 . [2024-07-22T20:15:35.395Z] drwxr-xr-x 4 root root 4096 Jul 22 20:05 .. [2024-07-22T20:15:35.395Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 20:02 .blubracket [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 10 Jul 22 20:02 .dockerignore [2024-07-22T20:15:35.395Z] drwxrwxr-x 8 1001 1001 4096 Jul 22 20:03 .git [2024-07-22T20:15:35.395Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 20:02 .github [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 1102 Jul 22 20:02 .gitignore [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 42 Jul 22 20:02 .golangci.yml [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 100 Jul 22 20:02 .hadolint.yml [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 155 Jul 22 20:02 .sonarcloud.properties [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 1171 Jul 22 20:02 ADOPTERS.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 20361 Jul 22 20:02 Attribution.txt [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 100284 Jul 22 20:02 CHANGELOG.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 3804 Jul 22 20:02 CONTRIBUTING.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 677 Jul 22 20:02 GOVERNANCE.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 861 Jul 22 20:02 Jenkinsfile [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 10775 Jul 22 20:02 LICENSE [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 16051 Jul 22 20:02 Makefile [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 582 Jul 22 20:02 OWNERS.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 9528 Jul 22 20:02 README.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 789 Jul 22 20:02 SECURITY.md [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 5 Jul 22 20:00 VERSION [2024-07-22T20:15:35.395Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 20:02 bin [2024-07-22T20:15:35.395Z] drwxrwxr-x 19 1001 1001 4096 Jul 22 20:02 cmd [2024-07-22T20:15:35.395Z] -rw-r--r-- 1 root root 481596 Jul 22 20:11 coverage.out [2024-07-22T20:15:35.395Z] drwxrwxr-x 2 1001 1001 4096 Jul 22 20:02 fuzz_test [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 6912 Jul 22 20:02 go.mod [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 100928 Jul 22 20:02 go.sum [2024-07-22T20:15:35.395Z] drwxrwxr-x 7 1001 1001 4096 Jul 22 20:02 internal [2024-07-22T20:15:35.395Z] drwxrwxr-x 3 1001 1001 4096 Jul 22 20:02 openapi [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 584 Jul 22 20:02 security.txt [2024-07-22T20:15:35.395Z] -rw-rw-r-- 1 1001 1001 204 Jul 22 20:02 version.go [Pipeline] sh [2024-07-22T20:15:36.081Z] + '[' -e coverage.out ] [2024-07-22T20:15:36.081Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-22T20:15:36.128Z] Warning: overwriting stash ‘coverage-report’ [2024-07-22T20:15:36.885Z] Stashed 1 file(s) [Pipeline] sh [2024-07-22T20:15:37.526Z] + make build [2024-07-22T20:15:37.526Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-22T20:18:29.193Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-22T20:18:37.372Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-22T20:18:45.552Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-22T20:18:47.485Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-22T20:18:55.672Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-22T20:19:22.318Z] go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-22T20:19:30.503Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-22T20:19:42.786Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-22T20:19:46.110Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-22T20:19:49.447Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-22T20:19:52.797Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-22T20:19:58.118Z] go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2024-07-22T20:20:02.361Z] $ docker stop --time=1 2a7669907b2d17f8bf4f573aa332982c534b307e5f9127e13d635b9c7d52c5a5 [2024-07-22T20:20:04.460Z] $ docker rm -f --volumes 2a7669907b2d17f8bf4f573aa332982c534b307e5f9127e13d635b9c7d52c5a5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:20:08.153Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-22T20:20:08.153Z] [2024-07-22T20:20:08.153Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:20:08.653Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-22T20:20:08.922Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-22T20:20:08.922Z] 547446be3368: Pulling fs layer [2024-07-22T20:20:08.922Z] d125d8839a47: Pulling fs layer [2024-07-22T20:20:08.922Z] 3e85d5ac6304: Pulling fs layer [2024-07-22T20:20:08.922Z] c3105a71a48b: Pulling fs layer [2024-07-22T20:20:08.922Z] 0f093f025ec4: Pulling fs layer [2024-07-22T20:20:08.922Z] c3106fc0e877: Pulling fs layer [2024-07-22T20:20:08.922Z] c3105a71a48b: Waiting [2024-07-22T20:20:08.922Z] 0f093f025ec4: Waiting [2024-07-22T20:20:08.922Z] c3106fc0e877: Waiting [2024-07-22T20:20:08.922Z] 547446be3368: Verifying Checksum [2024-07-22T20:20:08.922Z] 547446be3368: Download complete [2024-07-22T20:20:08.922Z] c3105a71a48b: Verifying Checksum [2024-07-22T20:20:08.922Z] c3105a71a48b: Download complete [2024-07-22T20:20:09.506Z] d125d8839a47: Verifying Checksum [2024-07-22T20:20:09.506Z] d125d8839a47: Download complete [2024-07-22T20:20:09.506Z] c3106fc0e877: Verifying Checksum [2024-07-22T20:20:09.506Z] c3106fc0e877: Download complete [2024-07-22T20:20:09.506Z] 0f093f025ec4: Verifying Checksum [2024-07-22T20:20:09.506Z] 0f093f025ec4: Download complete [2024-07-22T20:20:09.772Z] 547446be3368: Pull complete [2024-07-22T20:20:10.730Z] d125d8839a47: Pull complete [2024-07-22T20:20:11.312Z] 3e85d5ac6304: Verifying Checksum [2024-07-22T20:20:11.312Z] 3e85d5ac6304: Download complete [2024-07-22T20:20:21.371Z] 3e85d5ac6304: Pull complete [2024-07-22T20:20:21.371Z] c3105a71a48b: Pull complete [2024-07-22T20:20:22.329Z] 0f093f025ec4: Pull complete [2024-07-22T20:20:22.594Z] c3106fc0e877: Pull complete [2024-07-22T20:20:22.594Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-22T20:20:22.594Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-22T20:20:22.594Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:20:22.959Z] prd-ubuntu20.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container [2024-07-22T20:20:23.014Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2024-07-22T20:20:25.270Z] $ docker top a664a3eab95c5cac80ea61d45e257b4197ac834b89c372b5e1605b0dafb2220f -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-22T20:20:26.160Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-22T20:20:36.233Z] #1 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #1 transferring dockerfile: [2024-07-22T20:20:36.234Z] #1 transferring dockerfile: 2.15kB 0.0s done [2024-07-22T20:20:36.234Z] #1 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #2 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #2 transferring dockerfile: 1.89kB 0.0s done [2024-07-22T20:20:36.234Z] #2 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #3 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #3 transferring dockerfile: 2.93kB 0.0s done [2024-07-22T20:20:36.234Z] #3 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #4 transferring dockerfile: 1.81kB done [2024-07-22T20:20:36.234Z] #4 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #5 [core-keeper internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #5 transferring dockerfile: 2.01kB done [2024-07-22T20:20:36.234Z] #5 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #6 [core-command internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #6 transferring dockerfile: 1.93kB done [2024-07-22T20:20:36.234Z] #6 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #7 transferring dockerfile: 1.95kB done [2024-07-22T20:20:36.234Z] #7 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #8 transferring dockerfile: 2.49kB 0.0s done [2024-07-22T20:20:36.234Z] #8 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #9 [core-metadata internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #9 transferring dockerfile: 2.06kB done [2024-07-22T20:20:36.234Z] #9 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #10 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #10 transferring dockerfile: 2.23kB done [2024-07-22T20:20:36.234Z] #10 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #11 [support-scheduler internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #11 transferring dockerfile: 1.93kB done [2024-07-22T20:20:36.234Z] #11 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #12 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #12 transferring dockerfile: 2.50kB 0.0s done [2024-07-22T20:20:36.234Z] #12 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #13 [core-data internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #13 transferring dockerfile: 2.01kB 0.0s done [2024-07-22T20:20:36.234Z] #13 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #14 [security-spire-server internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #14 transferring dockerfile: 1.70kB done [2024-07-22T20:20:36.234Z] #14 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #15 [security-spire-config internal] load build definition from Dockerfile [2024-07-22T20:20:36.234Z] #15 transferring dockerfile: 1.69kB 0.0s done [2024-07-22T20:20:36.234Z] #15 DONE 0.1s [2024-07-22T20:20:36.234Z] [2024-07-22T20:20:36.234Z] #16 [security-proxy-auth internal] load .dockerignore [2024-07-22T20:20:36.234Z] #16 transferring context: [2024-07-22T20:20:36.503Z] #16 transferring context: 50B done [2024-07-22T20:20:36.503Z] #16 DONE 0.1s [2024-07-22T20:20:37.084Z] [2024-07-22T20:20:37.084Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2024-07-22T20:20:37.084Z] #17 transferring context: 50B done [2024-07-22T20:20:37.084Z] #17 DONE 0.1s [2024-07-22T20:20:37.084Z] [2024-07-22T20:20:37.084Z] #18 [security-bootstrapper internal] load .dockerignore [2024-07-22T20:20:37.084Z] #18 transferring context: 50B done [2024-07-22T20:20:37.084Z] #18 DONE 0.1s [2024-07-22T20:20:37.084Z] [2024-07-22T20:20:37.084Z] #19 [security-spire-agent internal] load .dockerignore [2024-07-22T20:20:37.084Z] #19 transferring context: 50B 0.0s done [2024-07-22T20:20:37.084Z] #19 DONE 0.1s [2024-07-22T20:20:37.084Z] [2024-07-22T20:20:37.084Z] #20 [core-keeper internal] load .dockerignore [2024-07-22T20:20:37.355Z] #20 transferring context: 50B done [2024-07-22T20:20:37.355Z] #20 DONE 0.1s [2024-07-22T20:20:37.355Z] [2024-07-22T20:20:37.355Z] #21 [core-command internal] load .dockerignore [2024-07-22T20:20:37.355Z] #21 transferring context: 50B 0.0s done [2024-07-22T20:20:37.355Z] #21 DONE 0.1s [2024-07-22T20:20:37.355Z] [2024-07-22T20:20:37.355Z] #22 [support-notifications internal] load .dockerignore [2024-07-22T20:20:37.355Z] #22 transferring context: 50B 0.0s done [2024-07-22T20:20:37.355Z] #22 DONE 0.1s [2024-07-22T20:20:37.355Z] [2024-07-22T20:20:37.355Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-07-22T20:20:37.355Z] #23 transferring context: 50B 0.0s done [2024-07-22T20:20:37.627Z] #23 DONE 0.1s [2024-07-22T20:20:37.627Z] [2024-07-22T20:20:37.627Z] #24 [core-metadata internal] load .dockerignore [2024-07-22T20:20:37.627Z] #24 transferring context: 50B done [2024-07-22T20:20:37.627Z] #24 DONE 0.1s [2024-07-22T20:20:37.627Z] [2024-07-22T20:20:37.627Z] #25 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-22T20:20:37.627Z] #25 transferring context: 50B 0.0s done [2024-07-22T20:20:37.627Z] #25 DONE 0.1s [2024-07-22T20:20:37.627Z] [2024-07-22T20:20:37.627Z] #26 [support-scheduler internal] load .dockerignore [2024-07-22T20:20:37.627Z] #26 transferring context: 50B done [2024-07-22T20:20:37.627Z] #26 DONE 0.1s [2024-07-22T20:20:37.627Z] [2024-07-22T20:20:37.627Z] #27 [security-proxy-setup internal] load .dockerignore [2024-07-22T20:20:37.627Z] #27 transferring context: 50B 0.0s done [2024-07-22T20:20:37.627Z] #27 DONE 0.1s [2024-07-22T20:20:37.627Z] [2024-07-22T20:20:37.627Z] #28 [core-data internal] load .dockerignore [2024-07-22T20:20:37.896Z] #28 transferring context: 50B 0.0s done [2024-07-22T20:20:37.896Z] #28 DONE 0.1s [2024-07-22T20:20:37.896Z] [2024-07-22T20:20:37.896Z] #29 [security-spire-server internal] load .dockerignore [2024-07-22T20:20:37.896Z] #29 transferring context: 50B done [2024-07-22T20:20:37.896Z] #29 DONE 0.1s [2024-07-22T20:20:37.896Z] [2024-07-22T20:20:37.896Z] #30 [security-spire-config internal] load .dockerignore [2024-07-22T20:20:37.896Z] #30 transferring context: 50B done [2024-07-22T20:20:37.896Z] #30 DONE 0.1s [2024-07-22T20:20:37.896Z] [2024-07-22T20:20:37.896Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:37.896Z] #31 DONE 0.0s [2024-07-22T20:20:37.896Z] [2024-07-22T20:20:37.896Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:20:38.169Z] #32 DONE 0.2s [2024-07-22T20:20:38.169Z] [2024-07-22T20:20:38.169Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:38.169Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:38.169Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:38.169Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:38.169Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:38.169Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 262.14kB / 3.34MB 0.1s [2024-07-22T20:20:38.437Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.56MB / 3.34MB 0.2s [2024-07-22T20:20:38.437Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-22T20:20:38.437Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:39.103Z] #33 ... [2024-07-22T20:20:39.104Z] [2024-07-22T20:20:39.104Z] #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:39.104Z] #34 DONE 0.9s [2024-07-22T20:20:39.104Z] [2024-07-22T20:20:39.104Z] #33 [security-proxy-auth stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:39.389Z] #33 ... [2024-07-22T20:20:39.389Z] [2024-07-22T20:20:39.389Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:39.389Z] #31 DONE 0.0s [2024-07-22T20:20:39.389Z] [2024-07-22T20:20:39.389Z] #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:39.389Z] #35 DONE 0.3s [2024-07-22T20:20:39.389Z] [2024-07-22T20:20:39.389Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:39.389Z] #31 DONE 0.0s [2024-07-22T20:20:39.389Z] [2024-07-22T20:20:39.389Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:20:39.661Z] #32 ... [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:39.661Z] #34 DONE 1.6s [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #35 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:39.661Z] #35 DONE 0.5s [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:20:39.661Z] #32 ... [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:39.661Z] #34 DONE 1.6s [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:39.661Z] #31 DONE 0.0s [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #35 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:39.661Z] #35 DONE 0.6s [2024-07-22T20:20:39.661Z] [2024-07-22T20:20:39.661Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:20:39.937Z] #32 DONE 0.7s [2024-07-22T20:20:39.937Z] [2024-07-22T20:20:39.937Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:39.937Z] #31 DONE 0.0s [2024-07-22T20:20:39.937Z] [2024-07-22T20:20:39.937Z] #33 [security-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:39.937Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:39.937Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:39.937Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:39.937Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:39.937Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:40.222Z] #33 ... [2024-07-22T20:20:40.222Z] [2024-07-22T20:20:40.222Z] #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:40.222Z] #34 DONE 1.6s [2024-07-22T20:20:40.222Z] [2024-07-22T20:20:40.222Z] #35 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:40.222Z] #35 DONE 0.6s [2024-07-22T20:20:40.222Z] [2024-07-22T20:20:40.222Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:40.222Z] #31 DONE 0.0s [2024-07-22T20:20:40.222Z] [2024-07-22T20:20:40.222Z] #33 [core-keeper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:40.222Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:40.222Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:40.222Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:40.222Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:40.222Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:40.222Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-22T20:20:40.222Z] #33 ... [2024-07-22T20:20:40.222Z] [2024-07-22T20:20:40.222Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:40.222Z] #31 DONE 0.0s [2024-07-22T20:20:40.222Z] [2024-07-22T20:20:40.222Z] #36 [core-command internal] load build context [2024-07-22T20:20:40.513Z] #36 ... [2024-07-22T20:20:40.513Z] [2024-07-22T20:20:40.513Z] #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:40.513Z] #34 DONE 1.7s [2024-07-22T20:20:40.513Z] [2024-07-22T20:20:40.513Z] #35 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:40.513Z] #35 DONE 0.7s [2024-07-22T20:20:40.513Z] [2024-07-22T20:20:40.513Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:40.513Z] #31 DONE 0.0s [2024-07-22T20:20:40.513Z] [2024-07-22T20:20:40.513Z] #36 [core-command internal] load build context [2024-07-22T20:20:40.806Z] #36 ... [2024-07-22T20:20:40.806Z] [2024-07-22T20:20:40.806Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:40.806Z] #31 DONE 0.0s [2024-07-22T20:20:40.806Z] [2024-07-22T20:20:40.806Z] #36 [core-command internal] load build context [2024-07-22T20:20:41.108Z] #36 ... [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #34 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:41.108Z] #34 DONE 1.7s [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #35 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:41.108Z] #35 DONE 0.7s [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:41.108Z] #31 DONE 0.1s [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #36 [core-command internal] load build context [2024-07-22T20:20:41.108Z] #36 ... [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:41.108Z] #34 DONE 1.7s [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #35 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:41.108Z] #35 DONE 0.7s [2024-07-22T20:20:41.108Z] [2024-07-22T20:20:41.108Z] #36 [core-command internal] load build context [2024-07-22T20:20:41.384Z] #36 ... [2024-07-22T20:20:41.384Z] [2024-07-22T20:20:41.384Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:41.384Z] #31 DONE 0.1s [2024-07-22T20:20:41.384Z] [2024-07-22T20:20:41.384Z] #37 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-22T20:20:41.384Z] #37 DONE 1.8s [2024-07-22T20:20:41.384Z] [2024-07-22T20:20:41.384Z] #33 [core-common-config-bootstrapper stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:41.384Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:41.384Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:41.384Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:41.384Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:41.384Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:41.384Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-22T20:20:41.384Z] #33 DONE 4.2s [2024-07-22T20:20:41.384Z] [2024-07-22T20:20:41.384Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-22T20:20:41.384Z] #38 DONE 1.9s [2024-07-22T20:20:41.384Z] [2024-07-22T20:20:41.384Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-22T20:20:41.662Z] #31 DONE 0.1s [2024-07-22T20:20:41.662Z] [2024-07-22T20:20:41.662Z] #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:41.662Z] #34 DONE 1.8s [2024-07-22T20:20:41.662Z] [2024-07-22T20:20:41.662Z] #35 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:41.662Z] #35 DONE 0.7s [2024-07-22T20:20:41.662Z] [2024-07-22T20:20:41.662Z] #33 [security-proxy-setup stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:41.662Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:41.662Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:41.662Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:41.662Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:41.662Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:41.662Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-22T20:20:41.662Z] #33 DONE 4.2s [2024-07-22T20:20:41.662Z] [2024-07-22T20:20:41.662Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:43.073Z] #39 transferring context: [2024-07-22T20:20:43.660Z] #39 ... [2024-07-22T20:20:43.660Z] [2024-07-22T20:20:43.660Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-22T20:20:43.660Z] #32 DONE 3.9s [2024-07-22T20:20:43.660Z] [2024-07-22T20:20:43.660Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:43.660Z] #39 ... [2024-07-22T20:20:43.660Z] [2024-07-22T20:20:43.660Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-22T20:20:43.660Z] #34 DONE 1.8s [2024-07-22T20:20:43.660Z] [2024-07-22T20:20:43.660Z] #35 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-22T20:20:43.660Z] #35 DONE 0.8s [2024-07-22T20:20:43.660Z] [2024-07-22T20:20:43.660Z] #33 [core-data stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:43.660Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:43.660Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:43.660Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:43.660Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:43.660Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:43.660Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-22T20:20:43.660Z] #33 DONE 4.3s [2024-07-22T20:20:43.660Z] [2024-07-22T20:20:43.660Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:44.248Z] #39 ... [2024-07-22T20:20:44.248Z] [2024-07-22T20:20:44.248Z] #40 [security-spire-agent internal] load build context [2024-07-22T20:20:44.248Z] #40 transferring context: 26.32kB 0.5s done [2024-07-22T20:20:44.248Z] #40 DONE 2.5s [2024-07-22T20:20:44.248Z] [2024-07-22T20:20:44.248Z] #41 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:44.248Z] #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.5s done [2024-07-22T20:20:44.248Z] #41 DONE 2.5s [2024-07-22T20:20:44.248Z] [2024-07-22T20:20:44.248Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:45.250Z] #39 ... [2024-07-22T20:20:45.250Z] [2024-07-22T20:20:45.250Z] #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-22T20:20:45.250Z] #37 DONE 5.3s [2024-07-22T20:20:45.250Z] [2024-07-22T20:20:45.250Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:45.520Z] #39 ... [2024-07-22T20:20:45.520Z] [2024-07-22T20:20:45.520Z] #33 [security-spire-config stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:45.520Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:45.520Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:45.520Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:45.520Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:45.520Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:45.520Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-22T20:20:45.520Z] #33 DONE 4.3s [2024-07-22T20:20:45.520Z] [2024-07-22T20:20:45.520Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:45.785Z] #39 ... [2024-07-22T20:20:45.785Z] [2024-07-22T20:20:45.785Z] #33 [security-spire-server stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-22T20:20:45.785Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-22T20:20:45.785Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-22T20:20:45.785Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-22T20:20:45.785Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-22T20:20:45.785Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-22T20:20:45.785Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.7s done [2024-07-22T20:20:45.785Z] #33 DONE 4.3s [2024-07-22T20:20:45.785Z] [2024-07-22T20:20:45.785Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:48.369Z] #39 ... [2024-07-22T20:20:48.369Z] [2024-07-22T20:20:48.369Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:20:48.369Z] #42 transferring context: 54.96MB 10.1s [2024-07-22T20:20:48.369Z] #42 ... [2024-07-22T20:20:48.369Z] [2024-07-22T20:20:48.369Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:49.330Z] #39 ... [2024-07-22T20:20:49.330Z] [2024-07-22T20:20:49.330Z] #43 [security-spire-config internal] load build context [2024-07-22T20:20:49.330Z] #43 transferring context: 25.04kB 0.5s done [2024-07-22T20:20:49.330Z] #43 DONE 3.7s [2024-07-22T20:20:49.330Z] [2024-07-22T20:20:49.330Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:49.608Z] #39 ... [2024-07-22T20:20:49.608Z] [2024-07-22T20:20:49.608Z] #44 [security-spire-server internal] load build context [2024-07-22T20:20:49.608Z] #44 transferring context: 26.79kB 0.5s done [2024-07-22T20:20:49.608Z] #44 DONE 3.7s [2024-07-22T20:20:49.608Z] [2024-07-22T20:20:49.608Z] #39 [support-scheduler internal] load build context [2024-07-22T20:20:49.608Z] #39 ... [2024-07-22T20:20:49.608Z] [2024-07-22T20:20:49.608Z] #45 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:20:49.608Z] #0 7.127 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:49.608Z] #0 7.907 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:49.608Z] #45 ... [2024-07-22T20:20:49.608Z] [2024-07-22T20:20:49.608Z] #46 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-22T20:20:49.608Z] #0 6.525 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:49.608Z] #0 7.784 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:49.608Z] #46 ... [2024-07-22T20:20:49.608Z] [2024-07-22T20:20:49.608Z] #47 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:20:49.608Z] #0 6.989 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:49.608Z] #0 7.634 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:49.883Z] #47 ... [2024-07-22T20:20:49.883Z] [2024-07-22T20:20:49.883Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:20:49.883Z] #48 ... [2024-07-22T20:20:49.883Z] [2024-07-22T20:20:49.883Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:20:50.149Z] #49 ... [2024-07-22T20:20:50.149Z] [2024-07-22T20:20:50.149Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:50.149Z] #41 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 2.5s done [2024-07-22T20:20:50.149Z] #41 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-22T20:20:50.149Z] #41 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-07-22T20:20:50.149Z] #41 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-07-22T20:20:50.149Z] #41 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.8s done [2024-07-22T20:20:50.149Z] #41 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.2s done [2024-07-22T20:20:50.149Z] #41 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.1s done [2024-07-22T20:20:50.149Z] #41 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-07-22T20:20:50.149Z] #41 ... [2024-07-22T20:20:50.149Z] [2024-07-22T20:20:50.149Z] #50 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:20:50.414Z] #50 ... [2024-07-22T20:20:50.414Z] [2024-07-22T20:20:50.414Z] #51 [core-keeper internal] load build context [2024-07-22T20:20:50.414Z] #51 ... [2024-07-22T20:20:50.414Z] [2024-07-22T20:20:50.414Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:20:50.681Z] #49 ... [2024-07-22T20:20:50.681Z] [2024-07-22T20:20:50.681Z] #52 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-22T20:20:50.681Z] #0 7.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:50.681Z] #0 9.017 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:50.681Z] #52 ... [2024-07-22T20:20:50.681Z] [2024-07-22T20:20:50.681Z] #53 [support-notifications internal] load build context [2024-07-22T20:20:50.681Z] #53 ... [2024-07-22T20:20:50.681Z] [2024-07-22T20:20:50.681Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:20:50.949Z] #54 ... [2024-07-22T20:20:50.949Z] [2024-07-22T20:20:50.949Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:20:51.215Z] #49 ... [2024-07-22T20:20:51.215Z] [2024-07-22T20:20:51.215Z] #50 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:20:51.215Z] #50 DONE 10.8s [2024-07-22T20:20:51.215Z] [2024-07-22T20:20:51.215Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:20:51.215Z] #49 ... [2024-07-22T20:20:51.216Z] [2024-07-22T20:20:51.216Z] #55 [core-metadata internal] load build context [2024-07-22T20:20:51.216Z] #55 ... [2024-07-22T20:20:51.216Z] [2024-07-22T20:20:51.216Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:20:51.484Z] #56 ... [2024-07-22T20:20:51.484Z] [2024-07-22T20:20:51.484Z] #36 [core-command internal] load build context [2024-07-22T20:20:51.484Z] #36 ... [2024-07-22T20:20:51.484Z] [2024-07-22T20:20:51.484Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:20:51.484Z] #56 ... [2024-07-22T20:20:51.484Z] [2024-07-22T20:20:51.484Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:20:51.484Z] #57 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 2.7s done [2024-07-22T20:20:51.484Z] #57 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-22T20:20:51.484Z] #57 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-07-22T20:20:51.484Z] #57 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-07-22T20:20:51.484Z] #57 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.6s done [2024-07-22T20:20:51.484Z] #57 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 2.0s done [2024-07-22T20:20:51.484Z] #57 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0.1s done [2024-07-22T20:20:51.484Z] #57 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 3.7s done [2024-07-22T20:20:51.484Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 0B / 18.32MB 3.8s [2024-07-22T20:20:51.749Z] #57 ... [2024-07-22T20:20:51.749Z] [2024-07-22T20:20:51.749Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:20:51.749Z] #58 ... [2024-07-22T20:20:51.749Z] [2024-07-22T20:20:51.749Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:51.749Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 4.3s [2024-07-22T20:20:52.015Z] #41 ... [2024-07-22T20:20:52.015Z] [2024-07-22T20:20:52.015Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-22T20:20:52.015Z] #0 9.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:52.015Z] #59 ... [2024-07-22T20:20:52.015Z] [2024-07-22T20:20:52.015Z] #47 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:20:52.015Z] #47 10.80 OK: 266 MiB in 52 packages [2024-07-22T20:20:52.015Z] #47 DONE 12.4s [2024-07-22T20:20:52.015Z] [2024-07-22T20:20:52.015Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:52.289Z] #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf [2024-07-22T20:20:52.561Z] #41 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-07-22T20:20:52.561Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 2.10MB / 28.04MB 5.1s [2024-07-22T20:20:52.561Z] #41 ... [2024-07-22T20:20:52.561Z] [2024-07-22T20:20:52.561Z] #45 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-07-22T20:20:52.561Z] #45 11.34 OK: 266 MiB in 52 packages [2024-07-22T20:20:52.561Z] #45 DONE 14.1s [2024-07-22T20:20:52.561Z] [2024-07-22T20:20:52.561Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:52.561Z] #41 ... [2024-07-22T20:20:52.561Z] [2024-07-22T20:20:52.561Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-22T20:20:52.829Z] #60 ... [2024-07-22T20:20:52.829Z] [2024-07-22T20:20:52.829Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:52.829Z] #41 ... [2024-07-22T20:20:52.829Z] [2024-07-22T20:20:52.829Z] #61 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-22T20:20:53.095Z] #61 ... [2024-07-22T20:20:53.095Z] [2024-07-22T20:20:53.095Z] #36 [core-command internal] load build context [2024-07-22T20:20:53.095Z] #36 ... [2024-07-22T20:20:53.095Z] [2024-07-22T20:20:53.095Z] #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-22T20:20:53.361Z] #62 ... [2024-07-22T20:20:53.361Z] [2024-07-22T20:20:53.361Z] #52 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-22T20:20:53.361Z] #52 11.62 OK: 266 MiB in 52 packages [2024-07-22T20:20:53.361Z] #52 DONE 12.7s [2024-07-22T20:20:53.361Z] [2024-07-22T20:20:53.361Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-22T20:20:53.361Z] #63 ... [2024-07-22T20:20:53.361Z] [2024-07-22T20:20:53.361Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-22T20:20:53.627Z] #64 ... [2024-07-22T20:20:53.627Z] [2024-07-22T20:20:53.627Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-22T20:20:53.627Z] #65 ... [2024-07-22T20:20:53.627Z] [2024-07-22T20:20:53.627Z] #66 [core-data internal] load build context [2024-07-22T20:20:53.894Z] #66 ... [2024-07-22T20:20:53.894Z] [2024-07-22T20:20:53.894Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:20:53.894Z] #67 ... [2024-07-22T20:20:53.894Z] [2024-07-22T20:20:53.894Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:54.850Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.24MB / 28.04MB 7.2s [2024-07-22T20:20:55.116Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 7.7s [2024-07-22T20:20:55.395Z] #41 ... [2024-07-22T20:20:55.395Z] [2024-07-22T20:20:55.395Z] #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-22T20:20:55.666Z] #68 ... [2024-07-22T20:20:55.666Z] [2024-07-22T20:20:55.666Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:55.932Z] #41 ... [2024-07-22T20:20:55.932Z] [2024-07-22T20:20:55.932Z] #46 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-22T20:20:55.932Z] #46 11.18 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:20:55.932Z] #46 11.18 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:20:55.932Z] #46 11.18 OK: 19951 distinct packages available [2024-07-22T20:20:55.932Z] #46 12.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:55.932Z] #46 13.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:55.932Z] #46 15.25 OK: 266 MiB in 52 packages [2024-07-22T20:20:55.932Z] #46 DONE 16.5s [2024-07-22T20:20:55.932Z] [2024-07-22T20:20:55.932Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:55.932Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 8.5s [2024-07-22T20:20:56.512Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 10.91MB / 28.04MB 9.1s [2024-07-22T20:20:56.778Z] #41 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 [2024-07-22T20:20:57.044Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 9.5s [2024-07-22T20:20:57.044Z] #41 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-07-22T20:20:57.644Z] #41 ... [2024-07-22T20:20:57.644Z] [2024-07-22T20:20:57.644Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-22T20:20:57.644Z] #69 ... [2024-07-22T20:20:57.644Z] [2024-07-22T20:20:57.644Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:57.644Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 10.2s [2024-07-22T20:20:57.909Z] #41 ... [2024-07-22T20:20:57.909Z] [2024-07-22T20:20:57.909Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-22T20:20:57.909Z] #59 10.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:57.909Z] #59 12.69 (1/4) Installing ca-certificates (20240226-r0) [2024-07-22T20:20:57.909Z] #59 12.86 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-22T20:20:57.909Z] #59 12.98 (3/4) Installing su-exec (0.2-r3) [2024-07-22T20:20:57.909Z] #59 12.98 (4/4) Installing yq (4.33.3-r5) [2024-07-22T20:20:57.909Z] #59 13.53 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:20:57.909Z] #59 13.62 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:20:57.909Z] #59 14.33 OK: 18 MiB in 19 packages [2024-07-22T20:20:57.909Z] #59 DONE 16.1s [2024-07-22T20:20:57.909Z] [2024-07-22T20:20:57.909Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:57.909Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.23MB / 28.04MB 10.5s [2024-07-22T20:20:58.174Z] #41 ... [2024-07-22T20:20:58.175Z] [2024-07-22T20:20:58.175Z] #60 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-22T20:20:58.175Z] #60 10.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:58.175Z] #60 11.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:20:58.175Z] #60 13.24 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:20:58.175Z] #60 13.52 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:20:58.175Z] #60 13.52 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-22T20:20:58.175Z] #60 13.55 (4/6) Installing openssl (3.1.6-r0) [2024-07-22T20:20:58.175Z] #60 13.69 (5/6) Installing su-exec (0.2-r3) [2024-07-22T20:20:58.175Z] #60 13.69 (6/6) Installing yq (4.33.3-r5) [2024-07-22T20:20:58.175Z] #60 14.14 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:20:58.175Z] #60 14.14 OK: 18 MiB in 19 packages [2024-07-22T20:20:58.175Z] #60 DONE 15.3s [2024-07-22T20:20:58.175Z] [2024-07-22T20:20:58.175Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:20:58.442Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 17.83MB / 28.04MB 11.0s [2024-07-22T20:20:58.442Z] #41 ... [2024-07-22T20:20:58.442Z] [2024-07-22T20:20:58.442Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:20:58.442Z] #42 transferring context: 66.70MB 20.3s [2024-07-22T20:20:58.709Z] #42 ... [2024-07-22T20:20:58.709Z] [2024-07-22T20:20:58.709Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:00.109Z] #41 ... [2024-07-22T20:21:00.109Z] [2024-07-22T20:21:00.109Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:00.109Z] #39 ... [2024-07-22T20:21:00.109Z] [2024-07-22T20:21:00.109Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:00.110Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 12.5s [2024-07-22T20:21:00.110Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 23.07MB / 28.04MB 12.7s [2024-07-22T20:21:00.110Z] #41 ... [2024-07-22T20:21:00.110Z] [2024-07-22T20:21:00.110Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:00.375Z] #48 ... [2024-07-22T20:21:00.375Z] [2024-07-22T20:21:00.375Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:00.375Z] #41 ... [2024-07-22T20:21:00.375Z] [2024-07-22T20:21:00.375Z] #67 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-22T20:21:00.375Z] #67 DONE 17.0s [2024-07-22T20:21:00.375Z] [2024-07-22T20:21:00.375Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:00.375Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 24.68MB / 28.04MB 12.9s [2024-07-22T20:21:00.643Z] #41 ... [2024-07-22T20:21:00.643Z] [2024-07-22T20:21:00.643Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:00.909Z] #51 ... [2024-07-22T20:21:00.909Z] [2024-07-22T20:21:00.909Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:00.909Z] #41 ... [2024-07-22T20:21:00.909Z] [2024-07-22T20:21:00.909Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:01.175Z] #53 ... [2024-07-22T20:21:01.175Z] [2024-07-22T20:21:01.175Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:01.175Z] #54 ... [2024-07-22T20:21:01.175Z] [2024-07-22T20:21:01.175Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:01.444Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.21MB / 28.04MB 13.9s [2024-07-22T20:21:01.444Z] #41 ... [2024-07-22T20:21:01.444Z] [2024-07-22T20:21:01.444Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:01.444Z] #55 ... [2024-07-22T20:21:01.444Z] [2024-07-22T20:21:01.444Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:01.444Z] #49 ... [2024-07-22T20:21:01.444Z] [2024-07-22T20:21:01.444Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:01.713Z] #41 ... [2024-07-22T20:21:01.713Z] [2024-07-22T20:21:01.713Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:21:01.713Z] #57 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 10.3s done [2024-07-22T20:21:01.713Z] #57 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.1s done [2024-07-22T20:21:01.713Z] #57 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.1s done [2024-07-22T20:21:01.713Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 [2024-07-22T20:21:01.988Z] #57 ... [2024-07-22T20:21:01.988Z] [2024-07-22T20:21:01.988Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:01.988Z] #58 ... [2024-07-22T20:21:01.988Z] [2024-07-22T20:21:01.988Z] #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-22T20:21:01.988Z] #70 ... [2024-07-22T20:21:01.988Z] [2024-07-22T20:21:01.988Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:02.256Z] #56 ... [2024-07-22T20:21:02.256Z] [2024-07-22T20:21:02.256Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:02.256Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 14.8s [2024-07-22T20:21:02.522Z] #41 ... [2024-07-22T20:21:02.522Z] [2024-07-22T20:21:02.522Z] #64 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-22T20:21:02.522Z] #64 13.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:02.522Z] #64 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:02.522Z] #64 16.80 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:02.522Z] #64 16.80 (2/2) Installing su-exec (0.2-r3) [2024-07-22T20:21:02.522Z] #64 16.80 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:02.522Z] #64 16.91 OK: 8 MiB in 17 packages [2024-07-22T20:21:02.522Z] #64 DONE 19.2s [2024-07-22T20:21:02.792Z] [2024-07-22T20:21:02.792Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:02.792Z] #41 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 15.0s done [2024-07-22T20:21:03.754Z] #41 ... [2024-07-22T20:21:03.754Z] [2024-07-22T20:21:03.754Z] #36 [core-command internal] load build context [2024-07-22T20:21:03.754Z] #36 ... [2024-07-22T20:21:03.754Z] [2024-07-22T20:21:03.754Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:04.030Z] #54 ... [2024-07-22T20:21:04.030Z] [2024-07-22T20:21:04.030Z] #61 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-22T20:21:04.030Z] #61 12.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:04.030Z] #61 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:04.030Z] #61 15.86 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:21:04.030Z] #61 15.86 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:21:04.030Z] #61 15.86 OK: 19948 distinct packages available [2024-07-22T20:21:04.030Z] #61 16.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:04.030Z] #61 17.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:04.030Z] #61 19.49 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:04.030Z] #61 19.66 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:04.030Z] #61 19.66 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:04.030Z] #61 19.66 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-22T20:21:04.030Z] #61 19.70 (5/7) Installing libucontext (1.2-r2) [2024-07-22T20:21:04.030Z] #61 19.70 (6/7) Installing gcompat (1.1.0-r1) [2024-07-22T20:21:04.030Z] #61 19.73 (7/7) Installing openssl (3.1.6-r0) [2024-07-22T20:21:04.030Z] #61 19.73 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:04.030Z] #61 19.91 OK: 9 MiB in 20 packages [2024-07-22T20:21:04.030Z] #61 DONE 21.2s [2024-07-22T20:21:04.030Z] [2024-07-22T20:21:04.030Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:04.030Z] #54 ... [2024-07-22T20:21:04.030Z] [2024-07-22T20:21:04.030Z] #66 [core-data internal] load build context [2024-07-22T20:21:04.030Z] #66 ... [2024-07-22T20:21:04.030Z] [2024-07-22T20:21:04.030Z] #71 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-22T20:21:08.296Z] #71 ... [2024-07-22T20:21:08.296Z] [2024-07-22T20:21:08.296Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-22T20:21:08.296Z] #63 14.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.296Z] #63 16.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.296Z] #63 18.49 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:21:08.296Z] #63 18.49 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:21:08.296Z] #63 18.49 OK: 19948 distinct packages available [2024-07-22T20:21:08.296Z] #63 18.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.296Z] #63 19.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.296Z] #63 21.88 (1/11) Installing ca-certificates (20240226-r0) [2024-07-22T20:21:08.296Z] #63 22.12 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-22T20:21:08.296Z] #63 22.12 (3/11) Installing libunistring (1.1-r1) [2024-07-22T20:21:08.296Z] #63 22.21 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-22T20:21:08.296Z] #63 22.21 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-22T20:21:08.296Z] #63 22.21 (6/11) Installing libcurl (8.5.0-r0) [2024-07-22T20:21:08.296Z] #63 22.26 (7/11) Installing curl (8.5.0-r0) [2024-07-22T20:21:08.296Z] #63 22.31 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:08.296Z] #63 22.31 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-22T20:21:08.296Z] #63 22.31 (10/11) Installing libucontext (1.2-r2) [2024-07-22T20:21:08.296Z] #63 22.31 (11/11) Installing gcompat (1.1.0-r1) [2024-07-22T20:21:08.296Z] #63 22.36 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:08.296Z] #63 22.49 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:21:08.296Z] #63 23.55 OK: 13 MiB in 26 packages [2024-07-22T20:21:08.296Z] #63 ... [2024-07-22T20:21:08.296Z] [2024-07-22T20:21:08.296Z] #36 [core-command internal] load build context [2024-07-22T20:21:08.296Z] #36 transferring context: 64.21MB 27.7s [2024-07-22T20:21:08.296Z] #36 ... [2024-07-22T20:21:08.296Z] [2024-07-22T20:21:08.296Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-22T20:21:08.296Z] #72 ... [2024-07-22T20:21:08.296Z] [2024-07-22T20:21:08.296Z] #63 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-22T20:21:08.296Z] #63 DONE 25.0s [2024-07-22T20:21:08.296Z] [2024-07-22T20:21:08.296Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-22T20:21:08.296Z] #73 ... [2024-07-22T20:21:08.296Z] [2024-07-22T20:21:08.296Z] #36 [core-command internal] load build context [2024-07-22T20:21:08.564Z] #36 ... [2024-07-22T20:21:08.564Z] [2024-07-22T20:21:08.564Z] #62 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-22T20:21:08.564Z] #62 19.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.564Z] #62 20.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.564Z] #62 23.15 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:08.564Z] #62 23.15 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:08.564Z] #62 23.21 OK: 8 MiB in 16 packages [2024-07-22T20:21:08.564Z] #62 DONE 26.2s [2024-07-22T20:21:08.564Z] [2024-07-22T20:21:08.564Z] #36 [core-command internal] load build context [2024-07-22T20:21:08.830Z] #36 ... [2024-07-22T20:21:08.830Z] [2024-07-22T20:21:08.830Z] #65 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-22T20:21:08.830Z] #65 20.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.830Z] #65 21.00 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:08.830Z] #65 23.30 (1/2) Installing ca-certificates (20240226-r0) [2024-07-22T20:21:08.830Z] #65 23.54 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:08.830Z] #65 23.54 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:08.830Z] #65 23.68 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:21:08.830Z] #65 24.27 OK: 9 MiB in 17 packages [2024-07-22T20:21:08.830Z] #65 DONE 25.2s [2024-07-22T20:21:08.830Z] [2024-07-22T20:21:08.830Z] #36 [core-command internal] load build context [2024-07-22T20:21:08.830Z] #36 ... [2024-07-22T20:21:08.830Z] [2024-07-22T20:21:08.830Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:08.830Z] #42 ... [2024-07-22T20:21:08.830Z] [2024-07-22T20:21:08.830Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:10.237Z] #74 ... [2024-07-22T20:21:10.237Z] [2024-07-22T20:21:10.237Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:10.237Z] #39 ... [2024-07-22T20:21:10.237Z] [2024-07-22T20:21:10.237Z] #36 [core-command internal] load build context [2024-07-22T20:21:10.503Z] #36 ... [2024-07-22T20:21:10.504Z] [2024-07-22T20:21:10.504Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:10.504Z] #48 ... [2024-07-22T20:21:10.504Z] [2024-07-22T20:21:10.504Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-22T20:21:10.770Z] #75 ... [2024-07-22T20:21:10.770Z] [2024-07-22T20:21:10.770Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:11.043Z] #39 ... [2024-07-22T20:21:11.043Z] [2024-07-22T20:21:11.043Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:11.043Z] #51 ... [2024-07-22T20:21:11.043Z] [2024-07-22T20:21:11.043Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:11.311Z] #39 ... [2024-07-22T20:21:11.311Z] [2024-07-22T20:21:11.311Z] #68 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-22T20:21:11.312Z] #68 20.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:11.312Z] #68 21.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:11.312Z] #68 23.88 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:11.312Z] #68 23.88 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:11.312Z] #68 23.95 OK: 8 MiB in 16 packages [2024-07-22T20:21:11.312Z] #68 DONE 25.8s [2024-07-22T20:21:11.312Z] [2024-07-22T20:21:11.312Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:11.312Z] #39 ... [2024-07-22T20:21:11.312Z] [2024-07-22T20:21:11.312Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:11.312Z] #53 ... [2024-07-22T20:21:11.312Z] [2024-07-22T20:21:11.312Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:11.586Z] #76 ... [2024-07-22T20:21:11.586Z] [2024-07-22T20:21:11.586Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:11.586Z] #55 ... [2024-07-22T20:21:11.586Z] [2024-07-22T20:21:11.586Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:11.853Z] #51 ... [2024-07-22T20:21:11.853Z] [2024-07-22T20:21:11.853Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:11.853Z] #49 ... [2024-07-22T20:21:11.853Z] [2024-07-22T20:21:11.853Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-22T20:21:11.853Z] #72 13.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:12.125Z] #72 ... [2024-07-22T20:21:12.125Z] [2024-07-22T20:21:12.125Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:12.394Z] #58 ... [2024-07-22T20:21:12.394Z] [2024-07-22T20:21:12.394Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:12.394Z] #51 ... [2024-07-22T20:21:12.394Z] [2024-07-22T20:21:12.394Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:12.394Z] #56 ... [2024-07-22T20:21:12.394Z] [2024-07-22T20:21:12.394Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:12.669Z] #51 ... [2024-07-22T20:21:12.669Z] [2024-07-22T20:21:12.669Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-22T20:21:12.939Z] #77 ... [2024-07-22T20:21:12.939Z] [2024-07-22T20:21:12.939Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-22T20:21:12.939Z] #75 12.40 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:12.939Z] #75 ... [2024-07-22T20:21:12.939Z] [2024-07-22T20:21:12.939Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:21:12.939Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 11.9s [2024-07-22T20:21:12.939Z] #57 ... [2024-07-22T20:21:12.939Z] [2024-07-22T20:21:12.939Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-22T20:21:12.939Z] #72 14.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:13.901Z] #72 ... [2024-07-22T20:21:13.901Z] [2024-07-22T20:21:13.901Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:13.901Z] #54 transferring context: 55.53MB 32.3s [2024-07-22T20:21:14.167Z] #54 ... [2024-07-22T20:21:14.167Z] [2024-07-22T20:21:14.167Z] #66 [core-data internal] load build context [2024-07-22T20:21:14.167Z] #66 ... [2024-07-22T20:21:14.167Z] [2024-07-22T20:21:14.167Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:14.167Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.5s [2024-07-22T20:21:14.436Z] #41 ... [2024-07-22T20:21:14.436Z] [2024-07-22T20:21:14.436Z] #66 [core-data internal] load build context [2024-07-22T20:21:16.378Z] #66 ... [2024-07-22T20:21:16.378Z] [2024-07-22T20:21:16.378Z] #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-22T20:21:16.378Z] #70 18.52 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:16.378Z] #70 19.37 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:16.378Z] #70 22.79 OK: 266 MiB in 52 packages [2024-07-22T20:21:16.378Z] #70 DONE 24.6s [2024-07-22T20:21:16.378Z] [2024-07-22T20:21:16.378Z] #66 [core-data internal] load build context [2024-07-22T20:21:17.789Z] #66 ... [2024-07-22T20:21:17.789Z] [2024-07-22T20:21:17.789Z] #69 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-22T20:21:17.789Z] #69 20.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:17.789Z] #69 21.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:17.789Z] #69 23.25 v3.18.7-52-gd2a9decf692 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-22T20:21:17.789Z] #69 23.25 v3.18.7-50-g7247cda430e [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-22T20:21:17.789Z] #69 23.25 OK: 19948 distinct packages available [2024-07-22T20:21:17.789Z] #69 23.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:17.789Z] #69 24.19 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:17.789Z] #69 29.05 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:17.789Z] #69 29.05 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-22T20:21:17.789Z] #69 29.05 (3/4) Installing libucontext (1.2-r2) [2024-07-22T20:21:17.789Z] #69 29.05 (4/4) Installing gcompat (1.1.0-r1) [2024-07-22T20:21:17.789Z] #69 29.05 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:17.789Z] #69 29.05 OK: 8 MiB in 19 packages [2024-07-22T20:21:17.789Z] #69 DONE 30.5s [2024-07-22T20:21:17.789Z] [2024-07-22T20:21:17.789Z] #66 [core-data internal] load build context [2024-07-22T20:21:18.758Z] #66 transferring context: 31.61MB 33.2s [2024-07-22T20:21:19.026Z] #66 ... [2024-07-22T20:21:19.026Z] [2024-07-22T20:21:19.026Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:19.026Z] #42 ... [2024-07-22T20:21:19.026Z] [2024-07-22T20:21:19.026Z] #78 [security-proxy-auth stage-1 3/9] RUN apk --no-cache upgrade [2024-07-22T20:21:19.307Z] #78 ... [2024-07-22T20:21:19.307Z] [2024-07-22T20:21:19.307Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:19.307Z] #79 ... [2024-07-22T20:21:19.307Z] [2024-07-22T20:21:19.307Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:20.733Z] #42 ... [2024-07-22T20:21:20.733Z] [2024-07-22T20:21:20.733Z] #36 [core-command internal] load build context [2024-07-22T20:21:20.733Z] #36 ... [2024-07-22T20:21:20.733Z] [2024-07-22T20:21:20.733Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:20.733Z] #49 ... [2024-07-22T20:21:20.733Z] [2024-07-22T20:21:20.733Z] #36 [core-command internal] load build context [2024-07-22T20:21:21.004Z] #36 ... [2024-07-22T20:21:21.004Z] [2024-07-22T20:21:21.004Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:21.004Z] #48 ... [2024-07-22T20:21:21.004Z] [2024-07-22T20:21:21.004Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:21.281Z] #42 ... [2024-07-22T20:21:21.281Z] [2024-07-22T20:21:21.281Z] #73 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-22T20:21:21.281Z] #73 14.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:21.281Z] #73 16.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:21.281Z] #73 20.74 OK: 18 MiB in 19 packages [2024-07-22T20:21:21.281Z] #73 DONE 23.1s [2024-07-22T20:21:21.281Z] [2024-07-22T20:21:21.281Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:21.547Z] #42 ... [2024-07-22T20:21:21.547Z] [2024-07-22T20:21:21.547Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:21.547Z] #53 ... [2024-07-22T20:21:21.547Z] [2024-07-22T20:21:21.547Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:21.814Z] #39 ... [2024-07-22T20:21:21.814Z] [2024-07-22T20:21:21.814Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:21.814Z] #42 ... [2024-07-22T20:21:21.814Z] [2024-07-22T20:21:21.814Z] #75 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-22T20:21:21.814Z] #75 13.62 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:21.814Z] #75 18.00 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-22T20:21:21.814Z] #75 18.67 Executing busybox-1.36.1-r7.trigger [2024-07-22T20:21:21.814Z] #75 18.77 OK: 8 MiB in 16 packages [2024-07-22T20:21:21.814Z] #75 DONE 21.4s [2024-07-22T20:21:21.814Z] [2024-07-22T20:21:21.814Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:21.814Z] #42 ... [2024-07-22T20:21:21.814Z] [2024-07-22T20:21:21.814Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:22.079Z] #55 ... [2024-07-22T20:21:22.079Z] [2024-07-22T20:21:22.079Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:22.079Z] #76 10.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:22.346Z] #76 ... [2024-07-22T20:21:22.346Z] [2024-07-22T20:21:22.346Z] #72 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-22T20:21:22.346Z] #72 19.37 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:22.346Z] #72 19.58 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:22.346Z] #72 19.67 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:21:22.346Z] #72 20.61 OK: 18 MiB in 19 packages [2024-07-22T20:21:22.346Z] #72 DONE 24.2s [2024-07-22T20:21:22.346Z] [2024-07-22T20:21:22.346Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:22.346Z] #58 ... [2024-07-22T20:21:22.346Z] [2024-07-22T20:21:22.346Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:22.928Z] #39 ... [2024-07-22T20:21:22.928Z] [2024-07-22T20:21:22.928Z] #77 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-22T20:21:22.928Z] #77 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:22.928Z] #77 13.42 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:22.928Z] #77 16.38 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:22.928Z] #77 16.82 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:22.928Z] #77 17.04 OK: 8 MiB in 17 packages [2024-07-22T20:21:22.928Z] #77 DONE 20.1s [2024-07-22T20:21:22.928Z] [2024-07-22T20:21:22.928Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:22.929Z] #56 ... [2024-07-22T20:21:22.929Z] [2024-07-22T20:21:22.929Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:22.929Z] #51 ... [2024-07-22T20:21:22.929Z] [2024-07-22T20:21:22.929Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:23.195Z] #56 ... [2024-07-22T20:21:23.195Z] [2024-07-22T20:21:23.195Z] #71 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-22T20:21:23.195Z] #71 11.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:23.195Z] #71 13.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:23.195Z] #71 16.89 OK: 9 MiB in 20 packages [2024-07-22T20:21:23.195Z] #71 DONE 19.4s [2024-07-22T20:21:23.195Z] [2024-07-22T20:21:23.195Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:23.782Z] #56 ... [2024-07-22T20:21:23.782Z] [2024-07-22T20:21:23.783Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:21:23.783Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 23.2s [2024-07-22T20:21:23.783Z] #57 ... [2024-07-22T20:21:23.783Z] [2024-07-22T20:21:23.783Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:23.783Z] #56 transferring context: 62.22MB 42.4s [2024-07-22T20:21:24.366Z] #56 ... [2024-07-22T20:21:24.366Z] [2024-07-22T20:21:24.366Z] #80 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-22T20:21:24.366Z] #80 DONE 2.6s [2024-07-22T20:21:24.366Z] [2024-07-22T20:21:24.366Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:24.366Z] #56 ... [2024-07-22T20:21:24.366Z] [2024-07-22T20:21:24.366Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:24.366Z] #54 ... [2024-07-22T20:21:24.366Z] [2024-07-22T20:21:24.366Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:24.366Z] #53 ... [2024-07-22T20:21:24.367Z] [2024-07-22T20:21:24.367Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:24.367Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.0s [2024-07-22T20:21:24.639Z] #41 ... [2024-07-22T20:21:24.639Z] [2024-07-22T20:21:24.639Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:26.054Z] #54 ... [2024-07-22T20:21:26.054Z] [2024-07-22T20:21:26.054Z] #78 [core-metadata stage-1 3/9] RUN apk --no-cache upgrade [2024-07-22T20:21:26.054Z] #78 11.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:26.054Z] #78 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:26.054Z] #78 15.65 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:26.054Z] #78 15.90 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:26.054Z] #78 16.04 OK: 8 MiB in 16 packages [2024-07-22T20:21:26.054Z] #78 DONE 17.9s [2024-07-22T20:21:26.333Z] [2024-07-22T20:21:26.333Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:26.920Z] #54 ... [2024-07-22T20:21:26.920Z] [2024-07-22T20:21:26.920Z] #74 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:26.920Z] #74 11.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:26.920Z] #74 12.76 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:26.920Z] #74 15.34 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:26.920Z] #74 15.77 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:26.920Z] #74 15.84 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:21:26.920Z] #74 16.82 OK: 13 MiB in 26 packages [2024-07-22T20:21:26.920Z] #74 DONE 18.0s [2024-07-22T20:21:26.920Z] [2024-07-22T20:21:26.920Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:27.187Z] #54 ... [2024-07-22T20:21:27.187Z] [2024-07-22T20:21:27.187Z] #79 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:27.187Z] #79 11.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:27.187Z] #79 12.61 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:27.187Z] #79 15.36 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:27.187Z] #79 15.63 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:27.187Z] #79 15.66 Executing ca-certificates-20240226-r0.trigger [2024-07-22T20:21:27.187Z] #79 16.36 OK: 9 MiB in 17 packages [2024-07-22T20:21:27.187Z] #79 DONE 18.1s [2024-07-22T20:21:27.187Z] [2024-07-22T20:21:27.187Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:27.454Z] #54 ... [2024-07-22T20:21:27.454Z] [2024-07-22T20:21:27.454Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-22T20:21:27.454Z] #76 11.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:27.454Z] #76 15.12 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:27.454Z] #76 15.41 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:27.454Z] #76 15.41 OK: 8 MiB in 16 packages [2024-07-22T20:21:27.454Z] #76 DONE 16.1s [2024-07-22T20:21:27.720Z] [2024-07-22T20:21:27.720Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:28.309Z] #54 ... [2024-07-22T20:21:28.309Z] [2024-07-22T20:21:28.309Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-22T20:21:28.309Z] #0 6.366 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:28.309Z] #0 7.665 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-22T20:21:28.309Z] #0 9.300 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:28.309Z] #0 9.480 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-22T20:21:28.309Z] #0 9.480 OK: 8 MiB in 19 packages [2024-07-22T20:21:28.309Z] #81 ... [2024-07-22T20:21:28.309Z] [2024-07-22T20:21:28.309Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:28.579Z] #54 ... [2024-07-22T20:21:28.579Z] [2024-07-22T20:21:28.579Z] #81 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-22T20:21:28.579Z] #81 DONE 10.3s [2024-07-22T20:21:28.579Z] [2024-07-22T20:21:28.579Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:28.845Z] #54 ... [2024-07-22T20:21:28.845Z] [2024-07-22T20:21:28.845Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-22T20:21:28.845Z] #82 DONE 5.8s [2024-07-22T20:21:28.845Z] [2024-07-22T20:21:28.845Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:28.845Z] #54 transferring context: 89.00MB 47.4s [2024-07-22T20:21:29.429Z] #54 ... [2024-07-22T20:21:29.429Z] [2024-07-22T20:21:29.429Z] #66 [core-data internal] load build context [2024-07-22T20:21:29.429Z] #66 ... [2024-07-22T20:21:29.429Z] [2024-07-22T20:21:29.429Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:29.694Z] #54 ... [2024-07-22T20:21:29.694Z] [2024-07-22T20:21:29.694Z] #83 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-22T20:21:29.694Z] #83 DONE 0.8s [2024-07-22T20:21:29.694Z] [2024-07-22T20:21:29.694Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:31.095Z] #54 ... [2024-07-22T20:21:31.095Z] [2024-07-22T20:21:31.095Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:31.095Z] #49 ... [2024-07-22T20:21:31.095Z] [2024-07-22T20:21:31.095Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:31.095Z] #54 ... [2024-07-22T20:21:31.095Z] [2024-07-22T20:21:31.095Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:31.095Z] #48 ... [2024-07-22T20:21:31.095Z] [2024-07-22T20:21:31.095Z] #36 [core-command internal] load build context [2024-07-22T20:21:31.362Z] #36 ... [2024-07-22T20:21:31.362Z] [2024-07-22T20:21:31.362Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:31.944Z] #48 ... [2024-07-22T20:21:31.944Z] [2024-07-22T20:21:31.944Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:31.944Z] #42 ... [2024-07-22T20:21:31.944Z] [2024-07-22T20:21:31.944Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:32.209Z] #48 ... [2024-07-22T20:21:32.209Z] [2024-07-22T20:21:32.209Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:32.209Z] #55 ... [2024-07-22T20:21:32.209Z] [2024-07-22T20:21:32.209Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:32.474Z] #48 ... [2024-07-22T20:21:32.474Z] [2024-07-22T20:21:32.474Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:32.738Z] #58 ... [2024-07-22T20:21:32.738Z] [2024-07-22T20:21:32.738Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:32.738Z] #48 ... [2024-07-22T20:21:32.738Z] [2024-07-22T20:21:32.738Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:33.003Z] #39 ... [2024-07-22T20:21:33.003Z] [2024-07-22T20:21:33.003Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:33.003Z] #58 ... [2024-07-22T20:21:33.003Z] [2024-07-22T20:21:33.003Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:33.268Z] #51 ... [2024-07-22T20:21:33.268Z] [2024-07-22T20:21:33.268Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:33.268Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.8s [2024-07-22T20:21:33.847Z] #41 ... [2024-07-22T20:21:33.847Z] [2024-07-22T20:21:33.847Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:21:33.847Z] #57 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 32.3s done [2024-07-22T20:21:34.111Z] #57 ... [2024-07-22T20:21:34.111Z] [2024-07-22T20:21:34.111Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:34.111Z] #48 transferring context: 69.10MB 54.3s [2024-07-22T20:21:34.376Z] #48 ... [2024-07-22T20:21:34.376Z] [2024-07-22T20:21:34.376Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:34.376Z] #56 ... [2024-07-22T20:21:34.376Z] [2024-07-22T20:21:34.376Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:34.641Z] #53 ... [2024-07-22T20:21:34.641Z] [2024-07-22T20:21:34.641Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:38.898Z] #56 ... [2024-07-22T20:21:38.898Z] [2024-07-22T20:21:38.898Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-22T20:21:38.898Z] #84 DONE 1.9s [2024-07-22T20:21:38.898Z] [2024-07-22T20:21:38.898Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:39.163Z] #56 transferring context: 122.20MB 57.8s [2024-07-22T20:21:39.428Z] #56 ... [2024-07-22T20:21:39.428Z] [2024-07-22T20:21:39.428Z] #66 [core-data internal] load build context [2024-07-22T20:21:39.697Z] #66 ... [2024-07-22T20:21:39.697Z] [2024-07-22T20:21:39.697Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:41.109Z] #56 ... [2024-07-22T20:21:41.109Z] [2024-07-22T20:21:41.109Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:41.109Z] #49 ... [2024-07-22T20:21:41.110Z] [2024-07-22T20:21:41.110Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:41.372Z] #54 ... [2024-07-22T20:21:41.372Z] [2024-07-22T20:21:41.372Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:41.372Z] #49 ... [2024-07-22T20:21:41.372Z] [2024-07-22T20:21:41.372Z] #36 [core-command internal] load build context [2024-07-22T20:21:41.638Z] #36 ... [2024-07-22T20:21:41.638Z] [2024-07-22T20:21:41.638Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:41.638Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 37.5s [2024-07-22T20:21:41.638Z] #41 ... [2024-07-22T20:21:41.638Z] [2024-07-22T20:21:41.638Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:42.216Z] #49 ... [2024-07-22T20:21:42.216Z] [2024-07-22T20:21:42.216Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:42.482Z] #42 ... [2024-07-22T20:21:42.482Z] [2024-07-22T20:21:42.482Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:42.482Z] #55 ... [2024-07-22T20:21:42.482Z] [2024-07-22T20:21:42.482Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:42.482Z] #41 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 38.4s done [2024-07-22T20:21:43.061Z] #41 ... [2024-07-22T20:21:43.061Z] [2024-07-22T20:21:43.061Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:43.061Z] #39 ... [2024-07-22T20:21:43.061Z] [2024-07-22T20:21:43.061Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:43.329Z] #42 ... [2024-07-22T20:21:43.329Z] [2024-07-22T20:21:43.329Z] #41 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-22T20:21:43.329Z] #41 DONE 61.7s [2024-07-22T20:21:43.329Z] [2024-07-22T20:21:43.329Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:43.329Z] #42 transferring context: 177.14MB 65.2s [2024-07-22T20:21:43.329Z] #42 ... [2024-07-22T20:21:43.329Z] [2024-07-22T20:21:43.329Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:43.592Z] #58 ... [2024-07-22T20:21:43.592Z] [2024-07-22T20:21:43.592Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:43.592Z] #51 ... [2024-07-22T20:21:43.592Z] [2024-07-22T20:21:43.592Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:44.544Z] #58 ... [2024-07-22T20:21:44.544Z] [2024-07-22T20:21:44.544Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:44.544Z] #48 ... [2024-07-22T20:21:44.544Z] [2024-07-22T20:21:44.544Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:44.808Z] #53 ... [2024-07-22T20:21:44.808Z] [2024-07-22T20:21:44.808Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:50.136Z] #58 transferring context: 124.99MB 66.5s [2024-07-22T20:21:50.136Z] #58 ... [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #66 [core-data internal] load build context [2024-07-22T20:21:50.136Z] #66 ... [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:50.136Z] #58 ... [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-22T20:21:50.136Z] #85 DONE 2.7s [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:50.136Z] #58 ... [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-22T20:21:50.136Z] #86 DONE 4.1s [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:50.136Z] #58 ... [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #87 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-22T20:21:50.136Z] #87 DONE 4.2s [2024-07-22T20:21:50.136Z] [2024-07-22T20:21:50.136Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:50.717Z] #58 ... [2024-07-22T20:21:50.717Z] [2024-07-22T20:21:50.717Z] #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-22T20:21:50.717Z] #88 DONE 0.6s [2024-07-22T20:21:50.717Z] [2024-07-22T20:21:50.717Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:51.296Z] #58 ... [2024-07-22T20:21:51.296Z] [2024-07-22T20:21:51.296Z] #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-22T20:21:51.296Z] #89 DONE 0.8s [2024-07-22T20:21:51.296Z] [2024-07-22T20:21:51.296Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:51.296Z] #58 ... [2024-07-22T20:21:51.296Z] [2024-07-22T20:21:51.296Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:51.296Z] #56 ... [2024-07-22T20:21:51.296Z] [2024-07-22T20:21:51.296Z] #90 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-22T20:21:51.296Z] #90 DONE 1.2s [2024-07-22T20:21:51.296Z] [2024-07-22T20:21:51.296Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:51.296Z] #56 ... [2024-07-22T20:21:51.296Z] [2024-07-22T20:21:51.296Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:51.563Z] #54 ... [2024-07-22T20:21:51.563Z] [2024-07-22T20:21:51.563Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:21:51.563Z] #56 ... [2024-07-22T20:21:51.563Z] [2024-07-22T20:21:51.563Z] #36 [core-command internal] load build context [2024-07-22T20:21:51.827Z] #36 ... [2024-07-22T20:21:51.827Z] [2024-07-22T20:21:51.827Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:52.105Z] #58 ... [2024-07-22T20:21:52.105Z] [2024-07-22T20:21:52.105Z] #91 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-22T20:21:52.105Z] #91 DONE 1.0s [2024-07-22T20:21:52.105Z] [2024-07-22T20:21:52.105Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:52.105Z] #58 ... [2024-07-22T20:21:52.105Z] [2024-07-22T20:21:52.105Z] #92 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-22T20:21:52.105Z] #92 DONE 1.4s [2024-07-22T20:21:52.370Z] [2024-07-22T20:21:52.370Z] #93 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:21:52.370Z] #93 ... [2024-07-22T20:21:52.370Z] [2024-07-22T20:21:52.370Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:21:52.635Z] #49 ... [2024-07-22T20:21:52.635Z] [2024-07-22T20:21:52.635Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:52.635Z] #55 ... [2024-07-22T20:21:52.635Z] [2024-07-22T20:21:52.635Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:52.900Z] #58 ... [2024-07-22T20:21:52.900Z] [2024-07-22T20:21:52.900Z] #94 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-22T20:21:52.900Z] #94 DONE 1.4s [2024-07-22T20:21:52.900Z] [2024-07-22T20:21:52.900Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:52.900Z] #58 ... [2024-07-22T20:21:52.900Z] [2024-07-22T20:21:52.900Z] #36 [core-command internal] load build context [2024-07-22T20:21:52.900Z] #36 transferring context: 256.38MB 71.9s done [2024-07-22T20:21:52.900Z] #36 DONE 72.8s [2024-07-22T20:21:52.900Z] [2024-07-22T20:21:52.900Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:53.164Z] #58 ... [2024-07-22T20:21:53.164Z] [2024-07-22T20:21:53.164Z] #39 [support-scheduler internal] load build context [2024-07-22T20:21:53.164Z] #39 ... [2024-07-22T20:21:53.164Z] [2024-07-22T20:21:53.164Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:21:53.164Z] #95 DONE 1.1s [2024-07-22T20:21:53.164Z] [2024-07-22T20:21:53.164Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:53.432Z] #58 ... [2024-07-22T20:21:53.432Z] [2024-07-22T20:21:53.432Z] #93 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:21:53.432Z] #93 DONE 1.3s [2024-07-22T20:21:53.432Z] [2024-07-22T20:21:53.432Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:21:53.432Z] #58 ... [2024-07-22T20:21:53.432Z] [2024-07-22T20:21:53.432Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:53.708Z] #42 ... [2024-07-22T20:21:53.708Z] [2024-07-22T20:21:53.708Z] #51 [core-keeper internal] load build context [2024-07-22T20:21:53.708Z] #51 ... [2024-07-22T20:21:53.708Z] [2024-07-22T20:21:53.708Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:54.304Z] #42 ... [2024-07-22T20:21:54.304Z] [2024-07-22T20:21:54.304Z] #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-22T20:21:54.304Z] #96 DONE 1.4s [2024-07-22T20:21:54.304Z] [2024-07-22T20:21:54.304Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:54.568Z] #42 ... [2024-07-22T20:21:54.568Z] [2024-07-22T20:21:54.568Z] #97 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:21:54.568Z] #97 DONE 1.4s [2024-07-22T20:21:54.568Z] [2024-07-22T20:21:54.568Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:54.832Z] #42 ... [2024-07-22T20:21:54.832Z] [2024-07-22T20:21:54.832Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:54.832Z] #48 ... [2024-07-22T20:21:54.832Z] [2024-07-22T20:21:54.832Z] #98 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-22T20:21:54.832Z] #98 DONE 1.4s [2024-07-22T20:21:54.832Z] [2024-07-22T20:21:54.832Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:54.832Z] #48 ... [2024-07-22T20:21:54.832Z] [2024-07-22T20:21:54.832Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:55.097Z] #53 ... [2024-07-22T20:21:55.097Z] [2024-07-22T20:21:55.097Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:21:55.097Z] #48 ... [2024-07-22T20:21:55.097Z] [2024-07-22T20:21:55.097Z] #99 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-22T20:21:55.097Z] #99 DONE 0.7s [2024-07-22T20:21:55.097Z] [2024-07-22T20:21:55.097Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-22T20:21:55.365Z] #100 ... [2024-07-22T20:21:55.365Z] [2024-07-22T20:21:55.365Z] #101 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-22T20:21:55.365Z] #101 DONE 1.6s [2024-07-22T20:21:55.365Z] [2024-07-22T20:21:55.365Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-22T20:21:56.767Z] #102 ... [2024-07-22T20:21:56.767Z] [2024-07-22T20:21:56.767Z] #103 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-22T20:21:56.767Z] #103 DONE 1.6s [2024-07-22T20:21:56.767Z] [2024-07-22T20:21:56.767Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:56.767Z] #42 transferring context: 232.30MB 78.6s [2024-07-22T20:21:57.033Z] #42 ... [2024-07-22T20:21:57.033Z] [2024-07-22T20:21:57.033Z] #100 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-22T20:21:57.033Z] #100 DONE 1.8s [2024-07-22T20:21:57.033Z] [2024-07-22T20:21:57.033Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:57.299Z] #42 ... [2024-07-22T20:21:57.299Z] [2024-07-22T20:21:57.299Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-22T20:21:57.299Z] #102 DONE 1.7s [2024-07-22T20:21:57.299Z] [2024-07-22T20:21:57.299Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:57.879Z] #42 ... [2024-07-22T20:21:57.879Z] [2024-07-22T20:21:57.879Z] #53 [support-notifications internal] load build context [2024-07-22T20:21:57.879Z] #53 transferring context: 256.38MB 76.8s done [2024-07-22T20:21:57.879Z] #53 DONE 77.3s [2024-07-22T20:21:57.879Z] [2024-07-22T20:21:57.879Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:59.296Z] #42 ... [2024-07-22T20:21:59.296Z] [2024-07-22T20:21:59.296Z] #104 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:21:59.296Z] #104 DONE 1.2s [2024-07-22T20:21:59.296Z] [2024-07-22T20:21:59.296Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:59.296Z] #42 ... [2024-07-22T20:21:59.296Z] [2024-07-22T20:21:59.296Z] #54 [security-secretstore-setup internal] load build context [2024-07-22T20:21:59.296Z] #54 transferring context: 256.38MB 77.4s done [2024-07-22T20:21:59.296Z] #54 DONE 78.7s [2024-07-22T20:21:59.296Z] [2024-07-22T20:21:59.296Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:59.296Z] #42 ... [2024-07-22T20:21:59.296Z] [2024-07-22T20:21:59.296Z] #55 [core-metadata internal] load build context [2024-07-22T20:21:59.296Z] #55 transferring context: 256.38MB 77.6s done [2024-07-22T20:21:59.296Z] #55 DONE 78.3s [2024-07-22T20:21:59.296Z] [2024-07-22T20:21:59.296Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:21:59.874Z] #42 ... [2024-07-22T20:21:59.874Z] [2024-07-22T20:21:59.874Z] #66 [core-data internal] load build context [2024-07-22T20:21:59.874Z] #66 ... [2024-07-22T20:21:59.874Z] [2024-07-22T20:21:59.874Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:22:01.270Z] #42 ... [2024-07-22T20:22:01.270Z] [2024-07-22T20:22:01.270Z] #105 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:22:01.270Z] #105 DONE 1.4s [2024-07-22T20:22:01.270Z] [2024-07-22T20:22:01.270Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:22:01.847Z] #42 ... [2024-07-22T20:22:01.847Z] [2024-07-22T20:22:01.847Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:22:01.847Z] #56 ... [2024-07-22T20:22:01.847Z] [2024-07-22T20:22:01.847Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:22:02.110Z] #58 ... [2024-07-22T20:22:02.110Z] [2024-07-22T20:22:02.110Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:22:02.687Z] #42 ... [2024-07-22T20:22:02.687Z] [2024-07-22T20:22:02.687Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:22:02.951Z] #49 ... [2024-07-22T20:22:02.951Z] [2024-07-22T20:22:02.951Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:22:03.216Z] #42 transferring context: 250.12MB 85.0s [2024-07-22T20:22:03.480Z] #42 ... [2024-07-22T20:22:03.480Z] [2024-07-22T20:22:03.480Z] #39 [support-scheduler internal] load build context [2024-07-22T20:22:03.744Z] #39 ... [2024-07-22T20:22:03.744Z] [2024-07-22T20:22:03.744Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:22:04.013Z] #49 ... [2024-07-22T20:22:04.013Z] [2024-07-22T20:22:04.013Z] #51 [core-keeper internal] load build context [2024-07-22T20:22:04.013Z] #51 ... [2024-07-22T20:22:04.013Z] [2024-07-22T20:22:04.013Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:22:04.591Z] #49 ... [2024-07-22T20:22:04.592Z] [2024-07-22T20:22:04.592Z] #106 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:22:04.855Z] #106 ... [2024-07-22T20:22:04.855Z] [2024-07-22T20:22:04.855Z] #39 [support-scheduler internal] load build context [2024-07-22T20:22:04.855Z] #39 ... [2024-07-22T20:22:04.855Z] [2024-07-22T20:22:04.855Z] #42 [security-proxy-auth internal] load build context [2024-07-22T20:22:04.855Z] #42 transferring context: 256.38MB 86.4s done [2024-07-22T20:22:04.855Z] #42 DONE 86.7s [2024-07-22T20:22:04.855Z] [2024-07-22T20:22:04.855Z] #39 [support-scheduler internal] load build context [2024-07-22T20:22:05.118Z] #39 ... [2024-07-22T20:22:05.118Z] [2024-07-22T20:22:05.118Z] #107 [security-spire-config] exporting to image [2024-07-22T20:22:05.118Z] #107 exporting layers 7.8s done [2024-07-22T20:22:05.118Z] #107 writing image sha256:c1f659e41616df4de34538587024e93c54241c96a5e9cb52e2f3db13fcfc4ec2 0.0s done [2024-07-22T20:22:05.118Z] #107 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-22T20:22:05.118Z] #107 writing image sha256:bc60ee0d64b49850934b8c816a9feed03000da262e7d11ce5b6fab63ab0df33a 0.1s done [2024-07-22T20:22:05.118Z] #107 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-07-22T20:22:05.118Z] #107 writing image sha256:1e947b396bbd7a9da01e3103639050ad5035be62d23ca60b799a8b5f4cbc9829 0.0s done [2024-07-22T20:22:05.118Z] #107 naming to docker.io/library/security-spire-config-arm64 done [2024-07-22T20:22:05.118Z] #107 DONE 8.1s [2024-07-22T20:22:05.118Z] [2024-07-22T20:22:05.118Z] #39 [support-scheduler internal] load build context [2024-07-22T20:22:05.118Z] #39 ... [2024-07-22T20:22:05.118Z] [2024-07-22T20:22:05.118Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:22:05.118Z] #48 ... [2024-07-22T20:22:05.118Z] [2024-07-22T20:22:05.118Z] #51 [core-keeper internal] load build context [2024-07-22T20:22:07.044Z] #51 ... [2024-07-22T20:22:07.044Z] [2024-07-22T20:22:07.044Z] #56 [core-common-config-bootstrapper internal] load build context [2024-07-22T20:22:07.044Z] #56 transferring context: 256.38MB 85.4s done [2024-07-22T20:22:07.044Z] #56 DONE 86.0s [2024-07-22T20:22:07.044Z] [2024-07-22T20:22:07.044Z] #51 [core-keeper internal] load build context [2024-07-22T20:22:08.445Z] #51 ... [2024-07-22T20:22:08.445Z] [2024-07-22T20:22:08.445Z] #66 [core-data internal] load build context [2024-07-22T20:22:08.445Z] #66 transferring context: 256.38MB 82.5s done [2024-07-22T20:22:08.445Z] #66 DONE 84.5s [2024-07-22T20:22:08.445Z] [2024-07-22T20:22:08.445Z] #51 [core-keeper internal] load build context [2024-07-22T20:22:09.397Z] #51 ... [2024-07-22T20:22:09.397Z] [2024-07-22T20:22:09.397Z] #39 [support-scheduler internal] load build context [2024-07-22T20:22:09.397Z] #39 transferring context: 256.38MB 86.0s done [2024-07-22T20:22:09.397Z] #39 DONE 87.5s [2024-07-22T20:22:09.397Z] [2024-07-22T20:22:09.397Z] #51 [core-keeper internal] load build context [2024-07-22T20:22:09.397Z] #51 ... [2024-07-22T20:22:09.397Z] [2024-07-22T20:22:09.397Z] #108 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:22:09.397Z] #108 ... [2024-07-22T20:22:09.397Z] [2024-07-22T20:22:09.397Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:22:11.324Z] #48 ... [2024-07-22T20:22:11.324Z] [2024-07-22T20:22:11.324Z] #109 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:22:11.324Z] #109 ... [2024-07-22T20:22:11.324Z] [2024-07-22T20:22:11.324Z] #58 [security-proxy-setup internal] load build context [2024-07-22T20:22:11.324Z] #58 transferring context: 256.38MB 88.3s done [2024-07-22T20:22:11.324Z] #58 DONE 89.5s [2024-07-22T20:22:11.324Z] [2024-07-22T20:22:11.324Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:22:12.275Z] #48 ... [2024-07-22T20:22:12.275Z] [2024-07-22T20:22:12.275Z] #49 [security-bootstrapper internal] load build context [2024-07-22T20:22:12.275Z] #49 transferring context: 256.38MB 92.5s done [2024-07-22T20:22:12.275Z] #49 DONE 92.6s [2024-07-22T20:22:12.275Z] [2024-07-22T20:22:12.275Z] #48 [security-spiffe-token-provider internal] load build context [2024-07-22T20:22:14.839Z] #48 transferring context: 256.38MB 95.2s done [2024-07-22T20:22:14.839Z] #48 DONE 95.4s [2024-07-22T20:22:14.839Z] [2024-07-22T20:22:14.839Z] #51 [core-keeper internal] load build context [2024-07-22T20:22:15.102Z] #51 transferring context: 256.38MB 94.8s done [2024-07-22T20:22:15.691Z] #51 DONE 95.4s [2024-07-22T20:22:15.691Z] [2024-07-22T20:22:15.691Z] #110 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:22:17.098Z] #110 DONE 1.9s [2024-07-22T20:22:17.098Z] [2024-07-22T20:22:17.098Z] #111 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-22T20:22:17.098Z] #111 DONE 1.2s [2024-07-22T20:22:17.098Z] [2024-07-22T20:22:17.098Z] #112 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:22:27.175Z] #112 ... [2024-07-22T20:22:27.175Z] [2024-07-22T20:22:27.175Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #113 ... [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #106 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #106 DONE 73.7s [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #114 [core-command builder 6/7] COPY . . [2024-07-22T20:23:13.988Z] #114 DONE 3.2s [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #115 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:13.988Z] #115 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #116 [core-data builder 6/7] COPY . . [2024-07-22T20:23:13.988Z] #116 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #117 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #117 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #118 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #118 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #119 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:13.988Z] #119 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #120 [support-scheduler builder 6/7] COPY . . [2024-07-22T20:23:13.988Z] #120 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #121 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-22T20:23:13.988Z] #121 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #122 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #122 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:13.988Z] #123 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #124 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:13.988Z] #124 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #125 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #125 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #126 [core-metadata builder 6/7] COPY . . [2024-07-22T20:23:13.988Z] #126 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #127 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:13.988Z] #128 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #129 [security-proxy-auth builder 6/7] COPY . . [2024-07-22T20:23:13.988Z] #129 CACHED [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:23:13.988Z] #130 ... [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #108 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:13.988Z] #108 DONE 72.5s [2024-07-22T20:23:13.988Z] [2024-07-22T20:23:13.988Z] #131 [support-notifications builder 6/7] COPY . . [2024-07-22T20:23:16.567Z] #131 ... [2024-07-22T20:23:16.567Z] [2024-07-22T20:23:16.567Z] #109 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:16.567Z] #109 DONE 75.5s [2024-07-22T20:23:16.567Z] [2024-07-22T20:23:16.567Z] #132 [security-secretstore-setup builder 6/7] COPY . . [2024-07-22T20:23:20.969Z] #132 ... [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #131 [support-notifications builder 6/7] COPY . . [2024-07-22T20:23:20.969Z] #131 DONE 8.8s [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #133 [security-proxy-setup builder 6/7] COPY . . [2024-07-22T20:23:20.969Z] #133 CACHED [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #134 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:20.969Z] #134 CACHED [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #135 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:20.969Z] #135 CACHED [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #132 [security-secretstore-setup builder 6/7] COPY . . [2024-07-22T20:23:20.969Z] #132 DONE 4.0s [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #136 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:20.969Z] #136 CACHED [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #137 [security-bootstrapper builder 6/7] COPY . . [2024-07-22T20:23:20.969Z] #137 CACHED [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #138 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-22T20:23:20.969Z] #138 CACHED [2024-07-22T20:23:20.969Z] [2024-07-22T20:23:20.969Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-22T20:23:21.576Z] #139 ... [2024-07-22T20:23:21.576Z] [2024-07-22T20:23:21.576Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-22T20:23:21.576Z] #0 4.522 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2024-07-22T20:23:21.861Z] #140 ... [2024-07-22T20:23:21.861Z] [2024-07-22T20:23:21.861Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:23:21.861Z] #0 5.830 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-22T20:23:21.861Z] #141 ... [2024-07-22T20:23:21.861Z] [2024-07-22T20:23:21.861Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-22T20:23:21.861Z] #0 5.474 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-auth/security-proxy-auth ./cmd/security-proxy-auth [2024-07-22T20:23:22.131Z] #142 ... [2024-07-22T20:23:22.131Z] [2024-07-22T20:23:22.131Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-22T20:23:22.131Z] #0 6.002 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-common-config-bootstrapper/core-common-config-bootstrapper ./cmd/core-common-config-bootstrapper [2024-07-22T20:23:22.131Z] #143 ... [2024-07-22T20:23:22.131Z] [2024-07-22T20:23:22.131Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:23:22.131Z] #0 4.311 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-22T20:23:22.417Z] #144 ... [2024-07-22T20:23:22.417Z] [2024-07-22T20:23:22.417Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-22T20:23:25.174Z] #145 4.145 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2024-07-22T20:23:27.116Z] #145 ... [2024-07-22T20:23:27.116Z] [2024-07-22T20:23:27.116Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-22T20:23:27.116Z] #139 3.621 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2024-07-22T20:23:27.116Z] #139 ... [2024-07-22T20:23:27.116Z] [2024-07-22T20:23:27.116Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:23:27.116Z] #130 5.591 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2024-07-22T20:23:27.391Z] #130 ... [2024-07-22T20:23:27.391Z] [2024-07-22T20:23:27.391Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-22T20:23:27.391Z] #0 3.861 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2024-07-22T20:23:30.728Z] #146 ... [2024-07-22T20:23:30.728Z] [2024-07-22T20:23:30.728Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:23:30.728Z] #0 3.819 go build -tags " " -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2024-07-22T20:23:48.930Z] #147 ... [2024-07-22T20:23:48.930Z] [2024-07-22T20:23:48.930Z] #112 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:48.930Z] #112 DONE 90.6s [2024-07-22T20:23:48.930Z] [2024-07-22T20:23:48.930Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-22T20:23:48.930Z] #113 DONE 90.6s [2024-07-22T20:23:48.930Z] [2024-07-22T20:23:48.930Z] #148 [core-keeper builder 7/8] COPY . . [2024-07-22T20:23:52.258Z] #148 DONE 4.1s [2024-07-22T20:23:52.258Z] [2024-07-22T20:23:52.258Z] #149 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-22T20:23:52.258Z] #149 DONE 4.3s [2024-07-22T20:23:52.258Z] [2024-07-22T20:23:52.258Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-22T20:23:54.826Z] #150 2.480 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2024-07-22T20:24:03.008Z] #150 ... [2024-07-22T20:24:03.008Z] [2024-07-22T20:24:03.008Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:24:03.009Z] #0 2.656 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-22T20:41:10.668Z] #151 ... [2024-07-22T20:41:10.668Z] [2024-07-22T20:41:10.668Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-22T20:41:10.668Z] #146 1067.3 go build -tags "no_messagebus non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2024-07-22T20:41:11.625Z] #146 ... [2024-07-22T20:41:11.625Z] [2024-07-22T20:41:11.625Z] #139 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-22T20:41:11.625Z] #139 DONE 1070.8s [2024-07-22T20:41:11.625Z] [2024-07-22T20:41:11.625Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:41:12.272Z] #144 ... [2024-07-22T20:41:12.272Z] [2024-07-22T20:41:12.272Z] #152 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-22T20:41:12.540Z] #152 DONE 0.2s [2024-07-22T20:41:12.540Z] [2024-07-22T20:41:12.540Z] #153 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-22T20:41:14.483Z] #153 ... [2024-07-22T20:41:14.483Z] [2024-07-22T20:41:14.483Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-22T20:41:14.483Z] #145 DONE 1073.9s [2024-07-22T20:41:14.483Z] [2024-07-22T20:41:14.483Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:41:14.749Z] #141 ... [2024-07-22T20:41:14.749Z] [2024-07-22T20:41:14.749Z] #154 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:41:15.018Z] #154 DONE 0.3s [2024-07-22T20:41:15.018Z] [2024-07-22T20:41:15.018Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:41:15.291Z] #130 ... [2024-07-22T20:41:15.291Z] [2024-07-22T20:41:15.291Z] #155 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:41:15.291Z] #155 DONE 0.3s [2024-07-22T20:41:15.291Z] [2024-07-22T20:41:15.291Z] #153 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-22T20:41:15.291Z] #153 DONE 3.0s [2024-07-22T20:41:15.291Z] [2024-07-22T20:41:15.291Z] #156 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:41:15.890Z] #156 DONE 0.5s [2024-07-22T20:41:15.890Z] [2024-07-22T20:41:15.890Z] #157 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-22T20:41:16.158Z] #157 DONE 0.4s [2024-07-22T20:41:16.158Z] [2024-07-22T20:41:16.158Z] #158 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-22T20:41:16.158Z] #158 DONE 0.2s [2024-07-22T20:41:16.158Z] [2024-07-22T20:41:16.158Z] #159 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:41:16.158Z] #159 DONE 0.2s [2024-07-22T20:41:16.158Z] [2024-07-22T20:41:16.158Z] #160 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-22T20:41:16.751Z] #160 DONE 0.5s [2024-07-22T20:41:16.751Z] [2024-07-22T20:41:16.751Z] #161 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-22T20:41:16.751Z] #161 DONE 0.6s [2024-07-22T20:41:16.751Z] [2024-07-22T20:41:16.751Z] #162 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-22T20:41:16.751Z] #162 DONE 0.2s [2024-07-22T20:41:16.751Z] [2024-07-22T20:41:16.751Z] #163 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-22T20:41:16.751Z] #163 DONE 0.2s [2024-07-22T20:41:16.751Z] [2024-07-22T20:41:16.751Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:41:17.018Z] #141 ... [2024-07-22T20:41:17.018Z] [2024-07-22T20:41:17.018Z] #164 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:41:17.285Z] #164 ... [2024-07-22T20:41:17.285Z] [2024-07-22T20:41:17.285Z] #165 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-22T20:41:17.285Z] #165 DONE 0.3s [2024-07-22T20:41:17.553Z] [2024-07-22T20:41:17.553Z] #166 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-22T20:41:17.824Z] #166 DONE 0.5s [2024-07-22T20:41:17.824Z] [2024-07-22T20:41:17.824Z] #167 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-22T20:41:18.097Z] #167 DONE 0.3s [2024-07-22T20:41:18.097Z] [2024-07-22T20:41:18.097Z] #168 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-22T20:41:18.682Z] #168 DONE 0.3s [2024-07-22T20:41:18.682Z] [2024-07-22T20:41:18.682Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-22T20:41:19.645Z] #169 ... [2024-07-22T20:41:19.645Z] [2024-07-22T20:41:19.645Z] #164 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:41:19.645Z] #164 DONE 2.7s [2024-07-22T20:41:19.645Z] [2024-07-22T20:41:19.645Z] #107 [security-proxy-setup] exporting to image [2024-07-22T20:41:19.645Z] #107 exporting layers [2024-07-22T20:41:21.056Z] #107 exporting layers 1.4s done [2024-07-22T20:41:21.056Z] #107 writing image sha256:3847f419d58b4afac0d36d849df0097c17f4a5adb28c5068c836e6870af708fd 0.1s done [2024-07-22T20:41:21.056Z] #107 naming to docker.io/library/security-proxy-setup-arm64 [2024-07-22T20:41:21.056Z] #107 naming to docker.io/library/security-proxy-setup-arm64 0.1s done [2024-07-22T20:41:21.056Z] #107 DONE 9.7s [2024-07-22T20:41:21.056Z] [2024-07-22T20:41:21.056Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-22T20:41:21.056Z] #169 DONE 2.8s [2024-07-22T20:41:21.056Z] [2024-07-22T20:41:21.056Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:41:21.323Z] #144 ... [2024-07-22T20:41:21.323Z] [2024-07-22T20:41:21.323Z] #107 [security-bootstrapper] exporting to image [2024-07-22T20:41:22.731Z] #107 exporting layers 1.6s done [2024-07-22T20:41:22.998Z] #107 writing image sha256:78403ac22f82ec241ef0353a37eb9b7386c11d5d7d398b505262dc54a74c567e done [2024-07-22T20:41:22.998Z] #107 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-22T20:41:22.998Z] #107 DONE 11.3s [2024-07-22T20:41:22.998Z] [2024-07-22T20:41:22.998Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:41:29.631Z] #151 ... [2024-07-22T20:41:29.631Z] [2024-07-22T20:41:29.631Z] #146 [security-secretstore-setup builder 7/7] RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2024-07-22T20:41:29.631Z] #146 DONE 1088.5s [2024-07-22T20:41:29.631Z] [2024-07-22T20:41:29.631Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:41:29.631Z] #141 ... [2024-07-22T20:41:29.631Z] [2024-07-22T20:41:29.631Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:41:29.631Z] #170 DONE 0.3s [2024-07-22T20:41:29.631Z] [2024-07-22T20:41:29.631Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-22T20:41:30.030Z] #143 ... [2024-07-22T20:41:30.030Z] [2024-07-22T20:41:30.030Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:41:30.306Z] #171 DONE 0.2s [2024-07-22T20:41:30.306Z] [2024-07-22T20:41:30.306Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:41:30.306Z] #151 ... [2024-07-22T20:41:30.306Z] [2024-07-22T20:41:30.306Z] #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-22T20:41:30.306Z] #172 DONE 0.1s [2024-07-22T20:41:30.306Z] [2024-07-22T20:41:30.306Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:41:30.578Z] #141 ... [2024-07-22T20:41:30.578Z] [2024-07-22T20:41:30.578Z] #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-22T20:41:30.578Z] #173 DONE 0.2s [2024-07-22T20:41:30.578Z] [2024-07-22T20:41:30.578Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:41:30.578Z] #174 DONE 0.1s [2024-07-22T20:41:30.578Z] [2024-07-22T20:41:30.578Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:41:30.846Z] #130 ... [2024-07-22T20:41:30.846Z] [2024-07-22T20:41:30.846Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-22T20:41:30.846Z] #175 DONE 0.3s [2024-07-22T20:41:30.846Z] [2024-07-22T20:41:30.846Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:41:31.114Z] #144 ... [2024-07-22T20:41:31.114Z] [2024-07-22T20:41:31.114Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-22T20:41:31.381Z] #176 DONE 0.4s [2024-07-22T20:41:31.381Z] [2024-07-22T20:41:31.381Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-22T20:41:31.381Z] #142 ... [2024-07-22T20:41:31.381Z] [2024-07-22T20:41:31.381Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-22T20:41:31.648Z] #177 DONE 0.2s [2024-07-22T20:41:31.648Z] [2024-07-22T20:41:31.648Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:41:33.590Z] #178 DONE 1.9s [2024-07-22T20:41:33.590Z] [2024-07-22T20:41:33.590Z] #107 [security-secretstore-setup] exporting to image [2024-07-22T20:41:33.590Z] #107 exporting layers [2024-07-22T20:41:34.992Z] #107 exporting layers 1.5s done [2024-07-22T20:41:34.992Z] #107 writing image sha256:962294674b15f18be949be012e8c97ab83c5afc9b33b7259bf12e7c34ad6417b done [2024-07-22T20:41:34.992Z] #107 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-22T20:41:34.992Z] #107 DONE 12.8s [2024-07-22T20:41:34.992Z] [2024-07-22T20:41:34.992Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-22T20:42:13.839Z] #142 ... [2024-07-22T20:42:13.839Z] [2024-07-22T20:42:13.839Z] #143 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-22T20:42:13.839Z] #143 DONE 1141.2s [2024-07-22T20:42:13.839Z] [2024-07-22T20:42:13.839Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:42:13.839Z] #151 ... [2024-07-22T20:42:13.839Z] [2024-07-22T20:42:13.839Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:42:13.839Z] #179 DONE 0.2s [2024-07-22T20:42:13.839Z] [2024-07-22T20:42:13.839Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:42:13.839Z] #180 DONE 0.2s [2024-07-22T20:42:13.839Z] [2024-07-22T20:42:13.839Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:42:13.839Z] #130 ... [2024-07-22T20:42:13.839Z] [2024-07-22T20:42:13.839Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-22T20:42:14.110Z] #181 DONE 0.2s [2024-07-22T20:42:14.110Z] [2024-07-22T20:42:14.110Z] #182 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:42:14.110Z] #182 DONE 0.2s [2024-07-22T20:42:14.110Z] [2024-07-22T20:42:14.110Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:42:14.110Z] #141 ... [2024-07-22T20:42:14.110Z] [2024-07-22T20:42:14.110Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-22T20:42:14.110Z] #183 DONE 0.1s [2024-07-22T20:42:14.380Z] [2024-07-22T20:42:14.380Z] #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:42:16.323Z] #184 DONE 1.9s [2024-07-22T20:42:16.323Z] [2024-07-22T20:42:16.323Z] #107 [core-common-config-bootstrapper] exporting to image [2024-07-22T20:42:16.323Z] #107 exporting layers [2024-07-22T20:42:16.902Z] #107 exporting layers 0.7s done [2024-07-22T20:42:16.902Z] #107 writing image sha256:43d5718d9d2e09c8b3b6d98a37d969a55d078afb946336bd9e199d0f798abee2 done [2024-07-22T20:42:16.902Z] #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-22T20:42:16.902Z] #107 DONE 13.6s [2024-07-22T20:42:16.902Z] [2024-07-22T20:42:16.902Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:44:38.549Z] #130 ... [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-22T20:44:38.549Z] #150 DONE 1236.3s [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:44:38.549Z] #141 ... [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:44:38.549Z] #185 DONE 0.1s [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:44:38.549Z] #186 DONE 0.1s [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:44:38.549Z] #130 ... [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-22T20:44:38.549Z] #187 DONE 0.2s [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:44:38.549Z] #188 DONE 0.1s [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #107 [security-spiffe-token-provider] exporting to image [2024-07-22T20:44:38.549Z] #107 exporting layers [2024-07-22T20:44:38.549Z] #107 exporting layers 0.9s done [2024-07-22T20:44:38.549Z] #107 writing image sha256:75160783a33eb62fcfb431e6b29b83379571f5175c22559828fb75bbe52ba7d3 0.0s done [2024-07-22T20:44:38.549Z] #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-22T20:44:38.549Z] #107 DONE 14.5s [2024-07-22T20:44:38.549Z] [2024-07-22T20:44:38.549Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:51:30.652Z] #130 ... [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-22T20:51:30.652Z] #142 DONE 1698.0s [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:51:30.652Z] #141 ... [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:51:30.652Z] #189 DONE 0.1s [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:51:30.652Z] #141 ... [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:51:30.652Z] #190 DONE 0.2s [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-22T20:51:30.652Z] #191 DONE 0.4s [2024-07-22T20:51:30.652Z] [2024-07-22T20:51:30.652Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:51:30.929Z] #130 ... [2024-07-22T20:51:30.929Z] [2024-07-22T20:51:30.929Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:51:30.929Z] #192 DONE 0.2s [2024-07-22T20:51:30.929Z] [2024-07-22T20:51:30.929Z] #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-22T20:51:31.197Z] #193 DONE 0.2s [2024-07-22T20:51:31.197Z] [2024-07-22T20:51:31.197Z] #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-22T20:51:33.783Z] #194 DONE 2.1s [2024-07-22T20:51:33.783Z] [2024-07-22T20:51:33.783Z] #107 [security-proxy-auth] exporting to image [2024-07-22T20:51:33.783Z] #107 exporting layers [2024-07-22T20:51:34.051Z] #107 exporting layers 0.7s done [2024-07-22T20:51:34.051Z] #107 writing image sha256:558cb22f65889c076356ae1c099896db349531649f6b9577b0e4a68ab2c25aaa done [2024-07-22T20:51:34.051Z] #107 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-22T20:51:34.051Z] #107 DONE 15.2s [2024-07-22T20:51:34.051Z] [2024-07-22T20:51:34.051Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:52:30.434Z] #144 ... [2024-07-22T20:52:30.434Z] [2024-07-22T20:52:30.434Z] #130 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-22T20:52:30.434Z] #130 DONE 1749.6s [2024-07-22T20:52:30.434Z] [2024-07-22T20:52:30.434Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:30.434Z] #151 ... [2024-07-22T20:52:30.434Z] [2024-07-22T20:52:30.435Z] #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:52:30.435Z] #195 DONE 0.2s [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:52:30.435Z] #141 ... [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:52:30.435Z] #196 DONE 0.1s [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:30.435Z] #151 ... [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-22T20:52:30.435Z] #197 DONE 0.4s [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:52:30.435Z] #198 DONE 0.2s [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #107 [core-command] exporting to image [2024-07-22T20:52:30.435Z] #107 exporting layers [2024-07-22T20:52:30.435Z] #107 exporting layers 0.4s done [2024-07-22T20:52:30.435Z] #107 writing image sha256:0a0023d38a69c5c942d6dc9c44b62d7effc03ba606e1fd4b05427101c017d4ee 0.0s done [2024-07-22T20:52:30.435Z] #107 naming to docker.io/library/core-command-arm64 done [2024-07-22T20:52:30.435Z] #107 DONE 15.6s [2024-07-22T20:52:30.435Z] [2024-07-22T20:52:30.435Z] #141 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-22T20:52:35.784Z] #141 DONE 1763.6s [2024-07-22T20:52:35.784Z] [2024-07-22T20:52:35.784Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:35.784Z] #151 ... [2024-07-22T20:52:35.784Z] [2024-07-22T20:52:35.784Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:52:36.050Z] #199 DONE 0.4s [2024-07-22T20:52:36.050Z] [2024-07-22T20:52:36.050Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:52:36.050Z] #200 DONE 0.2s [2024-07-22T20:52:36.050Z] [2024-07-22T20:52:36.050Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-22T20:52:36.639Z] #201 DONE 0.4s [2024-07-22T20:52:36.639Z] [2024-07-22T20:52:36.639Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:36.639Z] #151 ... [2024-07-22T20:52:36.639Z] [2024-07-22T20:52:36.639Z] #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:52:36.906Z] #202 DONE 0.3s [2024-07-22T20:52:36.906Z] [2024-07-22T20:52:36.906Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:36.906Z] #151 ... [2024-07-22T20:52:36.906Z] [2024-07-22T20:52:36.906Z] #144 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-22T20:52:36.906Z] #144 DONE 1765.3s [2024-07-22T20:52:36.906Z] [2024-07-22T20:52:36.906Z] #107 [core-data] exporting to image [2024-07-22T20:52:36.906Z] #107 exporting layers [2024-07-22T20:52:37.863Z] #107 ... [2024-07-22T20:52:37.863Z] [2024-07-22T20:52:37.863Z] #203 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:52:37.863Z] #203 DONE 0.2s [2024-07-22T20:52:37.863Z] [2024-07-22T20:52:37.863Z] #204 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:52:37.863Z] #204 DONE 0.2s [2024-07-22T20:52:37.863Z] [2024-07-22T20:52:37.863Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:38.133Z] #151 ... [2024-07-22T20:52:38.133Z] [2024-07-22T20:52:38.133Z] #107 [core-data] exporting to image [2024-07-22T20:52:38.133Z] #107 exporting layers 1.3s done [2024-07-22T20:52:38.133Z] #107 writing image sha256:8bd92acfdb0555274658e61b0f069ea2df08c84849a9b056e97df0091108c79d done [2024-07-22T20:52:38.133Z] #107 naming to docker.io/library/core-data-arm64 0.0s done [2024-07-22T20:52:38.133Z] #107 DONE 16.9s [2024-07-22T20:52:38.133Z] [2024-07-22T20:52:38.133Z] #205 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-22T20:52:38.714Z] #205 DONE 0.5s [2024-07-22T20:52:38.714Z] [2024-07-22T20:52:38.714Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:38.714Z] #151 ... [2024-07-22T20:52:38.714Z] [2024-07-22T20:52:38.714Z] #206 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:52:38.714Z] #206 DONE 0.2s [2024-07-22T20:52:38.714Z] [2024-07-22T20:52:38.714Z] #207 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-22T20:52:38.714Z] #207 DONE 0.1s [2024-07-22T20:52:38.714Z] [2024-07-22T20:52:38.714Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:38.980Z] #151 ... [2024-07-22T20:52:38.980Z] [2024-07-22T20:52:38.980Z] #107 [core-metadata] exporting to image [2024-07-22T20:52:39.560Z] #107 exporting layers 0.5s done [2024-07-22T20:52:39.560Z] #107 writing image sha256:1ab7a9ae6361795b2cbf15df28ab48d3c1f280caca3667ce19a15aca5f40ef51 done [2024-07-22T20:52:39.560Z] #107 naming to docker.io/library/core-metadata-arm64 done [2024-07-22T20:52:39.560Z] #107 DONE 17.4s [2024-07-22T20:52:39.560Z] [2024-07-22T20:52:39.560Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-22T20:52:42.136Z] #151 DONE 1730.1s [2024-07-22T20:52:42.136Z] [2024-07-22T20:52:42.136Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-22T20:52:42.402Z] #140 ... [2024-07-22T20:52:42.402Z] [2024-07-22T20:52:42.402Z] #208 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:52:42.402Z] #208 DONE 0.2s [2024-07-22T20:52:42.402Z] [2024-07-22T20:52:42.402Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:52:42.668Z] #147 ... [2024-07-22T20:52:42.668Z] [2024-07-22T20:52:42.668Z] #209 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-22T20:52:42.935Z] #209 DONE 0.4s [2024-07-22T20:52:42.935Z] [2024-07-22T20:52:42.935Z] #210 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:52:42.935Z] #210 DONE 0.1s [2024-07-22T20:52:42.935Z] [2024-07-22T20:52:42.935Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:52:43.201Z] #57 ... [2024-07-22T20:52:43.201Z] [2024-07-22T20:52:43.201Z] #107 [core-keeper] exporting to image [2024-07-22T20:52:43.784Z] #107 exporting layers 0.7s done [2024-07-22T20:52:43.784Z] #107 writing image sha256:26a6bfda2c02f14e7574f90ad13c92f14a8a42f09ea858556b23c013ab9daabb done [2024-07-22T20:52:43.784Z] #107 naming to docker.io/library/core-keeper-arm64 done [2024-07-22T20:52:43.784Z] #107 DONE 18.1s [2024-07-22T20:52:43.784Z] [2024-07-22T20:52:43.784Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:53:06.646Z] #147 ... [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #140 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-22T20:53:06.646Z] #140 DONE 1793.2s [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:53:06.646Z] #147 ... [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:53:06.646Z] #211 DONE 0.1s [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:53:06.646Z] #212 DONE 0.2s [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-22T20:53:06.646Z] #213 DONE 0.3s [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:53:06.646Z] #214 DONE 0.2s [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:53:06.646Z] #147 ... [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #107 [support-scheduler] exporting to image [2024-07-22T20:53:06.646Z] #107 exporting layers [2024-07-22T20:53:06.646Z] #107 exporting layers 0.5s done [2024-07-22T20:53:06.646Z] #107 writing image sha256:c38d40fe9c586818c91b1d7b904f43f3f3194208426423bd5fbc9efe7a9f4c90 done [2024-07-22T20:53:06.646Z] #107 naming to docker.io/library/support-scheduler-arm64 done [2024-07-22T20:53:06.646Z] #107 DONE 18.6s [2024-07-22T20:53:06.646Z] [2024-07-22T20:53:06.646Z] #147 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-22T20:53:07.229Z] #147 DONE 1786.7s [2024-07-22T20:53:07.229Z] [2024-07-22T20:53:07.229Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:53:07.809Z] #57 ... [2024-07-22T20:53:07.809Z] [2024-07-22T20:53:07.809Z] #215 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-22T20:53:07.809Z] #215 DONE 0.1s [2024-07-22T20:53:07.809Z] [2024-07-22T20:53:07.809Z] #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-22T20:53:08.104Z] #216 DONE 0.1s [2024-07-22T20:53:08.104Z] [2024-07-22T20:53:08.104Z] #217 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-22T20:53:08.371Z] #217 DONE 0.4s [2024-07-22T20:53:08.371Z] [2024-07-22T20:53:08.371Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:53:08.371Z] #57 ... [2024-07-22T20:53:08.371Z] [2024-07-22T20:53:08.371Z] #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-22T20:53:08.371Z] #218 DONE 0.1s [2024-07-22T20:53:08.371Z] [2024-07-22T20:53:08.371Z] #107 [support-notifications] exporting to image [2024-07-22T20:53:08.950Z] #107 exporting layers 0.4s done [2024-07-22T20:53:08.950Z] #107 writing image sha256:4b40b69801efe2af89b370c70b987c37905c917cba798cc287c29bd494ccb669 done [2024-07-22T20:53:08.950Z] #107 naming to docker.io/library/support-notifications-arm64 done [2024-07-22T20:53:08.950Z] #107 DONE 19.0s [2024-07-22T20:53:08.950Z] [2024-07-22T20:53:08.950Z] #57 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-22T20:53:08.950Z] time="2024-07-22T20:20:27Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-22T20:53:08.975Z] $ docker stop --time=1 a664a3eab95c5cac80ea61d45e257b4197ac834b89c372b5e1605b0dafb2220f [2024-07-22T20:53:10.662Z] $ docker rm -f --volumes a664a3eab95c5cac80ea61d45e257b4197ac834b89c372b5e1605b0dafb2220f [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-22T20:53:11.274Z] + docker images [2024-07-22T20:53:11.274Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-22T20:53:11.274Z] support-notifications-arm64 latest 4b40b69801ef 3 seconds ago 43.3MB [2024-07-22T20:53:11.274Z] support-scheduler-arm64 latest c38d40fe9c58 6 seconds ago 42.4MB [2024-07-22T20:53:11.274Z] core-keeper-arm64 latest 26a6bfda2c02 29 seconds ago 35.2MB [2024-07-22T20:53:11.274Z] core-metadata-arm64 latest 1ab7a9ae6361 33 seconds ago 40.4MB [2024-07-22T20:53:11.274Z] core-data-arm64 latest 8bd92acfdb05 35 seconds ago 40.3MB [2024-07-22T20:53:11.274Z] core-command-arm64 latest 0a0023d38a69 49 seconds ago 39.9MB [2024-07-22T20:53:11.274Z] security-proxy-auth-arm64 latest 558cb22f6588 About a minute ago 37.4MB [2024-07-22T20:53:11.274Z] security-spiffe-token-provider-arm64 latest 75160783a33e 8 minutes ago 34.1MB [2024-07-22T20:53:11.274Z] core-common-config-bootstrapper-arm64 latest 43d5718d9d2e 10 minutes ago 20.1MB [2024-07-22T20:53:11.274Z] security-secretstore-setup-arm64 latest 962294674b15 11 minutes ago 41.5MB [2024-07-22T20:53:11.274Z] security-bootstrapper-arm64 latest 78403ac22f82 11 minutes ago 23.7MB [2024-07-22T20:53:11.274Z] security-proxy-setup-arm64 latest 3847f419d58b 11 minutes ago 31MB [2024-07-22T20:53:11.274Z] security-spire-server-arm64 latest c1f659e41616 31 minutes ago 121MB [2024-07-22T20:53:11.274Z] security-spire-config-arm64 latest 1e947b396bbd 31 minutes ago 120MB [2024-07-22T20:53:11.274Z] security-spire-agent-arm64 latest bc60ee0d64b4 31 minutes ago 179MB [2024-07-22T20:53:11.274Z] ci-base-image-arm64 latest d9cb667c0692 48 minutes ago 963MB [2024-07-22T20:53:11.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 3 months ago 561MB [2024-07-22T20:53:11.274Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 9ba5fb1bd454 13 months ago 332MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:53:12.237Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-22T20:53:12.237Z] [2024-07-22T20:53:12.237Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:53:12.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-22T20:53:12.943Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-22T20:53:12.943Z] 8998bd30e6a1: Pulling fs layer [2024-07-22T20:53:12.943Z] 04944245beec: Pulling fs layer [2024-07-22T20:53:12.943Z] 699f458cf7ca: Pulling fs layer [2024-07-22T20:53:12.943Z] 765212b225bb: Pulling fs layer [2024-07-22T20:53:12.943Z] f23df028b6ca: Pulling fs layer [2024-07-22T20:53:12.943Z] d65c8cfc05b1: Pulling fs layer [2024-07-22T20:53:12.943Z] 2437ff75d9bd: Pulling fs layer [2024-07-22T20:53:12.943Z] 765212b225bb: Waiting [2024-07-22T20:53:12.943Z] f23df028b6ca: Waiting [2024-07-22T20:53:12.943Z] d65c8cfc05b1: Waiting [2024-07-22T20:53:12.943Z] 2437ff75d9bd: Waiting [2024-07-22T20:53:12.943Z] 04944245beec: Verifying Checksum [2024-07-22T20:53:12.943Z] 04944245beec: Download complete [2024-07-22T20:53:12.943Z] 765212b225bb: Verifying Checksum [2024-07-22T20:53:12.943Z] 765212b225bb: Download complete [2024-07-22T20:53:12.943Z] f23df028b6ca: Verifying Checksum [2024-07-22T20:53:12.943Z] f23df028b6ca: Download complete [2024-07-22T20:53:12.943Z] d65c8cfc05b1: Verifying Checksum [2024-07-22T20:53:12.943Z] d65c8cfc05b1: Download complete [2024-07-22T20:53:13.209Z] 699f458cf7ca: Verifying Checksum [2024-07-22T20:53:13.209Z] 699f458cf7ca: Download complete [2024-07-22T20:53:13.475Z] 8998bd30e6a1: Verifying Checksum [2024-07-22T20:53:13.475Z] 8998bd30e6a1: Download complete [2024-07-22T20:53:16.054Z] 2437ff75d9bd: Verifying Checksum [2024-07-22T20:53:16.054Z] 2437ff75d9bd: Download complete [2024-07-22T20:53:17.988Z] 8998bd30e6a1: Pull complete [2024-07-22T20:53:18.568Z] 04944245beec: Pull complete [2024-07-22T20:53:20.508Z] 699f458cf7ca: Pull complete [2024-07-22T20:53:20.508Z] 765212b225bb: Pull complete [2024-07-22T20:53:21.462Z] f23df028b6ca: Pull complete [2024-07-22T20:53:21.728Z] d65c8cfc05b1: Pull complete [2024-07-22T20:53:39.994Z] 2437ff75d9bd: Pull complete [2024-07-22T20:53:39.994Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-22T20:53:39.994Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-22T20:53:39.994Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:53:40.342Z] prd-ubuntu20.04-docker-arm64-4c-16g-6143 does not seem to be running inside a container [2024-07-22T20:53:40.391Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2024-07-22T20:53:43.228Z] $ docker top e615af3ad6f0a7acbbebb5b41d5984606c369d21177278563e3a1b089a872b9e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:53:44.218Z] ---> job-cost.sh [2024-07-22T20:53:44.218Z] lf-activate-venv: SKIPPING [2024-07-22T20:53:44.218Z] INFO: No Stack... [2024-07-22T20:53:44.797Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-22T20:53:45.442Z] INFO: Archiving Costs [Pipeline] sh [2024-07-22T20:53:46.115Z] + cut -d, -f6 [2024-07-22T20:53:46.115Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [Pipeline] lock [2024-07-22T20:53:46.212Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4833-1-stack-cost] [2024-07-22T20:53:46.219Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4833-1-stack-cost] did not exist. Created. [2024-07-22T20:53:46.227Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4833-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-22T20:53:46.983Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-22T20:53:47.190Z] Stashed 1 file(s) [Pipeline] } [2024-07-22T20:53:47.213Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4833-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-22T20:53:47.355Z] $ docker stop --time=1 e615af3ad6f0a7acbbebb5b41d5984606c369d21177278563e3a1b089a872b9e [2024-07-22T20:53:48.843Z] $ docker rm -f --volumes e615af3ad6f0a7acbbebb5b41d5984606c369d21177278563e3a1b089a872b9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2024-07-22T20:53:50.014Z] provisioning config files... [2024-07-22T20:53:50.021Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config17895391225310701315tmp [Pipeline] { [Pipeline] sh [2024-07-22T20:53:50.390Z] + set +x [2024-07-22T20:53:50.390Z] + bash -s -- [2024-07-22T20:53:50.390Z] + curl -s https://codecov.io/bash [2024-07-22T20:53:50.390Z] [2024-07-22T20:53:50.390Z] _____ _ [2024-07-22T20:53:50.390Z] / ____| | | [2024-07-22T20:53:50.390Z] | | ___ __| | ___ ___ _____ __ [2024-07-22T20:53:50.390Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-22T20:53:50.390Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-22T20:53:50.390Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-22T20:53:50.390Z] Bash-1.0.6 [2024-07-22T20:53:50.390Z] [2024-07-22T20:53:50.390Z] [2024-07-22T20:53:50.390Z] ==> git version 2.25.1 found [2024-07-22T20:53:50.390Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2024-07-22T20:53:50.390Z] Release-Date: 2020-01-08 [2024-07-22T20:53:50.390Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2024-07-22T20:53:50.390Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-22T20:53:50.390Z] ==> Jenkins CI detected. [2024-07-22T20:53:50.390Z] current dir:  /w/workspace/edgex-go/1 [2024-07-22T20:53:50.390Z] project root: . [2024-07-22T20:53:50.390Z] --> token set from env [2024-07-22T20:53:50.390Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-22T20:53:50.390Z] ==> Running gcov in . (disable via -X gcov) [2024-07-22T20:53:50.390Z] ==> Python coveragepy not found [2024-07-22T20:53:50.390Z] ==> Searching for coverage reports in: [2024-07-22T20:53:50.390Z] + . [2024-07-22T20:53:50.390Z] -> Found 1 reports [2024-07-22T20:53:50.390Z] ==> Detecting git/mercurial file structure [2024-07-22T20:53:50.390Z] ==> Reading reports [2024-07-22T20:53:50.390Z] + ./coverage.out bytes=481596 [2024-07-22T20:53:50.650Z] ==> Appending adjustments [2024-07-22T20:53:50.650Z] https://docs.codecov.io/docs/fixing-reports [2024-07-22T20:53:51.588Z] + Found adjustments [2024-07-22T20:53:51.588Z] ==> Gzipping contents [2024-07-22T20:53:51.588Z] 60K /tmp/codecov.hUQHlJ.gz [2024-07-22T20:53:51.588Z] ==> Uploading reports [2024-07-22T20:53:51.588Z] url: https://codecov.io [2024-07-22T20:53:51.588Z] query: branch=PR-4833&commit=8af3063122290a6e615ff6e9fa4b121f993eb41a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4833%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4833&job=&cmd_args= [2024-07-22T20:53:51.588Z] -> Pinging Codecov [2024-07-22T20:53:51.588Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4833&commit=8af3063122290a6e615ff6e9fa4b121f993eb41a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4833%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4833&job=&cmd_args= [2024-07-22T20:53:51.848Z] -> Uploading to [2024-07-22T20:53:51.848Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-22/00271124DB129430A58F1EEE437C3FCB/8af3063122290a6e615ff6e9fa4b121f993eb41a/20edb310-5be3-4465-9f30-6f15fd4fa4d9.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240722%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240722T205351Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=6904cef286952450298a25388a6d3e109f44c2a72d2f3b82a7444e029827f101 [2024-07-22T20:53:51.848Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-22T20:53:51.848Z] Dload Upload Total Spent Left Speed [2024-07-22T20:53:52.108Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61302 0 0 100 61302 0 222k --:--:-- --:--:-- --:--:-- 222k [2024-07-22T20:53:52.108Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/8af3063122290a6e615ff6e9fa4b121f993eb41a [Pipeline] } [2024-07-22T20:53:52.140Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] getContext [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2024-07-22T20:53:53.839Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:53:54.192Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:53:55.103Z] ---> package-listing.sh [2024-07-22T20:53:55.103Z] ++ facter osfamily [2024-07-22T20:53:55.103Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-22T20:53:55.363Z] + OS_FAMILY=debian [2024-07-22T20:53:55.363Z] + workspace=/w/workspace/edgex-go/1 [2024-07-22T20:53:55.363Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-22T20:53:55.363Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-22T20:53:55.363Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-22T20:53:55.363Z] + PACKAGES=/tmp/packages_start.txt [2024-07-22T20:53:55.363Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-22T20:53:55.363Z] + PACKAGES=/tmp/packages_end.txt [2024-07-22T20:53:55.363Z] + case "${OS_FAMILY}" in [2024-07-22T20:53:55.363Z] + dpkg -l [2024-07-22T20:53:55.363Z] + grep '^ii' [2024-07-22T20:53:55.363Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-22T20:53:55.363Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-22T20:53:55.363Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-22T20:53:55.363Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-22T20:53:55.363Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-22T20:53:55.363Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-22T20:53:55.518Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-22T20:53:55.817Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:53:56.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-22T20:53:56.507Z] [2024-07-22T20:53:56.507Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-22T20:53:56.917Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-22T20:53:56.917Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-22T20:53:56.917Z] 5eb5b503b376: Pulling fs layer [2024-07-22T20:53:56.917Z] 5c69ac0246d0: Pulling fs layer [2024-07-22T20:53:56.917Z] ec43610c2a17: Pulling fs layer [2024-07-22T20:53:56.917Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-22T20:53:56.917Z] 33b1e0a273af: Pulling fs layer [2024-07-22T20:53:56.917Z] 5d3b04190fa2: Pulling fs layer [2024-07-22T20:53:56.917Z] 2f39f015ded8: Pulling fs layer [2024-07-22T20:53:56.917Z] 33b1e0a273af: Waiting [2024-07-22T20:53:56.917Z] 5d3b04190fa2: Waiting [2024-07-22T20:53:56.917Z] 2f39f015ded8: Waiting [2024-07-22T20:53:56.917Z] 3a2ae6a8a46f: Waiting [2024-07-22T20:53:56.917Z] 5c69ac0246d0: Verifying Checksum [2024-07-22T20:53:56.917Z] 5c69ac0246d0: Download complete [2024-07-22T20:53:56.917Z] 3a2ae6a8a46f: Download complete [2024-07-22T20:53:56.917Z] 33b1e0a273af: Verifying Checksum [2024-07-22T20:53:56.917Z] 33b1e0a273af: Download complete [2024-07-22T20:53:56.917Z] 5d3b04190fa2: Download complete [2024-07-22T20:53:57.176Z] ec43610c2a17: Verifying Checksum [2024-07-22T20:53:57.176Z] ec43610c2a17: Download complete [2024-07-22T20:53:57.176Z] 5eb5b503b376: Verifying Checksum [2024-07-22T20:53:57.176Z] 5eb5b503b376: Download complete [2024-07-22T20:53:57.743Z] 2f39f015ded8: Download complete [2024-07-22T20:53:59.888Z] 5eb5b503b376: Pull complete [2024-07-22T20:53:59.888Z] 5c69ac0246d0: Pull complete [2024-07-22T20:53:59.888Z] ec43610c2a17: Pull complete [2024-07-22T20:53:59.888Z] 3a2ae6a8a46f: Pull complete [2024-07-22T20:53:59.888Z] 33b1e0a273af: Pull complete [2024-07-22T20:53:59.888Z] 5d3b04190fa2: Pull complete [2024-07-22T20:54:04.072Z] 2f39f015ded8: Pull complete [2024-07-22T20:54:04.072Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-22T20:54:04.072Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-22T20:54:04.072Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-22T20:54:04.334Z] prd-ubuntu20.04-docker-8c-8g-6142 does not seem to be running inside a container [2024-07-22T20:54:04.359Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-22T20:54:08.926Z] $ docker top 427a4475834b7ed6fddc2d4491c19db0efe9aa38b9b49432ff3fe94178ed9056 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-22T20:54:09.342Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-22T20:54:09.655Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-22T20:54:09.968Z] + ls /var/log/sa-host [2024-07-22T20:54:09.968Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-22T20:54:10.132Z] provisioning config files... [2024-07-22T20:54:10.143Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config11233444565975576499tmp [Pipeline] { [Pipeline] echo [2024-07-22T20:54:10.215Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:54:10.548Z] ---> create-netrc.sh [Pipeline] } [2024-07-22T20:54:10.578Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:54:11.011Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-22T20:54:11.056Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:54:11.391Z] ---> sudo-logs.sh [2024-07-22T20:54:11.391Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-22T20:54:11.499Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:54:11.838Z] ---> job-cost.sh [2024-07-22T20:54:11.838Z] lf-activate-venv: SKIPPING [2024-07-22T20:54:11.838Z] DEBUG: total: 0.10999999940395355 [2024-07-22T20:54:11.838Z] INFO: Retrieving Stack Cost... [2024-07-22T20:54:12.410Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-22T20:54:12.670Z] INFO: Archiving Costs [Pipeline] echo [2024-07-22T20:54:12.712Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-22T20:54:13.032Z] ---> logs-deploy.sh [2024-07-22T20:54:13.033Z] lf-activate-venv: SKIPPING [2024-07-22T20:54:13.033Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4833/1 [2024-07-22T20:54:13.033Z] INFO: archiving workspace using pattern(s): [2024-07-22T20:54:13.972Z] Archives upload complete. [2024-07-22T20:54:13.972Z] INFO: archiving logs to Nexus