Pull request #4824 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd+059044cd19e7cd756841b4b22dae69fa09f54287 (5a602e6d8382e9dea0d47c41dcafd6be447b9f1e) 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-ssh5859016934352559889.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-ssh11796245876185469292.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-4824/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-4824/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6284687949013459794.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-4824/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7858340027210988556.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-ssh6218484049862268264.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-4824/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-4824/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh16451876803098600014.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-5371 in /w/workspace/edgexfoundry_edgex-go_PR-4824 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4824/head:refs/remotes/origin/PR-4824 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 059044cd19e7cd756841b4b22dae69fa09f54287 into PR head commit eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd Merge succeeded, producing eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd Checking out Revision eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd (PR-4824) Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git config core.sparsecheckout # timeout=10 > git checkout -f eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 059044cd19e7cd756841b4b22dae69fa09f54287 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-11T19:47:15.733Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-11T19:47:15.961Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-11T19:47:16.082Z] ========================================================= [2024-07-11T19:47:16.082Z] EdgeX Global Pipelines Version Info [2024-07-11T19:47:16.082Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-11T19:47:16.867Z] ------------------- [2024-07-11T19:47:16.867Z] stable info: [2024-07-11T19:47:16.867Z] ------------------- [2024-07-11T19:47:16.867Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-11T19:47:16.867Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-11T19:47:16.867Z] Message: update stable to v1.0.260 [2024-07-11T19:47:17.439Z] ------------------- [2024-07-11T19:47:17.439Z] experimental info: [2024-07-11T19:47:17.439Z] ------------------- [2024-07-11T19:47:17.439Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-11T19:47:17.439Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-11T19:47:17.439Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-11T19:47:17.686Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-11T19:47:17.749Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-11T19:47:17.817Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-11T19:47:17.881Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-11T19:47:17.946Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-11T19:47:18.011Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-11T19:47:18.073Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-11T19:47:18.144Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-11T19:47:18.206Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-11T19:47:18.265Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-11T19:47:18.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-11T19:47:18.382Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-11T19:47:18.441Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-11T19:47:18.502Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-11T19:47:18.567Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-11T19:47:18.624Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-11T19:47:18.685Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-11T19:47:18.752Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-11T19:47:18.810Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-11T19:47:18.864Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-11T19:47:18.928Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-11T19:47:18.992Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-11T19:47:19.048Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-11T19:47:19.115Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4824 [Pipeline] echo [2024-07-11T19:47:19.179Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4824 [Pipeline] echo [2024-07-11T19:47:19.237Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4824 [Pipeline] echo [2024-07-11T19:47:19.296Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [Pipeline] echo [2024-07-11T19:47:19.365Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = eb2dd82 [Pipeline] echo [2024-07-11T19:47:19.428Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-11T19:47:19.590Z] provisioning config files... [2024-07-11T19:47:19.606Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config15704880666339312791tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-11T19:47:20.017Z] ---> ****-login.sh [2024-07-11T19:47:20.017Z] nexus3.edgexfoundry.org:10001 [2024-07-11T19:47:20.276Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:47:20.277Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:47:20.277Z] Configure a credential helper to remove this warning. See [2024-07-11T19:47:20.277Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:47:20.277Z] [2024-07-11T19:47:20.277Z] Login Succeeded [2024-07-11T19:47:20.277Z] nexus3.edgexfoundry.org:10002 [2024-07-11T19:47:20.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:47:20.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:47:20.539Z] Configure a credential helper to remove this warning. See [2024-07-11T19:47:20.539Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:47:20.539Z] [2024-07-11T19:47:20.539Z] Login Succeeded [2024-07-11T19:47:20.539Z] nexus3.edgexfoundry.org:10003 [2024-07-11T19:47:20.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:47:20.539Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:47:20.539Z] Configure a credential helper to remove this warning. See [2024-07-11T19:47:20.539Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:47:20.539Z] [2024-07-11T19:47:20.539Z] Login Succeeded [2024-07-11T19:47:20.539Z] nexus3.edgexfoundry.org:10004 [2024-07-11T19:47:20.539Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:47:20.801Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:47:20.801Z] Configure a credential helper to remove this warning. See [2024-07-11T19:47:20.801Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:47:20.801Z] [2024-07-11T19:47:20.801Z] Login Succeeded [2024-07-11T19:47:20.801Z] ****.io [2024-07-11T19:47:20.801Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:47:21.062Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:47:21.062Z] Configure a credential helper to remove this warning. See [2024-07-11T19:47:21.063Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:47:21.063Z] [2024-07-11T19:47:21.063Z] Login Succeeded [2024-07-11T19:47:21.063Z] ---> ****-login.sh ends [Pipeline] } [2024-07-11T19:47:21.096Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-11T19:47:21.572Z] + 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-11T19:47:21.573Z] + dirname cmd/core-command/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-11T19:47:21.573Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-11T19:47:21.573Z] cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/core-data/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-11T19:47:21.573Z] + + dirname cmd/core-keeper/Dockerfile [2024-07-11T19:47:21.573Z] cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/core-metadata/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-bootstrapper/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-11T19:47:21.573Z] + + dirnamecut cmd/security-secretstore-setup/Dockerfile -d/ [2024-07-11T19:47:21.573Z] -f2 [2024-07-11T19:47:21.573Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-11T19:47:21.573Z] + dirname cmd/support-notifications/Dockerfile [2024-07-11T19:47:21.573Z] + cut -d/ -f2 [2024-07-11T19:47:21.573Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-11T19:47:21.573Z] + + cut -d/ -f2 [2024-07-11T19:47:21.573Z] dirname cmd/support-scheduler/Dockerfile [2024-07-11T19:47:21.573Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-11T19:47:21.630Z] 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-11T19:47:22.313Z] + git rev-list -1 --merges eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd~1..eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [Pipeline] echo [2024-07-11T19:47:22.353Z] -----------> git rev-list -1 --merges eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd~1..eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [false] [Pipeline] sh [2024-07-11T19:47:22.682Z] + git log --format=format:%s -1 eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [Pipeline] echo [2024-07-11T19:47:22.736Z] ========================================================= [2024-07-11T19:47:22.737Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-11T19:47:22.737Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-11T19:47:23.295Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-11T19:47:23.295Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-11T19:47:23.295Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-11T19:47:23.295Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-11T19:47:23.295Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-11T19:47:23.295Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-11T19:47:23.295Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T19:47:23.829Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-11T19:47:23.829Z] [2024-07-11T19:47:23.829Z] 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-11T19:47:24.227Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-11T19:47:24.227Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-11T19:47:24.227Z] b85a868b505f: Pulling fs layer [2024-07-11T19:47:24.227Z] e2be974225ed: Pulling fs layer [2024-07-11T19:47:24.227Z] 339a4e72a1f5: Pulling fs layer [2024-07-11T19:47:24.227Z] 988bab9f4d93: Pulling fs layer [2024-07-11T19:47:24.227Z] 1469e6f7b9e6: Pulling fs layer [2024-07-11T19:47:24.227Z] eaf3925da568: Pulling fs layer [2024-07-11T19:47:24.227Z] bab4dde63d76: Pulling fs layer [2024-07-11T19:47:24.227Z] bde34c3a00c8: Pulling fs layer [2024-07-11T19:47:24.227Z] b352a97aabf1: Pulling fs layer [2024-07-11T19:47:24.227Z] 4872d77fe225: Pulling fs layer [2024-07-11T19:47:24.227Z] 5851b861e8e6: Pulling fs layer [2024-07-11T19:47:24.227Z] 988bab9f4d93: Waiting [2024-07-11T19:47:24.227Z] 1469e6f7b9e6: Waiting [2024-07-11T19:47:24.227Z] eaf3925da568: Waiting [2024-07-11T19:47:24.227Z] bab4dde63d76: Waiting [2024-07-11T19:47:24.227Z] bde34c3a00c8: Waiting [2024-07-11T19:47:24.227Z] b352a97aabf1: Waiting [2024-07-11T19:47:24.227Z] 4872d77fe225: Waiting [2024-07-11T19:47:24.227Z] 5851b861e8e6: Waiting [2024-07-11T19:47:24.227Z] e2be974225ed: Download complete [2024-07-11T19:47:24.227Z] 988bab9f4d93: Verifying Checksum [2024-07-11T19:47:24.227Z] 988bab9f4d93: Download complete [2024-07-11T19:47:24.490Z] 1469e6f7b9e6: Verifying Checksum [2024-07-11T19:47:24.490Z] 1469e6f7b9e6: Download complete [2024-07-11T19:47:24.490Z] 339a4e72a1f5: Verifying Checksum [2024-07-11T19:47:24.490Z] 339a4e72a1f5: Download complete [2024-07-11T19:47:24.490Z] eaf3925da568: Verifying Checksum [2024-07-11T19:47:24.490Z] eaf3925da568: Download complete [2024-07-11T19:47:24.490Z] bde34c3a00c8: Verifying Checksum [2024-07-11T19:47:24.490Z] bde34c3a00c8: Download complete [2024-07-11T19:47:24.490Z] b352a97aabf1: Download complete [2024-07-11T19:47:24.490Z] 4872d77fe225: Download complete [2024-07-11T19:47:24.490Z] 5851b861e8e6: Verifying Checksum [2024-07-11T19:47:24.490Z] 5851b861e8e6: Download complete [2024-07-11T19:47:24.490Z] b85a868b505f: Verifying Checksum [2024-07-11T19:47:24.490Z] b85a868b505f: Download complete [2024-07-11T19:47:24.750Z] bab4dde63d76: Verifying Checksum [2024-07-11T19:47:24.750Z] bab4dde63d76: Download complete [2024-07-11T19:47:25.692Z] b85a868b505f: Pull complete [2024-07-11T19:47:25.692Z] e2be974225ed: Pull complete [2024-07-11T19:47:26.266Z] 339a4e72a1f5: Pull complete [2024-07-11T19:47:26.266Z] 988bab9f4d93: Pull complete [2024-07-11T19:47:26.528Z] 1469e6f7b9e6: Pull complete [2024-07-11T19:47:26.528Z] eaf3925da568: Pull complete [2024-07-11T19:47:28.434Z] bab4dde63d76: Pull complete [2024-07-11T19:47:28.434Z] bde34c3a00c8: Pull complete [2024-07-11T19:47:28.434Z] b352a97aabf1: Pull complete [2024-07-11T19:47:28.695Z] 4872d77fe225: Pull complete [2024-07-11T19:47:28.695Z] 5851b861e8e6: Pull complete [2024-07-11T19:47:28.695Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-11T19:47:28.695Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-11T19:47:28.695Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T19:47:28.987Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2024-07-11T19:47:29.016Z] $ 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-11T19:47:30.138Z] $ docker top 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 -eo pid,comm [2024-07-11T19:47:30.191Z] 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-11T19:47:30.191Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-11T19:47:30.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-11T19:47:30.366Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-11T19:47:30.470Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-11T19:47:30.470Z] $ docker exec 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 ssh-agent [2024-07-11T19:47:30.575Z] SSH_AUTH_SOCK=/tmp/ssh-yGVDbWFEtv8b/agent.33 [2024-07-11T19:47:30.575Z] SSH_AGENT_PID=40 [2024-07-11T19:47:30.581Z] Running ssh-add (command line suppressed) [2024-07-11T19:47:30.673Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11563537649805500578.key (/w/workspace/edgex-go/1@tmp/private_key_11563537649805500578.key) [2024-07-11T19:47:30.693Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-11T19:47:31.044Z] + git tag --points-at HEAD [Pipeline] } [2024-07-11T19:47:31.070Z] $ docker exec --env ******** --env ******** 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 ssh-agent -k [2024-07-11T19:47:31.164Z] unset SSH_AUTH_SOCK; [2024-07-11T19:47:31.165Z] unset SSH_AGENT_PID; [2024-07-11T19:47:31.165Z] echo Agent pid 40 killed; [2024-07-11T19:47:31.177Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-11T19:47:31.316Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-11T19:47:31.316Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-11T19:47:31.435Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-11T19:47:31.435Z] $ docker exec 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 ssh-agent [2024-07-11T19:47:31.544Z] SSH_AUTH_SOCK=/tmp/ssh-MvyWnwGb9bwA/agent.73 [2024-07-11T19:47:31.544Z] SSH_AGENT_PID=79 [2024-07-11T19:47:31.549Z] Running ssh-add (command line suppressed) [2024-07-11T19:47:31.642Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_13560141200417157137.key (/w/workspace/edgex-go/1@tmp/private_key_13560141200417157137.key) [2024-07-11T19:47:31.657Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-11T19:47:32.005Z] + git semver init [2024-07-11T19:47:32.265Z] 2024-07-11 19:47:32,183 [run_init] DEBUG init version:0.0.0 force:False [2024-07-11T19:47:32.265Z] 2024-07-11 19:47:32,184 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-11T19:47:32.265Z] 2024-07-11 19:47:32,185 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-11T19:47:32.265Z] 2024-07-11 19:47:32,185 [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-11T19:47:37.549Z] 2024-07-11 19:47:36,721 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,722 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4824 with force:False [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,722 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4824 [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,727 [execute] INFO git cat-file --batch-check [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,727 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,734 [execute] INFO git cat-file --batch [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,735 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-11T19:47:37.549Z] 2024-07-11 19:47:36,740 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4824 [2024-07-11T19:47:37.549Z] 0.0.0 [Pipeline] } [2024-07-11T19:47:37.577Z] $ docker exec --env ******** --env ******** 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 ssh-agent -k [2024-07-11T19:47:37.677Z] unset SSH_AUTH_SOCK; [2024-07-11T19:47:37.678Z] unset SSH_AGENT_PID; [2024-07-11T19:47:37.678Z] echo Agent pid 79 killed; [2024-07-11T19:47:37.700Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-11T19:47:38.182Z] + git semver [Pipeline] } [2024-07-11T19:47:38.467Z] $ docker stop --time=1 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 [2024-07-11T19:47:39.803Z] $ docker rm -f --volumes 89e599c7dcbc27df4a0ef3f9f5afe119b0608ca4345f796a7dc9079e2eb6c109 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-11T19:47:40.242Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-11T19:47:40.585Z] Stashed 1 file(s) [Pipeline] echo [2024-07-11T19:47:40.610Z] [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-11T19:47:41.568Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-11T19:47:41.617Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-11T19:47:41.669Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-11T19:47:41.715Z] ========================================================= [2024-07-11T19:47:41.715Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-11T19:47:41.715Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-11T19:47:42.074Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-11T19:47:42.074Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-11T19:47:42.074Z] 619be1103602: Pulling fs layer [2024-07-11T19:47:42.074Z] 7862e08f4a3e: Pulling fs layer [2024-07-11T19:47:42.074Z] 5df492c9dc93: Pulling fs layer [2024-07-11T19:47:42.074Z] 7629e6793208: Pulling fs layer [2024-07-11T19:47:42.074Z] 4f4fb700ef54: Pulling fs layer [2024-07-11T19:47:42.074Z] fb5054dd5b73: Pulling fs layer [2024-07-11T19:47:42.074Z] eeca6798cff9: Pulling fs layer [2024-07-11T19:47:42.074Z] aa269ceb94a6: Pulling fs layer [2024-07-11T19:47:42.074Z] ada007ff1a6a: Pulling fs layer [2024-07-11T19:47:42.074Z] 7629e6793208: Waiting [2024-07-11T19:47:42.074Z] 4f4fb700ef54: Waiting [2024-07-11T19:47:42.074Z] fb5054dd5b73: Waiting [2024-07-11T19:47:42.074Z] aa269ceb94a6: Waiting [2024-07-11T19:47:42.074Z] eeca6798cff9: Waiting [2024-07-11T19:47:42.074Z] ada007ff1a6a: Waiting [2024-07-11T19:47:42.074Z] 7862e08f4a3e: Download complete [2024-07-11T19:47:42.074Z] 7629e6793208: Verifying Checksum [2024-07-11T19:47:42.074Z] 7629e6793208: Download complete [2024-07-11T19:47:42.074Z] 4f4fb700ef54: Download complete [2024-07-11T19:47:42.074Z] fb5054dd5b73: Verifying Checksum [2024-07-11T19:47:42.074Z] 619be1103602: Verifying Checksum [2024-07-11T19:47:42.074Z] 619be1103602: Download complete [2024-07-11T19:47:42.074Z] eeca6798cff9: Verifying Checksum [2024-07-11T19:47:42.074Z] eeca6798cff9: Download complete [2024-07-11T19:47:42.334Z] 619be1103602: Pull complete [2024-07-11T19:47:42.334Z] ada007ff1a6a: Verifying Checksum [2024-07-11T19:47:42.334Z] ada007ff1a6a: Download complete [2024-07-11T19:47:42.334Z] 7862e08f4a3e: Pull complete [2024-07-11T19:47:42.594Z] 5df492c9dc93: Verifying Checksum [2024-07-11T19:47:42.594Z] 5df492c9dc93: Download complete [2024-07-11T19:47:42.853Z] aa269ceb94a6: Verifying Checksum [2024-07-11T19:47:42.853Z] aa269ceb94a6: Download complete [2024-07-11T19:47:45.390Z] 5df492c9dc93: Pull complete [2024-07-11T19:47:45.390Z] 7629e6793208: Pull complete [2024-07-11T19:47:45.390Z] 4f4fb700ef54: Pull complete [2024-07-11T19:47:45.390Z] fb5054dd5b73: Pull complete [2024-07-11T19:47:45.649Z] eeca6798cff9: Pull complete [2024-07-11T19:47:47.553Z] aa269ceb94a6: Pull complete [2024-07-11T19:47:48.122Z] ada007ff1a6a: Pull complete [2024-07-11T19:47:48.122Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-11T19:47:48.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-11T19:47:48.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-11T19:47:48.500Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-11T19:47:48.500Z] WORKDIR /edgex [2024-07-11T19:47:48.500Z] COPY go.mod . [2024-07-11T19:47:48.500Z] RUN go mod download [2024-07-11T19:47:48.500Z] + docker build -t ci-base-image-x86_64 -f - . [2024-07-11T19:47:49.067Z] Sending build context to Docker daemon 178.6MB [2024-07-11T19:47:49.067Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-11T19:47:49.067Z] ---> f489d0715acc [2024-07-11T19:47:49.067Z] Step 2/4 : WORKDIR /edgex [2024-07-11T19:47:50.450Z] ---> Running in ca9ce1cc0256 [2024-07-11T19:47:50.709Z] Removing intermediate container ca9ce1cc0256 [2024-07-11T19:47:50.709Z] ---> b3eb14f54855 [2024-07-11T19:47:50.709Z] Step 3/4 : COPY go.mod . [2024-07-11T19:47:50.709Z] ---> 653e4fc6e80d [2024-07-11T19:47:50.709Z] Step 4/4 : RUN go mod download [2024-07-11T19:47:50.709Z] ---> Running in 04ad6d24eb13 [2024-07-11T19:47:56.049Z] Still waiting to schedule task [2024-07-11T19:47:56.049Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-11T19:48:12.652Z] Removing intermediate container 04ad6d24eb13 [2024-07-11T19:48:12.652Z] ---> bbf4e6a38119 [2024-07-11T19:48:12.652Z] Successfully built bbf4e6a38119 [2024-07-11T19:48:12.652Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T19:48:13.057Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-11T19:48:13.057Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T19:48:13.234Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2024-07-11T19:48:13.261Z] $ 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-11T19:48:13.620Z] $ docker top 68f9aff4fbbbfac0f318f4fa55b9445df7f050e4c6964de010603fd48c71b7f8 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-11T19:48:14.039Z] + go version [2024-07-11T19:48:14.039Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-11T19:48:14.076Z] $ docker stop --time=1 68f9aff4fbbbfac0f318f4fa55b9445df7f050e4c6964de010603fd48c71b7f8 [2024-07-11T19:48:15.340Z] $ docker rm -f --volumes 68f9aff4fbbbfac0f318f4fa55b9445df7f050e4c6964de010603fd48c71b7f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T19:48:16.170Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-11T19:48:16.170Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T19:48:16.367Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2024-07-11T19:48:16.393Z] $ 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-11T19:48:16.718Z] $ docker top 42b29fd974c0d34ef3b431a77aa41c31ec97fd3d56e2547bf7bc617eda7ede81 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-11T19:48:16.872Z] ========================================================= [2024-07-11T19:48:16.872Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-11T19:48:16.872Z] ========================================================= [Pipeline] sh [2024-07-11T19:48:17.178Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-11T19:48:17.558Z] + make test [2024-07-11T19:48:17.558Z] go test -race -coverprofile=coverage.out ./... [2024-07-11T19:48:25.678Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-11T19:48:57.756Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-11T19:48:58.322Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.019s coverage: 28.7% of statements [2024-07-11T19:48:58.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-11T19:48:58.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-11T19:48:58.887Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-11T19:48:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-11T19:48:59.455Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-11T19:48:59.713Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-11T19:48:59.972Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-11T19:49:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-11T19:49:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:49:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-11T19:49:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-11T19:49:01.347Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-11T19:49:02.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-11T19:49:02.722Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-11T19:49:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.056s coverage: 69.2% of statements [2024-07-11T19:49:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.030s coverage: 53.2% of statements [2024-07-11T19:49:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.578s coverage: 93.4% of statements [2024-07-11T19:49:02.722Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.041s coverage: 91.7% of statements [2024-07-11T19:49:03.656Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.046s coverage: 6.5% of statements [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-11T19:49:04.590Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-11T19:49:05.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.325s coverage: 95.8% of statements [2024-07-11T19:49:05.968Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.031s coverage: 72.2% of statements [2024-07-11T19:49:06.226Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-11T19:49:06.226Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-11T19:49:07.602Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.8% of statements [2024-07-11T19:49:07.602Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.029s coverage: 32.2% of statements [2024-07-11T19:49:07.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.025s coverage: 41.7% of statements [2024-07-11T19:49:07.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.032s coverage: 77.8% of statements [2024-07-11T19:49:07.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.016s coverage: 94.1% of statements [2024-07-11T19:49:07.602Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.031s coverage: 96.3% of statements [2024-07-11T19:49:08.168Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.021s coverage: 87.5% of statements [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-11T19:49:08.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-11T19:49:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-11T19:49:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-11T19:49:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-11T19:49:09.804Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-11T19:49:10.064Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-11T19:49:10.065Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-11T19:49:10.638Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-11T19:49:12.014Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-11T19:49:12.583Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-11T19:49:13.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-11T19:49:13.964Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-11T19:49:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-11T19:49:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-11T19:49:16.499Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-11T19:49:17.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-11T19:49:17.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-11T19:49:17.876Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-11T19:49:18.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-11T19:49:18.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-11T19:49:18.137Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-11T19:49:18.137Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-11T19:49:19.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-11T19:49:19.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-11T19:49:19.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-11T19:49:19.518Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-11T19:49:20.088Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.031s coverage: 94.4% of statements [2024-07-11T19:49:21.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-11T19:49:21.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:49:21.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-11T19:49:21.028Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-11T19:49:22.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-11T19:49:22.007Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-11T19:49:22.943Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-11T19:49:22.943Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:49:31.354Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5372 in /w/workspace/edgexfoundry_edgex-go_PR-4824 [Pipeline] { [Pipeline] ws [2024-07-11T19:49:31.434Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.248s coverage: 79.9% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.039s coverage: 92.9% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.059s coverage: 64.4% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.030s coverage: 62.3% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.096s coverage: 87.2% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 20.0% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.017s coverage: 100.0% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.062s coverage: 81.8% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.064s coverage: 82.1% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.017s coverage: 86.0% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.117s coverage: 63.1% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.027s coverage: 89.4% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.015s coverage: 100.0% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.020s coverage: 73.7% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.015s coverage: 100.0% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.132s coverage: 38.4% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.019s coverage: 89.5% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.021s coverage: 84.8% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.042s coverage: 19.9% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.110s coverage: 95.7% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.027s coverage: 61.8% of statements [2024-07-11T19:49:32.926Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.060s coverage: 98.9% of statements [2024-07-11T19:49:32.926Z] 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-11T19:49:33.185Z] running golangci-lint [2024-07-11T19:49:33.185Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-11T19:49:33.185Z] go version go1.21.9 linux/amd64 [2024-07-11T19:49:33.443Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-11T19:49:33.443Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-11T19:49:34.552Z] The recommended git tool is: git [2024-07-11T19:49:42.421Z] using credential edgex-jenkins-ssh [2024-07-11T19:49:42.449Z] Cloning the remote Git repository [2024-07-11T19:49:42.502Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-11T19:49:42.657Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-11T19:49:42.814Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-11T19:49:42.815Z] > git --version # timeout=10 [2024-07-11T19:49:42.854Z] > git --version # 'git version 2.25.1' [2024-07-11T19:49:42.859Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-11T19:49:43.031Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-11T19:49:55.373Z] level=info msg="[loader] Go packages loading at mode 575 (exports_file|files|compiled_files|deps|imports|name|types_sizes) took 19.364471948s" [2024-07-11T19:49:55.373Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 52.395528ms" [2024-07-11T19:50:00.551Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-11T19:50:00.579Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-11T19:50:02.085Z] Merging remotes/origin/main commit 059044cd19e7cd756841b4b22dae69fa09f54287 into PR head commit eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [2024-07-11T19:50:02.492Z] Merge succeeded, producing eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [2024-07-11T19:50:02.492Z] Checking out Revision eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd (PR-4824) [2024-07-11T19:50:03.199Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2024-07-11T19:50:03.239Z] > git --version # timeout=10 [2024-07-11T19:50:03.250Z] > git --version # 'git version 2.25.1' [2024-07-11T19:50:03.263Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-11T19:50:03.477Z] level=info msg="[linters_context/goanalysis] analyzers took 1m31.00104237s with top 10 stages: buildir: 44.168705812s, gosec: 7.543217845s, inspect: 2.701378492s, fact_deprecated: 2.064780412s, printf: 1.792345015s, fact_purity: 1.203747828s, ctrlflow: 1.168108215s, S1038: 1.070491909s, nilness: 928.2817ms, isgenerated: 901.160564ms" [2024-07-11T19:50:03.477Z] level=info msg="[runner] Issues before processing: 209, after processing: 0" [2024-07-11T19:50:03.477Z] level=info msg="[runner] Processors filtering stat (out/in): path_prettifier: 209/209, skip_files: 209/209, autogenerated_exclude: 209/209, exclude-rules: 21/209, filename_unadjuster: 209/209, exclude: 209/209, nolint: 0/21, cgo: 209/209, identifier_marker: 209/209, skip_dirs: 209/209" [2024-07-11T19:50:03.477Z] level=info msg="[runner] processing took 17.70648ms with stages: nolint: 7.960573ms, identifier_marker: 4.745658ms, exclude-rules: 1.838463ms, autogenerated_exclude: 1.546223ms, path_prettifier: 1.091751ms, skip_dirs: 466.591µs, cgo: 33.831µs, filename_unadjuster: 18.97µs, max_same_issues: 1.11µs, sort_results: 390ns, fixer: 390ns, skip_files: 390ns, uniq_by_line: 330ns, path_shortener: 320ns, exclude: 300ns, source_code: 270ns, diff: 260ns, severity-rules: 260ns, max_from_linter: 170ns, max_per_file_from_linter: 120ns, path_prefixer: 110ns" [2024-07-11T19:50:03.477Z] level=info msg="[runner] linters took 9.674728259s with stages: goanalysis_metalinter: 9.656891169s" [2024-07-11T19:50:03.477Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-11T19:50:03.477Z] level=info msg="Memory: 289 samples, avg is 269.6MB, max is 1371.2MB" [2024-07-11T19:50:03.477Z] level=info msg="Execution took 29.100382563s" [2024-07-11T19:50:03.477Z] go vet ./... [2024-07-11T19:50:01.425Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-11T19:50:01.476Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-11T19:50:01.477Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-11T19:50:01.506Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4824/head:refs/remotes/origin/PR-4824 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-11T19:50:02.097Z] > git config core.sparsecheckout # timeout=10 [2024-07-11T19:50:02.151Z] > git checkout -f eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd # timeout=10 [2024-07-11T19:50:02.390Z] > git remote # timeout=10 [2024-07-11T19:50:02.407Z] > git config --get remote.origin.url # timeout=10 [2024-07-11T19:50:02.429Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-11T19:50:02.448Z] > git merge 059044cd19e7cd756841b4b22dae69fa09f54287 # timeout=10 [2024-07-11T19:50:02.472Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-11T19:50:02.502Z] > git config core.sparsecheckout # timeout=10 [2024-07-11T19:50:02.520Z] > git checkout -f eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-11T19:50:08.157Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-11T19:50:08.157Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-11T19:50:08.157Z] Dload Upload Total Spent Left Speed [2024-07-11T19:50:08.157Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 92956 0 --:--:-- --:--:-- --:--:-- 93635 [Pipeline] sh [2024-07-11T19:50:08.504Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-11T19:50:08.730Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-11T19:50:08.730Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-11T19:50:08.730Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-11T19:50:08.774Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-11T19:50:08.848Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-11T19:50:08.848Z] + sudo tee /etc/docker/daemon.new [2024-07-11T19:50:08.848Z] { [2024-07-11T19:50:08.848Z] "registry-mirrors": [ [2024-07-11T19:50:08.848Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-11T19:50:08.848Z] ], [2024-07-11T19:50:08.848Z] "bip": "10.250.0.254/24", [2024-07-11T19:50:08.848Z] "hosts": [ [2024-07-11T19:50:08.848Z] "tcp://0.0.0.0:5555", [2024-07-11T19:50:08.848Z] "unix:///var/run/docker.sock" [2024-07-11T19:50:08.848Z] ], [2024-07-11T19:50:08.848Z] "mtu": 1458, [2024-07-11T19:50:08.848Z] "selinux-enabled": true, [2024-07-11T19:50:08.848Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-11T19:50:08.848Z] } [Pipeline] sh [2024-07-11T19:50:09.226Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-11T19:50:09.412Z] + ls -al . [2024-07-11T19:50:09.413Z] total 840 [2024-07-11T19:50:09.413Z] drwxrwxr-x 11 1001 1001 4096 Jul 11 19:48 . [2024-07-11T19:50:09.413Z] drwxr-xr-x 4 root root 4096 Jul 11 19:48 .. [2024-07-11T19:50:09.413Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 19:47 .blubracket [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 10 Jul 11 19:47 .dockerignore [2024-07-11T19:50:09.413Z] drwxrwxr-x 8 1001 1001 4096 Jul 11 19:49 .git [2024-07-11T19:50:09.413Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 19:47 .github [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 1102 Jul 11 19:47 .gitignore [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 42 Jul 11 19:47 .golangci.yml [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 100 Jul 11 19:47 .hadolint.yml [2024-07-11T19:50:09.413Z] drwxr-xr-x 3 1001 1001 4096 Jul 11 19:47 .semver [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 155 Jul 11 19:47 .sonarcloud.properties [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 1171 Jul 11 19:47 ADOPTERS.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 20361 Jul 11 19:47 Attribution.txt [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 100284 Jul 11 19:47 CHANGELOG.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 3804 Jul 11 19:47 CONTRIBUTING.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 677 Jul 11 19:47 GOVERNANCE.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 861 Jul 11 19:47 Jenkinsfile [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 10775 Jul 11 19:47 LICENSE [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 16051 Jul 11 19:47 Makefile [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 582 Jul 11 19:47 OWNERS.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 9528 Jul 11 19:47 README.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 789 Jul 11 19:47 SECURITY.md [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 5 Jul 11 19:47 VERSION [2024-07-11T19:50:09.413Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 19:47 bin [2024-07-11T19:50:09.413Z] drwxrwxr-x 19 1001 1001 4096 Jul 11 19:47 cmd [2024-07-11T19:50:09.413Z] -rw-r--r-- 1 root root 481595 Jul 11 19:49 coverage.out [2024-07-11T19:50:09.413Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 19:47 fuzz_test [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 6911 Jul 11 19:47 go.mod [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 101537 Jul 11 19:47 go.sum [2024-07-11T19:50:09.413Z] drwxrwxr-x 7 1001 1001 4096 Jul 11 19:47 internal [2024-07-11T19:50:09.413Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 19:47 openapi [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 584 Jul 11 19:47 security.txt [2024-07-11T19:50:09.413Z] -rw-rw-r-- 1 1001 1001 204 Jul 11 19:47 version.go [Pipeline] sh [2024-07-11T19:50:09.578Z] + sudo service docker restart [2024-07-11T19:50:09.732Z] + '[' -e coverage.out ] [2024-07-11T19:50:09.732Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-11T19:50:09.864Z] Stashed 1 file(s) [Pipeline] sh [2024-07-11T19:50:10.169Z] + make build [2024-07-11T19:50:10.169Z] 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-11T19:50:27.891Z] provisioning config files... [2024-07-11T19:50:27.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config11017714456986330348tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-11T19:50:28.406Z] ---> ****-login.sh [2024-07-11T19:50:28.406Z] nexus3.edgexfoundry.org:10001 [2024-07-11T19:50:28.676Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:50:28.946Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:50:28.946Z] Configure a credential helper to remove this warning. See [2024-07-11T19:50:28.946Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:50:28.946Z] [2024-07-11T19:50:28.946Z] Login Succeeded [2024-07-11T19:50:28.946Z] nexus3.edgexfoundry.org:10002 [2024-07-11T19:50:29.214Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:50:29.214Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:50:29.214Z] Configure a credential helper to remove this warning. See [2024-07-11T19:50:29.214Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:50:29.214Z] [2024-07-11T19:50:29.214Z] Login Succeeded [2024-07-11T19:50:29.482Z] nexus3.edgexfoundry.org:10003 [2024-07-11T19:50:29.482Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:50:29.755Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:50:29.755Z] Configure a credential helper to remove this warning. See [2024-07-11T19:50:29.755Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:50:29.755Z] [2024-07-11T19:50:29.755Z] Login Succeeded [2024-07-11T19:50:29.755Z] nexus3.edgexfoundry.org:10004 [2024-07-11T19:50:30.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:50:30.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:50:30.024Z] Configure a credential helper to remove this warning. See [2024-07-11T19:50:30.024Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:50:30.024Z] [2024-07-11T19:50:30.024Z] Login Succeeded [2024-07-11T19:50:30.024Z] ****.io [2024-07-11T19:50:30.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-11T19:50:30.559Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-11T19:50:30.560Z] Configure a credential helper to remove this warning. See [2024-07-11T19:50:30.560Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-11T19:50:30.560Z] [2024-07-11T19:50:30.560Z] Login Succeeded [2024-07-11T19:50:30.560Z] ---> ****-login.sh ends [Pipeline] } [2024-07-11T19:50:30.598Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-11T19:50:31.346Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-11T19:50:31.401Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-11T19:50:31.450Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-11T19:50:31.501Z] ========================================================= [2024-07-11T19:50:31.501Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-11T19:50:31.501Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-11T19:50:31.896Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-11T19:50:32.103Z] 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-11T19:50:32.103Z] 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-11T19:50:32.172Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-11T19:50:32.172Z] c6b39de5b339: Pulling fs layer [2024-07-11T19:50:32.172Z] a69c41024577: Pulling fs layer [2024-07-11T19:50:32.172Z] d6de4b400683: Pulling fs layer [2024-07-11T19:50:32.172Z] 35cb2a7552d0: Pulling fs layer [2024-07-11T19:50:32.172Z] 4f4fb700ef54: Pulling fs layer [2024-07-11T19:50:32.172Z] 464afbd9ba4c: Pulling fs layer [2024-07-11T19:50:32.172Z] 00f215d4a9da: Pulling fs layer [2024-07-11T19:50:32.172Z] d496ad576159: Pulling fs layer [2024-07-11T19:50:32.172Z] 464afbd9ba4c: Waiting [2024-07-11T19:50:32.172Z] 35cb2a7552d0: Waiting [2024-07-11T19:50:32.172Z] d496ad576159: Waiting [2024-07-11T19:50:32.172Z] 00f215d4a9da: Waiting [2024-07-11T19:50:32.172Z] 4f4fb700ef54: Waiting [2024-07-11T19:50:32.172Z] a69c41024577: Verifying Checksum [2024-07-11T19:50:32.172Z] a69c41024577: Download complete [2024-07-11T19:50:32.172Z] 35cb2a7552d0: Verifying Checksum [2024-07-11T19:50:32.172Z] 35cb2a7552d0: Download complete [2024-07-11T19:50:32.172Z] 4f4fb700ef54: Verifying Checksum [2024-07-11T19:50:32.172Z] 4f4fb700ef54: Download complete [2024-07-11T19:50:32.172Z] c6b39de5b339: Verifying Checksum [2024-07-11T19:50:32.172Z] c6b39de5b339: Download complete [2024-07-11T19:50:32.172Z] 464afbd9ba4c: Verifying Checksum [2024-07-11T19:50:32.172Z] 464afbd9ba4c: Download complete [2024-07-11T19:50:32.762Z] d496ad576159: Verifying Checksum [2024-07-11T19:50:32.762Z] d496ad576159: Download complete [2024-07-11T19:50:33.033Z] c6b39de5b339: Pull complete [2024-07-11T19:50:33.041Z] 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-11T19:50:33.607Z] 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-11T19:50:33.622Z] a69c41024577: Pull complete [2024-07-11T19:50:34.224Z] d6de4b400683: Verifying Checksum [2024-07-11T19:50:34.224Z] d6de4b400683: Download complete [2024-07-11T19:50:34.982Z] 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-11T19:50:35.190Z] 00f215d4a9da: Verifying Checksum [2024-07-11T19:50:35.190Z] 00f215d4a9da: Download complete [2024-07-11T19:50:39.167Z] 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-11T19:50:40.545Z] 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-11T19:50:42.449Z] 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-11T19:50:43.017Z] 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-11T19:50:43.587Z] 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-11T19:50:44.534Z] 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-11T19:50:45.102Z] 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-11T19:50:46.061Z] $ docker stop --time=1 42b29fd974c0d34ef3b431a77aa41c31ec97fd3d56e2547bf7bc617eda7ede81 [2024-07-11T19:50:47.503Z] d6de4b400683: Pull complete [2024-07-11T19:50:47.503Z] 35cb2a7552d0: Pull complete [2024-07-11T19:50:47.503Z] 4f4fb700ef54: Pull complete [2024-07-11T19:50:47.503Z] 464afbd9ba4c: Pull complete [2024-07-11T19:50:52.408Z] $ docker rm -f --volumes 42b29fd974c0d34ef3b431a77aa41c31ec97fd3d56e2547bf7bc617eda7ede81 [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-11T19:50:53.995Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-11T19:50:53.995Z] [2024-07-11T19:50:53.995Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T19:50:54.393Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-11T19:50:54.394Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-11T19:50:54.394Z] 91d30c5bc195: Pulling fs layer [2024-07-11T19:50:54.394Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-11T19:50:54.394Z] 9c61dcf015f6: Pulling fs layer [2024-07-11T19:50:54.394Z] 4698f68db338: Pulling fs layer [2024-07-11T19:50:54.394Z] 2a2f49069b9e: Pulling fs layer [2024-07-11T19:50:54.394Z] e0025b399a48: Pulling fs layer [2024-07-11T19:50:54.394Z] 4698f68db338: Waiting [2024-07-11T19:50:54.394Z] 2a2f49069b9e: Waiting [2024-07-11T19:50:54.655Z] 91d30c5bc195: Verifying Checksum [2024-07-11T19:50:54.655Z] 91d30c5bc195: Download complete [2024-07-11T19:50:54.655Z] 4698f68db338: Verifying Checksum [2024-07-11T19:50:54.655Z] 4698f68db338: Download complete [2024-07-11T19:50:54.655Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-11T19:50:54.655Z] 2e9b0aa3be6d: Download complete [2024-07-11T19:50:54.655Z] e0025b399a48: Verifying Checksum [2024-07-11T19:50:54.655Z] e0025b399a48: Download complete [2024-07-11T19:50:54.655Z] 91d30c5bc195: Pull complete [2024-07-11T19:50:54.915Z] 2a2f49069b9e: Download complete [2024-07-11T19:50:54.915Z] 2e9b0aa3be6d: Pull complete [2024-07-11T19:50:55.173Z] 9c61dcf015f6: Verifying Checksum [2024-07-11T19:50:55.173Z] 9c61dcf015f6: Download complete [2024-07-11T19:50:57.586Z] 00f215d4a9da: Pull complete [2024-07-11T19:50:57.703Z] 9c61dcf015f6: Pull complete [2024-07-11T19:50:57.703Z] 4698f68db338: Pull complete [2024-07-11T19:50:58.182Z] d496ad576159: Pull complete [2024-07-11T19:50:58.182Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-11T19:50:58.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-11T19:50:58.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [2024-07-11T19:50:58.268Z] 2a2f49069b9e: Pull complete [2024-07-11T19:50:58.268Z] e0025b399a48: Pull complete [2024-07-11T19:50:58.268Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-11T19:50:58.268Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-11T19:50:58.268Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] sh [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T19:50:58.590Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-11T19:50:58.590Z] WORKDIR /edgex [2024-07-11T19:50:58.590Z] COPY go.mod . [2024-07-11T19:50:58.590Z] RUN go mod download [2024-07-11T19:50:58.590Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-11T19:50:58.646Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2024-07-11T19:50:58.697Z] $ 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-11T19:50:59.180Z] Sending build context to Docker daemon 3.185MB [2024-07-11T19:50:59.180Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-11T19:50:59.180Z] ---> f246e2811388 [2024-07-11T19:50:59.180Z] Step 2/4 : WORKDIR /edgex [2024-07-11T19:51:01.121Z] ---> Running in f9b1c2d14c91 [2024-07-11T19:51:01.121Z] Removing intermediate container f9b1c2d14c91 [2024-07-11T19:51:01.121Z] ---> 8c8e5c14fa93 [2024-07-11T19:51:01.121Z] Step 3/4 : COPY go.mod . [2024-07-11T19:51:01.708Z] ---> 59d56012c682 [2024-07-11T19:51:01.708Z] Step 4/4 : RUN go mod download [2024-07-11T19:51:01.708Z] ---> Running in 29ec08d2cce9 [2024-07-11T19:51:03.061Z] $ docker top b5953de4c5d3265adb7cd37262451928a7095f760b82f154a7dc30c172edd5e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-11T19:51:03.675Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-11T19:51:06.217Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #1 transferring dockerfile: 1.93kB done [2024-07-11T19:51:06.217Z] #1 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #2 [support-notifications internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #2 transferring dockerfile: 1.95kB done [2024-07-11T19:51:06.217Z] #2 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #3 [core-command internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #3 transferring dockerfile: 1.93kB done [2024-07-11T19:51:06.217Z] #3 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #4 [security-spire-agent internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #4 transferring dockerfile: 1.81kB done [2024-07-11T19:51:06.217Z] #4 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #5 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #5 transferring dockerfile: 2.15kB done [2024-07-11T19:51:06.217Z] #5 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #6 transferring dockerfile: 2.49kB done [2024-07-11T19:51:06.217Z] #6 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #7 transferring dockerfile: 2.93kB done [2024-07-11T19:51:06.217Z] #7 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #8 [core-metadata internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #8 transferring dockerfile: 2.06kB done [2024-07-11T19:51:06.217Z] #8 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #9 [core-data internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #9 transferring dockerfile: 2.01kB done [2024-07-11T19:51:06.217Z] #9 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #10 [security-spire-server internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #10 transferring dockerfile: 1.70kB done [2024-07-11T19:51:06.217Z] #10 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #11 [core-keeper internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #11 transferring dockerfile: 2.01kB done [2024-07-11T19:51:06.217Z] #11 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #12 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #12 transferring dockerfile: 1.89kB done [2024-07-11T19:51:06.217Z] #12 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #13 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #13 transferring dockerfile: 2.23kB done [2024-07-11T19:51:06.217Z] #13 DONE 0.1s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #14 [security-spire-config internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #14 transferring dockerfile: 1.69kB done [2024-07-11T19:51:06.217Z] #14 DONE 0.1s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-11T19:51:06.217Z] #15 transferring dockerfile: 2.50kB done [2024-07-11T19:51:06.217Z] #15 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #16 [support-scheduler internal] load .dockerignore [2024-07-11T19:51:06.217Z] #16 transferring context: 50B done [2024-07-11T19:51:06.217Z] #16 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #17 [support-notifications internal] load .dockerignore [2024-07-11T19:51:06.217Z] #17 transferring context: 50B done [2024-07-11T19:51:06.217Z] #17 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #18 [core-command internal] load .dockerignore [2024-07-11T19:51:06.217Z] #18 transferring context: 50B done [2024-07-11T19:51:06.217Z] #18 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #19 [security-spire-agent internal] load .dockerignore [2024-07-11T19:51:06.217Z] #19 transferring context: 50B done [2024-07-11T19:51:06.217Z] #19 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #20 [security-proxy-auth internal] load .dockerignore [2024-07-11T19:51:06.217Z] #20 transferring context: 50B done [2024-07-11T19:51:06.217Z] #20 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #21 [security-secretstore-setup internal] load .dockerignore [2024-07-11T19:51:06.217Z] #21 transferring context: 50B done [2024-07-11T19:51:06.217Z] #21 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #22 [security-bootstrapper internal] load .dockerignore [2024-07-11T19:51:06.217Z] #22 transferring context: 50B done [2024-07-11T19:51:06.217Z] #22 DONE 0.0s [2024-07-11T19:51:06.217Z] [2024-07-11T19:51:06.217Z] #23 [core-metadata internal] load .dockerignore [2024-07-11T19:51:06.477Z] #23 transferring context: 50B done [2024-07-11T19:51:06.477Z] #23 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #24 [core-data internal] load .dockerignore [2024-07-11T19:51:06.477Z] #24 transferring context: 50B done [2024-07-11T19:51:06.477Z] #24 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #25 [security-spire-server internal] load .dockerignore [2024-07-11T19:51:06.477Z] #25 transferring context: 50B done [2024-07-11T19:51:06.477Z] #25 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #26 [core-keeper internal] load .dockerignore [2024-07-11T19:51:06.477Z] #26 transferring context: 50B done [2024-07-11T19:51:06.477Z] #26 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #27 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-11T19:51:06.477Z] #27 transferring context: 50B done [2024-07-11T19:51:06.477Z] #27 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #28 [security-spiffe-token-provider internal] load .dockerignore [2024-07-11T19:51:06.477Z] #28 transferring context: 50B done [2024-07-11T19:51:06.477Z] #28 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #29 [security-spire-config internal] load .dockerignore [2024-07-11T19:51:06.477Z] #29 transferring context: 50B done [2024-07-11T19:51:06.477Z] #29 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #30 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:06.477Z] #30 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #31 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T19:51:06.477Z] #31 DONE 0.1s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #32 [security-proxy-setup internal] load .dockerignore [2024-07-11T19:51:06.477Z] #32 transferring context: 50B done [2024-07-11T19:51:06.477Z] #32 DONE 0.0s [2024-07-11T19:51:06.477Z] [2024-07-11T19:51:06.477Z] #33 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:06.477Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:06.736Z] #33 ... [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:06.736Z] #30 DONE 0.0s [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #33 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:06.736Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:06.736Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T19:51:06.736Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-11T19:51:06.736Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-11T19:51:06.736Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s [2024-07-11T19:51:06.736Z] #33 ... [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #30 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:06.736Z] #30 DONE 0.0s [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #33 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:06.736Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:06.736Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T19:51:06.736Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-11T19:51:06.736Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-11T19:51:06.736Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-11T19:51:06.736Z] #33 ... [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #30 [core-data internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:06.736Z] #30 DONE 0.0s [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #31 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T19:51:06.736Z] #31 DONE 0.2s [2024-07-11T19:51:06.736Z] [2024-07-11T19:51:06.736Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:06.736Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:06.736Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T19:51:06.736Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-11T19:51:06.736Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-11T19:51:06.736Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-11T19:51:06.994Z] #33 ... [2024-07-11T19:51:06.994Z] [2024-07-11T19:51:06.994Z] #30 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:06.994Z] #30 DONE 0.0s [2024-07-11T19:51:06.994Z] [2024-07-11T19:51:06.994Z] #33 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:06.994Z] #33 ... [2024-07-11T19:51:06.994Z] [2024-07-11T19:51:06.994Z] #30 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:06.994Z] #30 DONE 0.0s [2024-07-11T19:51:06.994Z] [2024-07-11T19:51:06.994Z] #33 [core-keeper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:06.994Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:06.994Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T19:51:06.994Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-11T19:51:06.994Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-11T19:51:06.994Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-11T19:51:06.994Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-11T19:51:07.251Z] #33 ... [2024-07-11T19:51:07.251Z] [2024-07-11T19:51:07.252Z] #30 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-11T19:51:07.252Z] #30 DONE 0.0s [2024-07-11T19:51:07.252Z] [2024-07-11T19:51:07.252Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T19:51:07.252Z] #31 DONE 0.4s [2024-07-11T19:51:07.252Z] [2024-07-11T19:51:07.252Z] #33 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:07.252Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:07.252Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T19:51:07.252Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-11T19:51:07.252Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-11T19:51:07.252Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-11T19:51:07.252Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-11T19:51:07.511Z] #33 ... [2024-07-11T19:51:07.511Z] [2024-07-11T19:51:07.511Z] #34 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-11T19:51:07.511Z] #34 DONE 0.8s [2024-07-11T19:51:07.511Z] [2024-07-11T19:51:07.511Z] #35 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-11T19:51:07.511Z] #35 DONE 0.8s [2024-07-11T19:51:07.511Z] [2024-07-11T19:51:07.511Z] #33 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T19:51:07.511Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T19:51:07.511Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T19:51:07.511Z] #33 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-11T19:51:07.511Z] #33 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-11T19:51:07.511Z] #33 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.1s done [2024-07-11T19:51:07.511Z] #33 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-11T19:51:07.511Z] #33 DONE 1.1s [2024-07-11T19:51:07.511Z] [2024-07-11T19:51:07.511Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:07.511Z] #36 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 0.1s done [2024-07-11T19:51:07.772Z] #36 ... [2024-07-11T19:51:07.772Z] [2024-07-11T19:51:07.772Z] #37 [security-spire-server internal] load build context [2024-07-11T19:51:07.772Z] #37 transferring context: 26.79kB 0.0s done [2024-07-11T19:51:07.772Z] #37 DONE 0.4s [2024-07-11T19:51:07.772Z] [2024-07-11T19:51:07.772Z] #38 [security-spire-agent internal] load build context [2024-07-11T19:51:07.772Z] #38 transferring context: 26.32kB 0.0s done [2024-07-11T19:51:07.772Z] #38 DONE 0.4s [2024-07-11T19:51:07.772Z] [2024-07-11T19:51:07.772Z] #39 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-11T19:51:07.772Z] #39 DONE 1.4s [2024-07-11T19:51:08.030Z] [2024-07-11T19:51:08.030Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:08.030Z] #36 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-11T19:51:08.030Z] #36 sha256:635ef0c15e5d10109d5e7842c7878c49c6edc3c6cbe33257f9a5a7800c36b8fc 1.05kB / 1.05kB done [2024-07-11T19:51:08.288Z] #36 ... [2024-07-11T19:51:08.288Z] [2024-07-11T19:51:08.288Z] #40 [security-spire-config internal] load build context [2024-07-11T19:51:08.288Z] #40 transferring context: 25.04kB 0.0s done [2024-07-11T19:51:08.288Z] #40 DONE 0.7s [2024-07-11T19:51:08.288Z] [2024-07-11T19:51:08.288Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:08.288Z] #36 sha256:f06f2a9c40ea2056071ef771db8c4b95d1d0e61577823e720fa62a66291ecd43 1.60kB / 1.60kB done [2024-07-11T19:51:13.556Z] #36 ... [2024-07-11T19:51:13.556Z] [2024-07-11T19:51:13.556Z] #41 [support-scheduler internal] load build context [2024-07-11T19:51:13.557Z] #41 transferring context: 372.95MB 6.8s [2024-07-11T19:51:13.814Z] #41 ... [2024-07-11T19:51:13.814Z] [2024-07-11T19:51:13.814Z] #42 [core-command internal] load build context [2024-07-11T19:51:14.076Z] #42 ... [2024-07-11T19:51:14.076Z] [2024-07-11T19:51:14.076Z] #41 [support-scheduler internal] load build context [2024-07-11T19:51:14.333Z] #41 transferring context: 439.76MB 7.8s done [2024-07-11T19:51:16.877Z] #41 ... [2024-07-11T19:51:16.877Z] [2024-07-11T19:51:16.877Z] #43 [support-notifications internal] load build context [2024-07-11T19:51:16.877Z] #43 transferring context: 439.76MB 8.9s done [2024-07-11T19:51:16.877Z] #43 ... [2024-07-11T19:51:16.877Z] [2024-07-11T19:51:16.877Z] #44 [core-data internal] load build context [2024-07-11T19:51:16.877Z] #44 transferring context: 439.76MB 9.2s done [2024-07-11T19:51:17.135Z] #44 ... [2024-07-11T19:51:17.135Z] [2024-07-11T19:51:17.135Z] #45 [security-proxy-auth internal] load build context [2024-07-11T19:51:17.135Z] #45 transferring context: 439.76MB 8.1s done [2024-07-11T19:51:17.135Z] #45 ... [2024-07-11T19:51:17.135Z] [2024-07-11T19:51:17.135Z] #46 [security-spiffe-token-provider internal] load build context [2024-07-11T19:51:17.135Z] #46 transferring context: 439.76MB 8.8s done [2024-07-11T19:51:17.394Z] #46 ... [2024-07-11T19:51:17.394Z] [2024-07-11T19:51:17.394Z] #47 [core-metadata internal] load build context [2024-07-11T19:51:17.394Z] #47 transferring context: 439.76MB 8.6s done [2024-07-11T19:51:17.394Z] #47 ... [2024-07-11T19:51:17.394Z] [2024-07-11T19:51:17.394Z] #48 [security-secretstore-setup internal] load build context [2024-07-11T19:51:17.394Z] #48 transferring context: 439.76MB 7.9s done [2024-07-11T19:51:17.652Z] #48 ... [2024-07-11T19:51:17.652Z] [2024-07-11T19:51:17.652Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-11T19:51:17.652Z] #0 1.416 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:17.652Z] #0 1.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:17.652Z] #0 1.833 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:17.652Z] #0 1.836 (2/2) Installing su-exec (0.2-r3) [2024-07-11T19:51:17.652Z] #0 1.838 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:17.652Z] #0 1.847 OK: 7 MiB in 17 packages [2024-07-11T19:51:17.911Z] #49 ... [2024-07-11T19:51:17.911Z] [2024-07-11T19:51:17.911Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T19:51:17.911Z] #50 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 0.4s done [2024-07-11T19:51:17.911Z] #50 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-11T19:51:17.911Z] #50 sha256:1fcf53c806298a8fb3f151b1a5597420145ec1ac8dcc22c9b93d48ad1d788b34 1.05kB / 1.05kB done [2024-07-11T19:51:17.911Z] #50 sha256:b8f0c3debb052bf3ec04f6a01139fc8d0eaea748ab628fea2efcdfd913787512 1.59kB / 1.59kB done [2024-07-11T19:51:17.911Z] #50 ... [2024-07-11T19:51:17.911Z] [2024-07-11T19:51:17.911Z] #51 [core-common-config-bootstrapper internal] load build context [2024-07-11T19:51:17.911Z] #51 transferring context: 439.76MB 8.7s done [2024-07-11T19:51:18.169Z] #51 ... [2024-07-11T19:51:18.169Z] [2024-07-11T19:51:18.169Z] #52 [security-proxy-setup internal] load build context [2024-07-11T19:51:18.169Z] #52 transferring context: 439.76MB 9.2s done [2024-07-11T19:51:18.169Z] #52 ... [2024-07-11T19:51:18.169Z] [2024-07-11T19:51:18.169Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-11T19:51:18.428Z] #53 ... [2024-07-11T19:51:18.428Z] [2024-07-11T19:51:18.428Z] #54 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-11T19:51:18.428Z] #54 ... [2024-07-11T19:51:18.428Z] [2024-07-11T19:51:18.428Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-11T19:51:18.688Z] #55 ... [2024-07-11T19:51:18.688Z] [2024-07-11T19:51:18.688Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-11T19:51:18.947Z] #56 ... [2024-07-11T19:51:18.947Z] [2024-07-11T19:51:18.947Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T19:51:18.947Z] #57 ... [2024-07-11T19:51:18.947Z] [2024-07-11T19:51:18.947Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-11T19:51:19.207Z] #58 ... [2024-07-11T19:51:19.207Z] [2024-07-11T19:51:19.207Z] #59 [security-bootstrapper internal] load build context [2024-07-11T19:51:19.207Z] #59 transferring context: 439.76MB 7.9s done [2024-07-11T19:51:19.207Z] #59 ... [2024-07-11T19:51:19.207Z] [2024-07-11T19:51:19.207Z] #60 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-11T19:51:19.842Z] #60 ... [2024-07-11T19:51:19.842Z] [2024-07-11T19:51:19.842Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T19:51:19.842Z] #61 ... [2024-07-11T19:51:19.842Z] [2024-07-11T19:51:19.842Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-11T19:51:20.608Z] #62 ... [2024-07-11T19:51:20.608Z] [2024-07-11T19:51:20.608Z] #63 [core-keeper internal] load build context [2024-07-11T19:51:20.608Z] #63 transferring context: 439.76MB 7.7s done [2024-07-11T19:51:20.867Z] #63 ... [2024-07-11T19:51:20.867Z] [2024-07-11T19:51:20.867Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-11T19:51:20.867Z] #64 ... [2024-07-11T19:51:20.867Z] [2024-07-11T19:51:20.867Z] #42 [core-command internal] load build context [2024-07-11T19:51:20.867Z] #42 transferring context: 439.76MB 9.1s done [2024-07-11T19:51:22.244Z] #42 ... [2024-07-11T19:51:22.244Z] [2024-07-11T19:51:22.244Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:22.244Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0B / 123.56kB 14.0s [2024-07-11T19:51:23.618Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 14.8s [2024-07-11T19:51:28.909Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 19.9s [2024-07-11T19:51:30.815Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 0B / 114B 22.2s [2024-07-11T19:51:32.190Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 23.7s [2024-07-11T19:51:33.046Z] #36 ... [2024-07-11T19:51:33.046Z] [2024-07-11T19:51:33.046Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T19:51:33.046Z] #50 ... [2024-07-11T19:51:33.046Z] [2024-07-11T19:51:33.046Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:33.306Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 24.9s [2024-07-11T19:51:37.501Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 28.9s [2024-07-11T19:51:39.254Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 30.0s [2024-07-11T19:51:39.536Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0B / 283B 30.1s [2024-07-11T19:51:39.536Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 31.1s [2024-07-11T19:51:44.971Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 33.9s [2024-07-11T19:51:44.971Z] #36 ... [2024-07-11T19:51:44.971Z] [2024-07-11T19:51:44.971Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T19:51:45.234Z] #50 ... [2024-07-11T19:51:45.234Z] [2024-07-11T19:51:45.234Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:45.234Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 36.8s [2024-07-11T19:51:45.234Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 36.8s [2024-07-11T19:51:46.178Z] #36 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 36.9s done [2024-07-11T19:51:47.596Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 39.0s [2024-07-11T19:51:50.885Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 41.9s [2024-07-11T19:51:51.501Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 42.9s done [2024-07-11T19:51:51.501Z] #36 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 42.9s done [2024-07-11T19:51:52.908Z] #36 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-11T19:51:52.908Z] #36 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 44.3s done [2024-07-11T19:51:53.166Z] #36 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-11T19:51:53.427Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0B / 30.73MB 44.9s [2024-07-11T19:51:53.427Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 11.53MB / 30.73MB 45.1s [2024-07-11T19:51:53.784Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 24.12MB / 30.73MB 45.2s [2024-07-11T19:51:53.784Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 45.3s [2024-07-11T19:51:54.309Z] #36 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 done [2024-07-11T19:51:54.309Z] #36 ... [2024-07-11T19:51:54.309Z] [2024-07-11T19:51:54.309Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-11T19:51:54.309Z] #53 46.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:54.309Z] #53 46.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:54.570Z] #53 46.46 (1/2) Installing ca-certificates (20240226-r0) [2024-07-11T19:51:54.570Z] #53 46.62 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:54.570Z] #53 46.63 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:54.570Z] #53 46.63 Executing ca-certificates-20240226-r0.trigger [2024-07-11T19:51:54.570Z] #53 46.68 OK: 8 MiB in 17 packages [2024-07-11T19:51:55.155Z] #53 ... [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-11T19:51:55.155Z] #49 DONE 47.4s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #59 [security-bootstrapper internal] load build context [2024-07-11T19:51:55.155Z] #59 DONE 48.3s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #48 [security-secretstore-setup internal] load build context [2024-07-11T19:51:55.155Z] #48 DONE 48.3s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #45 [security-proxy-auth internal] load build context [2024-07-11T19:51:55.155Z] #45 DONE 48.3s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #41 [support-scheduler internal] load build context [2024-07-11T19:51:55.155Z] #41 DONE 48.5s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T19:51:55.155Z] #50 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 26.1s done [2024-07-11T19:51:55.155Z] #50 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 32.1s done [2024-07-11T19:51:55.155Z] #50 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-11T19:51:55.155Z] #50 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 34.4s done [2024-07-11T19:51:55.155Z] #50 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf done [2024-07-11T19:51:55.155Z] #50 sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 20.02MB / 20.02MB 35.4s done [2024-07-11T19:51:55.155Z] #50 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d done [2024-07-11T19:51:55.155Z] #50 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.1s [2024-07-11T19:51:55.155Z] #50 ... [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #63 [core-keeper internal] load build context [2024-07-11T19:51:55.155Z] #63 DONE 48.2s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #64 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-11T19:51:55.155Z] #64 DONE 47.4s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #47 [core-metadata internal] load build context [2024-07-11T19:51:55.155Z] #47 DONE 48.4s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #43 [support-notifications internal] load build context [2024-07-11T19:51:55.155Z] #43 DONE 48.6s [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T19:51:55.155Z] #50 ... [2024-07-11T19:51:55.155Z] [2024-07-11T19:51:55.155Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-11T19:51:55.413Z] #65 ... [2024-07-11T19:51:55.413Z] [2024-07-11T19:51:55.413Z] #51 [core-common-config-bootstrapper internal] load build context [2024-07-11T19:51:55.413Z] #51 DONE 48.4s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #42 [core-command internal] load build context [2024-07-11T19:51:55.671Z] #42 DONE 48.8s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #46 [security-spiffe-token-provider internal] load build context [2024-07-11T19:51:55.671Z] #46 DONE 48.4s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #54 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-11T19:51:55.671Z] #54 45.94 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:55.671Z] #54 46.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:55.671Z] #54 46.43 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:55.671Z] #54 46.44 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:55.671Z] #54 46.45 OK: 7 MiB in 16 packages [2024-07-11T19:51:55.671Z] #54 DONE 47.9s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #66 [core-metadata stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T19:51:55.671Z] #66 ... [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #44 [core-data internal] load build context [2024-07-11T19:51:55.671Z] #44 DONE 48.8s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #52 [security-proxy-setup internal] load build context [2024-07-11T19:51:55.671Z] #52 DONE 48.4s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #57 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T19:51:55.671Z] #57 45.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:55.671Z] #57 46.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:55.671Z] #57 46.37 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T19:51:55.671Z] #57 46.37 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T19:51:55.671Z] #57 46.37 OK: 20072 distinct packages available [2024-07-11T19:51:55.671Z] #57 46.41 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:55.671Z] #57 46.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:55.671Z] #57 46.72 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:51:55.671Z] #57 46.76 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:51:55.671Z] #57 46.77 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:55.671Z] #57 46.77 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-11T19:51:55.671Z] #57 46.78 (5/7) Installing libucontext (1.2-r2) [2024-07-11T19:51:55.671Z] #57 46.78 (6/7) Installing gcompat (1.1.0-r1) [2024-07-11T19:51:55.671Z] #57 46.79 (7/7) Installing openssl (3.1.6-r0) [2024-07-11T19:51:55.671Z] #57 46.83 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:55.671Z] #57 46.84 OK: 8 MiB in 20 packages [2024-07-11T19:51:55.671Z] #57 DONE 47.8s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-11T19:51:55.671Z] #53 DONE 47.8s [2024-07-11T19:51:55.671Z] [2024-07-11T19:51:55.671Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:55.671Z] #36 sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 30.73MB / 30.73MB 45.6s done [2024-07-11T19:51:55.671Z] #36 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.8s [2024-07-11T19:51:55.929Z] #36 extracting sha256:b54180f4f96bf825ccdd6db9fe6688f428e0abde569e718b8e16560eaa77f7a5 0.9s done [2024-07-11T19:51:58.942Z] #36 ... [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #60 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-11T19:51:58.942Z] #60 DONE 49.8s [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T19:51:58.942Z] #61 50.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #61 50.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #61 ... [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-11T19:51:58.942Z] #62 50.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #62 50.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #62 50.31 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:58.942Z] #62 50.32 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:58.942Z] #62 50.33 OK: 7 MiB in 16 packages [2024-07-11T19:51:58.942Z] #62 DONE 50.6s [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T19:51:58.942Z] #61 50.64 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T19:51:58.942Z] #61 50.64 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T19:51:58.942Z] #61 50.64 OK: 20072 distinct packages available [2024-07-11T19:51:58.942Z] #61 50.74 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #61 ... [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #36 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T19:51:58.942Z] #36 DONE 51.3s [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T19:51:58.942Z] #61 50.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #61 ... [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T19:51:58.942Z] #50 extracting sha256:89233aec854dbf8fcd7e01e379d8beb6b7ab5116a0382f87f63067a6eb8179d7 0.6s done [2024-07-11T19:51:58.942Z] #50 DONE 51.5s [2024-07-11T19:51:58.942Z] [2024-07-11T19:51:58.942Z] #56 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-11T19:51:58.942Z] #56 50.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #56 50.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:51:58.942Z] #56 50.50 (1/4) Installing ca-certificates (20240226-r0) [2024-07-11T19:51:58.942Z] #56 50.52 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:58.942Z] #56 50.53 (3/4) Installing su-exec (0.2-r3) [2024-07-11T19:51:58.942Z] #56 50.53 (4/4) Installing yq (4.33.3-r5) [2024-07-11T19:51:58.942Z] #56 50.63 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:58.942Z] #56 50.64 Executing ca-certificates-20240226-r0.trigger [2024-07-11T19:51:58.942Z] #56 50.69 OK: 17 MiB in 19 packages [2024-07-11T19:51:58.942Z] #56 DONE 51.1s [2024-07-11T19:51:59.200Z] [2024-07-11T19:51:59.200Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T19:51:59.200Z] #61 51.17 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-11T19:51:59.200Z] #61 51.17 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-11T19:51:59.200Z] #61 51.17 (3/4) Installing libucontext (1.2-r2) [2024-07-11T19:51:59.200Z] #61 51.18 (4/4) Installing gcompat (1.1.0-r1) [2024-07-11T19:51:59.200Z] #61 51.18 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:51:59.200Z] #61 51.18 OK: 8 MiB in 19 packages [2024-07-11T19:52:00.152Z] #61 ... [2024-07-11T19:52:00.152Z] [2024-07-11T19:52:00.152Z] #58 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-11T19:52:00.152Z] #58 50.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.152Z] #58 50.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.152Z] #58 50.99 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:00.152Z] #58 51.13 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:00.152Z] #58 51.14 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-11T19:52:00.152Z] #58 51.15 (4/6) Installing openssl (3.1.6-r0) [2024-07-11T19:52:00.152Z] #58 51.16 (5/6) Installing su-exec (0.2-r3) [2024-07-11T19:52:00.152Z] #58 51.16 (6/6) Installing yq (4.33.3-r5) [2024-07-11T19:52:00.152Z] #58 51.25 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:52:00.152Z] #58 51.25 OK: 17 MiB in 19 packages [2024-07-11T19:52:00.152Z] #58 DONE 52.3s [2024-07-11T19:52:00.152Z] [2024-07-11T19:52:00.152Z] #66 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T19:52:00.152Z] #66 3.498 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.152Z] #66 3.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.152Z] #66 3.849 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:00.152Z] #66 3.880 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:00.152Z] #66 3.888 OK: 7 MiB in 16 packages [2024-07-11T19:52:00.152Z] #66 DONE 4.8s [2024-07-11T19:52:00.411Z] [2024-07-11T19:52:00.411Z] #61 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T19:52:00.411Z] #61 DONE 52.4s [2024-07-11T19:52:00.411Z] [2024-07-11T19:52:00.411Z] #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-11T19:52:00.411Z] #67 ... [2024-07-11T19:52:00.411Z] [2024-07-11T19:52:00.411Z] #68 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-11T19:52:00.411Z] #0 3.624 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.411Z] #0 3.820 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.411Z] #0 4.079 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:00.411Z] #0 4.131 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:00.411Z] #0 4.144 OK: 7 MiB in 17 packages [2024-07-11T19:52:00.411Z] #68 DONE 5.4s [2024-07-11T19:52:00.671Z] [2024-07-11T19:52:00.671Z] #55 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-11T19:52:00.671Z] #55 50.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.671Z] #55 50.68 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.671Z] #55 50.99 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T19:52:00.671Z] #55 50.99 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T19:52:00.671Z] #55 50.99 OK: 20072 distinct packages available [2024-07-11T19:52:00.671Z] #55 51.06 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.671Z] #55 51.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.671Z] #55 51.37 (1/11) Installing ca-certificates (20240226-r0) [2024-07-11T19:52:00.671Z] #55 51.53 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-11T19:52:00.671Z] #55 51.54 (3/11) Installing libunistring (1.1-r1) [2024-07-11T19:52:00.671Z] #55 51.56 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-11T19:52:00.671Z] #55 51.56 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-11T19:52:00.671Z] #55 51.56 (6/11) Installing libcurl (8.5.0-r0) [2024-07-11T19:52:00.671Z] #55 51.57 (7/11) Installing curl (8.5.0-r0) [2024-07-11T19:52:00.671Z] #55 51.58 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-11T19:52:00.671Z] #55 51.58 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-11T19:52:00.671Z] #55 51.59 (10/11) Installing libucontext (1.2-r2) [2024-07-11T19:52:00.671Z] #55 51.76 (11/11) Installing gcompat (1.1.0-r1) [2024-07-11T19:52:00.671Z] #55 51.76 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:52:00.671Z] #55 51.77 Executing ca-certificates-20240226-r0.trigger [2024-07-11T19:52:00.671Z] #55 51.84 OK: 12 MiB in 26 packages [2024-07-11T19:52:00.671Z] #55 DONE 52.7s [2024-07-11T19:52:00.671Z] [2024-07-11T19:52:00.671Z] #69 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-11T19:52:00.931Z] #69 ... [2024-07-11T19:52:00.931Z] [2024-07-11T19:52:00.931Z] #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-11T19:52:00.931Z] #0 4.405 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.931Z] #0 4.503 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.931Z] #0 4.683 OK: 8 MiB in 20 packages [2024-07-11T19:52:00.931Z] #70 DONE 5.2s [2024-07-11T19:52:00.931Z] [2024-07-11T19:52:00.931Z] #65 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-11T19:52:00.931Z] #65 3.477 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.931Z] #65 4.034 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:00.931Z] #65 4.728 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-11T19:52:00.931Z] #65 5.044 Executing busybox-1.36.1-r7.trigger [2024-07-11T19:52:00.931Z] #65 5.050 OK: 7 MiB in 16 packages [2024-07-11T19:52:00.931Z] #65 DONE 5.8s [2024-07-11T19:52:00.931Z] [2024-07-11T19:52:00.931Z] #71 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T19:52:01.192Z] #71 ... [2024-07-11T19:52:01.192Z] [2024-07-11T19:52:01.192Z] #72 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T19:52:01.192Z] #0 4.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:01.192Z] #0 4.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:01.192Z] #0 4.789 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:01.192Z] #0 4.821 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:01.192Z] #0 4.830 Executing ca-certificates-20240226-r0.trigger [2024-07-11T19:52:01.192Z] #0 4.883 OK: 8 MiB in 17 packages [2024-07-11T19:52:01.192Z] #72 DONE 5.4s [2024-07-11T19:52:01.192Z] [2024-07-11T19:52:01.192Z] #73 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-11T19:52:02.185Z] #73 DONE 1.3s [2024-07-11T19:52:02.185Z] [2024-07-11T19:52:02.185Z] #74 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-11T19:52:02.185Z] #0 3.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:02.185Z] #0 3.142 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:02.185Z] #0 3.344 OK: 264 MiB in 52 packages [2024-07-11T19:52:02.185Z] #74 DONE 4.1s [2024-07-11T19:52:02.185Z] [2024-07-11T19:52:02.185Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:02.185Z] #75 ... [2024-07-11T19:52:02.185Z] [2024-07-11T19:52:02.185Z] #71 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T19:52:02.185Z] #71 DONE 1.4s [2024-07-11T19:52:02.448Z] [2024-07-11T19:52:02.448Z] #76 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-11T19:52:03.016Z] #76 DONE 0.7s [2024-07-11T19:52:03.016Z] [2024-07-11T19:52:03.016Z] #77 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-11T19:52:03.276Z] #77 ... [2024-07-11T19:52:03.276Z] [2024-07-11T19:52:03.276Z] #78 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-11T19:52:03.276Z] #0 4.160 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:03.276Z] #0 4.244 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:03.276Z] #0 4.436 OK: 264 MiB in 52 packages [2024-07-11T19:52:03.276Z] #78 DONE 5.1s [2024-07-11T19:52:03.276Z] [2024-07-11T19:52:03.276Z] #75 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:03.276Z] #75 DONE 0.9s [2024-07-11T19:52:03.276Z] [2024-07-11T19:52:03.276Z] #79 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T19:52:03.276Z] #79 DONE 0.9s [2024-07-11T19:52:03.276Z] [2024-07-11T19:52:03.276Z] #77 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-11T19:52:03.276Z] #77 DONE 0.3s [2024-07-11T19:52:03.276Z] [2024-07-11T19:52:03.276Z] #80 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-11T19:52:03.276Z] #80 DONE 0.2s [2024-07-11T19:52:03.276Z] [2024-07-11T19:52:03.276Z] #81 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T19:52:03.535Z] #81 ... [2024-07-11T19:52:03.535Z] [2024-07-11T19:52:03.535Z] #82 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:03.535Z] #82 DONE 0.3s [2024-07-11T19:52:03.535Z] [2024-07-11T19:52:03.535Z] #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:03.793Z] #83 ... [2024-07-11T19:52:03.793Z] [2024-07-11T19:52:03.793Z] #84 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-11T19:52:03.793Z] #84 DONE 5.7s [2024-07-11T19:52:03.793Z] [2024-07-11T19:52:03.794Z] #81 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T19:52:03.794Z] #81 DONE 0.4s [2024-07-11T19:52:03.794Z] [2024-07-11T19:52:03.794Z] #85 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-11T19:52:03.794Z] #85 DONE 0.4s [2024-07-11T19:52:03.794Z] [2024-07-11T19:52:03.794Z] #86 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-11T19:52:03.794Z] #86 DONE 0.1s [2024-07-11T19:52:03.794Z] [2024-07-11T19:52:03.794Z] #87 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-11T19:52:04.052Z] #87 ... [2024-07-11T19:52:04.052Z] [2024-07-11T19:52:04.052Z] #88 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T19:52:04.052Z] #88 DONE 0.2s [2024-07-11T19:52:04.052Z] [2024-07-11T19:52:04.052Z] #89 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-11T19:52:04.310Z] #89 ... [2024-07-11T19:52:04.310Z] [2024-07-11T19:52:04.310Z] #87 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-11T19:52:04.310Z] #87 DONE 0.4s [2024-07-11T19:52:04.310Z] [2024-07-11T19:52:04.310Z] #89 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-11T19:52:04.310Z] #89 DONE 0.3s [2024-07-11T19:52:04.310Z] [2024-07-11T19:52:04.310Z] #90 [security-spire-server] exporting to image [2024-07-11T19:52:04.310Z] #90 exporting layers [2024-07-11T19:52:04.570Z] #90 ... [2024-07-11T19:52:04.570Z] [2024-07-11T19:52:04.570Z] #91 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-11T19:52:04.570Z] #0 4.811 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:04.570Z] #0 4.984 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:04.570Z] #0 5.292 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:04.570Z] #0 5.332 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:04.570Z] #0 5.339 Executing ca-certificates-20240226-r0.trigger [2024-07-11T19:52:04.570Z] #0 5.375 OK: 17 MiB in 19 packages [2024-07-11T19:52:04.570Z] #91 DONE 5.7s [2024-07-11T19:52:04.832Z] [2024-07-11T19:52:04.832Z] #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-11T19:52:04.832Z] #67 3.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:04.832Z] #67 4.097 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:04.832Z] #67 4.296 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:04.832Z] #67 4.337 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:04.832Z] #67 4.344 OK: 8 MiB in 19 packages [2024-07-11T19:52:05.090Z] #67 ... [2024-07-11T19:52:05.090Z] [2024-07-11T19:52:05.090Z] #92 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T19:52:05.090Z] #0 5.540 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.090Z] #0 5.660 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.090Z] #0 5.883 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:05.090Z] #0 5.957 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:05.090Z] #0 5.966 OK: 7 MiB in 16 packages [2024-07-11T19:52:05.090Z] #92 DONE 6.7s [2024-07-11T19:52:05.090Z] [2024-07-11T19:52:05.090Z] #93 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-07-11T19:52:05.090Z] #0 6.082 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.090Z] #0 6.190 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.090Z] #0 6.401 OK: 264 MiB in 52 packages [2024-07-11T19:52:05.090Z] #93 DONE 7.4s [2024-07-11T19:52:05.349Z] [2024-07-11T19:52:05.349Z] #94 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-11T19:52:05.349Z] #94 DONE 0.9s [2024-07-11T19:52:05.349Z] [2024-07-11T19:52:05.349Z] #95 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-11T19:52:05.349Z] #0 6.084 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.349Z] #0 6.219 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.349Z] #0 6.433 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T19:52:05.349Z] #0 6.433 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T19:52:05.349Z] #0 6.433 OK: 20075 distinct packages available [2024-07-11T19:52:05.349Z] #0 6.480 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.349Z] #0 6.602 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.349Z] #0 6.821 OK: 264 MiB in 52 packages [2024-07-11T19:52:05.349Z] #95 DONE 7.3s [2024-07-11T19:52:05.349Z] [2024-07-11T19:52:05.349Z] #96 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:05.349Z] #96 ... [2024-07-11T19:52:05.349Z] [2024-07-11T19:52:05.349Z] #97 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T19:52:05.349Z] #0 4.000 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.349Z] #0 4.089 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.349Z] #0 4.304 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:05.349Z] #0 4.335 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T19:52:05.349Z] #0 4.344 Executing ca-certificates-20240226-r0.trigger [2024-07-11T19:52:05.349Z] #0 4.400 OK: 12 MiB in 26 packages [2024-07-11T19:52:05.349Z] #97 DONE 4.7s [2024-07-11T19:52:05.349Z] [2024-07-11T19:52:05.349Z] #67 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-11T19:52:05.349Z] #67 DONE 5.0s [2024-07-11T19:52:05.349Z] [2024-07-11T19:52:05.349Z] #98 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-11T19:52:05.350Z] #0 4.236 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.350Z] #0 4.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:05.350Z] #0 4.558 OK: 17 MiB in 19 packages [2024-07-11T19:52:05.350Z] #98 DONE 5.2s [2024-07-11T19:52:05.607Z] [2024-07-11T19:52:05.607Z] #90 [security-spire-agent] exporting to image [2024-07-11T19:52:05.607Z] #90 exporting layers 1.2s done [2024-07-11T19:52:05.607Z] #90 writing image sha256:cfbebbc86d7f5a040898f91f9c42104e5e4abb2c92015c4cead36824b5a2f0f6 [2024-07-11T19:52:05.607Z] #90 ... [2024-07-11T19:52:05.607Z] [2024-07-11T19:52:05.607Z] #99 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:05.607Z] #99 DONE 0.3s [2024-07-11T19:52:05.607Z] [2024-07-11T19:52:05.607Z] #90 [security-spire-server] exporting to image [2024-07-11T19:52:05.607Z] #90 writing image sha256:cfbebbc86d7f5a040898f91f9c42104e5e4abb2c92015c4cead36824b5a2f0f6 0.1s done [2024-07-11T19:52:05.607Z] #90 naming to docker.io/library/security-spire-server done [2024-07-11T19:52:06.174Z] #90 ... [2024-07-11T19:52:06.174Z] [2024-07-11T19:52:06.174Z] #100 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-11T19:52:06.174Z] #100 DONE 0.8s [2024-07-11T19:52:06.174Z] [2024-07-11T19:52:06.174Z] #96 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:06.174Z] #96 DONE 1.0s [2024-07-11T19:52:06.433Z] [2024-07-11T19:52:06.433Z] #101 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:06.433Z] #101 ... [2024-07-11T19:52:06.433Z] [2024-07-11T19:52:06.433Z] #102 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T19:52:06.433Z] #102 DONE 1.1s [2024-07-11T19:52:06.433Z] [2024-07-11T19:52:06.433Z] #69 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-11T19:52:06.433Z] #69 DONE 6.0s [2024-07-11T19:52:06.693Z] [2024-07-11T19:52:06.693Z] #90 [security-spire-agent] exporting to image [2024-07-11T19:52:06.693Z] #90 exporting layers 1.3s done [2024-07-11T19:52:06.693Z] #90 writing image sha256:37db50b150b7b3080efce15a945fdae29bfc11f0ebd543de210cb52de8c939a6 done [2024-07-11T19:52:06.693Z] #90 naming to docker.io/library/security-spire-agent done [2024-07-11T19:52:06.693Z] #90 DONE 2.4s [2024-07-11T19:52:06.693Z] [2024-07-11T19:52:06.693Z] #103 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-11T19:52:06.957Z] #103 DONE 0.3s [2024-07-11T19:52:06.957Z] [2024-07-11T19:52:06.957Z] #104 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-11T19:52:06.957Z] #104 DONE 0.3s [2024-07-11T19:52:06.957Z] [2024-07-11T19:52:06.957Z] #105 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-11T19:52:06.957Z] #105 DONE 0.1s [2024-07-11T19:52:06.957Z] [2024-07-11T19:52:06.957Z] #106 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T19:52:07.217Z] #106 DONE 0.1s [2024-07-11T19:52:07.217Z] [2024-07-11T19:52:07.217Z] #107 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-11T19:52:07.217Z] #107 DONE 0.0s [2024-07-11T19:52:07.217Z] [2024-07-11T19:52:07.217Z] #108 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-11T19:52:07.217Z] #108 DONE 0.2s [2024-07-11T19:52:07.217Z] [2024-07-11T19:52:07.217Z] #90 [security-spire-config] exporting to image [2024-07-11T19:52:07.787Z] #90 exporting layers 0.6s done [2024-07-11T19:52:08.045Z] #90 writing image sha256:413d6274a99557a00ec622d0788eb8d9f28705d34bda43b2079743a14bf52e85 done [2024-07-11T19:52:08.045Z] #90 naming to docker.io/library/security-spire-config done [2024-07-11T19:52:08.045Z] #90 DONE 3.0s [2024-07-11T19:52:08.045Z] [2024-07-11T19:52:08.045Z] #109 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-11T19:52:08.045Z] #0 3.402 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:08.045Z] #0 3.871 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-11T19:52:08.304Z] #109 4.602 OK: 264 MiB in 52 packages [2024-07-11T19:52:08.567Z] #109 DONE 4.9s [2024-07-11T19:52:08.567Z] [2024-07-11T19:52:08.567Z] #110 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-11T19:52:08.828Z] #110 DONE 0.2s [2024-07-11T19:52:08.828Z] [2024-07-11T19:52:08.828Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:09.550Z] Removing intermediate container 29ec08d2cce9 [2024-07-11T19:52:09.550Z] ---> 0264184e072e [2024-07-11T19:52:09.550Z] Successfully built 0264184e072e [2024-07-11T19:52:09.550Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T19:52:09.991Z] + docker inspect -f . ci-base-image-arm64 [2024-07-11T19:52:09.991Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T19:52:10.255Z] prd-ubuntu20.04-docker-arm64-4c-16g-5372 does not seem to be running inside a container [2024-07-11T19:52:10.419Z] $ 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-11T19:52:11.676Z] $ docker top 6ea90bb65cc45d3e4f1517d12ecbd3dff7df527bc294d4311974e07d3eb11b28 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-11T19:52:12.591Z] + go version [2024-07-11T19:52:12.591Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-11T19:52:12.633Z] $ docker stop --time=1 6ea90bb65cc45d3e4f1517d12ecbd3dff7df527bc294d4311974e07d3eb11b28 [2024-07-11T19:52:14.097Z] #111 ... [2024-07-11T19:52:14.097Z] [2024-07-11T19:52:14.097Z] #112 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:14.097Z] #112 ... [2024-07-11T19:52:14.097Z] [2024-07-11T19:52:14.097Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:14.255Z] $ docker rm -f --volumes 6ea90bb65cc45d3e4f1517d12ecbd3dff7df527bc294d4311974e07d3eb11b28 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T19:52:15.228Z] + docker inspect -f . ci-base-image-arm64 [2024-07-11T19:52:15.228Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T19:52:15.504Z] prd-ubuntu20.04-docker-arm64-4c-16g-5372 does not seem to be running inside a container [2024-07-11T19:52:15.566Z] $ 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-11T19:52:16.771Z] $ docker top 856c1c2ac1b9a499f2dc3daa802acc366d83f97ad7f0d6a666bed2beb0bd4512 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-11T19:52:17.047Z] ========================================================= [2024-07-11T19:52:17.047Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-11T19:52:17.047Z] ========================================================= [Pipeline] sh [2024-07-11T19:52:17.689Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-11T19:52:18.415Z] + make test [2024-07-11T19:52:18.415Z] go test -race -coverprofile=coverage.out ./... [2024-07-11T19:52:52.841Z] #113 DONE 46.2s [2024-07-11T19:52:52.841Z] [2024-07-11T19:52:52.841Z] #111 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:52.841Z] #111 DONE 43.7s [2024-07-11T19:52:52.841Z] [2024-07-11T19:52:52.841Z] #112 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:52.841Z] #112 DONE 49.3s [2024-07-11T19:52:52.841Z] [2024-07-11T19:52:52.841Z] #101 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:52.841Z] #101 DONE 46.2s [2024-07-11T19:52:52.841Z] [2024-07-11T19:52:52.841Z] #114 [support-notifications builder 6/7] COPY . . [2024-07-11T19:52:52.841Z] #114 ... [2024-07-11T19:52:52.841Z] [2024-07-11T19:52:52.841Z] #83 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:52.841Z] #83 DONE 49.1s [2024-07-11T19:52:52.841Z] [2024-07-11T19:52:52.841Z] #115 [security-bootstrapper builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #115 ... [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #114 [support-notifications builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #114 DONE 3.9s [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #116 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #116 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #117 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #117 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #118 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #118 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #119 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #119 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #120 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #120 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #121 [core-data builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #121 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #122 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #122 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #123 [core-metadata builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #123 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #124 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #124 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #125 [core-keeper builder 7/8] COPY . . [2024-07-11T19:52:57.036Z] #125 DONE 3.9s [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #126 [security-proxy-auth builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #126 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #127 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #127 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #128 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #128 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #129 [core-command builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #129 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #130 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #130 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #131 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #131 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #132 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #132 DONE 3.9s [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #133 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #133 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #134 [security-proxy-setup builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #134 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #135 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #135 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #115 [security-bootstrapper builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #115 DONE 3.9s [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #136 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-11T19:52:57.036Z] #136 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #137 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T19:52:57.036Z] #137 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #138 [security-secretstore-setup builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #138 CACHED [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #139 [support-scheduler builder 6/7] COPY . . [2024-07-11T19:52:57.036Z] #139 DONE 3.9s [2024-07-11T19:52:57.036Z] [2024-07-11T19:52:57.036Z] #140 [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-11T19:52:57.300Z] #140 0.692 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-11T19:53:05.280Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-11T19:53:07.311Z] #140 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-11T19:53:07.311Z] #0 1.406 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-11T19:53:07.311Z] #141 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T19:53:07.311Z] #0 1.529 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-11T19:53:07.311Z] #142 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-11T19:53:07.311Z] #0 0.924 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2024-07-11T19:53:07.311Z] #143 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T19:53:07.311Z] #0 0.577 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-11T19:53:07.311Z] #144 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-11T19:53:07.311Z] #0 1.196 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-11T19:53:07.311Z] #145 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-11T19:53:07.311Z] #0 0.866 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-11T19:53:07.311Z] #146 ... [2024-07-11T19:53:07.311Z] [2024-07-11T19:53:07.311Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T19:53:07.311Z] #0 0.995 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-11T19:53:07.570Z] #147 ... [2024-07-11T19:53:07.570Z] [2024-07-11T19:53:07.570Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-11T19:53:07.570Z] #0 1.202 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-11T19:53:07.570Z] #148 ... [2024-07-11T19:53:07.570Z] [2024-07-11T19:53:07.570Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-11T19:53:07.570Z] #0 1.218 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-11T19:53:07.827Z] #149 ... [2024-07-11T19:53:07.827Z] [2024-07-11T19:53:07.827Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-11T19:53:07.827Z] #0 1.099 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-11T19:53:07.827Z] #150 ... [2024-07-11T19:53:07.827Z] [2024-07-11T19:53:07.827Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T19:53:07.827Z] #0 1.373 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-11T19:54:29.894Z] #151 ... [2024-07-11T19:54:29.894Z] [2024-07-11T19:54:29.894Z] #140 [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-11T19:54:29.894Z] #140 81.56 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-11T19:55:37.573Z] #140 ... [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.573Z] #144 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T19:55:37.573Z] #144 DONE 155.9s [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.573Z] #147 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T19:55:37.573Z] #147 DONE 155.9s [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.573Z] #146 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-11T19:55:37.573Z] #146 DONE 156.0s [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.573Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-11T19:55:37.573Z] #150 DONE 156.0s [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.573Z] #151 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T19:55:37.573Z] #151 DONE 156.0s [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.573Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-11T19:55:37.573Z] #143 DONE 156.0s [2024-07-11T19:55:37.573Z] [2024-07-11T19:55:37.574Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-11T19:55:37.574Z] #145 DONE 156.0s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #152 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #141 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-11T19:55:37.574Z] #141 DONE 156.1s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #153 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #153 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-11T19:55:37.574Z] #149 DONE 156.3s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #148 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-11T19:55:37.574Z] #148 DONE 156.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #140 [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-11T19:55:37.574Z] #140 DONE 156.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #142 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T19:55:37.574Z] #142 DONE 156.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #154 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-11T19:55:37.574Z] #154 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #155 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #155 DONE 0.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #152 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #152 DONE 0.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #153 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #153 DONE 0.7s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #156 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #156 DONE 0.7s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #157 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #157 DONE 0.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #158 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #158 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #159 DONE 0.5s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #154 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-11T19:55:37.574Z] #154 DONE 0.6s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #160 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #160 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #161 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #161 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #162 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #162 DONE 0.3s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #163 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #163 DONE 0.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #164 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #164 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #165 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #165 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #166 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #166 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #167 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #167 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #168 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #168 DONE 0.3s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #169 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #169 DONE 0.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #170 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #170 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #171 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.574Z] #171 CACHED [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #172 [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-11T19:55:37.574Z] #172 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #158 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #158 DONE 0.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #173 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #173 DONE 0.4s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #174 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-11T19:55:37.574Z] #174 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #172 [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-11T19:55:37.574Z] #172 DONE 3.0s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-11T19:55:37.574Z] #175 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #174 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-11T19:55:37.574Z] #174 DONE 3.1s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-11T19:55:37.574Z] #176 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #177 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:37.574Z] #177 DONE 3.7s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #178 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-11T19:55:37.574Z] #178 DONE 3.7s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #179 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-11T19:55:37.574Z] #179 DONE 3.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-11T19:55:37.574Z] #180 DONE 3.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #181 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-11T19:55:37.574Z] #181 DONE 3.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #182 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-11T19:55:37.574Z] #182 DONE 3.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #183 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.574Z] #183 ... [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #184 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-11T19:55:37.574Z] #184 DONE 3.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #176 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-11T19:55:37.574Z] #176 DONE 3.8s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #185 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-11T19:55:37.574Z] #185 DONE 4.0s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #186 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-11T19:55:37.574Z] #186 DONE 3.9s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #175 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-11T19:55:37.574Z] #175 DONE 1.0s [2024-07-11T19:55:37.574Z] [2024-07-11T19:55:37.574Z] #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:37.833Z] #187 ... [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #188 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #188 DONE 0.6s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #189 [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-11T19:55:37.833Z] #189 DONE 0.5s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #190 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #190 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #191 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #191 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #183 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #183 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #192 [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-11T19:55:37.833Z] #192 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #193 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #193 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #194 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #194 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #195 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #195 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #196 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:37.833Z] #196 DONE 0.4s [2024-07-11T19:55:37.833Z] [2024-07-11T19:55:37.833Z] #90 [support-scheduler] exporting to image [2024-07-11T19:55:37.833Z] #90 exporting layers [2024-07-11T19:55:38.092Z] #90 ... [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #187 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T19:55:38.092Z] #187 DONE 0.4s [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #90 [support-scheduler] exporting to image [2024-07-11T19:55:38.092Z] #90 exporting layers 0.5s done [2024-07-11T19:55:38.092Z] #90 ... [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #197 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-11T19:55:38.092Z] #197 DONE 0.5s [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #198 [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-11T19:55:38.092Z] #198 DONE 0.5s [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #199 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-11T19:55:38.092Z] #199 DONE 0.5s [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #200 [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-11T19:55:38.092Z] #200 DONE 0.5s [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #201 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-11T19:55:38.092Z] #201 DONE 0.5s [2024-07-11T19:55:38.092Z] [2024-07-11T19:55:38.092Z] #90 [core-data] exporting to image [2024-07-11T19:55:38.092Z] #90 exporting layers 0.3s done [2024-07-11T19:55:38.092Z] #90 writing image sha256:9b9533e161489653a0dde873c34a585baca0ea6741f3e722eb832f93bf522d42 0.0s done [2024-07-11T19:55:38.092Z] #90 naming to docker.io/library/core-data done [2024-07-11T19:55:38.351Z] #90 ... [2024-07-11T19:55:38.351Z] [2024-07-11T19:55:38.351Z] #202 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-11T19:55:38.351Z] #202 DONE 0.4s [2024-07-11T19:55:38.351Z] [2024-07-11T19:55:38.351Z] #90 [core-command] exporting to image [2024-07-11T19:55:38.351Z] #90 exporting layers 0.6s done [2024-07-11T19:55:38.351Z] #90 writing image sha256:b21271bc7eff5635cac62e0a265da436d2341f9cad075f337c9d54b33a50d5eb 0.0s done [2024-07-11T19:55:38.351Z] #90 naming to docker.io/library/core-command done [2024-07-11T19:55:38.351Z] #90 writing image sha256:371271506050386fc539caf3422b72b180db88f7b271f0afc53375ca3a000efa [2024-07-11T19:55:38.351Z] #90 exporting layers 0.6s done [2024-07-11T19:55:38.351Z] #90 writing image sha256:371271506050386fc539caf3422b72b180db88f7b271f0afc53375ca3a000efa 0.0s done [2024-07-11T19:55:38.351Z] #90 naming to docker.io/library/support-scheduler done [2024-07-11T19:55:38.351Z] #90 writing image sha256:6101ebf9b0c504e2001059e0ec6acccae5f3f6b90a67cba5f9f2a2026e7ed984 [2024-07-11T19:55:38.610Z] #90 ... [2024-07-11T19:55:38.610Z] [2024-07-11T19:55:38.610Z] #203 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-11T19:55:38.610Z] #203 DONE 0.6s [2024-07-11T19:55:38.610Z] [2024-07-11T19:55:38.610Z] #204 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-11T19:55:38.610Z] #204 DONE 0.6s [2024-07-11T19:55:38.610Z] [2024-07-11T19:55:38.610Z] #90 [support-notifications] exporting to image [2024-07-11T19:55:38.610Z] #90 exporting layers 0.6s done [2024-07-11T19:55:38.610Z] #90 writing image sha256:6101ebf9b0c504e2001059e0ec6acccae5f3f6b90a67cba5f9f2a2026e7ed984 0.3s done [2024-07-11T19:55:38.610Z] #90 writing image sha256:4af70895a401907b0da5cf5189e19aed13c842f164cd86539a4a60cfb8537ed9 0.0s done [2024-07-11T19:55:38.610Z] #90 naming to docker.io/library/core-keeper done [2024-07-11T19:55:38.610Z] #90 naming to docker.io/library/support-notifications done [2024-07-11T19:55:38.869Z] #90 ... [2024-07-11T19:55:38.869Z] [2024-07-11T19:55:38.869Z] #205 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-11T19:55:38.869Z] #205 DONE 0.5s [2024-07-11T19:55:38.869Z] [2024-07-11T19:55:38.869Z] #90 [security-spiffe-token-provider] exporting to image [2024-07-11T19:55:38.869Z] #90 writing image sha256:3b57038bef591b8ec8fb8cc353be6f69e9ec2219b142cd903dab8950ee16b581 done [2024-07-11T19:55:38.869Z] #90 naming to docker.io/library/security-spiffe-token-provider done [2024-07-11T19:55:38.869Z] #90 writing image sha256:c457ae0bb05a9ffb3bdbf181ce36433ce42465b7d985f4d53b96450516776abd [2024-07-11T19:55:38.869Z] #90 writing image sha256:c457ae0bb05a9ffb3bdbf181ce36433ce42465b7d985f4d53b96450516776abd done [2024-07-11T19:55:38.869Z] #90 naming to docker.io/library/core-metadata done [2024-07-11T19:55:38.869Z] #90 DONE 4.2s [2024-07-11T19:55:38.869Z] [2024-07-11T19:55:38.869Z] #206 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-11T19:55:38.869Z] #206 DONE 0.3s [2024-07-11T19:55:38.869Z] [2024-07-11T19:55:38.869Z] #207 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-11T19:55:39.128Z] #207 DONE 0.2s [2024-07-11T19:55:39.128Z] [2024-07-11T19:55:39.128Z] #208 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-11T19:55:39.128Z] #208 DONE 0.8s [2024-07-11T19:55:39.128Z] [2024-07-11T19:55:39.128Z] #90 [security-proxy-auth] exporting to image [2024-07-11T19:55:39.128Z] #90 ... [2024-07-11T19:55:39.128Z] [2024-07-11T19:55:39.128Z] #209 [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-11T19:55:39.128Z] #209 DONE 1.1s [2024-07-11T19:55:39.386Z] [2024-07-11T19:55:39.386Z] #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-11T19:55:39.386Z] #210 DONE 0.3s [2024-07-11T19:55:39.386Z] [2024-07-11T19:55:39.386Z] #211 [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-11T19:55:39.386Z] #211 DONE 0.3s [2024-07-11T19:55:39.386Z] [2024-07-11T19:55:39.386Z] #90 [core-common-config-bootstrapper] exporting to image [2024-07-11T19:55:39.386Z] #90 exporting layers 0.3s done [2024-07-11T19:55:39.386Z] #90 writing image sha256:f0b5bea87a74e32824bb32be862a34f025b3cb4ac6f4f7be037a6487ce0919ee [2024-07-11T19:55:39.645Z] #90 exporting layers 0.2s done [2024-07-11T19:55:39.645Z] #90 writing image sha256:f0b5bea87a74e32824bb32be862a34f025b3cb4ac6f4f7be037a6487ce0919ee 0.0s done [2024-07-11T19:55:39.645Z] #90 naming to docker.io/library/security-proxy-auth done [2024-07-11T19:55:39.645Z] #90 writing image sha256:f60e17c724f081345c473fc569e1e75c229828b77689d91d2e86af224d361beb done [2024-07-11T19:55:39.645Z] #90 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-11T19:55:39.645Z] #90 DONE 4.7s [2024-07-11T19:55:39.645Z] [2024-07-11T19:55:39.645Z] #212 [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-11T19:55:39.645Z] #212 DONE 0.1s [2024-07-11T19:55:39.645Z] [2024-07-11T19:55:39.645Z] #213 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-11T19:55:39.645Z] #213 DONE 0.1s [2024-07-11T19:55:39.645Z] [2024-07-11T19:55:39.645Z] #214 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-11T19:55:39.645Z] #214 ... [2024-07-11T19:55:39.645Z] [2024-07-11T19:55:39.645Z] #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-11T19:55:39.645Z] #215 DONE 0.8s [2024-07-11T19:55:39.645Z] [2024-07-11T19:55:39.645Z] #216 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-11T19:55:39.645Z] #216 DONE 0.1s [2024-07-11T19:55:39.645Z] [2024-07-11T19:55:39.645Z] #217 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-11T19:55:39.645Z] #217 DONE 0.1s [2024-07-11T19:55:39.903Z] [2024-07-11T19:55:39.903Z] #90 [security-proxy-setup] exporting to image [2024-07-11T19:55:39.903Z] #90 exporting layers 0.3s done [2024-07-11T19:55:39.903Z] #90 ... [2024-07-11T19:55:39.903Z] [2024-07-11T19:55:39.903Z] #214 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-11T19:55:39.903Z] #214 DONE 0.5s [2024-07-11T19:55:39.903Z] [2024-07-11T19:55:39.903Z] #218 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-11T19:55:39.903Z] #218 DONE 0.4s [2024-07-11T19:55:39.903Z] [2024-07-11T19:55:39.903Z] #90 [security-secretstore-setup] exporting to image [2024-07-11T19:55:39.903Z] #90 writing image sha256:2c64e9cacbe84668294af0d169678c1dce0124c0828e8cf53b85d80c72acb603 done [2024-07-11T19:55:39.903Z] #90 naming to docker.io/library/security-proxy-setup done [2024-07-11T19:55:40.162Z] #90 exporting layers 0.3s done [2024-07-11T19:55:40.162Z] #90 writing image sha256:a6e8a0aabd82c99b4e93c763e5e52b12ddc5d25ef8984362d673faf3a34bad93 [2024-07-11T19:55:40.421Z] #90 exporting layers 0.3s done [2024-07-11T19:55:40.421Z] #90 writing image sha256:a6e8a0aabd82c99b4e93c763e5e52b12ddc5d25ef8984362d673faf3a34bad93 done [2024-07-11T19:55:40.421Z] #90 naming to docker.io/library/security-secretstore-setup done [2024-07-11T19:55:40.421Z] #90 writing image sha256:4a738e9df379f0cc0fd37ee475964dea6f13c8be6f4432297664ac5b4402f3b8 done [2024-07-11T19:55:40.421Z] #90 naming to docker.io/library/security-bootstrapper done [2024-07-11T19:55:40.421Z] #90 DONE 5.4s [2024-07-11T19:55:40.421Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.421Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.421Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.421Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T19:55:40.422Z] time="2024-07-11T19:51:03Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-11T19:55:40.454Z] $ docker stop --time=1 b5953de4c5d3265adb7cd37262451928a7095f760b82f154a7dc30c172edd5e0 [2024-07-11T19:55:41.766Z] $ docker rm -f --volumes b5953de4c5d3265adb7cd37262451928a7095f760b82f154a7dc30c172edd5e0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-11T19:55:42.219Z] + docker images [2024-07-11T19:55:42.220Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-11T19:55:42.220Z] security-secretstore-setup latest a6e8a0aabd82 2 seconds ago 42.2MB [2024-07-11T19:55:42.220Z] core-common-config-bootstrapper latest f60e17c724f0 2 seconds ago 20.2MB [2024-07-11T19:55:42.220Z] security-bootstrapper latest 4a738e9df379 2 seconds ago 24MB [2024-07-11T19:55:42.220Z] security-proxy-setup latest 2c64e9cacbe8 2 seconds ago 31.2MB [2024-07-11T19:55:42.220Z] security-proxy-auth latest f0b5bea87a74 3 seconds ago 38MB [2024-07-11T19:55:42.220Z] core-metadata latest c457ae0bb05a 3 seconds ago 41MB [2024-07-11T19:55:42.220Z] core-data latest 9b9533e16148 4 seconds ago 40.8MB [2024-07-11T19:55:42.220Z] security-spiffe-token-provider latest 3b57038bef59 4 seconds ago 34MB [2024-07-11T19:55:42.220Z] support-notifications latest 4af70895a401 4 seconds ago 43.9MB [2024-07-11T19:55:42.220Z] core-keeper latest 6101ebf9b0c5 4 seconds ago 35.6MB [2024-07-11T19:55:42.220Z] core-command latest b21271bc7eff 4 seconds ago 40.4MB [2024-07-11T19:55:42.220Z] support-scheduler latest 371271506050 4 seconds ago 43.1MB [2024-07-11T19:55:42.220Z] security-spire-config latest 413d6274a995 3 minutes ago 125MB [2024-07-11T19:55:42.220Z] security-spire-agent latest 37db50b150b7 3 minutes ago 187MB [2024-07-11T19:55:42.220Z] security-spire-server latest cfbebbc86d7f 3 minutes ago 126MB [2024-07-11T19:55:42.220Z] ci-base-image-x86_64 latest bbf4e6a38119 7 minutes ago 966MB [2024-07-11T19:55:42.220Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-11T19:55:42.220Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-11T19:55:42.220Z] 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-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-11T19:56:12.509Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-11T19:56:13.921Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-11T19:56:16.507Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-11T19:56:16.507Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-11T19:56:16.507Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-11T19:56:16.507Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-11T19:56:28.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-11T19:56:28.974Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-11T19:56:28.974Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.127s coverage: 28.7% of statements [2024-07-11T19:56:39.029Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.196s coverage: 97.0% of statements [2024-07-11T19:56:43.279Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-11T19:56:43.279Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-11T19:56:43.279Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-11T19:56:47.527Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.262s coverage: 69.2% of statements [2024-07-11T19:56:49.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-11T19:56:49.466Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-11T19:56:50.420Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.208s coverage: 53.2% of statements [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-11T19:56:54.678Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-11T19:57:02.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-11T19:57:02.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:57:02.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-11T19:57:02.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-11T19:57:02.912Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-11T19:57:09.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 13.876s coverage: 93.4% of statements [2024-07-11T19:57:09.568Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.361s coverage: 91.7% of statements [2024-07-11T19:57:10.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-11T19:57:10.523Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-11T19:57:11.924Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.204s coverage: 6.5% of statements [2024-07-11T19:57:21.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-11T19:57:21.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-11T19:57:21.983Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-11T19:57:23.391Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-11T19:57:23.657Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.633s coverage: 95.8% of statements [2024-07-11T19:57:24.714Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.095s coverage: 72.2% of statements [2024-07-11T19:57:34.774Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-11T19:57:34.774Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-11T19:57:35.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.285s coverage: 0.8% of statements [2024-07-11T19:57:35.040Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.152s coverage: 32.2% of statements [2024-07-11T19:57:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.146s coverage: 41.7% of statements [2024-07-11T19:57:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.105s coverage: 77.8% of statements [2024-07-11T19:57:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.087s coverage: 94.1% of statements [2024-07-11T19:57:39.298Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements [2024-07-11T19:57:43.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.105s coverage: 87.5% of statements [2024-07-11T19:57:44.954Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-11T19:57:46.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-11T19:57:46.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-11T19:57:46.355Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-11T19:57:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-11T19:57:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-11T19:57:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-11T19:57:49.691Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-11T19:57:56.313Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.106s coverage: 94.4% of statements [2024-07-11T19:57:56.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-11T19:57:56.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-11T19:57:56.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-11T19:57:56.313Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-11T19:58:06.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-11T19:58:06.356Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-11T19:58:08.930Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-11T19:58:09.891Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.862s coverage: 79.9% of statements [2024-07-11T19:58:11.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 25.154s coverage: 92.9% of statements [2024-07-11T19:58:11.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.071s coverage: 64.4% of statements [2024-07-11T19:58:11.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.112s coverage: 62.3% of statements [2024-07-11T19:58:11.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.118s coverage: 87.2% of statements [2024-07-11T19:58:11.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.086s coverage: 20.0% of statements [2024-07-11T19:58:11.301Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.076s coverage: 100.0% of statements [2024-07-11T19:58:13.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-11T19:58:13.893Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.307s coverage: 81.8% of statements [2024-07-11T19:58:14.478Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-11T19:58:15.059Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.295s coverage: 82.1% of statements [2024-07-11T19:58:15.641Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.108s coverage: 86.0% of statements [2024-07-11T19:58:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-11T19:58:20.985Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-11T19:58:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.731s coverage: 63.1% of statements [2024-07-11T19:58:22.400Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.124s coverage: 100.0% of statements [2024-07-11T19:58:23.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.109s coverage: 89.4% of statements [2024-07-11T19:58:23.808Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.078s coverage: 100.0% of statements [2024-07-11T19:58:24.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-11T19:58:24.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-11T19:58:24.089Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-11T19:58:24.672Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.076s coverage: 73.7% of statements [2024-07-11T19:58:25.255Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.074s coverage: 100.0% of statements [2024-07-11T19:58:31.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-11T19:58:31.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-11T19:58:31.893Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-11T19:58:33.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.687s coverage: 38.4% of statements [2024-07-11T19:58:33.300Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.113s coverage: 89.5% of statements [2024-07-11T19:58:33.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-11T19:58:33.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-11T19:58:33.883Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-11T19:58:33.883Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-11T19:58:34.977Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.108s coverage: 84.8% of statements [2024-07-11T19:58:41.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-11T19:58:41.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-11T19:58:41.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-11T19:58:41.690Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-11T19:58:48.323Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.174s coverage: 19.9% of statements [2024-07-11T19:58:48.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-11T19:58:48.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:58:48.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-11T19:58:48.323Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-11T19:58:49.732Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.472s coverage: 95.7% of statements [2024-07-11T19:58:52.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-11T19:58:52.309Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-11T19:58:53.266Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.160s coverage: 61.8% of statements [2024-07-11T19:58:56.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-11T19:58:56.595Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-11T19:58:57.546Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.276s coverage: 98.9% of statements [2024-07-11T19:58:58.947Z] 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-11T19:58:58.947Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-11T19:58:58.947Z] go vet ./... [2024-07-11T20:02:50.707Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-11T20:02:50.707Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-11T20:02:50.707Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-11T20:02:50.751Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-11T20:02:51.422Z] + ls -al . [2024-07-11T20:02:51.422Z] total 836 [2024-07-11T20:02:51.422Z] drwxrwxr-x 10 1001 1001 4096 Jul 11 19:52 . [2024-07-11T20:02:51.422Z] drwxr-xr-x 4 root root 4096 Jul 11 19:52 .. [2024-07-11T20:02:51.422Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 19:50 .blubracket [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 10 Jul 11 19:50 .dockerignore [2024-07-11T20:02:51.422Z] drwxrwxr-x 8 1001 1001 4096 Jul 11 19:50 .git [2024-07-11T20:02:51.422Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 19:50 .github [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 1102 Jul 11 19:50 .gitignore [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 42 Jul 11 19:50 .golangci.yml [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 100 Jul 11 19:50 .hadolint.yml [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 155 Jul 11 19:50 .sonarcloud.properties [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 1171 Jul 11 19:50 ADOPTERS.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 20361 Jul 11 19:50 Attribution.txt [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 100284 Jul 11 19:50 CHANGELOG.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 3804 Jul 11 19:50 CONTRIBUTING.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 677 Jul 11 19:50 GOVERNANCE.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 861 Jul 11 19:50 Jenkinsfile [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 10775 Jul 11 19:50 LICENSE [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 16051 Jul 11 19:50 Makefile [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 582 Jul 11 19:50 OWNERS.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 9528 Jul 11 19:50 README.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 789 Jul 11 19:50 SECURITY.md [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 5 Jul 11 19:47 VERSION [2024-07-11T20:02:51.422Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 19:50 bin [2024-07-11T20:02:51.422Z] drwxrwxr-x 19 1001 1001 4096 Jul 11 19:50 cmd [2024-07-11T20:02:51.422Z] -rw-r--r-- 1 root root 481596 Jul 11 19:58 coverage.out [2024-07-11T20:02:51.422Z] drwxrwxr-x 2 1001 1001 4096 Jul 11 19:50 fuzz_test [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 6911 Jul 11 19:50 go.mod [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 101537 Jul 11 19:50 go.sum [2024-07-11T20:02:51.422Z] drwxrwxr-x 7 1001 1001 4096 Jul 11 19:50 internal [2024-07-11T20:02:51.422Z] drwxrwxr-x 3 1001 1001 4096 Jul 11 19:50 openapi [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 584 Jul 11 19:50 security.txt [2024-07-11T20:02:51.422Z] -rw-rw-r-- 1 1001 1001 204 Jul 11 19:50 version.go [Pipeline] sh [2024-07-11T20:02:51.757Z] + '[' -e coverage.out ] [2024-07-11T20:02:51.757Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-11T20:02:52.061Z] Warning: overwriting stash ‘coverage-report’ [2024-07-11T20:02:52.861Z] Stashed 1 file(s) [Pipeline] sh [2024-07-11T20:02:53.189Z] + make build [2024-07-11T20:02:53.456Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-data/core-data ./cmd/core-data [2024-07-11T20:05:48.731Z] 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-11T20:05:53.001Z] 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-11T20:06:01.190Z] 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-11T20:06:03.129Z] 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-11T20:06:11.339Z] 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-11T20:06:38.004Z] 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-11T20:06:46.191Z] 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-11T20:06:56.243Z] 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-11T20:07:00.485Z] 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-11T20:07:03.067Z] 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-11T20:07:07.303Z] 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-11T20:07:11.554Z] 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-11T20:07:16.916Z] $ docker stop --time=1 856c1c2ac1b9a499f2dc3daa802acc366d83f97ad7f0d6a666bed2beb0bd4512 [2024-07-11T20:07:18.978Z] $ docker rm -f --volumes 856c1c2ac1b9a499f2dc3daa802acc366d83f97ad7f0d6a666bed2beb0bd4512 [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-11T20:07:22.750Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-11T20:07:22.750Z] [2024-07-11T20:07:22.750Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T20:07:23.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-11T20:07:23.448Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-11T20:07:23.448Z] 547446be3368: Pulling fs layer [2024-07-11T20:07:23.448Z] d125d8839a47: Pulling fs layer [2024-07-11T20:07:23.448Z] 3e85d5ac6304: Pulling fs layer [2024-07-11T20:07:23.448Z] c3105a71a48b: Pulling fs layer [2024-07-11T20:07:23.448Z] 0f093f025ec4: Pulling fs layer [2024-07-11T20:07:23.448Z] c3106fc0e877: Pulling fs layer [2024-07-11T20:07:23.448Z] c3105a71a48b: Waiting [2024-07-11T20:07:23.448Z] 0f093f025ec4: Waiting [2024-07-11T20:07:23.448Z] c3106fc0e877: Waiting [2024-07-11T20:07:23.448Z] 547446be3368: Verifying Checksum [2024-07-11T20:07:23.448Z] 547446be3368: Download complete [2024-07-11T20:07:23.448Z] c3105a71a48b: Verifying Checksum [2024-07-11T20:07:23.448Z] c3105a71a48b: Download complete [2024-07-11T20:07:24.033Z] d125d8839a47: Verifying Checksum [2024-07-11T20:07:24.033Z] d125d8839a47: Download complete [2024-07-11T20:07:24.033Z] c3106fc0e877: Download complete [2024-07-11T20:07:24.033Z] 0f093f025ec4: Verifying Checksum [2024-07-11T20:07:24.033Z] 0f093f025ec4: Download complete [2024-07-11T20:07:24.318Z] 547446be3368: Pull complete [2024-07-11T20:07:25.268Z] d125d8839a47: Pull complete [2024-07-11T20:07:25.846Z] 3e85d5ac6304: Verifying Checksum [2024-07-11T20:07:25.846Z] 3e85d5ac6304: Download complete [2024-07-11T20:07:35.978Z] 3e85d5ac6304: Pull complete [2024-07-11T20:07:35.978Z] c3105a71a48b: Pull complete [2024-07-11T20:07:36.934Z] 0f093f025ec4: Pull complete [2024-07-11T20:07:37.200Z] c3106fc0e877: Pull complete [2024-07-11T20:07:37.200Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-11T20:07:37.200Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-11T20:07:37.200Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T20:07:37.560Z] prd-ubuntu20.04-docker-arm64-4c-16g-5372 does not seem to be running inside a container [2024-07-11T20:07:37.617Z] $ 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-11T20:07:39.658Z] $ docker top 1992dddab9545a668d87ced9b7a921d4b5aac916b10994a4f1360b8b9989b593 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-11T20:07:40.231Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-11T20:07:50.313Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #1 transferring dockerfile: [2024-07-11T20:07:50.313Z] #1 transferring dockerfile: 2.93kB 0.0s done [2024-07-11T20:07:50.313Z] #1 DONE 0.1s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #2 [core-metadata internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #2 transferring dockerfile: 2.06kB done [2024-07-11T20:07:50.313Z] #2 DONE 0.0s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #3 [support-scheduler internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #3 transferring dockerfile: 1.93kB done [2024-07-11T20:07:50.313Z] #3 DONE 0.1s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #4 [core-keeper internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #4 transferring dockerfile: 2.01kB done [2024-07-11T20:07:50.313Z] #4 DONE 0.1s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #5 [security-spire-server internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #5 transferring dockerfile: 1.70kB 0.0s done [2024-07-11T20:07:50.313Z] #5 DONE 0.1s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #6 [core-data internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #6 transferring dockerfile: 2.01kB done [2024-07-11T20:07:50.313Z] #6 DONE 0.1s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #7 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #7 transferring dockerfile: 2.50kB 0.0s done [2024-07-11T20:07:50.313Z] #7 DONE 0.1s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #8 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #8 transferring dockerfile: 2.23kB done [2024-07-11T20:07:50.313Z] #8 DONE 0.0s [2024-07-11T20:07:50.313Z] [2024-07-11T20:07:50.313Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2024-07-11T20:07:50.313Z] #9 transferring dockerfile: 1.81kB done [2024-07-11T20:07:50.313Z] #9 DONE 0.1s [2024-07-11T20:07:50.582Z] [2024-07-11T20:07:50.582Z] #10 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-11T20:07:50.582Z] #10 transferring dockerfile: 1.89kB done [2024-07-11T20:07:50.582Z] #10 DONE 0.1s [2024-07-11T20:07:50.582Z] [2024-07-11T20:07:50.582Z] #11 [security-spire-config internal] load build definition from Dockerfile [2024-07-11T20:07:50.582Z] #11 transferring dockerfile: 1.69kB done [2024-07-11T20:07:50.582Z] #11 DONE 0.1s [2024-07-11T20:07:50.582Z] [2024-07-11T20:07:50.582Z] #12 [support-notifications internal] load build definition from Dockerfile [2024-07-11T20:07:50.582Z] #12 transferring dockerfile: 1.95kB done [2024-07-11T20:07:50.582Z] #12 DONE 0.1s [2024-07-11T20:07:50.582Z] [2024-07-11T20:07:50.582Z] #13 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-11T20:07:50.582Z] #13 transferring dockerfile: 2.49kB done [2024-07-11T20:07:50.582Z] #13 DONE 0.0s [2024-07-11T20:07:50.582Z] [2024-07-11T20:07:50.582Z] #14 [core-command internal] load build definition from Dockerfile [2024-07-11T20:07:50.849Z] #14 transferring dockerfile: 1.93kB done [2024-07-11T20:07:50.849Z] #14 DONE 0.0s [2024-07-11T20:07:50.849Z] [2024-07-11T20:07:50.849Z] #15 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-11T20:07:50.849Z] #15 transferring dockerfile: 2.15kB done [2024-07-11T20:07:50.849Z] #15 DONE 0.1s [2024-07-11T20:07:50.849Z] [2024-07-11T20:07:50.849Z] #16 [security-bootstrapper internal] load .dockerignore [2024-07-11T20:07:50.849Z] #16 transferring context: 50B done [2024-07-11T20:07:50.849Z] #16 DONE 0.1s [2024-07-11T20:07:51.427Z] [2024-07-11T20:07:51.427Z] #17 [core-metadata internal] load .dockerignore [2024-07-11T20:07:51.427Z] #17 transferring context: 50B done [2024-07-11T20:07:51.427Z] #17 DONE 0.1s [2024-07-11T20:07:51.693Z] [2024-07-11T20:07:51.693Z] #18 [support-scheduler internal] load .dockerignore [2024-07-11T20:07:51.693Z] #18 transferring context: 50B done [2024-07-11T20:07:51.693Z] #18 DONE 0.0s [2024-07-11T20:07:51.693Z] [2024-07-11T20:07:51.693Z] #19 [core-keeper internal] load .dockerignore [2024-07-11T20:07:51.693Z] #19 transferring context: 50B 0.0s done [2024-07-11T20:07:51.693Z] #19 DONE 0.1s [2024-07-11T20:07:51.693Z] [2024-07-11T20:07:51.693Z] #20 [security-spire-server internal] load .dockerignore [2024-07-11T20:07:51.693Z] #20 transferring context: 50B done [2024-07-11T20:07:51.693Z] #20 DONE 0.1s [2024-07-11T20:07:51.693Z] [2024-07-11T20:07:51.693Z] #21 [core-data internal] load .dockerignore [2024-07-11T20:07:51.693Z] #21 transferring context: 50B done [2024-07-11T20:07:51.693Z] #21 DONE 0.1s [2024-07-11T20:07:51.959Z] [2024-07-11T20:07:51.959Z] #22 [security-proxy-setup internal] load .dockerignore [2024-07-11T20:07:51.959Z] #22 transferring context: 50B 0.0s done [2024-07-11T20:07:51.959Z] #22 DONE 0.1s [2024-07-11T20:07:51.959Z] [2024-07-11T20:07:51.959Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-11T20:07:51.959Z] #23 transferring context: 50B done [2024-07-11T20:07:51.959Z] #23 DONE 0.1s [2024-07-11T20:07:51.959Z] [2024-07-11T20:07:51.959Z] #24 [security-spire-agent internal] load .dockerignore [2024-07-11T20:07:51.959Z] #24 transferring context: 50B done [2024-07-11T20:07:51.959Z] #24 DONE 0.1s [2024-07-11T20:07:51.959Z] [2024-07-11T20:07:51.959Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-07-11T20:07:52.233Z] #25 transferring context: 50B 0.0s done [2024-07-11T20:07:52.233Z] #25 DONE 0.1s [2024-07-11T20:07:52.233Z] [2024-07-11T20:07:52.233Z] #26 [security-spire-config internal] load .dockerignore [2024-07-11T20:07:52.233Z] #26 transferring context: 50B done [2024-07-11T20:07:52.233Z] #26 DONE 0.1s [2024-07-11T20:07:52.233Z] [2024-07-11T20:07:52.233Z] #27 [support-notifications internal] load .dockerignore [2024-07-11T20:07:52.233Z] #27 transferring context: 50B done [2024-07-11T20:07:52.233Z] #27 DONE 0.1s [2024-07-11T20:07:52.233Z] [2024-07-11T20:07:52.233Z] #28 [security-secretstore-setup internal] load .dockerignore [2024-07-11T20:07:52.233Z] #28 transferring context: 50B done [2024-07-11T20:07:52.233Z] #28 DONE 0.1s [2024-07-11T20:07:52.233Z] [2024-07-11T20:07:52.233Z] #29 [core-command internal] load .dockerignore [2024-07-11T20:07:52.233Z] #29 transferring context: 50B done [2024-07-11T20:07:52.233Z] #29 DONE 0.1s [2024-07-11T20:07:52.233Z] [2024-07-11T20:07:52.233Z] #30 [security-proxy-auth internal] load .dockerignore [2024-07-11T20:07:52.499Z] #30 transferring context: 50B 0.0s done [2024-07-11T20:07:52.499Z] #30 DONE 0.1s [2024-07-11T20:07:52.499Z] [2024-07-11T20:07:52.499Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:52.499Z] #31 DONE 0.0s [2024-07-11T20:07:52.499Z] [2024-07-11T20:07:52.499Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:07:52.499Z] #32 DONE 0.1s [2024-07-11T20:07:52.765Z] [2024-07-11T20:07:52.765Z] #33 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:52.765Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:52.765Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:52.765Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:52.765Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:52.765Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.15MB / 3.34MB 0.2s [2024-07-11T20:07:53.031Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-11T20:07:53.031Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:53.618Z] #33 ... [2024-07-11T20:07:53.618Z] [2024-07-11T20:07:53.618Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:53.618Z] #31 DONE 0.0s [2024-07-11T20:07:53.618Z] [2024-07-11T20:07:53.618Z] #33 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:53.618Z] #33 ... [2024-07-11T20:07:53.618Z] [2024-07-11T20:07:53.618Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:07:53.618Z] #32 DONE 0.2s [2024-07-11T20:07:53.618Z] [2024-07-11T20:07:53.618Z] #33 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:53.618Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:53.618Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:53.618Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:53.618Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:53.618Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:53.887Z] #33 ... [2024-07-11T20:07:53.887Z] [2024-07-11T20:07:53.887Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:53.887Z] #31 DONE 0.0s [2024-07-11T20:07:53.887Z] [2024-07-11T20:07:53.887Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:53.887Z] #34 DONE 1.7s [2024-07-11T20:07:53.887Z] [2024-07-11T20:07:53.887Z] #33 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:53.887Z] #33 ... [2024-07-11T20:07:53.887Z] [2024-07-11T20:07:53.887Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:07:53.887Z] #32 DONE 0.4s [2024-07-11T20:07:53.887Z] [2024-07-11T20:07:53.887Z] #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:53.887Z] #34 DONE 1.7s [2024-07-11T20:07:53.887Z] [2024-07-11T20:07:53.887Z] #33 [support-scheduler stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:53.887Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:53.887Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:53.887Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:53.887Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:53.887Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:54.153Z] #33 ... [2024-07-11T20:07:54.153Z] [2024-07-11T20:07:54.153Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:54.153Z] #31 DONE 0.0s [2024-07-11T20:07:54.153Z] [2024-07-11T20:07:54.153Z] #33 [support-scheduler stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:54.153Z] #33 ... [2024-07-11T20:07:54.153Z] [2024-07-11T20:07:54.153Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:07:54.153Z] #32 DONE 0.5s [2024-07-11T20:07:54.153Z] [2024-07-11T20:07:54.153Z] #35 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:54.153Z] #35 DONE 0.8s [2024-07-11T20:07:54.153Z] [2024-07-11T20:07:54.154Z] #33 [support-scheduler stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:54.421Z] #33 ... [2024-07-11T20:07:54.421Z] [2024-07-11T20:07:54.421Z] #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:54.421Z] #34 DONE 1.7s [2024-07-11T20:07:54.421Z] [2024-07-11T20:07:54.421Z] #35 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:54.421Z] #35 DONE 0.8s [2024-07-11T20:07:54.421Z] [2024-07-11T20:07:54.421Z] #33 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:54.421Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:54.421Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:54.421Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:54.421Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:54.421Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:54.421Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:54.688Z] #33 ... [2024-07-11T20:07:54.688Z] [2024-07-11T20:07:54.688Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:54.688Z] #31 DONE 0.0s [2024-07-11T20:07:54.688Z] [2024-07-11T20:07:54.688Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:07:54.688Z] #32 DONE 0.8s [2024-07-11T20:07:54.688Z] [2024-07-11T20:07:54.688Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:54.688Z] #34 DONE 1.8s [2024-07-11T20:07:54.688Z] [2024-07-11T20:07:54.688Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:54.688Z] #31 DONE 0.0s [2024-07-11T20:07:54.688Z] [2024-07-11T20:07:54.688Z] #35 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:54.688Z] #35 DONE 0.8s [2024-07-11T20:07:54.688Z] [2024-07-11T20:07:54.688Z] #32 [security-proxy-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:07:54.953Z] #32 DONE 0.9s [2024-07-11T20:07:54.953Z] [2024-07-11T20:07:54.953Z] #33 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:54.953Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:54.953Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:54.953Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:54.953Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:54.953Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:54.953Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:54.953Z] #33 ... [2024-07-11T20:07:54.953Z] [2024-07-11T20:07:54.953Z] #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:54.953Z] #34 DONE 1.8s [2024-07-11T20:07:54.953Z] [2024-07-11T20:07:54.953Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:54.953Z] #31 DONE 0.0s [2024-07-11T20:07:54.953Z] [2024-07-11T20:07:54.953Z] #35 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:54.953Z] #35 DONE 0.9s [2024-07-11T20:07:54.953Z] [2024-07-11T20:07:54.953Z] #33 [security-proxy-setup stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:54.953Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:54.953Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:54.953Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:54.953Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:54.953Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:54.953Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:55.221Z] #33 ... [2024-07-11T20:07:55.221Z] [2024-07-11T20:07:55.221Z] #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:55.221Z] #34 DONE 1.8s [2024-07-11T20:07:55.221Z] [2024-07-11T20:07:55.221Z] #35 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:55.221Z] #35 DONE 0.9s [2024-07-11T20:07:55.221Z] [2024-07-11T20:07:55.221Z] #33 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:55.221Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:55.221Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:55.221Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:55.221Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:55.221Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:55.221Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:55.487Z] #33 ... [2024-07-11T20:07:55.487Z] [2024-07-11T20:07:55.487Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:55.487Z] #31 DONE 0.0s [2024-07-11T20:07:55.487Z] [2024-07-11T20:07:55.487Z] #36 [core-keeper internal] load build context [2024-07-11T20:07:55.752Z] #36 ... [2024-07-11T20:07:55.752Z] [2024-07-11T20:07:55.752Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:55.752Z] #31 DONE 0.0s [2024-07-11T20:07:55.752Z] [2024-07-11T20:07:55.752Z] #36 [core-keeper internal] load build context [2024-07-11T20:07:56.019Z] #36 ... [2024-07-11T20:07:56.019Z] [2024-07-11T20:07:56.019Z] #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:56.019Z] #34 DONE 1.9s [2024-07-11T20:07:56.019Z] [2024-07-11T20:07:56.019Z] #35 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:56.019Z] #35 DONE 0.9s [2024-07-11T20:07:56.019Z] [2024-07-11T20:07:56.019Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:56.019Z] #31 DONE 0.0s [2024-07-11T20:07:56.019Z] [2024-07-11T20:07:56.019Z] #36 [core-keeper internal] load build context [2024-07-11T20:07:56.019Z] #36 ... [2024-07-11T20:07:56.019Z] [2024-07-11T20:07:56.019Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:56.019Z] #31 DONE 0.1s [2024-07-11T20:07:56.019Z] [2024-07-11T20:07:56.019Z] #36 [core-keeper internal] load build context [2024-07-11T20:07:56.285Z] #36 ... [2024-07-11T20:07:56.285Z] [2024-07-11T20:07:56.285Z] #37 [security-spire-server internal] load metadata for ghcr.io/spiffe/spire-server:1.9.6 [2024-07-11T20:07:56.285Z] #37 DONE 2.0s [2024-07-11T20:07:56.285Z] [2024-07-11T20:07:56.285Z] #36 [core-keeper internal] load build context [2024-07-11T20:07:56.285Z] #36 ... [2024-07-11T20:07:56.285Z] [2024-07-11T20:07:56.285Z] #33 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:56.285Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:56.285Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:56.285Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:56.285Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:56.285Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:56.285Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:56.285Z] #33 DONE 4.4s [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-11T20:07:56.555Z] #31 DONE 0.1s [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #36 [core-keeper internal] load build context [2024-07-11T20:07:56.555Z] #36 ... [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #34 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:07:56.555Z] #34 DONE 2.0s [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #35 [core-command builder 2/7] WORKDIR /edgex-go [2024-07-11T20:07:56.555Z] #35 DONE 1.0s [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #38 [support-notifications internal] load build context [2024-07-11T20:07:56.555Z] #38 DONE 0.0s [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #39 [core-command internal] load build context [2024-07-11T20:07:56.555Z] #39 DONE 0.0s [2024-07-11T20:07:56.555Z] [2024-07-11T20:07:56.555Z] #33 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:56.555Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:56.555Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:56.555Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:56.555Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:56.555Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:56.555Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:56.555Z] #33 DONE 4.5s [2024-07-11T20:07:56.831Z] [2024-07-11T20:07:56.831Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:07:57.098Z] #40 ... [2024-07-11T20:07:57.098Z] [2024-07-11T20:07:57.098Z] #41 [security-spire-config internal] load build context [2024-07-11T20:07:57.098Z] #41 transferring context: 25.04kB 0.1s done [2024-07-11T20:07:57.098Z] #41 DONE 0.9s [2024-07-11T20:07:57.365Z] [2024-07-11T20:07:57.366Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:07:57.949Z] #42 ... [2024-07-11T20:07:57.949Z] [2024-07-11T20:07:57.949Z] #43 [security-spire-server internal] load build context [2024-07-11T20:07:57.949Z] #43 transferring context: 26.79kB 0.2s done [2024-07-11T20:07:57.949Z] #43 DONE 1.8s [2024-07-11T20:07:57.949Z] [2024-07-11T20:07:57.949Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:07:57.949Z] #42 ... [2024-07-11T20:07:57.949Z] [2024-07-11T20:07:57.949Z] #44 [core-metadata internal] load build context [2024-07-11T20:07:58.531Z] #44 ... [2024-07-11T20:07:58.531Z] [2024-07-11T20:07:58.531Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.9.6 [2024-07-11T20:07:58.531Z] #45 DONE 3.5s [2024-07-11T20:07:58.531Z] [2024-07-11T20:07:58.531Z] #46 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-11T20:07:58.802Z] #46 ... [2024-07-11T20:07:58.802Z] [2024-07-11T20:07:58.802Z] #33 [security-spire-agent stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:07:58.802Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:07:58.802Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:07:58.802Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:07:58.802Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:07:58.802Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:07:58.802Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:07:58.802Z] #33 DONE 4.5s [2024-07-11T20:07:58.802Z] [2024-07-11T20:07:58.802Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:07:58.802Z] #47 DONE 0.0s [2024-07-11T20:07:59.107Z] [2024-07-11T20:07:59.107Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:07:59.107Z] #47 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:08:00.063Z] #47 ... [2024-07-11T20:08:00.063Z] [2024-07-11T20:08:00.063Z] #32 [security-proxy-auth internal] load metadata for docker.io/library/alpine:3.18 [2024-07-11T20:08:00.063Z] #32 DONE 5.8s [2024-07-11T20:08:00.063Z] [2024-07-11T20:08:00.063Z] #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-11T20:08:00.063Z] #34 DONE 2.0s [2024-07-11T20:08:00.063Z] [2024-07-11T20:08:00.063Z] #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-11T20:08:00.063Z] #35 DONE 1.0s [2024-07-11T20:08:00.063Z] [2024-07-11T20:08:00.063Z] #33 [security-proxy-auth stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-11T20:08:00.063Z] #33 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-11T20:08:00.063Z] #33 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-11T20:08:00.063Z] #33 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-11T20:08:00.063Z] #33 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-11T20:08:00.063Z] #33 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.2s done [2024-07-11T20:08:00.063Z] #33 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.4s done [2024-07-11T20:08:00.063Z] #33 DONE 4.5s [2024-07-11T20:08:00.063Z] [2024-07-11T20:08:00.063Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:01.029Z] #48 ... [2024-07-11T20:08:01.029Z] [2024-07-11T20:08:01.029Z] #49 [security-spire-agent internal] load build context [2024-07-11T20:08:01.029Z] #49 transferring context: 26.32kB 0.3s done [2024-07-11T20:08:01.029Z] #49 DONE 2.1s [2024-07-11T20:08:01.029Z] [2024-07-11T20:08:01.029Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:01.614Z] #44 ... [2024-07-11T20:08:01.614Z] [2024-07-11T20:08:01.614Z] #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-11T20:08:01.614Z] #50 DONE 7.1s [2024-07-11T20:08:01.614Z] [2024-07-11T20:08:01.614Z] #51 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-11T20:08:04.195Z] #51 ... [2024-07-11T20:08:04.195Z] [2024-07-11T20:08:04.195Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:04.195Z] #52 ... [2024-07-11T20:08:04.195Z] [2024-07-11T20:08:04.195Z] #53 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-11T20:08:04.195Z] #0 6.308 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:04.195Z] #0 9.903 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:04.195Z] #53 ... [2024-07-11T20:08:04.195Z] [2024-07-11T20:08:04.195Z] #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-11T20:08:04.195Z] #0 8.382 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:04.195Z] #0 8.998 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:04.462Z] #54 ... [2024-07-11T20:08:04.462Z] [2024-07-11T20:08:04.462Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:04.739Z] #52 ... [2024-07-11T20:08:04.739Z] [2024-07-11T20:08:04.739Z] #55 [core-data internal] load build context [2024-07-11T20:08:04.739Z] #55 ... [2024-07-11T20:08:04.739Z] [2024-07-11T20:08:04.739Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:05.010Z] #52 ... [2024-07-11T20:08:05.010Z] [2024-07-11T20:08:05.010Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:05.276Z] #56 ... [2024-07-11T20:08:05.276Z] [2024-07-11T20:08:05.276Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:05.276Z] #57 ... [2024-07-11T20:08:05.276Z] [2024-07-11T20:08:05.276Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:05.542Z] #56 transferring context: 19.14MB 9.9s [2024-07-11T20:08:05.808Z] #56 ... [2024-07-11T20:08:05.808Z] [2024-07-11T20:08:05.808Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-11T20:08:05.808Z] #0 6.504 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:05.808Z] #0 7.391 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:05.808Z] #0 10.06 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T20:08:05.808Z] #0 10.06 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T20:08:05.808Z] #0 10.06 OK: 19951 distinct packages available [2024-07-11T20:08:06.075Z] #58 ... [2024-07-11T20:08:06.075Z] [2024-07-11T20:08:06.075Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:06.075Z] #59 ... [2024-07-11T20:08:06.075Z] [2024-07-11T20:08:06.075Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:06.346Z] #56 ... [2024-07-11T20:08:06.346Z] [2024-07-11T20:08:06.346Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:06.346Z] #60 resolve ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 3.2s done [2024-07-11T20:08:06.346Z] #60 sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 1.61kB / 1.61kB done [2024-07-11T20:08:06.346Z] #60 sha256:52d5d3a94cfac7935bfb02a2531ec31aa34435cd9e284a81f62ebe15e8603a52 1.05kB / 1.05kB done [2024-07-11T20:08:06.346Z] #60 sha256:e0ba206c46fbee1b5a919ab00dad91fc25b0e6698fca3f84bd5759f787bd1571 1.60kB / 1.60kB done [2024-07-11T20:08:06.346Z] #60 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 1.8s done [2024-07-11T20:08:06.346Z] #60 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 1.9s done [2024-07-11T20:08:06.346Z] #60 sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 283B / 283B 2.3s done [2024-07-11T20:08:06.346Z] #60 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-11T20:08:06.346Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 0B / 28.04MB 3.4s [2024-07-11T20:08:06.346Z] #60 ... [2024-07-11T20:08:06.346Z] [2024-07-11T20:08:06.346Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:06.614Z] #56 ... [2024-07-11T20:08:06.614Z] [2024-07-11T20:08:06.614Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:06.938Z] #38 ... [2024-07-11T20:08:06.938Z] [2024-07-11T20:08:06.938Z] #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-11T20:08:06.938Z] #0 6.227 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:06.938Z] #0 6.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:06.938Z] #0 10.15 OK: 266 MiB in 52 packages [2024-07-11T20:08:06.938Z] #61 ... [2024-07-11T20:08:06.938Z] [2024-07-11T20:08:06.938Z] #39 [core-command internal] load build context [2024-07-11T20:08:07.204Z] #39 ... [2024-07-11T20:08:07.204Z] [2024-07-11T20:08:07.204Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:07.204Z] #36 ... [2024-07-11T20:08:07.204Z] [2024-07-11T20:08:07.204Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-11T20:08:07.204Z] #0 8.087 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:07.204Z] #0 9.458 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:07.471Z] #62 ... [2024-07-11T20:08:07.471Z] [2024-07-11T20:08:07.471Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:08.061Z] #36 ... [2024-07-11T20:08:08.061Z] [2024-07-11T20:08:08.061Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:08:08.061Z] #42 ... [2024-07-11T20:08:08.061Z] [2024-07-11T20:08:08.061Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:08.061Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 3.00MB / 28.04MB 5.2s [2024-07-11T20:08:08.327Z] #60 ... [2024-07-11T20:08:08.327Z] [2024-07-11T20:08:08.327Z] #54 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-11T20:08:08.327Z] #54 12.12 OK: 266 MiB in 52 packages [2024-07-11T20:08:08.327Z] #54 DONE 14.5s [2024-07-11T20:08:08.327Z] [2024-07-11T20:08:08.327Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:08.327Z] #60 ... [2024-07-11T20:08:08.327Z] [2024-07-11T20:08:08.327Z] #63 [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-11T20:08:08.327Z] #63 ... [2024-07-11T20:08:08.327Z] [2024-07-11T20:08:08.327Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-11T20:08:08.594Z] #64 ... [2024-07-11T20:08:08.594Z] [2024-07-11T20:08:08.594Z] #53 [core-metadata builder 3/7] RUN apk add --update --no-cache make git [2024-07-11T20:08:08.594Z] #53 13.56 OK: 266 MiB in 52 packages [2024-07-11T20:08:08.594Z] #53 DONE 14.4s [2024-07-11T20:08:08.594Z] [2024-07-11T20:08:08.594Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T20:08:08.594Z] #65 ... [2024-07-11T20:08:08.594Z] [2024-07-11T20:08:08.594Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:08.867Z] #66 ... [2024-07-11T20:08:08.867Z] [2024-07-11T20:08:08.867Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T20:08:08.867Z] #67 ... [2024-07-11T20:08:08.867Z] [2024-07-11T20:08:08.867Z] #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-11T20:08:09.140Z] #68 ... [2024-07-11T20:08:09.140Z] [2024-07-11T20:08:09.140Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-11T20:08:09.140Z] #69 ... [2024-07-11T20:08:09.140Z] [2024-07-11T20:08:09.140Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-11T20:08:09.140Z] #70 ... [2024-07-11T20:08:09.140Z] [2024-07-11T20:08:09.140Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:08:09.411Z] #40 ... [2024-07-11T20:08:09.411Z] [2024-07-11T20:08:09.411Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:09.411Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 5.24MB / 28.04MB 6.4s [2024-07-11T20:08:09.411Z] #60 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-07-11T20:08:09.411Z] #60 ... [2024-07-11T20:08:09.411Z] [2024-07-11T20:08:09.411Z] #61 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-11T20:08:09.411Z] #61 DONE 12.6s [2024-07-11T20:08:09.411Z] [2024-07-11T20:08:09.411Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:09.996Z] #60 ... [2024-07-11T20:08:09.996Z] [2024-07-11T20:08:09.996Z] #63 [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-11T20:08:09.996Z] #63 DONE 11.7s [2024-07-11T20:08:09.996Z] [2024-07-11T20:08:09.996Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:09.996Z] #60 ... [2024-07-11T20:08:09.996Z] [2024-07-11T20:08:09.996Z] #46 [security-proxy-auth stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:10.265Z] #46 ... [2024-07-11T20:08:10.265Z] [2024-07-11T20:08:10.265Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:10.265Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 7.34MB / 28.04MB 7.2s [2024-07-11T20:08:10.532Z] #60 ... [2024-07-11T20:08:10.532Z] [2024-07-11T20:08:10.532Z] #62 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-11T20:08:10.532Z] #62 12.04 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:10.532Z] #62 12.04 (2/2) Installing su-exec (0.2-r3) [2024-07-11T20:08:10.532Z] #62 12.04 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:10.532Z] #62 12.13 OK: 8 MiB in 17 packages [2024-07-11T20:08:10.532Z] #62 DONE 13.5s [2024-07-11T20:08:10.532Z] [2024-07-11T20:08:10.532Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:11.115Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.44MB / 28.04MB 8.2s [2024-07-11T20:08:11.383Z] #60 extracting sha256:6ce35ffb95c68a7836e0a468e20af51b44cf7a167f97bf211a978b4b1e80dbe7 0.1s done [2024-07-11T20:08:11.649Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 11.03MB / 28.04MB 8.6s [2024-07-11T20:08:11.649Z] #60 ... [2024-07-11T20:08:11.649Z] [2024-07-11T20:08:11.649Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:11.649Z] #44 transferring context: 57.86MB 17.7s [2024-07-11T20:08:11.649Z] #44 ... [2024-07-11T20:08:11.649Z] [2024-07-11T20:08:11.649Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:11.916Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 12.58MB / 28.04MB 8.8s [2024-07-11T20:08:11.916Z] #60 ... [2024-07-11T20:08:11.916Z] [2024-07-11T20:08:11.916Z] #58 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-11T20:08:11.916Z] #58 10.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:11.916Z] #58 12.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:11.916Z] #58 13.97 OK: 266 MiB in 52 packages [2024-07-11T20:08:11.916Z] #58 DONE 16.0s [2024-07-11T20:08:11.916Z] [2024-07-11T20:08:11.916Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:12.508Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 14.68MB / 28.04MB 9.5s [2024-07-11T20:08:13.089Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 16.78MB / 28.04MB 9.9s [2024-07-11T20:08:13.089Z] #60 ... [2024-07-11T20:08:13.089Z] [2024-07-11T20:08:13.089Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:08:13.089Z] #47 resolve ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 4.0s done [2024-07-11T20:08:13.089Z] #47 sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c 1.61kB / 1.61kB done [2024-07-11T20:08:13.089Z] #47 sha256:1cbbb4d32abefab6d582ffdf2ecab3a33d813855ce9593d156b424aad59c2bc6 1.05kB / 1.05kB done [2024-07-11T20:08:13.089Z] #47 sha256:9869d663529914e12e63d3ebe0579063a79fb13f870d88333173c39a993fe22a 1.59kB / 1.59kB done [2024-07-11T20:08:13.089Z] #47 sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 114B / 114B 0.4s done [2024-07-11T20:08:13.089Z] #47 sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 123.56kB / 123.56kB 0.5s done [2024-07-11T20:08:13.089Z] #47 extracting sha256:6c97d1874e1bc5b9375a2697c95f3f21cf3e9d426ec4c44a839067c6e1118616 done [2024-07-11T20:08:13.089Z] #47 sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 278B / 278B 2.0s done [2024-07-11T20:08:13.089Z] #47 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 13.63MB / 18.32MB 8.5s [2024-07-11T20:08:13.089Z] #47 extracting sha256:8949bd1d87427f8d3fb19d20929758ff6cee28e239422f52d92b19dff9663ddf 0.2s done [2024-07-11T20:08:13.089Z] #47 extracting sha256:245b2409532e6aaaf1dbade50350f370911badb97c2a16a2f1411ef1126deb3d 0.0s done [2024-07-11T20:08:13.089Z] #47 ... [2024-07-11T20:08:13.089Z] [2024-07-11T20:08:13.089Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:13.355Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 18.72MB / 28.04MB 10.4s [2024-07-11T20:08:13.658Z] #60 ... [2024-07-11T20:08:13.658Z] [2024-07-11T20:08:13.658Z] #66 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:13.658Z] #66 12.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:13.658Z] #66 12.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:13.658Z] #66 13.95 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:13.658Z] #66 13.95 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:13.658Z] #66 14.03 OK: 8 MiB in 16 packages [2024-07-11T20:08:13.658Z] #66 DONE 15.2s [2024-07-11T20:08:13.658Z] [2024-07-11T20:08:13.658Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:14.242Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.97MB / 28.04MB 11.2s [2024-07-11T20:08:14.518Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 22.81MB / 28.04MB 11.5s [2024-07-11T20:08:14.518Z] #60 ... [2024-07-11T20:08:14.518Z] [2024-07-11T20:08:14.518Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:14.787Z] #48 ... [2024-07-11T20:08:14.787Z] [2024-07-11T20:08:14.787Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:14.787Z] #60 ... [2024-07-11T20:08:14.787Z] [2024-07-11T20:08:14.787Z] #55 [core-data internal] load build context [2024-07-11T20:08:15.052Z] #55 ... [2024-07-11T20:08:15.052Z] [2024-07-11T20:08:15.052Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:15.052Z] #60 ... [2024-07-11T20:08:15.052Z] [2024-07-11T20:08:15.052Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:15.317Z] #52 ... [2024-07-11T20:08:15.317Z] [2024-07-11T20:08:15.317Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:15.317Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 25.17MB / 28.04MB 12.3s [2024-07-11T20:08:15.583Z] #60 ... [2024-07-11T20:08:15.583Z] [2024-07-11T20:08:15.583Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:15.847Z] #57 ... [2024-07-11T20:08:15.847Z] [2024-07-11T20:08:15.847Z] #55 [core-data internal] load build context [2024-07-11T20:08:16.112Z] #55 ... [2024-07-11T20:08:16.112Z] [2024-07-11T20:08:16.112Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:16.377Z] #59 ... [2024-07-11T20:08:16.377Z] [2024-07-11T20:08:16.377Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:16.377Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 27.26MB / 28.04MB 13.3s [2024-07-11T20:08:16.956Z] #60 sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 28.04MB / 28.04MB 13.8s done [2024-07-11T20:08:16.956Z] #60 ... [2024-07-11T20:08:16.956Z] [2024-07-11T20:08:16.956Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:16.956Z] #56 transferring context: 31.74MB 21.2s [2024-07-11T20:08:16.956Z] #56 ... [2024-07-11T20:08:16.956Z] [2024-07-11T20:08:16.956Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:16.956Z] #38 ... [2024-07-11T20:08:16.956Z] [2024-07-11T20:08:16.956Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:17.221Z] #44 ... [2024-07-11T20:08:17.221Z] [2024-07-11T20:08:17.221Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-11T20:08:17.221Z] #69 18.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:17.486Z] #69 ... [2024-07-11T20:08:17.486Z] [2024-07-11T20:08:17.486Z] #39 [core-command internal] load build context [2024-07-11T20:08:17.486Z] #39 ... [2024-07-11T20:08:17.486Z] [2024-07-11T20:08:17.486Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:18.437Z] #38 ... [2024-07-11T20:08:18.437Z] [2024-07-11T20:08:18.437Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:08:18.437Z] #42 ... [2024-07-11T20:08:18.437Z] [2024-07-11T20:08:18.437Z] #55 [core-data internal] load build context [2024-07-11T20:08:19.016Z] #55 ... [2024-07-11T20:08:19.017Z] [2024-07-11T20:08:19.017Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:19.017Z] #36 ... [2024-07-11T20:08:19.017Z] [2024-07-11T20:08:19.017Z] #55 [core-data internal] load build context [2024-07-11T20:08:19.599Z] #55 ... [2024-07-11T20:08:19.599Z] [2024-07-11T20:08:19.599Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:08:19.599Z] #40 ... [2024-07-11T20:08:19.599Z] [2024-07-11T20:08:19.599Z] #55 [core-data internal] load build context [2024-07-11T20:08:20.178Z] #55 ... [2024-07-11T20:08:20.178Z] [2024-07-11T20:08:20.178Z] #46 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:20.178Z] #46 15.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:20.178Z] #46 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:20.178Z] #46 20.14 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:20.178Z] #46 20.14 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:20.178Z] #46 20.44 OK: 8 MiB in 16 packages [2024-07-11T20:08:20.178Z] #46 DONE 22.4s [2024-07-11T20:08:20.178Z] [2024-07-11T20:08:20.178Z] #71 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:20.443Z] #71 ... [2024-07-11T20:08:20.443Z] [2024-07-11T20:08:20.443Z] #72 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-07-11T20:08:20.708Z] #72 ... [2024-07-11T20:08:20.708Z] [2024-07-11T20:08:20.708Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-11T20:08:20.972Z] #73 ... [2024-07-11T20:08:20.972Z] [2024-07-11T20:08:20.972Z] #55 [core-data internal] load build context [2024-07-11T20:08:21.927Z] #55 transferring context: 53.73MB 27.0s [2024-07-11T20:08:22.192Z] #55 ... [2024-07-11T20:08:22.192Z] [2024-07-11T20:08:22.192Z] #64 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-11T20:08:22.192Z] #64 15.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:22.192Z] #64 16.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:22.192Z] #64 20.11 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:22.192Z] #64 20.53 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:22.192Z] #64 20.77 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:22.192Z] #64 20.77 (4/6) Installing openssl (3.1.6-r0) [2024-07-11T20:08:22.192Z] #64 20.77 (5/6) Installing su-exec (0.2-r3) [2024-07-11T20:08:22.192Z] #64 20.77 (6/6) Installing yq (4.33.3-r5) [2024-07-11T20:08:22.192Z] #64 21.81 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:22.192Z] #64 22.02 OK: 18 MiB in 19 packages [2024-07-11T20:08:22.192Z] #64 DONE 24.0s [2024-07-11T20:08:22.192Z] [2024-07-11T20:08:22.192Z] #55 [core-data internal] load build context [2024-07-11T20:08:23.591Z] #55 ... [2024-07-11T20:08:23.591Z] [2024-07-11T20:08:23.591Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:23.591Z] #74 ... [2024-07-11T20:08:23.591Z] [2024-07-11T20:08:23.591Z] #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-11T20:08:23.591Z] #68 15.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:23.591Z] #68 16.54 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:23.591Z] #68 19.20 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T20:08:23.591Z] #68 19.20 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T20:08:23.591Z] #68 19.20 OK: 19948 distinct packages available [2024-07-11T20:08:23.591Z] #68 19.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:23.591Z] #68 21.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:23.591Z] #68 24.16 (1/11) Installing ca-certificates (20240226-r0) [2024-07-11T20:08:23.591Z] #68 24.53 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-11T20:08:23.591Z] #68 24.64 (3/11) Installing libunistring (1.1-r1) [2024-07-11T20:08:23.591Z] #68 24.79 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-11T20:08:23.591Z] #68 24.92 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-11T20:08:23.591Z] #68 24.92 (6/11) Installing libcurl (8.5.0-r0) [2024-07-11T20:08:23.591Z] #68 24.99 (7/11) Installing curl (8.5.0-r0) [2024-07-11T20:08:23.591Z] #68 25.05 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:23.591Z] #68 25.14 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-11T20:08:23.591Z] #68 25.14 (10/11) Installing libucontext (1.2-r2) [2024-07-11T20:08:23.856Z] #68 ... [2024-07-11T20:08:23.856Z] [2024-07-11T20:08:23.856Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:08:23.856Z] #47 sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 18.32MB / 18.32MB 9.9s done [2024-07-11T20:08:23.856Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 8.9s [2024-07-11T20:08:23.856Z] #47 ... [2024-07-11T20:08:23.856Z] [2024-07-11T20:08:23.856Z] #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-11T20:08:23.856Z] #68 25.41 (11/11) Installing gcompat (1.1.0-r1) [2024-07-11T20:08:23.856Z] #68 25.41 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:23.856Z] #68 25.41 Executing ca-certificates-20240226-r0.trigger [2024-07-11T20:08:24.120Z] #68 ... [2024-07-11T20:08:24.120Z] [2024-07-11T20:08:24.120Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T20:08:24.120Z] #65 15.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:24.120Z] #65 16.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:24.120Z] #65 20.74 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T20:08:24.120Z] #65 20.74 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T20:08:24.120Z] #65 20.74 OK: 19948 distinct packages available [2024-07-11T20:08:24.120Z] #65 21.33 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:24.120Z] #65 22.50 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:24.120Z] #65 ... [2024-07-11T20:08:24.120Z] [2024-07-11T20:08:24.120Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:24.383Z] #52 ... [2024-07-11T20:08:24.383Z] [2024-07-11T20:08:24.383Z] #51 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-11T20:08:24.383Z] #51 22.81 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:24.962Z] #51 ... [2024-07-11T20:08:24.962Z] [2024-07-11T20:08:24.962Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:24.962Z] #48 ... [2024-07-11T20:08:24.962Z] [2024-07-11T20:08:24.962Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T20:08:24.962Z] #65 26.11 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:24.962Z] #65 26.30 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:24.962Z] #65 26.47 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:24.962Z] #65 26.47 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-11T20:08:24.962Z] #65 26.65 (5/7) Installing libucontext (1.2-r2) [2024-07-11T20:08:24.962Z] #65 26.65 (6/7) Installing gcompat (1.1.0-r1) [2024-07-11T20:08:24.962Z] #65 26.65 (7/7) Installing openssl (3.1.6-r0) [2024-07-11T20:08:25.229Z] #65 26.92 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:25.494Z] #65 ... [2024-07-11T20:08:25.494Z] [2024-07-11T20:08:25.494Z] #69 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-11T20:08:25.494Z] #69 20.12 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:25.494Z] #69 22.97 (1/4) Installing ca-certificates (20240226-r0) [2024-07-11T20:08:25.494Z] #69 23.02 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:25.494Z] #69 23.10 (3/4) Installing su-exec (0.2-r3) [2024-07-11T20:08:25.494Z] #69 23.10 (4/4) Installing yq (4.33.3-r5) [2024-07-11T20:08:25.494Z] #69 23.76 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:25.494Z] #69 23.82 Executing ca-certificates-20240226-r0.trigger [2024-07-11T20:08:25.494Z] #69 24.97 OK: 18 MiB in 19 packages [2024-07-11T20:08:25.494Z] #69 DONE 26.4s [2024-07-11T20:08:25.494Z] [2024-07-11T20:08:25.494Z] #65 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T20:08:25.494Z] #65 27.02 OK: 9 MiB in 20 packages [2024-07-11T20:08:25.759Z] #65 ... [2024-07-11T20:08:25.759Z] [2024-07-11T20:08:25.759Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:26.023Z] #57 ... [2024-07-11T20:08:26.023Z] [2024-07-11T20:08:26.023Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:26.289Z] #52 ... [2024-07-11T20:08:26.289Z] [2024-07-11T20:08:26.289Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:26.554Z] #59 ... [2024-07-11T20:08:26.554Z] [2024-07-11T20:08:26.554Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:27.137Z] #57 transferring context: 64.38MB 31.4s [2024-07-11T20:08:27.137Z] #57 ... [2024-07-11T20:08:27.137Z] [2024-07-11T20:08:27.137Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:27.137Z] #56 ... [2024-07-11T20:08:27.137Z] [2024-07-11T20:08:27.137Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:27.402Z] #44 ... [2024-07-11T20:08:27.402Z] [2024-07-11T20:08:27.402Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:27.402Z] #57 ... [2024-07-11T20:08:27.402Z] [2024-07-11T20:08:27.402Z] #68 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-11T20:08:27.402Z] #68 26.76 OK: 13 MiB in 26 packages [2024-07-11T20:08:27.402Z] #68 DONE 29.0s [2024-07-11T20:08:27.402Z] [2024-07-11T20:08:27.402Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:27.981Z] #57 ... [2024-07-11T20:08:27.981Z] [2024-07-11T20:08:27.981Z] #65 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-11T20:08:27.981Z] #65 DONE 29.5s [2024-07-11T20:08:27.981Z] [2024-07-11T20:08:27.981Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:27.981Z] #57 ... [2024-07-11T20:08:27.981Z] [2024-07-11T20:08:27.981Z] #39 [core-command internal] load build context [2024-07-11T20:08:27.981Z] #39 ... [2024-07-11T20:08:27.981Z] [2024-07-11T20:08:27.981Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:28.561Z] #57 ... [2024-07-11T20:08:28.561Z] [2024-07-11T20:08:28.561Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:08:28.561Z] #42 ... [2024-07-11T20:08:28.561Z] [2024-07-11T20:08:28.561Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:28.825Z] #38 ... [2024-07-11T20:08:28.825Z] [2024-07-11T20:08:28.825Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:29.089Z] #57 ... [2024-07-11T20:08:29.089Z] [2024-07-11T20:08:29.089Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:29.089Z] #60 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 9.8s [2024-07-11T20:08:29.355Z] #60 ... [2024-07-11T20:08:29.355Z] [2024-07-11T20:08:29.355Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:29.355Z] #36 ... [2024-07-11T20:08:29.355Z] [2024-07-11T20:08:29.355Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:29.934Z] #52 ... [2024-07-11T20:08:29.934Z] [2024-07-11T20:08:29.934Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:08:29.934Z] #40 ... [2024-07-11T20:08:29.934Z] [2024-07-11T20:08:29.934Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:31.334Z] #52 ... [2024-07-11T20:08:31.334Z] [2024-07-11T20:08:31.334Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T20:08:31.334Z] #67 22.55 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:31.334Z] #67 23.48 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:31.334Z] #67 28.06 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-11T20:08:31.334Z] #67 28.06 v3.18.7-33-g0c1e18f84a7 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-11T20:08:31.334Z] #67 28.06 OK: 19948 distinct packages available [2024-07-11T20:08:31.334Z] #67 28.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:31.334Z] #67 30.85 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:31.334Z] #67 ... [2024-07-11T20:08:31.334Z] [2024-07-11T20:08:31.334Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:32.286Z] #57 transferring context: 77.82MB 36.6s [2024-07-11T20:08:32.286Z] #57 ... [2024-07-11T20:08:32.286Z] [2024-07-11T20:08:32.286Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-11T20:08:32.286Z] #0 8.499 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:32.561Z] #75 ... [2024-07-11T20:08:32.561Z] [2024-07-11T20:08:32.561Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:32.832Z] #57 ... [2024-07-11T20:08:32.832Z] [2024-07-11T20:08:32.832Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-11T20:08:32.832Z] #70 24.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:32.832Z] #70 25.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:32.832Z] #70 31.35 (1/2) Installing ca-certificates (20240226-r0) [2024-07-11T20:08:32.832Z] #70 32.05 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:32.832Z] #70 32.10 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:32.832Z] #70 32.53 Executing ca-certificates-20240226-r0.trigger [2024-07-11T20:08:32.832Z] #70 34.39 OK: 9 MiB in 17 packages [2024-07-11T20:08:32.832Z] #70 ... [2024-07-11T20:08:32.832Z] [2024-07-11T20:08:32.832Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:33.790Z] #57 ... [2024-07-11T20:08:33.790Z] [2024-07-11T20:08:33.790Z] #55 [core-data internal] load build context [2024-07-11T20:08:34.055Z] #55 ... [2024-07-11T20:08:34.055Z] [2024-07-11T20:08:34.055Z] #71 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:34.055Z] #71 13.62 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:34.055Z] #71 15.19 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:34.055Z] #71 21.24 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:34.055Z] #71 22.22 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:34.055Z] #71 22.46 OK: 8 MiB in 16 packages [2024-07-11T20:08:34.055Z] #71 ... [2024-07-11T20:08:34.055Z] [2024-07-11T20:08:34.055Z] #55 [core-data internal] load build context [2024-07-11T20:08:34.648Z] #55 ... [2024-07-11T20:08:34.648Z] [2024-07-11T20:08:34.648Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:08:34.648Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 20.0s [2024-07-11T20:08:34.914Z] #47 ... [2024-07-11T20:08:34.914Z] [2024-07-11T20:08:34.914Z] #55 [core-data internal] load build context [2024-07-11T20:08:35.181Z] #55 ... [2024-07-11T20:08:35.181Z] [2024-07-11T20:08:35.181Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:35.181Z] #48 ... [2024-07-11T20:08:35.181Z] [2024-07-11T20:08:35.181Z] #55 [core-data internal] load build context [2024-07-11T20:08:35.772Z] #55 ... [2024-07-11T20:08:35.772Z] [2024-07-11T20:08:35.772Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-11T20:08:35.772Z] #0 7.661 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:35.772Z] #76 ... [2024-07-11T20:08:35.772Z] [2024-07-11T20:08:35.772Z] #51 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-11T20:08:35.772Z] #51 25.05 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:35.772Z] #51 31.41 OK: 266 MiB in 52 packages [2024-07-11T20:08:35.772Z] #51 DONE 34.2s [2024-07-11T20:08:35.772Z] [2024-07-11T20:08:35.772Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-11T20:08:35.772Z] #73 15.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:35.772Z] #73 16.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:35.772Z] #73 21.87 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:35.772Z] #73 22.76 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:35.772Z] #73 22.91 OK: 8 MiB in 17 packages [2024-07-11T20:08:35.772Z] #73 ... [2024-07-11T20:08:35.772Z] [2024-07-11T20:08:35.772Z] #55 [core-data internal] load build context [2024-07-11T20:08:36.043Z] #55 ... [2024-07-11T20:08:36.043Z] [2024-07-11T20:08:36.043Z] #70 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-11T20:08:36.043Z] #70 DONE 37.6s [2024-07-11T20:08:36.043Z] [2024-07-11T20:08:36.043Z] #55 [core-data internal] load build context [2024-07-11T20:08:36.311Z] #55 ... [2024-07-11T20:08:36.311Z] [2024-07-11T20:08:36.311Z] #73 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-11T20:08:36.311Z] #73 DONE 25.6s [2024-07-11T20:08:36.311Z] [2024-07-11T20:08:36.311Z] #55 [core-data internal] load build context [2024-07-11T20:08:36.311Z] #55 ... [2024-07-11T20:08:36.311Z] [2024-07-11T20:08:36.311Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:36.311Z] #74 12.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:36.311Z] #74 14.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:36.311Z] #74 18.85 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:36.311Z] #74 19.81 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:36.311Z] #74 19.96 OK: 8 MiB in 16 packages [2024-07-11T20:08:36.311Z] #74 ... [2024-07-11T20:08:36.311Z] [2024-07-11T20:08:36.311Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:36.584Z] #52 ... [2024-07-11T20:08:36.584Z] [2024-07-11T20:08:36.584Z] #55 [core-data internal] load build context [2024-07-11T20:08:37.178Z] #55 ... [2024-07-11T20:08:37.178Z] [2024-07-11T20:08:37.178Z] #71 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-11T20:08:37.178Z] #71 DONE 27.1s [2024-07-11T20:08:37.178Z] [2024-07-11T20:08:37.178Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:37.178Z] #59 ... [2024-07-11T20:08:37.178Z] [2024-07-11T20:08:37.178Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:37.178Z] #52 transferring context: 89.52MB 43.1s [2024-07-11T20:08:37.444Z] #52 ... [2024-07-11T20:08:37.444Z] [2024-07-11T20:08:37.444Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:37.719Z] #44 ... [2024-07-11T20:08:37.719Z] [2024-07-11T20:08:37.719Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:37.719Z] #0 9.282 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:37.719Z] #77 ... [2024-07-11T20:08:37.719Z] [2024-07-11T20:08:37.719Z] #74 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:37.719Z] #74 DONE 23.9s [2024-07-11T20:08:37.719Z] [2024-07-11T20:08:37.719Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:37.986Z] #56 ... [2024-07-11T20:08:37.986Z] [2024-07-11T20:08:37.986Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:38.256Z] #44 ... [2024-07-11T20:08:38.256Z] [2024-07-11T20:08:38.256Z] #39 [core-command internal] load build context [2024-07-11T20:08:38.256Z] #39 ... [2024-07-11T20:08:38.256Z] [2024-07-11T20:08:38.256Z] #67 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-11T20:08:38.256Z] #67 37.02 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-11T20:08:38.256Z] #67 37.09 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-11T20:08:38.256Z] #67 37.09 (3/4) Installing libucontext (1.2-r2) [2024-07-11T20:08:38.256Z] #67 37.15 (4/4) Installing gcompat (1.1.0-r1) [2024-07-11T20:08:38.256Z] #67 37.15 Executing busybox-1.36.1-r7.trigger [2024-07-11T20:08:38.256Z] #67 37.31 OK: 8 MiB in 19 packages [2024-07-11T20:08:38.256Z] #67 DONE 39.8s [2024-07-11T20:08:38.256Z] [2024-07-11T20:08:38.256Z] #78 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-11T20:08:38.256Z] #0 6.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:38.256Z] #0 8.573 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:38.522Z] #78 ... [2024-07-11T20:08:38.522Z] [2024-07-11T20:08:38.522Z] #39 [core-command internal] load build context [2024-07-11T20:08:38.803Z] #39 ... [2024-07-11T20:08:38.803Z] [2024-07-11T20:08:38.803Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:08:38.803Z] #42 ... [2024-07-11T20:08:38.803Z] [2024-07-11T20:08:38.803Z] #72 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-11T20:08:38.803Z] #72 9.004 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:38.803Z] #72 11.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:38.803Z] #72 16.40 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:38.803Z] #72 16.65 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:38.803Z] #72 16.65 OK: 8 MiB in 16 packages [2024-07-11T20:08:38.803Z] #72 DONE 18.4s [2024-07-11T20:08:38.803Z] [2024-07-11T20:08:38.803Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:08:38.803Z] #42 ... [2024-07-11T20:08:38.803Z] [2024-07-11T20:08:38.803Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:39.069Z] #38 ... [2024-07-11T20:08:39.069Z] [2024-07-11T20:08:39.069Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:39.339Z] #44 ... [2024-07-11T20:08:39.339Z] [2024-07-11T20:08:39.339Z] #75 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-11T20:08:39.339Z] #75 11.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:39.339Z] #75 15.26 OK: 18 MiB in 19 packages [2024-07-11T20:08:39.339Z] #75 DONE 17.0s [2024-07-11T20:08:39.606Z] [2024-07-11T20:08:39.606Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:39.606Z] #36 ... [2024-07-11T20:08:39.606Z] [2024-07-11T20:08:39.606Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:39.606Z] #60 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 20.3s [2024-07-11T20:08:39.606Z] #60 ... [2024-07-11T20:08:39.606Z] [2024-07-11T20:08:39.606Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:40.195Z] #36 ... [2024-07-11T20:08:40.195Z] [2024-07-11T20:08:40.195Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:08:40.195Z] #40 ... [2024-07-11T20:08:40.195Z] [2024-07-11T20:08:40.195Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:40.783Z] #36 ... [2024-07-11T20:08:40.783Z] [2024-07-11T20:08:40.783Z] #78 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-11T20:08:40.783Z] #78 11.52 OK: 9 MiB in 20 packages [2024-07-11T20:08:40.783Z] #78 DONE 12.7s [2024-07-11T20:08:40.783Z] [2024-07-11T20:08:40.783Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:41.049Z] #36 ... [2024-07-11T20:08:41.049Z] [2024-07-11T20:08:41.049Z] #76 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-11T20:08:41.049Z] #76 10.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:41.049Z] #76 13.24 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:41.049Z] #76 13.50 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:41.049Z] #76 13.50 Executing ca-certificates-20240226-r0.trigger [2024-07-11T20:08:41.049Z] #76 13.93 OK: 18 MiB in 19 packages [2024-07-11T20:08:41.049Z] #76 DONE 15.6s [2024-07-11T20:08:41.049Z] [2024-07-11T20:08:41.049Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:41.632Z] #36 ... [2024-07-11T20:08:41.632Z] [2024-07-11T20:08:41.632Z] #79 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-11T20:08:41.632Z] #79 DONE 2.1s [2024-07-11T20:08:41.632Z] [2024-07-11T20:08:41.632Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:42.215Z] #36 ... [2024-07-11T20:08:42.215Z] [2024-07-11T20:08:42.215Z] #77 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:42.215Z] #77 10.44 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:42.215Z] #77 12.66 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:42.215Z] #77 12.83 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:42.215Z] #77 12.86 Executing ca-certificates-20240226-r0.trigger [2024-07-11T20:08:42.215Z] #77 13.28 OK: 13 MiB in 26 packages [2024-07-11T20:08:42.215Z] #77 DONE 14.5s [2024-07-11T20:08:42.215Z] [2024-07-11T20:08:42.215Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:42.482Z] #36 transferring context: 97.23MB 47.9s [2024-07-11T20:08:43.887Z] #36 ... [2024-07-11T20:08:43.887Z] [2024-07-11T20:08:43.887Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:44.154Z] #57 ... [2024-07-11T20:08:44.154Z] [2024-07-11T20:08:44.154Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:45.119Z] #60 ... [2024-07-11T20:08:45.119Z] [2024-07-11T20:08:45.119Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:08:45.119Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 30.1s [2024-07-11T20:08:45.119Z] #47 ... [2024-07-11T20:08:45.119Z] [2024-07-11T20:08:45.119Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:45.119Z] #36 ... [2024-07-11T20:08:45.119Z] [2024-07-11T20:08:45.119Z] #80 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-11T20:08:45.119Z] #80 DONE 8.3s [2024-07-11T20:08:45.119Z] [2024-07-11T20:08:45.119Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:45.119Z] #36 ... [2024-07-11T20:08:45.119Z] [2024-07-11T20:08:45.119Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:45.392Z] #48 ... [2024-07-11T20:08:45.392Z] [2024-07-11T20:08:45.392Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:45.392Z] #60 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 26.0s [2024-07-11T20:08:46.359Z] #60 ... [2024-07-11T20:08:46.359Z] [2024-07-11T20:08:46.359Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:46.359Z] #0 7.248 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:46.359Z] #0 7.659 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:46.359Z] #0 8.724 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:46.359Z] #0 8.848 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:46.359Z] #0 8.887 Executing ca-certificates-20240226-r0.trigger [2024-07-11T20:08:46.359Z] #0 9.159 OK: 9 MiB in 17 packages [2024-07-11T20:08:46.359Z] #81 ... [2024-07-11T20:08:46.359Z] [2024-07-11T20:08:46.359Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:46.359Z] #48 ... [2024-07-11T20:08:46.359Z] [2024-07-11T20:08:46.359Z] #81 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-11T20:08:46.625Z] #81 DONE 10.2s [2024-07-11T20:08:46.625Z] [2024-07-11T20:08:46.625Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:47.210Z] #48 ... [2024-07-11T20:08:47.210Z] [2024-07-11T20:08:47.210Z] #82 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-11T20:08:47.210Z] #82 DONE 1.8s [2024-07-11T20:08:47.210Z] [2024-07-11T20:08:47.210Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:47.477Z] #48 ... [2024-07-11T20:08:47.477Z] [2024-07-11T20:08:47.477Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:47.477Z] #59 ... [2024-07-11T20:08:47.477Z] [2024-07-11T20:08:47.477Z] #55 [core-data internal] load build context [2024-07-11T20:08:47.477Z] #55 transferring context: 103.72MB 52.6s [2024-07-11T20:08:47.477Z] #55 ... [2024-07-11T20:08:47.477Z] [2024-07-11T20:08:47.477Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:47.743Z] #59 ... [2024-07-11T20:08:47.743Z] [2024-07-11T20:08:47.743Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:47.743Z] #52 ... [2024-07-11T20:08:47.743Z] [2024-07-11T20:08:47.743Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:48.007Z] #60 ... [2024-07-11T20:08:48.007Z] [2024-07-11T20:08:48.007Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:48.278Z] #56 ... [2024-07-11T20:08:48.278Z] [2024-07-11T20:08:48.278Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:48.278Z] #59 ... [2024-07-11T20:08:48.278Z] [2024-07-11T20:08:48.278Z] #83 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-11T20:08:48.278Z] #0 7.394 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:48.278Z] #0 7.805 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-11T20:08:48.278Z] #0 8.844 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:48.278Z] #0 8.969 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-11T20:08:48.278Z] #0 9.011 OK: 8 MiB in 19 packages [2024-07-11T20:08:48.278Z] #83 DONE 9.9s [2024-07-11T20:08:48.278Z] [2024-07-11T20:08:48.278Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:49.233Z] #56 ... [2024-07-11T20:08:49.233Z] [2024-07-11T20:08:49.233Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:49.233Z] #38 ... [2024-07-11T20:08:49.233Z] [2024-07-11T20:08:49.233Z] #39 [core-command internal] load build context [2024-07-11T20:08:49.233Z] #39 ... [2024-07-11T20:08:49.233Z] [2024-07-11T20:08:49.233Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:49.499Z] #38 ... [2024-07-11T20:08:49.499Z] [2024-07-11T20:08:49.499Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:49.499Z] #44 ... [2024-07-11T20:08:49.499Z] [2024-07-11T20:08:49.499Z] #39 [core-command internal] load build context [2024-07-11T20:08:49.766Z] #39 ... [2024-07-11T20:08:49.766Z] [2024-07-11T20:08:49.766Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:08:50.035Z] #42 ... [2024-07-11T20:08:50.035Z] [2024-07-11T20:08:50.035Z] #39 [core-command internal] load build context [2024-07-11T20:08:50.300Z] #39 ... [2024-07-11T20:08:50.300Z] [2024-07-11T20:08:50.300Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:08:50.565Z] #40 ... [2024-07-11T20:08:50.565Z] [2024-07-11T20:08:50.565Z] #39 [core-command internal] load build context [2024-07-11T20:08:52.526Z] #39 ... [2024-07-11T20:08:52.526Z] [2024-07-11T20:08:52.526Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-11T20:08:52.526Z] #84 DONE 2.0s [2024-07-11T20:08:52.526Z] [2024-07-11T20:08:52.526Z] #39 [core-command internal] load build context [2024-07-11T20:08:52.791Z] #39 transferring context: 137.87MB 53.7s [2024-07-11T20:08:54.201Z] #39 ... [2024-07-11T20:08:54.201Z] [2024-07-11T20:08:54.201Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:08:54.201Z] #57 ... [2024-07-11T20:08:54.201Z] [2024-07-11T20:08:54.201Z] #39 [core-command internal] load build context [2024-07-11T20:08:55.172Z] #39 ... [2024-07-11T20:08:55.172Z] [2024-07-11T20:08:55.172Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:08:55.172Z] #47 extracting sha256:860255bb71b052c7996355d58aaa77a8d9667463ff566976a1ed90f680f373f0 31.2s done [2024-07-11T20:08:55.172Z] #47 ... [2024-07-11T20:08:55.172Z] [2024-07-11T20:08:55.172Z] #39 [core-command internal] load build context [2024-07-11T20:08:55.441Z] #39 ... [2024-07-11T20:08:55.441Z] [2024-07-11T20:08:55.441Z] #36 [core-keeper internal] load build context [2024-07-11T20:08:55.714Z] #36 ... [2024-07-11T20:08:55.714Z] [2024-07-11T20:08:55.714Z] #39 [core-command internal] load build context [2024-07-11T20:08:57.667Z] #39 ... [2024-07-11T20:08:57.667Z] [2024-07-11T20:08:57.667Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:08:57.667Z] #48 ... [2024-07-11T20:08:57.667Z] [2024-07-11T20:08:57.667Z] #39 [core-command internal] load build context [2024-07-11T20:08:57.667Z] #39 ... [2024-07-11T20:08:57.667Z] [2024-07-11T20:08:57.667Z] #55 [core-data internal] load build context [2024-07-11T20:08:57.667Z] #55 transferring context: 156.16MB 62.9s [2024-07-11T20:08:57.932Z] #55 ... [2024-07-11T20:08:57.932Z] [2024-07-11T20:08:57.932Z] #52 [support-scheduler internal] load build context [2024-07-11T20:08:57.932Z] #52 ... [2024-07-11T20:08:57.932Z] [2024-07-11T20:08:57.932Z] #39 [core-command internal] load build context [2024-07-11T20:08:58.513Z] #39 ... [2024-07-11T20:08:58.513Z] [2024-07-11T20:08:58.513Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:58.513Z] #59 ... [2024-07-11T20:08:58.513Z] [2024-07-11T20:08:58.513Z] #60 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:58.513Z] #60 extracting sha256:6646c720ee8114e31cff8f02c881225d7457c1047a04a91e0f259d1136b37ffd 38.5s done [2024-07-11T20:08:58.513Z] #60 ... [2024-07-11T20:08:58.513Z] [2024-07-11T20:08:58.513Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:58.784Z] #59 ... [2024-07-11T20:08:58.784Z] [2024-07-11T20:08:58.784Z] #60 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.9.6@sha256:59a0b92b39773515e25e68a46c40d3b931b9c1860bc445a79ceb45a805cab8b4 [2024-07-11T20:08:58.784Z] #60 DONE 62.6s [2024-07-11T20:08:58.784Z] [2024-07-11T20:08:58.784Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:08:59.052Z] #59 ... [2024-07-11T20:08:59.052Z] [2024-07-11T20:08:59.052Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:08:59.317Z] #56 ... [2024-07-11T20:08:59.317Z] [2024-07-11T20:08:59.317Z] #55 [core-data internal] load build context [2024-07-11T20:08:59.582Z] #55 ... [2024-07-11T20:08:59.582Z] [2024-07-11T20:08:59.582Z] #38 [support-notifications internal] load build context [2024-07-11T20:08:59.582Z] #38 ... [2024-07-11T20:08:59.582Z] [2024-07-11T20:08:59.582Z] #44 [core-metadata internal] load build context [2024-07-11T20:08:59.849Z] #44 ... [2024-07-11T20:08:59.849Z] [2024-07-11T20:08:59.849Z] #38 [support-notifications internal] load build context [2024-07-11T20:09:00.115Z] #38 ... [2024-07-11T20:09:00.115Z] [2024-07-11T20:09:00.115Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:09:00.115Z] #42 ... [2024-07-11T20:09:00.115Z] [2024-07-11T20:09:00.115Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:00.702Z] #59 ... [2024-07-11T20:09:00.702Z] [2024-07-11T20:09:00.702Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:09:00.702Z] #40 ... [2024-07-11T20:09:00.702Z] [2024-07-11T20:09:00.702Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:03.310Z] #59 transferring context: 147.36MB 66.3s [2024-07-11T20:09:04.266Z] #59 ... [2024-07-11T20:09:04.266Z] [2024-07-11T20:09:04.266Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:09:04.531Z] #57 ... [2024-07-11T20:09:04.531Z] [2024-07-11T20:09:04.531Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:05.944Z] #59 ... [2024-07-11T20:09:05.944Z] [2024-07-11T20:09:05.944Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:05.944Z] #36 ... [2024-07-11T20:09:05.944Z] [2024-07-11T20:09:05.944Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:06.526Z] #59 ... [2024-07-11T20:09:06.526Z] [2024-07-11T20:09:06.526Z] #85 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T20:09:06.526Z] #85 DONE 3.0s [2024-07-11T20:09:06.526Z] [2024-07-11T20:09:06.526Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:06.792Z] #59 ... [2024-07-11T20:09:06.792Z] [2024-07-11T20:09:06.792Z] #86 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T20:09:06.792Z] #86 DONE 4.6s [2024-07-11T20:09:06.792Z] [2024-07-11T20:09:06.792Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:06.792Z] #59 ... [2024-07-11T20:09:06.792Z] [2024-07-11T20:09:06.792Z] #87 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-11T20:09:06.792Z] #87 DONE 4.8s [2024-07-11T20:09:06.792Z] [2024-07-11T20:09:06.792Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:07.771Z] #59 ... [2024-07-11T20:09:07.771Z] [2024-07-11T20:09:07.771Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:07.771Z] #48 ... [2024-07-11T20:09:07.771Z] [2024-07-11T20:09:07.771Z] #88 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-11T20:09:07.771Z] #88 DONE 1.2s [2024-07-11T20:09:07.771Z] [2024-07-11T20:09:07.771Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:07.771Z] #48 ... [2024-07-11T20:09:07.771Z] [2024-07-11T20:09:07.771Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:07.771Z] #56 transferring context: 172.72MB 72.3s [2024-07-11T20:09:08.038Z] #56 ... [2024-07-11T20:09:08.038Z] [2024-07-11T20:09:08.038Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:08.038Z] #59 ... [2024-07-11T20:09:08.038Z] [2024-07-11T20:09:08.038Z] #89 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-11T20:09:08.038Z] #89 DONE 1.3s [2024-07-11T20:09:08.038Z] [2024-07-11T20:09:08.038Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:08.038Z] #59 ... [2024-07-11T20:09:08.038Z] [2024-07-11T20:09:08.038Z] #52 [support-scheduler internal] load build context [2024-07-11T20:09:08.313Z] #52 ... [2024-07-11T20:09:08.313Z] [2024-07-11T20:09:08.313Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:08.313Z] #59 ... [2024-07-11T20:09:08.313Z] [2024-07-11T20:09:08.313Z] #90 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-11T20:09:08.313Z] #90 DONE 1.5s [2024-07-11T20:09:08.581Z] [2024-07-11T20:09:08.581Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:08.581Z] #59 ... [2024-07-11T20:09:08.581Z] [2024-07-11T20:09:08.581Z] #39 [core-command internal] load build context [2024-07-11T20:09:08.581Z] #39 ... [2024-07-11T20:09:08.581Z] [2024-07-11T20:09:08.581Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:09.191Z] #56 ... [2024-07-11T20:09:09.191Z] [2024-07-11T20:09:09.192Z] #91 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-11T20:09:09.192Z] #91 DONE 1.2s [2024-07-11T20:09:09.192Z] [2024-07-11T20:09:09.192Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:09.192Z] #56 ... [2024-07-11T20:09:09.192Z] [2024-07-11T20:09:09.192Z] #92 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-11T20:09:09.192Z] #92 DONE 0.8s [2024-07-11T20:09:09.192Z] [2024-07-11T20:09:09.192Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:09.460Z] #56 ... [2024-07-11T20:09:09.460Z] [2024-07-11T20:09:09.460Z] #93 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-11T20:09:09.460Z] #93 DONE 1.2s [2024-07-11T20:09:09.460Z] [2024-07-11T20:09:09.460Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:09.726Z] #56 ... [2024-07-11T20:09:09.726Z] [2024-07-11T20:09:09.726Z] #55 [core-data internal] load build context [2024-07-11T20:09:09.726Z] #55 ... [2024-07-11T20:09:09.726Z] [2024-07-11T20:09:09.726Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:09.993Z] #56 ... [2024-07-11T20:09:09.993Z] [2024-07-11T20:09:09.993Z] #44 [core-metadata internal] load build context [2024-07-11T20:09:09.993Z] #44 ... [2024-07-11T20:09:09.993Z] [2024-07-11T20:09:09.993Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:10.259Z] #56 ... [2024-07-11T20:09:10.259Z] [2024-07-11T20:09:10.259Z] #38 [support-notifications internal] load build context [2024-07-11T20:09:10.259Z] #38 ... [2024-07-11T20:09:10.259Z] [2024-07-11T20:09:10.259Z] #94 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T20:09:10.259Z] #94 DONE 1.2s [2024-07-11T20:09:10.259Z] [2024-07-11T20:09:10.259Z] #38 [support-notifications internal] load build context [2024-07-11T20:09:10.259Z] #38 ... [2024-07-11T20:09:10.259Z] [2024-07-11T20:09:10.259Z] #44 [core-metadata internal] load build context [2024-07-11T20:09:10.259Z] #44 ... [2024-07-11T20:09:10.259Z] [2024-07-11T20:09:10.259Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:09:10.524Z] #42 ... [2024-07-11T20:09:10.524Z] [2024-07-11T20:09:10.524Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T20:09:10.524Z] #95 DONE 1.0s [2024-07-11T20:09:10.524Z] [2024-07-11T20:09:10.525Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:09:10.525Z] #42 ... [2024-07-11T20:09:10.525Z] [2024-07-11T20:09:10.525Z] #44 [core-metadata internal] load build context [2024-07-11T20:09:10.790Z] #44 ... [2024-07-11T20:09:10.790Z] [2024-07-11T20:09:10.790Z] #96 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-11T20:09:10.790Z] #96 DONE 1.5s [2024-07-11T20:09:10.790Z] [2024-07-11T20:09:10.790Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:09:10.790Z] #40 ... [2024-07-11T20:09:10.790Z] [2024-07-11T20:09:10.790Z] #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-11T20:09:11.751Z] #97 ... [2024-07-11T20:09:11.751Z] [2024-07-11T20:09:11.751Z] #98 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-11T20:09:11.751Z] #98 DONE 1.3s [2024-07-11T20:09:11.751Z] [2024-07-11T20:09:11.751Z] #99 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-11T20:09:11.751Z] #99 DONE 1.2s [2024-07-11T20:09:11.751Z] [2024-07-11T20:09:11.751Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:12.023Z] #59 ... [2024-07-11T20:09:12.023Z] [2024-07-11T20:09:12.023Z] #44 [core-metadata internal] load build context [2024-07-11T20:09:12.023Z] #44 transferring context: 256.25MB 77.6s done [2024-07-11T20:09:12.023Z] #44 DONE 78.3s [2024-07-11T20:09:12.023Z] [2024-07-11T20:09:12.023Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:12.294Z] #59 ... [2024-07-11T20:09:12.294Z] [2024-07-11T20:09:12.294Z] #57 [core-common-config-bootstrapper internal] load build context [2024-07-11T20:09:12.294Z] #57 transferring context: 256.25MB 75.9s done [2024-07-11T20:09:12.294Z] #57 DONE 76.9s [2024-07-11T20:09:12.294Z] [2024-07-11T20:09:12.294Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:13.266Z] #59 ... [2024-07-11T20:09:13.266Z] [2024-07-11T20:09:13.266Z] #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-11T20:09:13.266Z] #97 DONE 2.1s [2024-07-11T20:09:13.266Z] [2024-07-11T20:09:13.266Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:13.266Z] #59 ... [2024-07-11T20:09:13.266Z] [2024-07-11T20:09:13.266Z] #100 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-11T20:09:13.266Z] #100 DONE 1.5s [2024-07-11T20:09:13.266Z] [2024-07-11T20:09:13.266Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:13.849Z] #59 ... [2024-07-11T20:09:13.849Z] [2024-07-11T20:09:13.849Z] #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-11T20:09:13.849Z] #101 DONE 2.1s [2024-07-11T20:09:13.849Z] [2024-07-11T20:09:13.849Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:14.433Z] #59 ... [2024-07-11T20:09:14.433Z] [2024-07-11T20:09:14.433Z] #102 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:09:14.433Z] #102 DONE 1.9s [2024-07-11T20:09:14.433Z] [2024-07-11T20:09:14.433Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:14.699Z] #59 ... [2024-07-11T20:09:14.699Z] [2024-07-11T20:09:14.699Z] #103 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-11T20:09:14.699Z] #103 DONE 1.6s [2024-07-11T20:09:14.699Z] [2024-07-11T20:09:14.699Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:15.281Z] #59 ... [2024-07-11T20:09:15.281Z] [2024-07-11T20:09:15.281Z] #39 [core-command internal] load build context [2024-07-11T20:09:15.281Z] #39 transferring context: 256.25MB 75.6s done [2024-07-11T20:09:15.281Z] #39 DONE 78.5s [2024-07-11T20:09:15.281Z] [2024-07-11T20:09:15.281Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:15.865Z] #59 ... [2024-07-11T20:09:15.865Z] [2024-07-11T20:09:15.865Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:15.865Z] #36 ... [2024-07-11T20:09:15.865Z] [2024-07-11T20:09:15.865Z] #38 [support-notifications internal] load build context [2024-07-11T20:09:16.131Z] #38 ... [2024-07-11T20:09:16.131Z] [2024-07-11T20:09:16.131Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:16.131Z] #36 ... [2024-07-11T20:09:16.131Z] [2024-07-11T20:09:16.131Z] #42 [security-bootstrapper internal] load build context [2024-07-11T20:09:16.131Z] #42 transferring context: 256.25MB 83.3s done [2024-07-11T20:09:16.131Z] #42 DONE 83.5s [2024-07-11T20:09:16.131Z] [2024-07-11T20:09:16.131Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:18.181Z] #36 ... [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:18.182Z] #48 ... [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #104 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:09:18.182Z] #104 DONE 1.6s [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:18.182Z] #48 ... [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:18.182Z] #36 ... [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #38 [support-notifications internal] load build context [2024-07-11T20:09:18.182Z] #38 transferring context: 256.25MB 79.1s done [2024-07-11T20:09:18.182Z] #38 DONE 81.5s [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:18.182Z] #36 ... [2024-07-11T20:09:18.182Z] [2024-07-11T20:09:18.182Z] #52 [support-scheduler internal] load build context [2024-07-11T20:09:18.182Z] #52 transferring context: 256.25MB 84.2s done [2024-07-11T20:09:18.466Z] #52 ... [2024-07-11T20:09:18.466Z] [2024-07-11T20:09:18.466Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:18.755Z] #36 ... [2024-07-11T20:09:18.755Z] [2024-07-11T20:09:18.755Z] #52 [support-scheduler internal] load build context [2024-07-11T20:09:18.755Z] #52 DONE 84.7s [2024-07-11T20:09:18.755Z] [2024-07-11T20:09:18.755Z] #36 [core-keeper internal] load build context [2024-07-11T20:09:18.755Z] #36 transferring context: 256.25MB 84.4s done [2024-07-11T20:09:19.395Z] #36 DONE 84.9s [2024-07-11T20:09:19.395Z] [2024-07-11T20:09:19.395Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:19.395Z] #56 ... [2024-07-11T20:09:19.395Z] [2024-07-11T20:09:19.395Z] #105 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-11T20:09:20.045Z] #105 ... [2024-07-11T20:09:20.045Z] [2024-07-11T20:09:20.045Z] #55 [core-data internal] load build context [2024-07-11T20:09:20.045Z] #55 transferring context: 256.25MB 85.1s done [2024-07-11T20:09:20.045Z] #55 ... [2024-07-11T20:09:20.045Z] [2024-07-11T20:09:20.045Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:20.045Z] #48 ... [2024-07-11T20:09:20.045Z] [2024-07-11T20:09:20.045Z] #106 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:09:20.045Z] #106 DONE 1.9s [2024-07-11T20:09:20.045Z] [2024-07-11T20:09:20.045Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:20.334Z] #48 ... [2024-07-11T20:09:20.334Z] [2024-07-11T20:09:20.334Z] #55 [core-data internal] load build context [2024-07-11T20:09:20.334Z] #55 DONE 85.6s [2024-07-11T20:09:20.334Z] [2024-07-11T20:09:20.334Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:20.947Z] #48 ... [2024-07-11T20:09:20.947Z] [2024-07-11T20:09:20.947Z] #105 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-11T20:09:20.947Z] #105 DONE 1.3s [2024-07-11T20:09:20.947Z] [2024-07-11T20:09:20.947Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:21.220Z] #48 ... [2024-07-11T20:09:21.220Z] [2024-07-11T20:09:21.220Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:09:21.220Z] #40 ... [2024-07-11T20:09:21.220Z] [2024-07-11T20:09:21.220Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:22.646Z] #48 ... [2024-07-11T20:09:22.646Z] [2024-07-11T20:09:22.646Z] #107 [security-spire-config] exporting to image [2024-07-11T20:09:22.646Z] #107 exporting layers 7.7s done [2024-07-11T20:09:22.646Z] #107 writing image sha256:8a9ed3f01a7c098f2aab3cda52181f4d2405ce686064b902e6bda237c2de4850 0.0s done [2024-07-11T20:09:22.646Z] #107 naming to docker.io/library/security-spire-agent-arm64 0.0s done [2024-07-11T20:09:22.646Z] #107 writing image sha256:82ec985dd59523709ec01540213d9315720b1db6a77140f8f159a422af0bdc01 0.0s done [2024-07-11T20:09:22.646Z] #107 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-11T20:09:22.646Z] #107 writing image sha256:051ab5a53f5629e303840ab19c360a1bbb0bdf72709af05a2ea36327727a8c02 done [2024-07-11T20:09:22.646Z] #107 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-07-11T20:09:22.646Z] #107 DONE 8.9s [2024-07-11T20:09:22.646Z] [2024-07-11T20:09:22.646Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:24.588Z] #48 ... [2024-07-11T20:09:24.588Z] [2024-07-11T20:09:24.588Z] #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:09:24.588Z] #108 ... [2024-07-11T20:09:24.588Z] [2024-07-11T20:09:24.588Z] #59 [security-spiffe-token-provider internal] load build context [2024-07-11T20:09:24.588Z] #59 transferring context: 256.25MB 87.9s done [2024-07-11T20:09:24.588Z] #59 DONE 88.8s [2024-07-11T20:09:24.588Z] [2024-07-11T20:09:24.588Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:09:25.192Z] #40 ... [2024-07-11T20:09:25.192Z] [2024-07-11T20:09:25.192Z] #56 [security-proxy-setup internal] load build context [2024-07-11T20:09:25.192Z] #56 transferring context: 256.25MB 89.3s done [2024-07-11T20:09:25.192Z] #56 DONE 90.1s [2024-07-11T20:09:25.192Z] [2024-07-11T20:09:25.192Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:09:25.459Z] #40 ... [2024-07-11T20:09:25.459Z] [2024-07-11T20:09:25.459Z] #109 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:09:25.459Z] #109 DONE 0.8s [2024-07-11T20:09:25.459Z] [2024-07-11T20:09:25.459Z] #40 [security-secretstore-setup internal] load build context [2024-07-11T20:09:28.038Z] #40 transferring context: 256.25MB 88.4s done [2024-07-11T20:09:28.038Z] #40 DONE 91.1s [2024-07-11T20:09:28.038Z] [2024-07-11T20:09:28.038Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:28.038Z] #48 ... [2024-07-11T20:09:28.038Z] [2024-07-11T20:09:28.038Z] #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:09:28.309Z] #110 ... [2024-07-11T20:09:28.309Z] [2024-07-11T20:09:28.309Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:30.250Z] #48 ... [2024-07-11T20:09:30.250Z] [2024-07-11T20:09:30.250Z] #111 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:09:30.516Z] #111 ... [2024-07-11T20:09:30.516Z] [2024-07-11T20:09:30.516Z] #48 [security-proxy-auth internal] load build context [2024-07-11T20:09:30.516Z] #48 transferring context: 256.25MB 86.1s done [2024-07-11T20:09:30.782Z] #48 DONE 90.5s [2024-07-11T20:09:30.782Z] [2024-07-11T20:09:30.782Z] #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:09:31.047Z] #112 ... [2024-07-11T20:09:31.047Z] [2024-07-11T20:09:31.047Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:27.427Z] #113 ... [2024-07-11T20:10:27.427Z] [2024-07-11T20:10:27.427Z] #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:27.427Z] #108 DONE 71.8s [2024-07-11T20:10:27.427Z] [2024-07-11T20:10:27.427Z] #114 [core-metadata builder 6/7] COPY . . [2024-07-11T20:10:30.750Z] #114 DONE 4.6s [2024-07-11T20:10:30.750Z] [2024-07-11T20:10:30.750Z] #115 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:30.750Z] #115 CACHED [2024-07-11T20:10:30.750Z] [2024-07-11T20:10:30.750Z] #116 [core-command builder 6/7] COPY . . [2024-07-11T20:10:30.750Z] #116 CACHED [2024-07-11T20:10:30.750Z] [2024-07-11T20:10:30.750Z] #117 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:30.750Z] #117 CACHED [2024-07-11T20:10:30.750Z] [2024-07-11T20:10:30.750Z] #118 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-11T20:10:31.016Z] #118 ... [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #119 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:31.016Z] #119 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #120 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:31.016Z] #120 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #121 [security-proxy-auth builder 6/7] COPY . . [2024-07-11T20:10:31.016Z] #121 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #122 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-11T20:10:31.016Z] #122 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #123 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:31.016Z] #123 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #124 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:31.016Z] #124 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #125 [core-data builder 6/7] COPY . . [2024-07-11T20:10:31.016Z] #125 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #126 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:31.016Z] #126 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #127 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:31.016Z] #127 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #128 [support-scheduler builder 6/7] COPY . . [2024-07-11T20:10:31.016Z] #128 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #129 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:31.016Z] #129 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #130 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:31.016Z] #130 CACHED [2024-07-11T20:10:31.016Z] [2024-07-11T20:10:31.016Z] #110 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:31.016Z] #110 DONE 72.8s [2024-07-11T20:10:31.287Z] [2024-07-11T20:10:31.287Z] #131 [security-bootstrapper builder 6/7] COPY . . [2024-07-11T20:10:35.541Z] #131 ... [2024-07-11T20:10:35.541Z] [2024-07-11T20:10:35.541Z] #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:35.541Z] #112 DONE 70.1s [2024-07-11T20:10:35.541Z] [2024-07-11T20:10:35.541Z] #111 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:35.541Z] #111 DONE 75.4s [2024-07-11T20:10:35.541Z] [2024-07-11T20:10:35.541Z] #113 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:35.541Z] #113 DONE 74.7s [2024-07-11T20:10:35.541Z] [2024-07-11T20:10:35.541Z] #132 [core-keeper builder 7/8] COPY . . [2024-07-11T20:10:40.874Z] #132 ... [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #133 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:40.874Z] #133 CACHED [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #134 [security-secretstore-setup builder 6/7] COPY . . [2024-07-11T20:10:40.874Z] #134 CACHED [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #135 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:40.874Z] #135 CACHED [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #136 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-11T20:10:40.874Z] #136 CACHED [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #137 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-11T20:10:40.874Z] #137 CACHED [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #138 [security-proxy-setup builder 6/7] COPY . . [2024-07-11T20:10:40.874Z] #138 CACHED [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #131 [security-bootstrapper builder 6/7] COPY . . [2024-07-11T20:10:40.874Z] #131 DONE 9.5s [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #139 [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-11T20:10:40.874Z] #139 ... [2024-07-11T20:10:40.874Z] [2024-07-11T20:10:40.874Z] #140 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-11T20:10:40.874Z] #0 4.607 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-11T20:10:41.148Z] #140 ... [2024-07-11T20:10:41.148Z] [2024-07-11T20:10:41.148Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:10:41.148Z] #0 4.930 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-11T20:10:41.423Z] #141 ... [2024-07-11T20:10:41.423Z] [2024-07-11T20:10:41.423Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-11T20:10:41.423Z] #0 5.131 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-11T20:10:41.423Z] #142 ... [2024-07-11T20:10:41.423Z] [2024-07-11T20:10:41.423Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T20:10:41.423Z] #0 4.018 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-11T20:10:41.689Z] #143 ... [2024-07-11T20:10:41.689Z] [2024-07-11T20:10:41.689Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-11T20:10:41.689Z] #0 4.378 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-11T20:10:41.689Z] #144 ... [2024-07-11T20:10:41.689Z] [2024-07-11T20:10:41.689Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-11T20:10:42.683Z] #145 ... [2024-07-11T20:10:42.683Z] [2024-07-11T20:10:42.683Z] #132 [core-keeper builder 7/8] COPY . . [2024-07-11T20:10:42.683Z] #132 DONE 7.2s [2024-07-11T20:10:42.949Z] [2024-07-11T20:10:42.949Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-11T20:10:44.354Z] #146 ... [2024-07-11T20:10:44.354Z] [2024-07-11T20:10:44.354Z] #147 [support-notifications builder 6/7] COPY . . [2024-07-11T20:10:44.354Z] #147 DONE 8.5s [2024-07-11T20:10:44.354Z] [2024-07-11T20:10:44.354Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:10:44.936Z] #148 ... [2024-07-11T20:10:44.936Z] [2024-07-11T20:10:44.936Z] #149 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-11T20:10:44.936Z] #149 DONE 9.3s [2024-07-11T20:10:45.201Z] [2024-07-11T20:10:45.202Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T20:10:46.606Z] #150 ... [2024-07-11T20:10:46.606Z] [2024-07-11T20:10:46.606Z] #118 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-11T20:10:46.606Z] #118 5.424 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-11T20:10:46.606Z] #118 ... [2024-07-11T20:10:46.606Z] [2024-07-11T20:10:46.606Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-11T20:10:46.606Z] #146 3.511 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-11T20:10:50.843Z] #146 ... [2024-07-11T20:10:50.843Z] [2024-07-11T20:10:50.843Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-11T20:10:50.843Z] #0 4.493 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-11T20:10:50.843Z] #151 ... [2024-07-11T20:10:50.843Z] [2024-07-11T20:10:50.843Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T20:10:50.843Z] #150 2.579 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-11T20:10:55.079Z] #150 ... [2024-07-11T20:10:55.079Z] [2024-07-11T20:10:55.079Z] #139 [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-11T20:10:55.079Z] #139 4.212 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-11T20:10:55.079Z] #139 ... [2024-07-11T20:10:55.079Z] [2024-07-11T20:10:55.079Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:10:55.079Z] #148 3.188 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-11T20:10:55.346Z] #148 ... [2024-07-11T20:10:55.346Z] [2024-07-11T20:10:55.346Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-11T20:10:55.346Z] #145 4.707 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-11T20:28:32.993Z] #145 ... [2024-07-11T20:28:32.993Z] [2024-07-11T20:28:32.993Z] #139 [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-11T20:28:32.993Z] #139 1067.8 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-11T20:28:34.414Z] #139 ... [2024-07-11T20:28:34.414Z] [2024-07-11T20:28:34.414Z] #145 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-11T20:28:34.414Z] #145 DONE 1074.0s [2024-07-11T20:28:34.709Z] [2024-07-11T20:28:34.709Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T20:28:35.292Z] #150 ... [2024-07-11T20:28:35.292Z] [2024-07-11T20:28:35.292Z] #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:28:35.292Z] #152 DONE 0.3s [2024-07-11T20:28:35.292Z] [2024-07-11T20:28:35.292Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:28:35.580Z] #141 ... [2024-07-11T20:28:35.580Z] [2024-07-11T20:28:35.580Z] #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:28:35.580Z] #153 DONE 0.2s [2024-07-11T20:28:35.580Z] [2024-07-11T20:28:35.580Z] #154 [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-11T20:28:35.846Z] #154 DONE 0.3s [2024-07-11T20:28:35.846Z] [2024-07-11T20:28:35.846Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-11T20:28:35.846Z] #144 ... [2024-07-11T20:28:35.846Z] [2024-07-11T20:28:35.846Z] #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-11T20:28:36.132Z] #155 DONE 0.2s [2024-07-11T20:28:36.132Z] [2024-07-11T20:28:36.132Z] #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-11T20:28:36.401Z] #156 DONE 0.4s [2024-07-11T20:28:36.401Z] [2024-07-11T20:28:36.401Z] #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-11T20:28:36.667Z] #157 DONE 0.3s [2024-07-11T20:28:36.668Z] [2024-07-11T20:28:36.668Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-11T20:28:36.938Z] #158 ... [2024-07-11T20:28:36.938Z] [2024-07-11T20:28:36.938Z] #151 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-11T20:28:36.938Z] #151 DONE 1076.6s [2024-07-11T20:28:37.206Z] [2024-07-11T20:28:37.206Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T20:28:38.198Z] #143 ... [2024-07-11T20:28:38.198Z] [2024-07-11T20:28:38.198Z] #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-11T20:28:38.472Z] #159 DONE 0.4s [2024-07-11T20:28:38.472Z] [2024-07-11T20:28:38.472Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-11T20:28:40.420Z] #160 ... [2024-07-11T20:28:40.420Z] [2024-07-11T20:28:40.420Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-11T20:28:40.420Z] #158 DONE 3.4s [2024-07-11T20:28:40.420Z] [2024-07-11T20:28:40.420Z] #107 [security-proxy-setup] exporting to image [2024-07-11T20:28:40.420Z] #107 exporting layers [2024-07-11T20:28:41.383Z] #107 ... [2024-07-11T20:28:41.383Z] [2024-07-11T20:28:41.383Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-11T20:28:41.383Z] #160 DONE 3.0s [2024-07-11T20:28:41.740Z] [2024-07-11T20:28:41.740Z] #161 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:28:42.012Z] #161 DONE 0.6s [2024-07-11T20:28:42.012Z] [2024-07-11T20:28:42.012Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:28:42.012Z] #47 ... [2024-07-11T20:28:42.012Z] [2024-07-11T20:28:42.012Z] #107 [security-proxy-setup] exporting to image [2024-07-11T20:28:42.012Z] #107 exporting layers 1.9s done [2024-07-11T20:28:42.012Z] #107 writing image sha256:134e567925e623dbb850ccb09c9586956087964dda8c4bfe2d6fb789034ddbbf done [2024-07-11T20:28:42.012Z] #107 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-11T20:28:42.012Z] #107 DONE 10.8s [2024-07-11T20:28:42.012Z] [2024-07-11T20:28:42.012Z] #162 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:28:42.300Z] #162 DONE 0.2s [2024-07-11T20:28:42.300Z] [2024-07-11T20:28:42.300Z] #163 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-11T20:28:42.566Z] #163 DONE 0.3s [2024-07-11T20:28:42.566Z] [2024-07-11T20:28:42.566Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:28:42.566Z] #47 ... [2024-07-11T20:28:42.566Z] [2024-07-11T20:28:42.566Z] #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-11T20:28:42.566Z] #164 DONE 0.1s [2024-07-11T20:28:42.832Z] [2024-07-11T20:28:42.832Z] #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-11T20:28:42.832Z] #165 DONE 0.1s [2024-07-11T20:28:42.832Z] [2024-07-11T20:28:42.832Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-11T20:28:42.832Z] #144 ... [2024-07-11T20:28:42.832Z] [2024-07-11T20:28:42.832Z] #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-11T20:28:42.832Z] #166 DONE 0.1s [2024-07-11T20:28:43.106Z] [2024-07-11T20:28:43.106Z] #167 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-11T20:28:43.106Z] #167 DONE 0.2s [2024-07-11T20:28:43.106Z] [2024-07-11T20:28:43.106Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T20:28:43.378Z] #143 ... [2024-07-11T20:28:43.378Z] [2024-07-11T20:28:43.378Z] #168 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-11T20:28:43.378Z] #168 DONE 0.1s [2024-07-11T20:28:43.378Z] [2024-07-11T20:28:43.378Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-11T20:28:45.319Z] #169 DONE 1.9s [2024-07-11T20:28:45.319Z] [2024-07-11T20:28:45.319Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:28:45.319Z] #47 ... [2024-07-11T20:28:45.319Z] [2024-07-11T20:28:45.319Z] #107 [security-bootstrapper] exporting to image [2024-07-11T20:28:46.277Z] #107 exporting layers 0.9s done [2024-07-11T20:28:46.277Z] #107 writing image sha256:c783b58eefe0b561352b6eabc202065cabe4e3aedd12c77b3dfeaf966874b53f done [2024-07-11T20:28:46.277Z] #107 naming to docker.io/library/security-bootstrapper-arm64 0.0s done [2024-07-11T20:28:46.277Z] #107 DONE 11.8s [2024-07-11T20:28:46.277Z] [2024-07-11T20:28:46.277Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:28:50.528Z] #141 ... [2024-07-11T20:28:50.528Z] [2024-07-11T20:28:50.528Z] #139 [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-11T20:28:50.528Z] #139 DONE 1089.7s [2024-07-11T20:28:50.528Z] [2024-07-11T20:28:50.528Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:28:50.528Z] #141 ... [2024-07-11T20:28:50.528Z] [2024-07-11T20:28:50.528Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:28:51.174Z] #170 DONE 0.3s [2024-07-11T20:28:51.174Z] [2024-07-11T20:28:51.174Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:28:51.174Z] #171 DONE 0.2s [2024-07-11T20:28:51.174Z] [2024-07-11T20:28:51.174Z] #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-11T20:28:51.174Z] #172 DONE 0.2s [2024-07-11T20:28:51.174Z] [2024-07-11T20:28:51.174Z] #140 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-11T20:28:51.455Z] #140 ... [2024-07-11T20:28:51.455Z] [2024-07-11T20:28:51.455Z] #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-11T20:28:51.455Z] #173 DONE 0.1s [2024-07-11T20:28:51.455Z] [2024-07-11T20:28:51.455Z] #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-11T20:28:51.752Z] #174 DONE 0.2s [2024-07-11T20:28:51.752Z] [2024-07-11T20:28:51.752Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-11T20:28:51.752Z] #175 DONE 0.3s [2024-07-11T20:28:51.752Z] [2024-07-11T20:28:51.752Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:28:52.024Z] #47 ... [2024-07-11T20:28:52.024Z] [2024-07-11T20:28:52.024Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-11T20:28:52.024Z] #176 DONE 0.3s [2024-07-11T20:28:52.024Z] [2024-07-11T20:28:52.024Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-11T20:28:52.289Z] #146 ... [2024-07-11T20:28:52.289Z] [2024-07-11T20:28:52.289Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-11T20:28:52.555Z] #177 DONE 0.2s [2024-07-11T20:28:52.555Z] [2024-07-11T20:28:52.555Z] #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-11T20:28:54.492Z] #178 DONE 2.0s [2024-07-11T20:28:54.492Z] [2024-07-11T20:28:54.492Z] #107 [security-secretstore-setup] exporting to image [2024-07-11T20:28:54.492Z] #107 exporting layers [2024-07-11T20:28:55.898Z] #107 exporting layers 1.4s done [2024-07-11T20:28:55.898Z] #107 writing image sha256:dfd93eeb9c81b32c5b7b58474e217fb3a699518127fc86ba388ff3d66083c2de done [2024-07-11T20:28:55.898Z] #107 naming to docker.io/library/security-secretstore-setup-arm64 [2024-07-11T20:28:55.898Z] #107 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-11T20:28:55.898Z] #107 DONE 13.2s [2024-07-11T20:28:55.898Z] [2024-07-11T20:28:55.898Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T20:29:42.708Z] #143 ... [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #144 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-11T20:29:42.708Z] #144 DONE 1146.6s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T20:29:42.708Z] #150 ... [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:29:42.708Z] #179 DONE 0.3s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:29:42.708Z] #180 DONE 0.1s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #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-11T20:29:42.708Z] #181 DONE 0.2s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:29:42.708Z] #47 ... [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #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-11T20:29:42.708Z] #182 DONE 0.2s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #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-11T20:29:42.708Z] #183 DONE 0.2s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #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-11T20:29:42.708Z] #184 DONE 2.2s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #107 [core-common-config-bootstrapper] exporting to image [2024-07-11T20:29:42.708Z] #107 exporting layers [2024-07-11T20:29:42.708Z] #107 exporting layers 0.8s done [2024-07-11T20:29:42.708Z] #107 writing image sha256:ef2d6cfbef2fd6c4d39ab10a9285a3097684cc400492ee94a6d6233766a9ead9 [2024-07-11T20:29:42.708Z] #107 writing image sha256:ef2d6cfbef2fd6c4d39ab10a9285a3097684cc400492ee94a6d6233766a9ead9 0.1s done [2024-07-11T20:29:42.708Z] #107 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2024-07-11T20:29:42.708Z] #107 DONE 14.1s [2024-07-11T20:29:42.708Z] [2024-07-11T20:29:42.708Z] #150 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-11T20:31:34.359Z] #150 DONE 1247.8s [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T20:31:34.359Z] #143 ... [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:31:34.359Z] #185 DONE 0.1s [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:31:34.359Z] #148 ... [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:31:34.359Z] #186 DONE 0.2s [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #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-11T20:31:34.359Z] #187 DONE 0.4s [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #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-11T20:31:34.359Z] #188 DONE 0.2s [2024-07-11T20:31:34.359Z] [2024-07-11T20:31:34.359Z] #107 [security-spiffe-token-provider] exporting to image [2024-07-11T20:31:34.359Z] #107 exporting layers [2024-07-11T20:31:34.958Z] #107 exporting layers 0.8s done [2024-07-11T20:31:34.958Z] #107 writing image sha256:12c5848fb17973689d12b59aab6f37f00ce9ba1eba24e3bb1300f15f73b314f5 done [2024-07-11T20:31:34.958Z] #107 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-11T20:31:34.958Z] #107 DONE 15.0s [2024-07-11T20:31:34.958Z] [2024-07-11T20:31:34.958Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:38:26.958Z] #141 ... [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-11T20:38:26.958Z] #143 DONE 1663.9s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:38:26.958Z] #141 ... [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:38:26.958Z] #189 DONE 0.2s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:38:26.958Z] #148 ... [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:38:26.958Z] #190 DONE 0.1s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-11T20:38:26.958Z] #191 DONE 0.3s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #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-11T20:38:26.958Z] #192 DONE 0.1s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:38:26.958Z] #47 ... [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-11T20:38:26.958Z] #193 DONE 0.1s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #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-11T20:38:26.958Z] #194 DONE 2.0s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #107 [security-proxy-auth] exporting to image [2024-07-11T20:38:26.958Z] #107 exporting layers [2024-07-11T20:38:26.958Z] #107 exporting layers 0.9s done [2024-07-11T20:38:26.958Z] #107 writing image sha256:fae34e56d3cee9ee80698612382787b8dff71956e4ba4105b81ee7d6ab713126 done [2024-07-11T20:38:26.958Z] #107 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-11T20:38:26.958Z] #107 DONE 15.9s [2024-07-11T20:38:26.958Z] [2024-07-11T20:38:26.958Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:23.342Z] #141 ... [2024-07-11T20:39:23.342Z] [2024-07-11T20:39:23.342Z] #118 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-11T20:39:23.342Z] #118 DONE 1727.4s [2024-07-11T20:39:23.342Z] [2024-07-11T20:39:23.342Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:23.343Z] #141 ... [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:39:23.343Z] #195 DONE 0.1s [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:23.343Z] #141 ... [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:39:23.343Z] #196 DONE 0.2s [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-11T20:39:23.343Z] #197 DONE 0.4s [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-11T20:39:23.343Z] #198 DONE 0.1s [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #107 [core-command] exporting to image [2024-07-11T20:39:23.343Z] #107 exporting layers [2024-07-11T20:39:23.343Z] #107 exporting layers 0.4s done [2024-07-11T20:39:23.343Z] #107 writing image sha256:eff20b34e9e7e5d89fd3363f2782c75666dacf76b9d6bc1d4f0983ee9a9a1618 done [2024-07-11T20:39:23.343Z] #107 naming to docker.io/library/core-command-arm64 done [2024-07-11T20:39:23.343Z] #107 DONE 16.3s [2024-07-11T20:39:23.343Z] [2024-07-11T20:39:23.343Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:39:27.601Z] #47 ... [2024-07-11T20:39:27.601Z] [2024-07-11T20:39:27.601Z] #142 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-11T20:39:27.601Z] #142 DONE 1736.4s [2024-07-11T20:39:27.601Z] [2024-07-11T20:39:27.601Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:39:27.872Z] #199 DONE 0.3s [2024-07-11T20:39:27.872Z] [2024-07-11T20:39:27.872Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:28.142Z] #141 ... [2024-07-11T20:39:28.142Z] [2024-07-11T20:39:28.142Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:39:28.409Z] #200 DONE 0.4s [2024-07-11T20:39:28.409Z] [2024-07-11T20:39:28.409Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:28.676Z] #141 ... [2024-07-11T20:39:28.676Z] [2024-07-11T20:39:28.676Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-11T20:39:28.942Z] #201 DONE 0.4s [2024-07-11T20:39:28.942Z] [2024-07-11T20:39:28.942Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:28.942Z] #141 ... [2024-07-11T20:39:28.942Z] [2024-07-11T20:39:28.942Z] #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-11T20:39:28.942Z] #202 DONE 0.1s [2024-07-11T20:39:29.208Z] [2024-07-11T20:39:29.208Z] #107 [core-data] exporting to image [2024-07-11T20:39:29.208Z] #107 exporting layers [2024-07-11T20:39:29.791Z] #107 exporting layers 0.7s done [2024-07-11T20:39:29.792Z] #107 writing image sha256:2a147f0b9cc40c3d03bf37071918bf2826712af5b752324d8cfc4d952f95033e done [2024-07-11T20:39:29.792Z] #107 naming to docker.io/library/core-data-arm64 done [2024-07-11T20:39:29.792Z] #107 DONE 17.0s [2024-07-11T20:39:29.792Z] [2024-07-11T20:39:29.792Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:31.214Z] #141 ... [2024-07-11T20:39:31.214Z] [2024-07-11T20:39:31.214Z] #146 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-11T20:39:31.214Z] #146 DONE 1728.0s [2024-07-11T20:39:31.214Z] [2024-07-11T20:39:31.214Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:39:31.484Z] #148 ... [2024-07-11T20:39:31.484Z] [2024-07-11T20:39:31.484Z] #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:39:31.484Z] #203 DONE 0.2s [2024-07-11T20:39:31.484Z] [2024-07-11T20:39:31.484Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:39:31.753Z] #141 ... [2024-07-11T20:39:31.753Z] [2024-07-11T20:39:31.753Z] #204 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-11T20:39:32.026Z] #204 ... [2024-07-11T20:39:32.026Z] [2024-07-11T20:39:32.026Z] #140 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-11T20:39:32.026Z] #140 DONE 1741.0s [2024-07-11T20:39:32.026Z] [2024-07-11T20:39:32.026Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:39:32.293Z] #148 ... [2024-07-11T20:39:32.293Z] [2024-07-11T20:39:32.293Z] #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:39:32.561Z] #205 ... [2024-07-11T20:39:32.561Z] [2024-07-11T20:39:32.561Z] #204 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-11T20:39:32.561Z] #204 DONE 0.7s [2024-07-11T20:39:32.834Z] [2024-07-11T20:39:32.834Z] #205 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:39:32.834Z] #205 DONE 0.2s [2024-07-11T20:39:32.834Z] [2024-07-11T20:39:32.834Z] #206 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-11T20:39:32.834Z] #206 DONE 0.3s [2024-07-11T20:39:32.834Z] [2024-07-11T20:39:32.834Z] #107 [core-keeper] exporting to image [2024-07-11T20:39:33.100Z] #107 ... [2024-07-11T20:39:33.100Z] [2024-07-11T20:39:33.100Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:39:33.100Z] #207 DONE 0.2s [2024-07-11T20:39:33.368Z] [2024-07-11T20:39:33.368Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-11T20:39:33.951Z] #208 DONE 0.7s [2024-07-11T20:39:33.951Z] [2024-07-11T20:39:33.951Z] #107 [core-keeper] exporting to image [2024-07-11T20:39:33.951Z] #107 exporting layers 0.8s done [2024-07-11T20:39:33.951Z] #107 writing image sha256:73ecb90427e839c7455e045684043983455e1bb35296373efc0bd3fbcece221b 0.0s done [2024-07-11T20:39:33.951Z] #107 naming to docker.io/library/core-keeper-arm64 0.0s done [2024-07-11T20:39:33.951Z] #107 DONE 17.9s [2024-07-11T20:39:33.951Z] [2024-07-11T20:39:33.951Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-11T20:39:33.951Z] #209 DONE 0.2s [2024-07-11T20:39:33.951Z] [2024-07-11T20:39:33.951Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-11T20:39:34.221Z] #210 DONE 0.1s [2024-07-11T20:39:34.221Z] [2024-07-11T20:39:34.221Z] #107 [core-metadata] exporting to image [2024-07-11T20:39:34.804Z] #107 exporting layers 0.6s done [2024-07-11T20:39:34.804Z] #107 writing image sha256:7fb4f31b4aaa4f12cd4240b28693758b957654cbda22a296dfb7b579a768b293 done [2024-07-11T20:39:34.804Z] #107 naming to docker.io/library/core-metadata-arm64 done [2024-07-11T20:39:34.804Z] #107 DONE 18.5s [2024-07-11T20:39:34.804Z] [2024-07-11T20:39:34.804Z] #141 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-11T20:40:01.494Z] #141 DONE 1766.9s [2024-07-11T20:40:01.494Z] [2024-07-11T20:40:01.494Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:40:01.494Z] #148 ... [2024-07-11T20:40:01.494Z] [2024-07-11T20:40:01.494Z] #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:40:01.494Z] #211 DONE 0.2s [2024-07-11T20:40:01.494Z] [2024-07-11T20:40:01.494Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:40:01.494Z] #212 DONE 0.1s [2024-07-11T20:40:01.494Z] [2024-07-11T20:40:01.494Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:40:01.494Z] #148 ... [2024-07-11T20:40:01.494Z] [2024-07-11T20:40:01.495Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-11T20:40:01.495Z] #213 DONE 0.5s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #214 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-11T20:40:01.495Z] #214 DONE 0.1s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #107 [support-scheduler] exporting to image [2024-07-11T20:40:01.495Z] #107 exporting layers [2024-07-11T20:40:01.495Z] #107 exporting layers 0.5s done [2024-07-11T20:40:01.495Z] #107 writing image sha256:76a91563b86b290976b8c4b68c93efb9e91ccb98673e083ded9d5d0917cc6ca7 0.0s done [2024-07-11T20:40:01.495Z] #107 naming to docker.io/library/support-scheduler-arm64 done [2024-07-11T20:40:01.495Z] #107 DONE 19.0s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #148 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-11T20:40:01.495Z] #148 DONE 1755.4s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:40:01.495Z] #47 ... [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #215 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-11T20:40:01.495Z] #215 DONE 0.1s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:40:01.495Z] #47 ... [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #216 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-11T20:40:01.495Z] #216 DONE 0.1s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #217 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-11T20:40:01.495Z] #217 DONE 0.4s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-11T20:40:01.495Z] #218 DONE 0.1s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #107 [support-notifications] exporting to image [2024-07-11T20:40:01.495Z] #107 exporting layers 0.5s done [2024-07-11T20:40:01.495Z] #107 writing image sha256:780d328e91f4b58f76260834ce5efa7c3244c6de720628b855c0e1da144cf6c7 done [2024-07-11T20:40:01.495Z] #107 naming to docker.io/library/support-notifications-arm64 done [2024-07-11T20:40:01.495Z] #107 DONE 19.5s [2024-07-11T20:40:01.495Z] [2024-07-11T20:40:01.495Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.9.6@sha256:5106ac601272a88684db14daf7f54b9a45f31f77bb16a906bd5e87756ee7b97c [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-11T20:40:01.495Z] time="2024-07-11T20:07:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-11T20:40:01.535Z] $ docker stop --time=1 1992dddab9545a668d87ced9b7a921d4b5aac916b10994a4f1360b8b9989b593 [2024-07-11T20:40:03.152Z] $ docker rm -f --volumes 1992dddab9545a668d87ced9b7a921d4b5aac916b10994a4f1360b8b9989b593 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-11T20:40:03.732Z] + docker images [2024-07-11T20:40:03.733Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-11T20:40:03.733Z] support-notifications-arm64 latest 780d328e91f4 3 seconds ago 43.3MB [2024-07-11T20:40:03.733Z] support-scheduler-arm64 latest 76a91563b86b 5 seconds ago 42.4MB [2024-07-11T20:40:03.733Z] core-metadata-arm64 latest 7fb4f31b4aaa 30 seconds ago 40.3MB [2024-07-11T20:40:03.733Z] core-keeper-arm64 latest 73ecb90427e8 31 seconds ago 35.2MB [2024-07-11T20:40:03.733Z] core-data-arm64 latest 2a147f0b9cc4 35 seconds ago 40.2MB [2024-07-11T20:40:03.733Z] core-command-arm64 latest eff20b34e9e7 44 seconds ago 39.9MB [2024-07-11T20:40:03.733Z] security-proxy-auth-arm64 latest fae34e56d3ce About a minute ago 37.4MB [2024-07-11T20:40:03.733Z] security-spiffe-token-provider-arm64 latest 12c5848fb179 8 minutes ago 34.1MB [2024-07-11T20:40:03.733Z] core-common-config-bootstrapper-arm64 latest ef2d6cfbef2f 10 minutes ago 20.1MB [2024-07-11T20:40:03.733Z] security-secretstore-setup-arm64 latest dfd93eeb9c81 11 minutes ago 41.5MB [2024-07-11T20:40:03.733Z] security-bootstrapper-arm64 latest c783b58eefe0 11 minutes ago 23.7MB [2024-07-11T20:40:03.733Z] security-proxy-setup-arm64 latest 134e567925e6 11 minutes ago 31MB [2024-07-11T20:40:03.733Z] security-spire-config-arm64 latest 051ab5a53f56 30 minutes ago 120MB [2024-07-11T20:40:03.733Z] security-spire-agent-arm64 latest 8a9ed3f01a7c 30 minutes ago 179MB [2024-07-11T20:40:03.733Z] security-spire-server-arm64 latest 82ec985dd595 30 minutes ago 121MB [2024-07-11T20:40:03.733Z] ci-base-image-arm64 latest 0264184e072e 48 minutes ago 962MB [2024-07-11T20:40:03.733Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-11T20:40:03.733Z] 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-11T20:40:04.635Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-11T20:40:04.635Z] [2024-07-11T20:40:04.635Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T20:40:05.061Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-11T20:40:05.326Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-11T20:40:05.326Z] 8998bd30e6a1: Pulling fs layer [2024-07-11T20:40:05.326Z] 04944245beec: Pulling fs layer [2024-07-11T20:40:05.326Z] 699f458cf7ca: Pulling fs layer [2024-07-11T20:40:05.326Z] 765212b225bb: Pulling fs layer [2024-07-11T20:40:05.326Z] f23df028b6ca: Pulling fs layer [2024-07-11T20:40:05.326Z] d65c8cfc05b1: Pulling fs layer [2024-07-11T20:40:05.326Z] 2437ff75d9bd: Pulling fs layer [2024-07-11T20:40:05.326Z] 765212b225bb: Waiting [2024-07-11T20:40:05.326Z] f23df028b6ca: Waiting [2024-07-11T20:40:05.326Z] d65c8cfc05b1: Waiting [2024-07-11T20:40:05.326Z] 2437ff75d9bd: Waiting [2024-07-11T20:40:05.326Z] 04944245beec: Verifying Checksum [2024-07-11T20:40:05.326Z] 04944245beec: Download complete [2024-07-11T20:40:05.326Z] 765212b225bb: Verifying Checksum [2024-07-11T20:40:05.326Z] 765212b225bb: Download complete [2024-07-11T20:40:05.326Z] f23df028b6ca: Verifying Checksum [2024-07-11T20:40:05.326Z] f23df028b6ca: Download complete [2024-07-11T20:40:05.592Z] d65c8cfc05b1: Verifying Checksum [2024-07-11T20:40:05.592Z] d65c8cfc05b1: Download complete [2024-07-11T20:40:05.592Z] 699f458cf7ca: Verifying Checksum [2024-07-11T20:40:05.592Z] 699f458cf7ca: Download complete [2024-07-11T20:40:05.857Z] 8998bd30e6a1: Verifying Checksum [2024-07-11T20:40:05.857Z] 8998bd30e6a1: Download complete [2024-07-11T20:40:08.428Z] 2437ff75d9bd: Download complete [2024-07-11T20:40:10.371Z] 8998bd30e6a1: Pull complete [2024-07-11T20:40:10.953Z] 04944245beec: Pull complete [2024-07-11T20:40:12.360Z] 699f458cf7ca: Pull complete [2024-07-11T20:40:12.626Z] 765212b225bb: Pull complete [2024-07-11T20:40:13.581Z] f23df028b6ca: Pull complete [2024-07-11T20:40:13.847Z] d65c8cfc05b1: Pull complete [2024-07-11T20:40:32.029Z] 2437ff75d9bd: Pull complete [2024-07-11T20:40:32.029Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-11T20:40:32.029Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-11T20:40:32.029Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T20:40:32.399Z] prd-ubuntu20.04-docker-arm64-4c-16g-5372 does not seem to be running inside a container [2024-07-11T20:40:32.445Z] $ 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-11T20:40:35.187Z] $ docker top f892cdb1995710b34bc504c2e6c30f0a3e9be3e1ca688ed3c80e063a3ad9ac0e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:40:36.212Z] ---> job-cost.sh [2024-07-11T20:40:36.212Z] lf-activate-venv: SKIPPING [2024-07-11T20:40:36.212Z] INFO: No Stack... [2024-07-11T20:40:36.475Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-11T20:40:37.424Z] INFO: Archiving Costs [Pipeline] sh [2024-07-11T20:40:38.080Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-07-11T20:40:38.080Z] + cut -d, -f6 [Pipeline] lock [2024-07-11T20:40:38.136Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4824-1-stack-cost] [2024-07-11T20:40:38.143Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4824-1-stack-cost] did not exist. Created. [2024-07-11T20:40:38.151Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4824-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-11T20:40:38.919Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-11T20:40:39.142Z] Stashed 1 file(s) [Pipeline] } [2024-07-11T20:40:39.163Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4824-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-11T20:40:39.241Z] $ docker stop --time=1 f892cdb1995710b34bc504c2e6c30f0a3e9be3e1ca688ed3c80e063a3ad9ac0e [2024-07-11T20:40:40.767Z] $ docker rm -f --volumes f892cdb1995710b34bc504c2e6c30f0a3e9be3e1ca688ed3c80e063a3ad9ac0e [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-11T20:40:41.974Z] provisioning config files... [2024-07-11T20:40:41.981Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config14071717429668686522tmp [Pipeline] { [Pipeline] sh [2024-07-11T20:40:42.341Z] + set +x [2024-07-11T20:40:42.341Z] + bash -s -- [2024-07-11T20:40:42.341Z] + curl -s https://codecov.io/bash [2024-07-11T20:40:42.600Z] [2024-07-11T20:40:42.600Z] _____ _ [2024-07-11T20:40:42.600Z] / ____| | | [2024-07-11T20:40:42.600Z] | | ___ __| | ___ ___ _____ __ [2024-07-11T20:40:42.600Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-11T20:40:42.600Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-11T20:40:42.600Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-11T20:40:42.600Z] Bash-1.0.6 [2024-07-11T20:40:42.600Z] [2024-07-11T20:40:42.600Z] [2024-07-11T20:40:42.600Z] ==> git version 2.25.1 found [2024-07-11T20:40:42.600Z] ==> 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-11T20:40:42.600Z] Release-Date: 2020-01-08 [2024-07-11T20:40:42.600Z] 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-11T20:40:42.600Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-11T20:40:42.600Z] ==> Jenkins CI detected. [2024-07-11T20:40:42.600Z] current dir:  /w/workspace/edgex-go/1 [2024-07-11T20:40:42.600Z] project root: . [2024-07-11T20:40:42.600Z] --> token set from env [2024-07-11T20:40:42.600Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-11T20:40:42.600Z] ==> Running gcov in . (disable via -X gcov) [2024-07-11T20:40:42.600Z] ==> Python coveragepy not found [2024-07-11T20:40:42.600Z] ==> Searching for coverage reports in: [2024-07-11T20:40:42.600Z] + . [2024-07-11T20:40:42.600Z] -> Found 1 reports [2024-07-11T20:40:42.600Z] ==> Detecting git/mercurial file structure [2024-07-11T20:40:42.600Z] ==> Reading reports [2024-07-11T20:40:42.600Z] + ./coverage.out bytes=481596 [2024-07-11T20:40:42.600Z] ==> Appending adjustments [2024-07-11T20:40:42.600Z] https://docs.codecov.io/docs/fixing-reports [2024-07-11T20:40:43.979Z] + Found adjustments [2024-07-11T20:40:43.979Z] ==> Gzipping contents [2024-07-11T20:40:43.979Z] 60K /tmp/codecov.09EfvW.gz [2024-07-11T20:40:43.979Z] ==> Uploading reports [2024-07-11T20:40:43.979Z] url: https://codecov.io [2024-07-11T20:40:43.979Z] query: branch=PR-4824&commit=eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4824%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4824&job=&cmd_args= [2024-07-11T20:40:43.979Z] -> Pinging Codecov [2024-07-11T20:40:43.979Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4824&commit=eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4824%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4824&job=&cmd_args= [2024-07-11T20:40:43.979Z] -> Uploading to [2024-07-11T20:40:43.979Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-11/00271124DB129430A58F1EEE437C3FCB/eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd/1da8d54e-f557-4fd4-8e96-7095f777093c.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240711%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240711T204043Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=a7e75c342e45f87e6397da73f5a633218858bff6b843688fe6f8e5d9eddd0070 [2024-07-11T20:40:43.979Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-11T20:40:43.979Z] Dload Upload Total Spent Left Speed [2024-07-11T20:40:44.239Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61308 0 0 100 61308 0 216k --:--:-- --:--:-- --:--:-- 216k [2024-07-11T20:40:44.240Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/eb2dd82160119d8f6dcf71eeca0dceb3546d1dcd [Pipeline] } [2024-07-11T20:40:44.270Z] 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-11T20:40:45.980Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:40:46.325Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:40:47.226Z] ---> package-listing.sh [2024-07-11T20:40:47.226Z] ++ facter osfamily [2024-07-11T20:40:47.226Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-11T20:40:47.486Z] + OS_FAMILY=debian [2024-07-11T20:40:47.486Z] + workspace=/w/workspace/edgex-go/1 [2024-07-11T20:40:47.486Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-11T20:40:47.486Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-11T20:40:47.486Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-11T20:40:47.486Z] + PACKAGES=/tmp/packages_start.txt [2024-07-11T20:40:47.486Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-11T20:40:47.486Z] + PACKAGES=/tmp/packages_end.txt [2024-07-11T20:40:47.486Z] + case "${OS_FAMILY}" in [2024-07-11T20:40:47.486Z] + dpkg -l [2024-07-11T20:40:47.486Z] + grep '^ii' [2024-07-11T20:40:47.486Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-11T20:40:47.486Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-11T20:40:47.486Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-11T20:40:47.486Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-11T20:40:47.486Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-11T20:40:47.486Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-11T20:40:47.535Z] 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-11T20:40:47.834Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T20:40:48.469Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-11T20:40:48.469Z] [2024-07-11T20:40:48.469Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-11T20:40:48.860Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-11T20:40:48.860Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-11T20:40:48.860Z] 5eb5b503b376: Pulling fs layer [2024-07-11T20:40:48.860Z] 5c69ac0246d0: Pulling fs layer [2024-07-11T20:40:48.860Z] ec43610c2a17: Pulling fs layer [2024-07-11T20:40:48.860Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-11T20:40:48.860Z] 33b1e0a273af: Pulling fs layer [2024-07-11T20:40:48.860Z] 5d3b04190fa2: Pulling fs layer [2024-07-11T20:40:48.860Z] 2f39f015ded8: Pulling fs layer [2024-07-11T20:40:48.860Z] 3a2ae6a8a46f: Waiting [2024-07-11T20:40:48.860Z] 33b1e0a273af: Waiting [2024-07-11T20:40:48.860Z] 5d3b04190fa2: Waiting [2024-07-11T20:40:48.860Z] 2f39f015ded8: Waiting [2024-07-11T20:40:48.860Z] 5c69ac0246d0: Download complete [2024-07-11T20:40:48.860Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-11T20:40:48.860Z] 3a2ae6a8a46f: Download complete [2024-07-11T20:40:48.860Z] 33b1e0a273af: Verifying Checksum [2024-07-11T20:40:48.860Z] 33b1e0a273af: Download complete [2024-07-11T20:40:48.860Z] 5d3b04190fa2: Verifying Checksum [2024-07-11T20:40:48.860Z] 5d3b04190fa2: Download complete [2024-07-11T20:40:48.860Z] ec43610c2a17: Verifying Checksum [2024-07-11T20:40:48.860Z] ec43610c2a17: Download complete [2024-07-11T20:40:49.119Z] 5eb5b503b376: Verifying Checksum [2024-07-11T20:40:49.119Z] 5eb5b503b376: Download complete [2024-07-11T20:40:49.685Z] 2f39f015ded8: Download complete [2024-07-11T20:40:50.251Z] 5eb5b503b376: Pull complete [2024-07-11T20:40:50.251Z] 5c69ac0246d0: Pull complete [2024-07-11T20:40:50.817Z] ec43610c2a17: Pull complete [2024-07-11T20:40:50.817Z] 3a2ae6a8a46f: Pull complete [2024-07-11T20:40:51.384Z] 33b1e0a273af: Pull complete [2024-07-11T20:40:51.384Z] 5d3b04190fa2: Pull complete [2024-07-11T20:40:55.574Z] 2f39f015ded8: Pull complete [2024-07-11T20:40:55.574Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-11T20:40:55.574Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-11T20:40:55.574Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-11T20:40:55.820Z] prd-ubuntu20.04-docker-8c-8g-5371 does not seem to be running inside a container [2024-07-11T20:40:55.817Z] $ 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-11T20:41:02.461Z] $ docker top 2deb8bea366cc99d02c7bdfe8cadbebe9df0f7974725768562b7d43402b2602b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-11T20:41:02.911Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-11T20:41:03.229Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-11T20:41:03.545Z] + ls /var/log/sa-host [2024-07-11T20:41:03.545Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-11T20:41:03.853Z] provisioning config files... [2024-07-11T20:41:03.862Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config3369389681312510219tmp [Pipeline] { [Pipeline] echo [2024-07-11T20:41:03.932Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:41:04.254Z] ---> create-netrc.sh [Pipeline] } [2024-07-11T20:41:04.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:41:04.704Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-11T20:41:04.745Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:41:05.070Z] ---> sudo-logs.sh [2024-07-11T20:41:05.070Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-11T20:41:05.166Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:41:05.637Z] ---> job-cost.sh [2024-07-11T20:41:05.637Z] lf-activate-venv: SKIPPING [2024-07-11T20:41:05.637Z] DEBUG: total: 0.10999999940395355 [2024-07-11T20:41:05.637Z] INFO: Retrieving Stack Cost... [2024-07-11T20:41:06.204Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-11T20:41:06.463Z] INFO: Archiving Costs [Pipeline] echo [2024-07-11T20:41:06.507Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-11T20:41:06.829Z] ---> logs-deploy.sh [2024-07-11T20:41:06.830Z] lf-activate-venv: SKIPPING [2024-07-11T20:41:06.830Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4824/1 [2024-07-11T20:41:06.830Z] INFO: archiving workspace using pattern(s): [2024-07-11T20:41:07.768Z] Archives upload complete. [2024-07-11T20:41:07.768Z] INFO: archiving logs to Nexus