Pull request #4815 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from c0a23728568dc09b3adec74e72db8db9b3cdda26+d3e93d299d336768afbb67d4e8d03cb0d65cb15d (a94b2178b10936f44b5e06f8551677e39d6471e9) 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-ssh15880537207961083809.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-ssh11681580176427791953.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-4815/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-4815/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10503195712728271298.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-4815/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17351925890283874851.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-ssh13658326437104097428.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-4815/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-4815/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7172955564661327454.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-4840 in /w/workspace/edgexfoundry_edgex-go_PR-4815 [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 Merging remotes/origin/main commit d3e93d299d336768afbb67d4e8d03cb0d65cb15d into PR head commit c0a23728568dc09b3adec74e72db8db9b3cdda26 Merge succeeded, producing c0a23728568dc09b3adec74e72db8db9b3cdda26 Checking out Revision c0a23728568dc09b3adec74e72db8db9b3cdda26 (PR-4815) 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 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/4815/head:refs/remotes/origin/PR-4815 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # 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 d3e93d299d336768afbb67d4e8d03cb0d65cb15d # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-02T19:55:22.470Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-02T19:55:22.679Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-02T19:55:22.817Z] ========================================================= [2024-07-02T19:55:22.817Z] EdgeX Global Pipelines Version Info [2024-07-02T19:55:22.817Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-02T19:55:23.576Z] ------------------- [2024-07-02T19:55:23.577Z] stable info: [2024-07-02T19:55:23.577Z] ------------------- [2024-07-02T19:55:23.577Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-02T19:55:23.577Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-02T19:55:23.577Z] Message: update stable to v1.0.260 [2024-07-02T19:55:24.147Z] ------------------- [2024-07-02T19:55:24.147Z] experimental info: [2024-07-02T19:55:24.147Z] ------------------- [2024-07-02T19:55:24.147Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-02T19:55:24.147Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-02T19:55:24.147Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-02T19:55:24.358Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-02T19:55:24.420Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-02T19:55:24.478Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-02T19:55:24.542Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-02T19:55:24.605Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-02T19:55:24.662Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-02T19:55:24.726Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-02T19:55:24.788Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-02T19:55:24.844Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-02T19:55:24.902Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-02T19:55:24.955Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-02T19:55:25.015Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-02T19:55:25.073Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-02T19:55:25.133Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-02T19:55:25.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-02T19:55:25.254Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-02T19:55:25.309Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-02T19:55:25.367Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-02T19:55:25.425Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-02T19:55:25.482Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-02T19:55:25.545Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-02T19:55:25.606Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-02T19:55:25.661Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-02T19:55:25.717Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4815 [Pipeline] echo [2024-07-02T19:55:25.780Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4815 [Pipeline] echo [2024-07-02T19:55:25.839Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4815 [Pipeline] echo [2024-07-02T19:55:25.896Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] echo [2024-07-02T19:55:25.952Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c0a2372 [Pipeline] echo [2024-07-02T19:55:26.010Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T19:55:26.147Z] provisioning config files... [2024-07-02T19:55:26.162Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9390122090417747150tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T19:55:26.566Z] ---> ****-login.sh [2024-07-02T19:55:26.566Z] nexus3.edgexfoundry.org:10001 [2024-07-02T19:55:26.827Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:55:26.827Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:55:26.827Z] Configure a credential helper to remove this warning. See [2024-07-02T19:55:26.827Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:55:26.827Z] [2024-07-02T19:55:26.827Z] Login Succeeded [2024-07-02T19:55:26.827Z] nexus3.edgexfoundry.org:10002 [2024-07-02T19:55:27.113Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:55:27.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:55:27.114Z] Configure a credential helper to remove this warning. See [2024-07-02T19:55:27.114Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:55:27.114Z] [2024-07-02T19:55:27.114Z] Login Succeeded [2024-07-02T19:55:27.114Z] nexus3.edgexfoundry.org:10003 [2024-07-02T19:55:27.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:55:27.114Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:55:27.114Z] Configure a credential helper to remove this warning. See [2024-07-02T19:55:27.114Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:55:27.114Z] [2024-07-02T19:55:27.114Z] Login Succeeded [2024-07-02T19:55:27.114Z] nexus3.edgexfoundry.org:10004 [2024-07-02T19:55:27.114Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:55:27.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:55:27.374Z] Configure a credential helper to remove this warning. See [2024-07-02T19:55:27.374Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:55:27.374Z] [2024-07-02T19:55:27.375Z] Login Succeeded [2024-07-02T19:55:27.375Z] ****.io [2024-07-02T19:55:27.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:55:27.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:55:27.635Z] Configure a credential helper to remove this warning. See [2024-07-02T19:55:27.635Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:55:27.635Z] [2024-07-02T19:55:27.635Z] Login Succeeded [2024-07-02T19:55:27.635Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T19:55:27.669Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-02T19:55:28.131Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-07-02T19:55:28.131Z] + + dirname cmd/core-command/Dockerfile [2024-07-02T19:55:28.131Z] cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-02T19:55:28.131Z] + + dirname cmd/core-common-config-bootstrapper/Dockerfile [2024-07-02T19:55:28.131Z] cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-02T19:55:28.131Z] + + cut -d/ -f2 [2024-07-02T19:55:28.131Z] dirname cmd/core-data/Dockerfile [2024-07-02T19:55:28.131Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-02T19:55:28.131Z] + dirname cmd/core-metadata/Dockerfile [2024-07-02T19:55:28.131Z] + cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-02T19:55:28.131Z] + + cut -d/ -f2 [2024-07-02T19:55:28.131Z] dirname cmd/security-bootstrapper/Dockerfile [2024-07-02T19:55:28.131Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-02T19:55:28.131Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-02T19:55:28.131Z] + cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-02T19:55:28.131Z] + + dirname cmd/security-proxy-setup/Dockerfile [2024-07-02T19:55:28.131Z] cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-02T19:55:28.131Z] + + cut -d/dirname -f2 cmd/security-secretstore-setup/Dockerfile [2024-07-02T19:55:28.131Z] [2024-07-02T19:55:28.131Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-02T19:55:28.131Z] + cut+ -d/ -f2 [2024-07-02T19:55:28.131Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-02T19:55:28.131Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-02T19:55:28.131Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-02T19:55:28.131Z] + cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-02T19:55:28.131Z] + cut -d/ -f2 [2024-07-02T19:55:28.131Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-02T19:55:28.131Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-02T19:55:28.131Z] + cut -d/ -f2 [2024-07-02T19:55:28.131Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-02T19:55:28.131Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-02T19:55:28.131Z] + dirname cmd/support-notifications/Dockerfile [2024-07-02T19:55:28.131Z] + cut -d/ -f2 [2024-07-02T19:55:28.131Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-02T19:55:28.131Z] + + cutdirname -d/ cmd/support-scheduler/Dockerfile -f2 [2024-07-02T19:55:28.131Z] [2024-07-02T19:55:28.131Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-02T19:55:28.189Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-02T19:55:28.744Z] + git rev-list -1 --merges c0a23728568dc09b3adec74e72db8db9b3cdda26~1..c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] echo [2024-07-02T19:55:28.782Z] -----------> git rev-list -1 --merges c0a23728568dc09b3adec74e72db8db9b3cdda26~1..c0a23728568dc09b3adec74e72db8db9b3cdda26 c0a23728568dc09b3adec74e72db8db9b3cdda26 [false] [Pipeline] sh [2024-07-02T19:55:29.101Z] + git log --format=format:%s -1 c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] echo [2024-07-02T19:55:29.141Z] ========================================================= [2024-07-02T19:55:29.141Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-02T19:55:29.141Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-02T19:55:29.658Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-02T19:55:29.658Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-02T19:55:29.658Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-02T19:55:29.658Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-02T19:55:29.658Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-02T19:55:29.658Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-02T19:55:29.658Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T19:55:30.179Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T19:55:30.179Z] [2024-07-02T19:55:30.179Z] 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-02T19:55:30.583Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T19:55:30.584Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-02T19:55:30.584Z] b85a868b505f: Pulling fs layer [2024-07-02T19:55:30.584Z] e2be974225ed: Pulling fs layer [2024-07-02T19:55:30.584Z] 339a4e72a1f5: Pulling fs layer [2024-07-02T19:55:30.584Z] 988bab9f4d93: Pulling fs layer [2024-07-02T19:55:30.584Z] 1469e6f7b9e6: Pulling fs layer [2024-07-02T19:55:30.584Z] eaf3925da568: Pulling fs layer [2024-07-02T19:55:30.584Z] bab4dde63d76: Pulling fs layer [2024-07-02T19:55:30.584Z] bde34c3a00c8: Pulling fs layer [2024-07-02T19:55:30.584Z] 988bab9f4d93: Waiting [2024-07-02T19:55:30.584Z] b352a97aabf1: Pulling fs layer [2024-07-02T19:55:30.584Z] 1469e6f7b9e6: Waiting [2024-07-02T19:55:30.584Z] 4872d77fe225: Pulling fs layer [2024-07-02T19:55:30.584Z] 5851b861e8e6: Pulling fs layer [2024-07-02T19:55:30.584Z] eaf3925da568: Waiting [2024-07-02T19:55:30.584Z] 4872d77fe225: Waiting [2024-07-02T19:55:30.584Z] 5851b861e8e6: Waiting [2024-07-02T19:55:30.584Z] bde34c3a00c8: Waiting [2024-07-02T19:55:30.584Z] b352a97aabf1: Waiting [2024-07-02T19:55:30.584Z] bab4dde63d76: Waiting [2024-07-02T19:55:30.584Z] e2be974225ed: Download complete [2024-07-02T19:55:30.584Z] 988bab9f4d93: Verifying Checksum [2024-07-02T19:55:30.584Z] 988bab9f4d93: Download complete [2024-07-02T19:55:30.846Z] 1469e6f7b9e6: Verifying Checksum [2024-07-02T19:55:30.846Z] 1469e6f7b9e6: Download complete [2024-07-02T19:55:30.846Z] eaf3925da568: Verifying Checksum [2024-07-02T19:55:30.846Z] eaf3925da568: Download complete [2024-07-02T19:55:30.846Z] 339a4e72a1f5: Verifying Checksum [2024-07-02T19:55:30.846Z] 339a4e72a1f5: Download complete [2024-07-02T19:55:30.846Z] bde34c3a00c8: Verifying Checksum [2024-07-02T19:55:30.846Z] bde34c3a00c8: Download complete [2024-07-02T19:55:30.846Z] b352a97aabf1: Download complete [2024-07-02T19:55:30.846Z] 4872d77fe225: Download complete [2024-07-02T19:55:30.846Z] 5851b861e8e6: Verifying Checksum [2024-07-02T19:55:30.846Z] b85a868b505f: Verifying Checksum [2024-07-02T19:55:30.846Z] b85a868b505f: Download complete [2024-07-02T19:55:31.419Z] bab4dde63d76: Verifying Checksum [2024-07-02T19:55:31.419Z] bab4dde63d76: Download complete [2024-07-02T19:55:31.987Z] b85a868b505f: Pull complete [2024-07-02T19:55:32.246Z] e2be974225ed: Pull complete [2024-07-02T19:55:32.506Z] 339a4e72a1f5: Pull complete [2024-07-02T19:55:32.765Z] 988bab9f4d93: Pull complete [2024-07-02T19:55:33.025Z] 1469e6f7b9e6: Pull complete [2024-07-02T19:55:33.025Z] eaf3925da568: Pull complete [2024-07-02T19:55:34.926Z] bab4dde63d76: Pull complete [2024-07-02T19:55:34.926Z] bde34c3a00c8: Pull complete [2024-07-02T19:55:34.926Z] b352a97aabf1: Pull complete [2024-07-02T19:55:34.926Z] 4872d77fe225: Pull complete [2024-07-02T19:55:34.926Z] 5851b861e8e6: Pull complete [2024-07-02T19:55:34.926Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-02T19:55:34.926Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-02T19:55:34.926Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T19:55:35.209Z] prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container [2024-07-02T19:55:35.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-02T19:55:36.426Z] $ docker top 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf -eo pid,comm [2024-07-02T19:55:36.477Z] 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-02T19:55:36.477Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-02T19:55:36.646Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-02T19:55:36.646Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-02T19:55:36.762Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-02T19:55:36.764Z] $ docker exec 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent [2024-07-02T19:55:36.865Z] SSH_AUTH_SOCK=/tmp/ssh-gBDRk9oRGf5G/agent.32 [2024-07-02T19:55:36.865Z] SSH_AGENT_PID=38 [2024-07-02T19:55:36.871Z] Running ssh-add (command line suppressed) [2024-07-02T19:55:36.965Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_11982597626210854990.key (/w/workspace/edgex-go/1@tmp/private_key_11982597626210854990.key) [2024-07-02T19:55:36.979Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-02T19:55:37.318Z] + git tag --points-at HEAD [Pipeline] } [2024-07-02T19:55:37.347Z] $ docker exec --env ******** --env ******** 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent -k [2024-07-02T19:55:37.447Z] unset SSH_AUTH_SOCK; [2024-07-02T19:55:37.447Z] unset SSH_AGENT_PID; [2024-07-02T19:55:37.447Z] echo Agent pid 38 killed; [2024-07-02T19:55:37.457Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-02T19:55:37.566Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-02T19:55:37.566Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-02T19:55:37.674Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-02T19:55:37.676Z] $ docker exec 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent [2024-07-02T19:55:37.788Z] SSH_AUTH_SOCK=/tmp/ssh-cyxZRlcKmR7U/agent.71 [2024-07-02T19:55:37.788Z] SSH_AGENT_PID=77 [2024-07-02T19:55:37.792Z] Running ssh-add (command line suppressed) [2024-07-02T19:55:37.896Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_6938772350168552659.key (/w/workspace/edgex-go/1@tmp/private_key_6938772350168552659.key) [2024-07-02T19:55:37.911Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-02T19:55:38.268Z] + git semver init [2024-07-02T19:55:38.526Z] 2024-07-02 19:55:38,452 [run_init] DEBUG init version:0.0.0 force:False [2024-07-02T19:55:38.526Z] 2024-07-02 19:55:38,453 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-02T19:55:38.526Z] 2024-07-02 19:55:38,454 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-02T19:55:38.526Z] 2024-07-02 19:55:38,454 [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-02T19:55:42.725Z] 2024-07-02 19:55:42,670 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,671 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4815 with force:False [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,671 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4815 [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,676 [execute] INFO git cat-file --batch-check [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,676 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,681 [execute] INFO git cat-file --batch [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,681 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-02T19:55:42.725Z] 2024-07-02 19:55:42,686 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4815 [2024-07-02T19:55:42.725Z] 0.0.0 [Pipeline] } [2024-07-02T19:55:42.760Z] $ docker exec --env ******** --env ******** 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf ssh-agent -k [2024-07-02T19:55:42.857Z] unset SSH_AUTH_SOCK; [2024-07-02T19:55:42.858Z] unset SSH_AGENT_PID; [2024-07-02T19:55:42.858Z] echo Agent pid 77 killed; [2024-07-02T19:55:42.867Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-02T19:55:43.332Z] + git semver [Pipeline] } [2024-07-02T19:55:43.617Z] $ docker stop --time=1 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf [2024-07-02T19:55:44.940Z] $ docker rm -f --volumes 11b1aebf1952beabe1ac582d9cb829e5cbde83f67a4ca797dc9aab63fd8b8eaf [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T19:55:45.368Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-02T19:55:45.689Z] Stashed 1 file(s) [Pipeline] echo [2024-07-02T19:55:45.718Z] [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-02T19:55:46.661Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-02T19:55:46.706Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T19:55:46.757Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T19:55:46.813Z] ========================================================= [2024-07-02T19:55:46.813Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-02T19:55:46.813Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-02T19:55:47.175Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-02T19:55:47.175Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-02T19:55:47.175Z] 619be1103602: Pulling fs layer [2024-07-02T19:55:47.175Z] 7862e08f4a3e: Pulling fs layer [2024-07-02T19:55:47.175Z] 5df492c9dc93: Pulling fs layer [2024-07-02T19:55:47.175Z] 7629e6793208: Pulling fs layer [2024-07-02T19:55:47.175Z] 4f4fb700ef54: Pulling fs layer [2024-07-02T19:55:47.175Z] fb5054dd5b73: Pulling fs layer [2024-07-02T19:55:47.175Z] eeca6798cff9: Pulling fs layer [2024-07-02T19:55:47.175Z] aa269ceb94a6: Pulling fs layer [2024-07-02T19:55:47.175Z] ada007ff1a6a: Pulling fs layer [2024-07-02T19:55:47.175Z] 4f4fb700ef54: Waiting [2024-07-02T19:55:47.175Z] 7629e6793208: Waiting [2024-07-02T19:55:47.175Z] aa269ceb94a6: Waiting [2024-07-02T19:55:47.175Z] fb5054dd5b73: Waiting [2024-07-02T19:55:47.175Z] eeca6798cff9: Waiting [2024-07-02T19:55:47.175Z] ada007ff1a6a: Waiting [2024-07-02T19:55:47.175Z] 7862e08f4a3e: Download complete [2024-07-02T19:55:47.175Z] 7629e6793208: Verifying Checksum [2024-07-02T19:55:47.175Z] 7629e6793208: Download complete [2024-07-02T19:55:47.175Z] 4f4fb700ef54: Verifying Checksum [2024-07-02T19:55:47.175Z] 4f4fb700ef54: Download complete [2024-07-02T19:55:47.175Z] fb5054dd5b73: Download complete [2024-07-02T19:55:47.175Z] 619be1103602: Verifying Checksum [2024-07-02T19:55:47.175Z] 619be1103602: Download complete [2024-07-02T19:55:47.175Z] eeca6798cff9: Verifying Checksum [2024-07-02T19:55:47.175Z] eeca6798cff9: Download complete [2024-07-02T19:55:47.434Z] 619be1103602: Pull complete [2024-07-02T19:55:47.434Z] 7862e08f4a3e: Pull complete [2024-07-02T19:55:47.434Z] ada007ff1a6a: Verifying Checksum [2024-07-02T19:55:47.434Z] ada007ff1a6a: Download complete [2024-07-02T19:55:47.701Z] 5df492c9dc93: Verifying Checksum [2024-07-02T19:55:47.701Z] 5df492c9dc93: Download complete [2024-07-02T19:55:47.960Z] aa269ceb94a6: Verifying Checksum [2024-07-02T19:55:47.960Z] aa269ceb94a6: Download complete [2024-07-02T19:55:51.241Z] 5df492c9dc93: Pull complete [2024-07-02T19:55:51.241Z] 7629e6793208: Pull complete [2024-07-02T19:55:51.241Z] 4f4fb700ef54: Pull complete [2024-07-02T19:55:51.241Z] fb5054dd5b73: Pull complete [2024-07-02T19:55:51.241Z] eeca6798cff9: Pull complete [2024-07-02T19:55:53.138Z] aa269ceb94a6: Pull complete [2024-07-02T19:55:53.703Z] ada007ff1a6a: Pull complete [2024-07-02T19:55:53.703Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-02T19:55:53.703Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-02T19:55:53.703Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-02T19:55:54.081Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-02T19:55:54.081Z] WORKDIR /edgex [2024-07-02T19:55:54.081Z] COPY go.mod . [2024-07-02T19:55:54.081Z] RUN go mod download [2024-07-02T19:55:54.081Z] + docker build -t ci-base-image-x86_64 -f - . [2024-07-02T19:55:54.647Z] Sending build context to Docker daemon 178.3MB [2024-07-02T19:55:54.647Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-02T19:55:54.647Z] ---> f489d0715acc [2024-07-02T19:55:54.647Z] Step 2/4 : WORKDIR /edgex [2024-07-02T19:55:56.549Z] ---> Running in eead486af204 [2024-07-02T19:55:56.549Z] Removing intermediate container eead486af204 [2024-07-02T19:55:56.549Z] ---> ed9d0247ab6a [2024-07-02T19:55:56.549Z] Step 3/4 : COPY go.mod . [2024-07-02T19:55:56.549Z] ---> 75e977d1d1f1 [2024-07-02T19:55:56.549Z] Step 4/4 : RUN go mod download [2024-07-02T19:55:56.549Z] ---> Running in edfe4b2ca926 [2024-07-02T19:56:01.144Z] Still waiting to schedule task [2024-07-02T19:56:01.144Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-02T19:56:19.763Z] Removing intermediate container edfe4b2ca926 [2024-07-02T19:56:19.763Z] ---> 05a794f0bafb [2024-07-02T19:56:19.763Z] Successfully built 05a794f0bafb [2024-07-02T19:56:19.763Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T19:56:20.157Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-02T19:56:20.157Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T19:56:20.336Z] prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container [2024-07-02T19:56:20.368Z] $ 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-x86_64 cat [2024-07-02T19:56:20.733Z] $ docker top 212fe85af09dbedd7634e009d8c32311c9d3e269dc021487fe75f35d2b2368c5 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T19:56:21.144Z] + go version [2024-07-02T19:56:21.144Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-02T19:56:21.179Z] $ docker stop --time=1 212fe85af09dbedd7634e009d8c32311c9d3e269dc021487fe75f35d2b2368c5 [2024-07-02T19:56:22.443Z] $ docker rm -f --volumes 212fe85af09dbedd7634e009d8c32311c9d3e269dc021487fe75f35d2b2368c5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T19:56:23.244Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-02T19:56:23.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T19:56:23.415Z] prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container [2024-07-02T19:56:23.442Z] $ 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-x86_64 cat [2024-07-02T19:56:23.780Z] $ docker top 17ca27f6f298caef94d7ea3ded2d2beced8614cd07aa5371e22e90145a0b3a6d -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-02T19:56:23.914Z] ========================================================= [2024-07-02T19:56:23.914Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-02T19:56:23.914Z] ========================================================= [Pipeline] sh [2024-07-02T19:56:24.214Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-02T19:56:24.584Z] + make test [2024-07-02T19:56:24.584Z] go test -race -coverprofile=coverage.out ./... [2024-07-02T19:56:31.138Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-02T19:57:03.195Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-02T19:57:03.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-02T19:57:03.760Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-02T19:57:05.139Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.025s coverage: 28.7% of statements [2024-07-02T19:57:05.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-02T19:57:05.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-02T19:57:05.139Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-02T19:57:06.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-02T19:57:06.079Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-02T19:57:06.079Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.040s coverage: 97.0% of statements [2024-07-02T19:57:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-02T19:57:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-02T19:57:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-02T19:57:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-02T19:57:06.645Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-02T19:57:08.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-02T19:57:08.021Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-02T19:57:09.394Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-02T19:57:09.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.052s coverage: 69.2% of statements [2024-07-02T19:57:09.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.043s coverage: 53.2% of statements [2024-07-02T19:57:09.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.388s coverage: 93.4% of statements [2024-07-02T19:57:09.394Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.041s coverage: 6.6% of statements [2024-07-02T19:57:10.766Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.333s coverage: 97.6% of statements [2024-07-02T19:57:10.766Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.028s coverage: 72.2% of statements [2024-07-02T19:57:10.766Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-02T19:57:10.766Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-02T19:57:11.703Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.040s coverage: 0.9% of statements [2024-07-02T19:57:11.703Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.032s coverage: 32.2% of statements [2024-07-02T19:57:11.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.027s coverage: 41.7% of statements [2024-07-02T19:57:11.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.020s coverage: 82.9% of statements [2024-07-02T19:57:11.703Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.034s coverage: 94.1% of statements [2024-07-02T19:57:12.270Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.028s coverage: 96.3% of statements [2024-07-02T19:57:12.528Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-02T19:57:12.787Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-02T19:57:14.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-02T19:57:14.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-02T19:57:14.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-02T19:57:14.166Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-02T19:57:14.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-02T19:57:14.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-02T19:57:14.684Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-02T19:57:16.585Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-02T19:57:16.843Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-02T19:57:17.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-02T19:57:17.776Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-02T19:57:20.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-02T19:57:20.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-02T19:57:20.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-02T19:57:21.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-02T19:57:21.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-02T19:57:21.680Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-02T19:57:22.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-02T19:57:22.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-02T19:57:22.245Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-02T19:57:22.245Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-02T19:57:23.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-02T19:57:23.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-02T19:57:23.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-02T19:57:23.180Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-02T19:57:24.554Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.025s coverage: 94.4% of statements [2024-07-02T19:57:24.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-02T19:57:24.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-02T19:57:24.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-02T19:57:24.554Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-02T19:57:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-02T19:57:25.488Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-02T19:57:26.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-02T19:57:26.863Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-02T19:57:35.003Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-4841 in /w/workspace/edgexfoundry_edgex-go_PR-4815 [Pipeline] { [Pipeline] ws [2024-07-02T19:57:35.080Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-07-02T19:57:38.183Z] The recommended git tool is: git [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.231s coverage: 79.9% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 18.042s coverage: 92.9% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.034s coverage: 62.3% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.022s coverage: 87.2% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.016s coverage: 20.0% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.018s coverage: 100.0% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.067s coverage: 81.8% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.060s coverage: 82.1% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.026s coverage: 86.0% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.127s coverage: 63.1% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.021s coverage: 100.0% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.019s coverage: 89.4% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.017s coverage: 100.0% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.015s coverage: 73.7% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.144s coverage: 38.4% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.023s coverage: 84.8% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.041s coverage: 19.9% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.085s coverage: 95.7% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements [2024-07-02T19:57:39.070Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.061s coverage: 98.9% of statements [2024-07-02T19:57:39.070Z] 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-02T19:57:39.070Z] running golangci-lint [2024-07-02T19:57:39.070Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-02T19:57:39.070Z] go version go1.21.9 linux/amd64 [2024-07-02T19:57:39.070Z] level=info msg="[config_reader] Used config file .golangci.yml" [2024-07-02T19:57:39.070Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-02T19:57:42.770Z] using credential edgex-jenkins-ssh [2024-07-02T19:57:42.793Z] Cloning the remote Git repository [2024-07-02T19:57:42.833Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-02T19:57:42.923Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-02T19:57:43.056Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-02T19:57:43.058Z] > git --version # timeout=10 [2024-07-02T19:57:43.078Z] > git --version # 'git version 2.25.1' [2024-07-02T19:57:43.080Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T19:57:43.222Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-02T19:57:57.132Z] level=info msg="[loader] Go packages loading at mode 575 (deps|exports_file|files|imports|name|types_sizes|compiled_files) took 19.00145943s" [2024-07-02T19:57:57.132Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 32.928017ms" [2024-07-02T19:58:01.993Z] Merging remotes/origin/main commit d3e93d299d336768afbb67d4e8d03cb0d65cb15d into PR head commit c0a23728568dc09b3adec74e72db8db9b3cdda26 [2024-07-02T19:58:00.522Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-02T19:58:00.545Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-02T19:58:01.335Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-02T19:58:01.377Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-02T19:58:01.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T19:58:01.403Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4815/head:refs/remotes/origin/PR-4815 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-02T19:58:02.009Z] > git config core.sparsecheckout # timeout=10 [2024-07-02T19:58:02.078Z] > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # timeout=10 [2024-07-02T19:58:02.313Z] > git remote # timeout=10 [2024-07-02T19:58:02.331Z] > git config --get remote.origin.url # timeout=10 [2024-07-02T19:58:02.426Z] Merge succeeded, producing c0a23728568dc09b3adec74e72db8db9b3cdda26 [2024-07-02T19:58:02.426Z] Checking out Revision c0a23728568dc09b3adec74e72db8db9b3cdda26 (PR-4815) [2024-07-02T19:58:03.111Z] Commit message: "build(deps): Bump github.com/edgexfoundry/go-mod-bootstrap/v3" [2024-07-02T19:58:03.150Z] > git --version # timeout=10 [2024-07-02T19:58:03.161Z] > git --version # 'git version 2.25.1' [2024-07-02T19:58:03.176Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-02T19:58:02.359Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-02T19:58:02.379Z] > git merge d3e93d299d336768afbb67d4e8d03cb0d65cb15d # timeout=10 [2024-07-02T19:58:02.408Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-02T19:58:02.430Z] > git config core.sparsecheckout # timeout=10 [2024-07-02T19:58:02.463Z] > git checkout -f c0a23728568dc09b3adec74e72db8db9b3cdda26 # timeout=10 [2024-07-02T19:58:07.098Z] level=info msg="[linters_context/goanalysis] analyzers took 1m27.03121666s with top 10 stages: buildir: 43.418251536s, gosec: 6.765408635s, inspect: 2.646802221s, fact_deprecated: 2.061520421s, printf: 1.422342789s, ctrlflow: 1.422173636s, fact_purity: 1.164751932s, nilness: 923.064491ms, typedness: 625.056749ms, S1038: 608.369707ms" [2024-07-02T19:58:07.098Z] level=info msg="[runner] Issues before processing: 197, after processing: 0" [2024-07-02T19:58:07.098Z] level=info msg="[runner] Processors filtering stat (out/in): exclude: 197/197, cgo: 197/197, skip_dirs: 197/197, exclude-rules: 21/197, filename_unadjuster: 197/197, identifier_marker: 197/197, nolint: 0/21, path_prettifier: 197/197, autogenerated_exclude: 197/197, skip_files: 197/197" [2024-07-02T19:58:07.098Z] level=info msg="[runner] processing took 15.298544ms with stages: nolint: 6.543942ms, identifier_marker: 4.46713ms, exclude-rules: 1.458451ms, path_prettifier: 1.37251ms, autogenerated_exclude: 946.571µs, skip_dirs: 464.96µs, cgo: 26.77µs, filename_unadjuster: 15.02µs, max_same_issues: 540ns, fixer: 460ns, skip_files: 410ns, exclude: 290ns, severity-rules: 270ns, uniq_by_line: 230ns, diff: 210ns, max_from_linter: 160ns, source_code: 140ns, sort_results: 130ns, max_per_file_from_linter: 120ns, path_prefixer: 120ns, path_shortener: 110ns" [2024-07-02T19:58:07.098Z] level=info msg="[runner] linters took 9.482674666s with stages: goanalysis_metalinter: 9.467299252s" [2024-07-02T19:58:07.098Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-02T19:58:07.098Z] level=info msg="Memory: 286 samples, avg is 267.3MB, max is 1217.3MB" [2024-07-02T19:58:07.098Z] level=info msg="Execution took 28.525411983s" [2024-07-02T19:58:07.098Z] go vet ./... [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-02T19:58:07.949Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-02T19:58:07.949Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-02T19:58:07.949Z] Dload Upload Total Spent Left Speed [2024-07-02T19:58:07.949Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 104k 0 --:--:-- --:--:-- --:--:-- 104k [Pipeline] sh [2024-07-02T19:58:08.301Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-02T19:58:08.647Z] + sudo tee /etc/docker/daemon.new [2024-07-02T19:58:08.647Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-02T19:58:08.647Z] { [2024-07-02T19:58:08.647Z] "registry-mirrors": [ [2024-07-02T19:58:08.647Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-02T19:58:08.647Z] ], [2024-07-02T19:58:08.647Z] "bip": "10.250.0.254/24", [2024-07-02T19:58:08.647Z] "hosts": [ [2024-07-02T19:58:08.647Z] "tcp://0.0.0.0:5555", [2024-07-02T19:58:08.647Z] "unix:///var/run/docker.sock" [2024-07-02T19:58:08.647Z] ], [2024-07-02T19:58:08.647Z] "mtu": 1458, [2024-07-02T19:58:08.647Z] "selinux-enabled": true, [2024-07-02T19:58:08.647Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-02T19:58:08.647Z] } [Pipeline] sh [2024-07-02T19:58:08.987Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-02T19:58:09.332Z] + sudo service docker restart [2024-07-02T19:58:12.356Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-02T19:58:12.356Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-02T19:58:12.356Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-02T19:58:12.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-02T19:58:12.736Z] + ls -al . [2024-07-02T19:58:12.736Z] total 816 [2024-07-02T19:58:12.736Z] drwxrwxr-x 11 1001 1001 4096 Jul 2 19:56 . [2024-07-02T19:58:12.736Z] drwxr-xr-x 4 root root 4096 Jul 2 19:56 .. [2024-07-02T19:58:12.736Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 19:55 .blubracket [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 10 Jul 2 19:55 .dockerignore [2024-07-02T19:58:12.736Z] drwxrwxr-x 8 1001 1001 4096 Jul 2 19:57 .git [2024-07-02T19:58:12.736Z] drwxrwxr-x 3 1001 1001 4096 Jul 2 19:55 .github [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 1074 Jul 2 19:55 .gitignore [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 42 Jul 2 19:55 .golangci.yml [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 100 Jul 2 19:55 .hadolint.yml [2024-07-02T19:58:12.736Z] drwxr-xr-x 3 1001 1001 4096 Jul 2 19:55 .semver [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 155 Jul 2 19:55 .sonarcloud.properties [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 1171 Jul 2 19:55 ADOPTERS.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 20361 Jul 2 19:55 Attribution.txt [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 100284 Jul 2 19:55 CHANGELOG.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 3804 Jul 2 19:55 CONTRIBUTING.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 677 Jul 2 19:55 GOVERNANCE.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 861 Jul 2 19:55 Jenkinsfile [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 10775 Jul 2 19:55 LICENSE [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 15392 Jul 2 19:55 Makefile [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 582 Jul 2 19:55 OWNERS.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 9528 Jul 2 19:55 README.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 789 Jul 2 19:55 SECURITY.md [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 5 Jul 2 19:55 VERSION [2024-07-02T19:58:12.736Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 19:55 bin [2024-07-02T19:58:12.736Z] drwxrwxr-x 18 1001 1001 4096 Jul 2 19:55 cmd [2024-07-02T19:58:12.736Z] -rw-r--r-- 1 root root 456284 Jul 2 19:57 coverage.out [2024-07-02T19:58:12.736Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 19:55 fuzz_test [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 6923 Jul 2 19:55 go.mod [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 101537 Jul 2 19:55 go.sum [2024-07-02T19:58:12.736Z] drwxrwxr-x 7 1001 1001 4096 Jul 2 19:55 internal [2024-07-02T19:58:12.736Z] drwxrwxr-x 3 1001 1001 4096 Jul 2 19:55 openapi [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 584 Jul 2 19:55 security.txt [2024-07-02T19:58:12.736Z] -rw-rw-r-- 1 1001 1001 204 Jul 2 19:55 version.go [Pipeline] sh [2024-07-02T19:58:13.072Z] + '[' -e coverage.out ] [2024-07-02T19:58:13.072Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-02T19:58:13.212Z] Stashed 1 file(s) [Pipeline] sh [2024-07-02T19:58:13.507Z] + make build [2024-07-02T19:58:13.507Z] 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-02T19:58:27.654Z] provisioning config files... [2024-07-02T19:58:27.679Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2276655819108282196tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T19:58:28.170Z] ---> ****-login.sh [2024-07-02T19:58:28.170Z] nexus3.edgexfoundry.org:10001 [2024-07-02T19:58:28.441Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:58:28.711Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:58:28.711Z] Configure a credential helper to remove this warning. See [2024-07-02T19:58:28.712Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:58:28.712Z] [2024-07-02T19:58:28.712Z] Login Succeeded [2024-07-02T19:58:28.712Z] nexus3.edgexfoundry.org:10002 [2024-07-02T19:58:28.982Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:58:28.983Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:58:28.983Z] Configure a credential helper to remove this warning. See [2024-07-02T19:58:28.983Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:58:28.983Z] [2024-07-02T19:58:28.983Z] Login Succeeded [2024-07-02T19:58:28.983Z] nexus3.edgexfoundry.org:10003 [2024-07-02T19:58:29.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:58:29.529Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:58:29.530Z] Configure a credential helper to remove this warning. See [2024-07-02T19:58:29.530Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:58:29.530Z] [2024-07-02T19:58:29.530Z] Login Succeeded [2024-07-02T19:58:29.530Z] nexus3.edgexfoundry.org:10004 [2024-07-02T19:58:29.805Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:58:29.805Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:58:29.805Z] Configure a credential helper to remove this warning. See [2024-07-02T19:58:29.805Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:58:29.805Z] [2024-07-02T19:58:29.805Z] Login Succeeded [2024-07-02T19:58:29.805Z] ****.io [2024-07-02T19:58:30.075Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-02T19:58:30.343Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-02T19:58:30.343Z] Configure a credential helper to remove this warning. See [2024-07-02T19:58:30.343Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-02T19:58:30.343Z] [2024-07-02T19:58:30.343Z] Login Succeeded [2024-07-02T19:58:30.343Z] ---> ****-login.sh ends [Pipeline] } [2024-07-02T19:58:30.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-02T19:58:31.090Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-02T19:58:31.137Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T19:58:31.183Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-02T19:58:31.230Z] ========================================================= [2024-07-02T19:58:31.230Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-02T19:58:31.230Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-02T19:58:31.611Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-02T19:58:31.880Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-02T19:58:31.880Z] c6b39de5b339: Pulling fs layer [2024-07-02T19:58:31.880Z] a69c41024577: Pulling fs layer [2024-07-02T19:58:31.880Z] d6de4b400683: Pulling fs layer [2024-07-02T19:58:31.880Z] 35cb2a7552d0: Pulling fs layer [2024-07-02T19:58:31.880Z] 4f4fb700ef54: Pulling fs layer [2024-07-02T19:58:31.880Z] 464afbd9ba4c: Pulling fs layer [2024-07-02T19:58:31.880Z] 00f215d4a9da: Pulling fs layer [2024-07-02T19:58:31.880Z] d496ad576159: Pulling fs layer [2024-07-02T19:58:31.880Z] 4f4fb700ef54: Waiting [2024-07-02T19:58:31.880Z] 464afbd9ba4c: Waiting [2024-07-02T19:58:31.880Z] 00f215d4a9da: Waiting [2024-07-02T19:58:31.880Z] d496ad576159: Waiting [2024-07-02T19:58:31.880Z] 35cb2a7552d0: Waiting [2024-07-02T19:58:31.880Z] a69c41024577: Download complete [2024-07-02T19:58:31.880Z] 35cb2a7552d0: Verifying Checksum [2024-07-02T19:58:31.880Z] 4f4fb700ef54: Verifying Checksum [2024-07-02T19:58:31.880Z] 4f4fb700ef54: Download complete [2024-07-02T19:58:31.880Z] 464afbd9ba4c: Verifying Checksum [2024-07-02T19:58:31.880Z] 464afbd9ba4c: Download complete [2024-07-02T19:58:31.880Z] c6b39de5b339: Verifying Checksum [2024-07-02T19:58:31.880Z] c6b39de5b339: Download complete [2024-07-02T19:58:32.466Z] d496ad576159: Verifying Checksum [2024-07-02T19:58:32.466Z] d496ad576159: Download complete [2024-07-02T19:58:32.733Z] c6b39de5b339: Pull complete [2024-07-02T19:58:33.317Z] a69c41024577: Pull complete [2024-07-02T19:58:33.585Z] d6de4b400683: Verifying Checksum [2024-07-02T19:58:33.585Z] d6de4b400683: Download complete [2024-07-02T19:58:34.996Z] 00f215d4a9da: Verifying Checksum [2024-07-02T19:58:34.997Z] 00f215d4a9da: Download complete [2024-07-02T19:58:35.429Z] 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-02T19:58:35.429Z] 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-02T19:58:35.429Z] 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-02T19:58:35.689Z] 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-02T19:58:39.895Z] 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-02T19:58:40.843Z] 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-02T19:58:42.741Z] 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-02T19:58:43.306Z] 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-02T19:58:43.873Z] 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-02T19:58:44.440Z] 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-02T19:58:45.376Z] 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-02T19:58:46.327Z] $ docker stop --time=1 17ca27f6f298caef94d7ea3ded2d2beced8614cd07aa5371e22e90145a0b3a6d [2024-07-02T19:58:47.291Z] d6de4b400683: Pull complete [2024-07-02T19:58:47.291Z] 35cb2a7552d0: Pull complete [2024-07-02T19:58:47.291Z] 4f4fb700ef54: Pull complete [2024-07-02T19:58:47.291Z] 464afbd9ba4c: Pull complete [2024-07-02T19:58:55.236Z] $ docker rm -f --volumes 17ca27f6f298caef94d7ea3ded2d2beced8614cd07aa5371e22e90145a0b3a6d [2024-07-02T19:58:55.525Z] 00f215d4a9da: Pull complete [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-02T19:58:56.852Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-02T19:58:56.852Z] [2024-07-02T19:58:56.852Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T19:58:57.255Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-02T19:58:57.478Z] d496ad576159: Pull complete [2024-07-02T19:58:57.478Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-02T19:58:57.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-02T19:58:57.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [2024-07-02T19:58:57.513Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-02T19:58:57.513Z] 91d30c5bc195: Pulling fs layer [2024-07-02T19:58:57.513Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-02T19:58:57.513Z] 9c61dcf015f6: Pulling fs layer [2024-07-02T19:58:57.513Z] 4698f68db338: Pulling fs layer [2024-07-02T19:58:57.513Z] 2a2f49069b9e: Pulling fs layer [2024-07-02T19:58:57.513Z] e0025b399a48: Pulling fs layer [2024-07-02T19:58:57.513Z] 4698f68db338: Waiting [2024-07-02T19:58:57.513Z] 2a2f49069b9e: Waiting [2024-07-02T19:58:57.513Z] e0025b399a48: Waiting [2024-07-02T19:58:57.513Z] 91d30c5bc195: Verifying Checksum [2024-07-02T19:58:57.513Z] 91d30c5bc195: Download complete [2024-07-02T19:58:57.513Z] 4698f68db338: Verifying Checksum [2024-07-02T19:58:57.513Z] 4698f68db338: Download complete [2024-07-02T19:58:57.513Z] 91d30c5bc195: Pull complete [Pipeline] sh [2024-07-02T19:58:57.772Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-02T19:58:57.772Z] 2e9b0aa3be6d: Download complete [2024-07-02T19:58:57.772Z] e0025b399a48: Verifying Checksum [2024-07-02T19:58:57.772Z] e0025b399a48: Download complete [2024-07-02T19:58:57.772Z] 2a2f49069b9e: Download complete [2024-07-02T19:58:58.039Z] 2e9b0aa3be6d: Pull complete [2024-07-02T19:58:58.164Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-02T19:58:58.164Z] WORKDIR /edgex [2024-07-02T19:58:58.164Z] COPY go.mod . [2024-07-02T19:58:58.164Z] RUN go mod download [2024-07-02T19:58:58.164Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-02T19:58:58.339Z] 9c61dcf015f6: Verifying Checksum [2024-07-02T19:58:58.339Z] 9c61dcf015f6: Download complete [2024-07-02T19:58:58.436Z] Sending build context to Docker daemon 3.007MB [2024-07-02T19:58:58.711Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-02T19:58:58.711Z] ---> f246e2811388 [2024-07-02T19:58:58.711Z] Step 2/4 : WORKDIR /edgex [2024-07-02T19:59:00.653Z] ---> Running in 1d3015a031b8 [2024-07-02T19:59:00.653Z] Removing intermediate container 1d3015a031b8 [2024-07-02T19:59:00.653Z] ---> 6cdc889e2462 [2024-07-02T19:59:00.653Z] Step 3/4 : COPY go.mod . [2024-07-02T19:59:00.875Z] 9c61dcf015f6: Pull complete [2024-07-02T19:59:00.875Z] 4698f68db338: Pull complete [2024-07-02T19:59:01.132Z] 2a2f49069b9e: Pull complete [2024-07-02T19:59:01.238Z] ---> b503bdab0b73 [2024-07-02T19:59:01.239Z] Step 4/4 : RUN go mod download [2024-07-02T19:59:01.239Z] ---> Running in 723242d8b8f2 [2024-07-02T19:59:01.392Z] e0025b399a48: Pull complete [2024-07-02T19:59:01.392Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-02T19:59:01.392Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-02T19:59:01.392Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T19:59:01.658Z] prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container [2024-07-02T19:59:01.684Z] $ 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:latest cat [2024-07-02T19:59:05.660Z] $ docker top c8b8bf6299ddf0cf52412095ecb7acde25341c0fade9fba0fbc2ec572ebafeb0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T19:59:06.071Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-02T19:59:07.977Z] #1 [security-spire-agent internal] load build definition from Dockerfile [2024-07-02T19:59:07.977Z] #1 transferring dockerfile: 1.81kB done [2024-07-02T19:59:07.977Z] #1 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #2 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #2 transferring dockerfile: 2.49kB done [2024-07-02T19:59:08.239Z] #2 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #3 transferring dockerfile: 1.89kB done [2024-07-02T19:59:08.239Z] #3 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #4 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #4 transferring dockerfile: 2.15kB done [2024-07-02T19:59:08.239Z] #4 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #5 [core-data internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #5 transferring dockerfile: 2.01kB done [2024-07-02T19:59:08.239Z] #5 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #6 [security-spire-agent internal] load .dockerignore [2024-07-02T19:59:08.239Z] #6 transferring context: 50B done [2024-07-02T19:59:08.239Z] #6 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #7 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #7 transferring dockerfile: 2.93kB done [2024-07-02T19:59:08.239Z] #7 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #8 [support-scheduler internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #8 transferring dockerfile: 1.93kB done [2024-07-02T19:59:08.239Z] #8 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #9 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #9 transferring dockerfile: 2.23kB done [2024-07-02T19:59:08.239Z] #9 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #10 transferring dockerfile: 2.50kB done [2024-07-02T19:59:08.239Z] #10 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #11 [security-spire-server internal] load build definition from Dockerfile [2024-07-02T19:59:08.239Z] #11 transferring dockerfile: 1.70kB done [2024-07-02T19:59:08.239Z] #11 DONE 0.0s [2024-07-02T19:59:08.239Z] [2024-07-02T19:59:08.239Z] #12 [security-spire-config internal] load build definition from Dockerfile [2024-07-02T19:59:08.496Z] #12 transferring dockerfile: 1.69kB done [2024-07-02T19:59:08.496Z] #12 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #13 [core-metadata internal] load build definition from Dockerfile [2024-07-02T19:59:08.496Z] #13 transferring dockerfile: 2.06kB done [2024-07-02T19:59:08.496Z] #13 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #14 [core-command internal] load build definition from Dockerfile [2024-07-02T19:59:08.496Z] #14 transferring dockerfile: 1.93kB done [2024-07-02T19:59:08.496Z] #14 DONE 0.1s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #15 [support-notifications internal] load build definition from Dockerfile [2024-07-02T19:59:08.496Z] #15 transferring dockerfile: 1.95kB done [2024-07-02T19:59:08.496Z] #15 ... [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #16 [security-secretstore-setup internal] load .dockerignore [2024-07-02T19:59:08.496Z] #16 transferring context: 50B done [2024-07-02T19:59:08.496Z] #16 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2024-07-02T19:59:08.496Z] #17 transferring context: 50B done [2024-07-02T19:59:08.496Z] #17 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #18 [security-proxy-auth internal] load .dockerignore [2024-07-02T19:59:08.496Z] #18 transferring context: 50B done [2024-07-02T19:59:08.496Z] #18 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #19 [core-data internal] load .dockerignore [2024-07-02T19:59:08.496Z] #19 transferring context: 50B done [2024-07-02T19:59:08.496Z] #19 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #20 [support-notifications internal] load .dockerignore [2024-07-02T19:59:08.496Z] #20 transferring context: 50B done [2024-07-02T19:59:08.496Z] #20 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #21 [security-bootstrapper internal] load .dockerignore [2024-07-02T19:59:08.496Z] #21 transferring context: 50B done [2024-07-02T19:59:08.496Z] #21 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #22 [support-scheduler internal] load .dockerignore [2024-07-02T19:59:08.496Z] #22 transferring context: 50B done [2024-07-02T19:59:08.496Z] #22 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #23 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-02T19:59:08.496Z] #23 transferring context: 50B done [2024-07-02T19:59:08.496Z] #23 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #24 [security-spire-server internal] load .dockerignore [2024-07-02T19:59:08.496Z] #24 transferring context: 50B done [2024-07-02T19:59:08.496Z] #24 DONE 0.0s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #25 [security-proxy-setup internal] load .dockerignore [2024-07-02T19:59:08.496Z] #25 transferring context: 50B done [2024-07-02T19:59:08.496Z] #25 DONE 0.1s [2024-07-02T19:59:08.496Z] [2024-07-02T19:59:08.496Z] #26 [core-command internal] load .dockerignore [2024-07-02T19:59:08.497Z] #26 transferring context: 50B done [2024-07-02T19:59:08.497Z] #26 DONE 0.1s [2024-07-02T19:59:08.497Z] [2024-07-02T19:59:08.497Z] #27 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T19:59:08.497Z] #27 DONE 0.1s [2024-07-02T19:59:08.497Z] [2024-07-02T19:59:08.497Z] #28 [core-metadata internal] load .dockerignore [2024-07-02T19:59:08.497Z] #28 transferring context: 50B done [2024-07-02T19:59:08.754Z] #28 DONE 0.1s [2024-07-02T19:59:08.754Z] [2024-07-02T19:59:08.754Z] #29 [security-spire-config internal] load .dockerignore [2024-07-02T19:59:08.754Z] #29 transferring context: 50B done [2024-07-02T19:59:08.754Z] #29 DONE 0.0s [2024-07-02T19:59:08.754Z] [2024-07-02T19:59:08.754Z] #30 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-02T19:59:08.754Z] #30 DONE 0.0s [2024-07-02T19:59:08.754Z] [2024-07-02T19:59:08.754Z] #27 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T19:59:08.754Z] #27 DONE 0.1s [2024-07-02T19:59:08.754Z] [2024-07-02T19:59:08.754Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-02T19:59:08.754Z] #31 ... [2024-07-02T19:59:08.754Z] [2024-07-02T19:59:08.754Z] #30 [support-notifications internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-02T19:59:08.754Z] #30 DONE 0.0s [2024-07-02T19:59:09.538Z] [2024-07-02T19:59:09.539Z] #30 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-02T19:59:09.539Z] #30 DONE 0.0s [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #32 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T19:59:09.539Z] #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-02T19:59:09.539Z] #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-02T19:59:09.539Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 1.05MB / 3.41MB 0.1s [2024-07-02T19:59:09.539Z] #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T19:59:09.539Z] #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-02T19:59:09.539Z] #32 ... [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #30 [core-command internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-02T19:59:09.539Z] #30 DONE 0.0s [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #32 [support-notifications stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T19:59:09.539Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.2s [2024-07-02T19:59:09.539Z] #32 ... [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #27 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T19:59:09.539Z] #27 DONE 0.4s [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #33 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-02T19:59:09.539Z] #33 DONE 0.6s [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #31 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-02T19:59:09.539Z] #31 DONE 0.6s [2024-07-02T19:59:09.539Z] [2024-07-02T19:59:09.539Z] #32 [core-common-config-bootstrapper stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T19:59:09.539Z] #32 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-02T19:59:09.539Z] #32 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-02T19:59:09.539Z] #32 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T19:59:09.539Z] #32 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-02T19:59:09.539Z] #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-02T19:59:09.539Z] #32 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.3s done [2024-07-02T19:59:09.539Z] #32 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-02T19:59:09.796Z] #32 ... [2024-07-02T19:59:09.796Z] [2024-07-02T19:59:09.796Z] #34 [security-spire-config internal] load build context [2024-07-02T19:59:09.796Z] #34 transferring context: 25.04kB 0.0s done [2024-07-02T19:59:09.796Z] #34 DONE 0.7s [2024-07-02T19:59:10.063Z] [2024-07-02T19:59:10.063Z] #32 [security-spiffe-token-provider stage-1 1/13] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T19:59:10.063Z] #32 DONE 1.3s [2024-07-02T19:59:10.063Z] [2024-07-02T19:59:10.063Z] #35 [security-spire-agent internal] load build context [2024-07-02T19:59:10.063Z] #35 transferring context: 26.32kB 0.0s done [2024-07-02T19:59:10.063Z] #35 DONE 0.8s [2024-07-02T19:59:10.063Z] [2024-07-02T19:59:10.063Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T19:59:10.063Z] #36 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.3s done [2024-07-02T19:59:10.063Z] #36 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-07-02T19:59:10.063Z] #36 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-07-02T19:59:10.063Z] #36 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-02T19:59:10.063Z] #36 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-07-02T19:59:10.063Z] #36 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-02T19:59:10.063Z] #36 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-07-02T19:59:10.063Z] #36 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.4s done [2024-07-02T19:59:10.064Z] #36 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-07-02T19:59:10.064Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0B / 25.84MB 0.5s [2024-07-02T19:59:10.064Z] #36 ... [2024-07-02T19:59:10.064Z] [2024-07-02T19:59:10.064Z] #37 [security-spire-server internal] load build context [2024-07-02T19:59:10.064Z] #37 transferring context: 26.79kB 0.0s done [2024-07-02T19:59:10.064Z] #37 DONE 0.9s [2024-07-02T19:59:10.064Z] [2024-07-02T19:59:10.064Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T19:59:10.064Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 7.34MB / 25.84MB 0.7s [2024-07-02T19:59:10.064Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 10.49MB / 25.84MB 0.8s [2024-07-02T19:59:10.064Z] #36 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 done [2024-07-02T19:59:10.322Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 13.63MB / 25.84MB 0.9s [2024-07-02T19:59:10.322Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 15.73MB / 25.84MB 1.0s [2024-07-02T19:59:10.580Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 22.02MB / 25.84MB 1.1s [2024-07-02T19:59:10.580Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.2s [2024-07-02T19:59:10.840Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.5s done [2024-07-02T19:59:11.098Z] #36 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 1.5s done [2024-07-02T19:59:11.098Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 [2024-07-02T19:59:11.664Z] #36 ... [2024-07-02T19:59:11.664Z] [2024-07-02T19:59:11.664Z] #38 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-02T19:59:11.664Z] #38 DONE 3.0s [2024-07-02T19:59:11.664Z] [2024-07-02T19:59:11.664Z] #36 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T19:59:13.104Z] #36 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 2.0s done [2024-07-02T19:59:17.298Z] #36 ... [2024-07-02T19:59:17.298Z] [2024-07-02T19:59:17.298Z] #39 [security-proxy-auth internal] load build context [2024-07-02T19:59:17.298Z] #39 transferring context: 300.87MB 8.4s [2024-07-02T19:59:17.298Z] #39 ... [2024-07-02T19:59:17.298Z] [2024-07-02T19:59:17.298Z] #40 [security-spiffe-token-provider internal] load build context [2024-07-02T19:59:17.298Z] #40 ... [2024-07-02T19:59:17.298Z] [2024-07-02T19:59:17.298Z] #39 [security-proxy-auth internal] load build context [2024-07-02T19:59:18.727Z] #39 ... [2024-07-02T19:59:18.728Z] [2024-07-02T19:59:18.728Z] #41 [security-secretstore-setup internal] load build context [2024-07-02T19:59:18.728Z] #41 ... [2024-07-02T19:59:18.728Z] [2024-07-02T19:59:18.728Z] #39 [security-proxy-auth internal] load build context [2024-07-02T19:59:18.986Z] #39 ... [2024-07-02T19:59:18.987Z] [2024-07-02T19:59:18.987Z] #42 [support-notifications internal] load build context [2024-07-02T19:59:18.987Z] #42 ... [2024-07-02T19:59:18.987Z] [2024-07-02T19:59:18.987Z] #43 [security-bootstrapper internal] load build context [2024-07-02T19:59:19.244Z] #43 ... [2024-07-02T19:59:19.244Z] [2024-07-02T19:59:19.244Z] #44 [support-scheduler internal] load build context [2024-07-02T19:59:19.244Z] #44 ... [2024-07-02T19:59:19.244Z] [2024-07-02T19:59:19.244Z] #45 [core-data internal] load build context [2024-07-02T19:59:19.244Z] #45 ... [2024-07-02T19:59:19.244Z] [2024-07-02T19:59:19.244Z] #46 [core-metadata internal] load build context [2024-07-02T19:59:19.501Z] #46 ... [2024-07-02T19:59:19.501Z] [2024-07-02T19:59:19.501Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T19:59:19.501Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.3s done [2024-07-02T19:59:19.501Z] #47 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-07-02T19:59:19.501Z] #47 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-07-02T19:59:19.501Z] #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.1s done [2024-07-02T19:59:19.501Z] #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-07-02T19:59:19.501Z] #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-02T19:59:19.501Z] #47 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-02T19:59:19.501Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.3s done [2024-07-02T19:59:19.501Z] #47 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.0s done [2024-07-02T19:59:19.501Z] #47 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 1.1s done [2024-07-02T19:59:19.501Z] #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-07-02T19:59:19.501Z] #47 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 1.7s done [2024-07-02T19:59:19.501Z] #47 ... [2024-07-02T19:59:19.501Z] [2024-07-02T19:59:19.501Z] #48 [core-common-config-bootstrapper internal] load build context [2024-07-02T19:59:19.790Z] #48 ... [2024-07-02T19:59:19.790Z] [2024-07-02T19:59:19.790Z] #49 [security-proxy-setup internal] load build context [2024-07-02T19:59:19.790Z] #49 ... [2024-07-02T19:59:19.790Z] [2024-07-02T19:59:19.790Z] #50 [core-command internal] load build context [2024-07-02T19:59:20.049Z] #50 ... [2024-07-02T19:59:20.049Z] [2024-07-02T19:59:20.049Z] #49 [security-proxy-setup internal] load build context [2024-07-02T19:59:20.049Z] #49 ... [2024-07-02T19:59:20.049Z] [2024-07-02T19:59:20.049Z] #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-02T19:59:20.049Z] #51 ... [2024-07-02T19:59:20.049Z] [2024-07-02T19:59:20.049Z] #40 [security-spiffe-token-provider internal] load build context [2024-07-02T19:59:20.307Z] #40 ... [2024-07-02T19:59:20.307Z] [2024-07-02T19:59:20.307Z] #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-02T19:59:20.307Z] #52 ... [2024-07-02T19:59:20.307Z] [2024-07-02T19:59:20.307Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-02T19:59:20.567Z] #53 ... [2024-07-02T19:59:20.567Z] [2024-07-02T19:59:20.567Z] #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T19:59:20.567Z] #54 ... [2024-07-02T19:59:20.567Z] [2024-07-02T19:59:20.567Z] #55 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-02T19:59:20.567Z] #0 2.350 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:20.567Z] #0 2.528 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:20.567Z] #0 2.779 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:20.568Z] #0 2.789 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:20.568Z] #0 2.803 OK: 7 MiB in 16 packages [2024-07-02T19:59:21.210Z] #55 ... [2024-07-02T19:59:21.210Z] [2024-07-02T19:59:21.210Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-02T19:59:21.470Z] #56 ... [2024-07-02T19:59:21.470Z] [2024-07-02T19:59:21.470Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-02T19:59:21.470Z] #57 ... [2024-07-02T19:59:21.470Z] [2024-07-02T19:59:21.470Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-02T19:59:21.728Z] #58 ... [2024-07-02T19:59:21.729Z] [2024-07-02T19:59:21.729Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-02T19:59:21.729Z] #0 2.757 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:21.729Z] #0 2.843 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:21.729Z] #0 3.007 (1/4) Installing ca-certificates (20240226-r0) [2024-07-02T19:59:21.729Z] #0 3.026 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:21.729Z] #0 3.029 (3/4) Installing su-exec (0.2-r3) [2024-07-02T19:59:21.729Z] #0 3.032 (4/4) Installing yq (4.33.3-r5) [2024-07-02T19:59:21.729Z] #0 3.126 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:21.729Z] #0 3.128 Executing ca-certificates-20240226-r0.trigger [2024-07-02T19:59:21.729Z] #0 3.166 OK: 17 MiB in 19 packages [2024-07-02T19:59:21.729Z] #59 ... [2024-07-02T19:59:21.729Z] [2024-07-02T19:59:21.729Z] #60 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-02T19:59:21.988Z] #60 ... [2024-07-02T19:59:21.988Z] [2024-07-02T19:59:21.988Z] #45 [core-data internal] load build context [2024-07-02T19:59:21.988Z] #45 transferring context: 411.04MB 11.7s done [2024-07-02T19:59:30.116Z] #45 ... [2024-07-02T19:59:30.116Z] [2024-07-02T19:59:30.116Z] #41 [security-secretstore-setup internal] load build context [2024-07-02T19:59:30.116Z] #41 transferring context: 411.04MB 10.6s done [2024-07-02T19:59:30.116Z] #41 ... [2024-07-02T19:59:30.116Z] [2024-07-02T19:59:30.116Z] #39 [security-proxy-auth internal] load build context [2024-07-02T19:59:30.116Z] #39 transferring context: 411.04MB 11.4s done [2024-07-02T19:59:30.116Z] #39 ... [2024-07-02T19:59:30.116Z] [2024-07-02T19:59:30.116Z] #43 [security-bootstrapper internal] load build context [2024-07-02T19:59:30.116Z] #43 transferring context: 411.04MB 11.4s done [2024-07-02T19:59:30.116Z] #43 ... [2024-07-02T19:59:30.116Z] [2024-07-02T19:59:30.116Z] #44 [support-scheduler internal] load build context [2024-07-02T19:59:30.116Z] #44 transferring context: 411.04MB 10.3s done [2024-07-02T19:59:30.116Z] #44 ... [2024-07-02T19:59:30.116Z] [2024-07-02T19:59:30.116Z] #42 [support-notifications internal] load build context [2024-07-02T19:59:30.116Z] #42 transferring context: 411.04MB 11.1s done [2024-07-02T19:59:30.377Z] #42 ... [2024-07-02T19:59:30.377Z] [2024-07-02T19:59:30.377Z] #40 [security-spiffe-token-provider internal] load build context [2024-07-02T19:59:30.377Z] #40 transferring context: 411.04MB 11.8s done [2024-07-02T19:59:30.636Z] #40 ... [2024-07-02T19:59:30.636Z] [2024-07-02T19:59:30.636Z] #49 [security-proxy-setup internal] load build context [2024-07-02T19:59:30.636Z] #49 transferring context: 411.04MB 10.9s done [2024-07-02T19:59:30.636Z] #49 ... [2024-07-02T19:59:30.636Z] [2024-07-02T19:59:30.636Z] #46 [core-metadata internal] load build context [2024-07-02T19:59:30.636Z] #46 transferring context: 411.04MB 10.9s done [2024-07-02T19:59:30.895Z] #46 ... [2024-07-02T19:59:30.895Z] [2024-07-02T19:59:30.895Z] #48 [core-common-config-bootstrapper internal] load build context [2024-07-02T19:59:30.895Z] #48 transferring context: 411.04MB 10.7s done [2024-07-02T19:59:30.895Z] #48 ... [2024-07-02T19:59:30.895Z] [2024-07-02T19:59:30.895Z] #50 [core-command internal] load build context [2024-07-02T19:59:30.895Z] #50 transferring context: 411.04MB 10.4s done [2024-07-02T19:59:40.913Z] #50 DONE 30.2s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #41 [security-secretstore-setup internal] load build context [2024-07-02T19:59:40.913Z] #41 DONE 30.6s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #60 [security-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-02T19:59:40.913Z] #60 DONE 27.7s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #61 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T19:59:40.913Z] #61 ... [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-02T19:59:40.913Z] #59 DONE 28.5s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #44 [support-scheduler internal] load build context [2024-07-02T19:59:40.913Z] #44 DONE 30.3s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #55 [core-command stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-02T19:59:40.913Z] #55 DONE 29.0s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #48 [core-common-config-bootstrapper internal] load build context [2024-07-02T19:59:40.913Z] #48 DONE 30.3s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #39 [security-proxy-auth internal] load build context [2024-07-02T19:59:40.913Z] #39 DONE 30.7s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #42 [support-notifications internal] load build context [2024-07-02T19:59:40.913Z] #42 DONE 30.6s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #61 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T19:59:40.913Z] #61 ... [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #49 [security-proxy-setup internal] load build context [2024-07-02T19:59:40.913Z] #49 DONE 30.4s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #46 [core-metadata internal] load build context [2024-07-02T19:59:40.913Z] #46 DONE 30.4s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #43 [security-bootstrapper internal] load build context [2024-07-02T19:59:40.913Z] #43 DONE 30.6s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #40 [security-spiffe-token-provider internal] load build context [2024-07-02T19:59:40.913Z] #40 DONE 30.8s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #45 [core-data internal] load build context [2024-07-02T19:59:40.913Z] #45 DONE 30.6s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #36 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T19:59:40.913Z] #36 ... [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.913Z] #52 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-02T19:59:40.913Z] #52 29.72 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.913Z] #52 29.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.913Z] #52 30.08 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:40.913Z] #52 30.08 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:40.913Z] #52 30.09 OK: 7 MiB in 16 packages [2024-07-02T19:59:40.913Z] #52 DONE 30.5s [2024-07-02T19:59:40.913Z] [2024-07-02T19:59:40.914Z] #58 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-02T19:59:40.914Z] #58 29.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #58 29.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #58 29.55 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:40.914Z] #58 29.56 (2/2) Installing su-exec (0.2-r3) [2024-07-02T19:59:40.914Z] #58 29.58 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:40.914Z] #58 29.58 OK: 7 MiB in 17 packages [2024-07-02T19:59:40.914Z] #58 DONE 29.9s [2024-07-02T19:59:40.914Z] [2024-07-02T19:59:40.914Z] #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T19:59:40.914Z] #54 29.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #54 29.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #54 30.03 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T19:59:40.914Z] #54 30.03 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T19:59:40.914Z] #54 30.03 OK: 20072 distinct packages available [2024-07-02T19:59:40.914Z] #54 30.07 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #54 30.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #54 30.43 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:40.914Z] #54 30.47 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:40.914Z] #54 30.48 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:40.914Z] #54 30.49 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-02T19:59:40.914Z] #54 30.49 (5/7) Installing libucontext (1.2-r2) [2024-07-02T19:59:40.914Z] #54 30.56 (6/7) Installing gcompat (1.1.0-r1) [2024-07-02T19:59:40.914Z] #54 30.56 (7/7) Installing openssl (3.1.6-r0) [2024-07-02T19:59:40.914Z] #54 ... [2024-07-02T19:59:40.914Z] [2024-07-02T19:59:40.914Z] #61 [security-secretstore-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T19:59:40.914Z] #61 0.846 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #61 0.940 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:40.914Z] #61 1.224 OK: 264 MiB in 52 packages [2024-07-02T19:59:40.914Z] #61 DONE 1.5s [2024-07-02T19:59:40.914Z] [2024-07-02T19:59:40.914Z] #54 [security-spire-server stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T19:59:40.914Z] #54 30.57 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:40.914Z] #54 30.59 OK: 8 MiB in 20 packages [2024-07-02T19:59:41.171Z] #54 ... [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #56 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-02T19:59:41.171Z] #56 29.45 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #56 29.62 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #56 29.88 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T19:59:41.171Z] #56 29.88 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T19:59:41.171Z] #56 29.88 OK: 20072 distinct packages available [2024-07-02T19:59:41.171Z] #56 29.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #56 30.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #56 30.32 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:41.171Z] #56 30.32 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-02T19:59:41.171Z] #56 30.33 (3/4) Installing libucontext (1.2-r2) [2024-07-02T19:59:41.171Z] #56 30.33 (4/4) Installing gcompat (1.1.0-r1) [2024-07-02T19:59:41.171Z] #56 30.34 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:41.171Z] #56 30.34 OK: 8 MiB in 19 packages [2024-07-02T19:59:41.171Z] #56 DONE 30.6s [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #53 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-02T19:59:41.171Z] #53 29.53 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #53 29.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #53 29.99 (1/2) Installing ca-certificates (20240226-r0) [2024-07-02T19:59:41.171Z] #53 30.29 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:41.171Z] #53 30.29 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:41.171Z] #53 30.30 Executing ca-certificates-20240226-r0.trigger [2024-07-02T19:59:41.171Z] #53 30.41 OK: 8 MiB in 17 packages [2024-07-02T19:59:41.171Z] #53 DONE 30.7s [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #51 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-02T19:59:41.171Z] #51 30.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #51 30.22 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #51 30.41 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:41.171Z] #51 30.45 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:41.171Z] #51 30.46 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:41.171Z] #51 30.46 (4/6) Installing openssl (3.1.6-r0) [2024-07-02T19:59:41.171Z] #51 30.47 (5/6) Installing su-exec (0.2-r3) [2024-07-02T19:59:41.171Z] #51 30.48 (6/6) Installing yq (4.33.3-r5) [2024-07-02T19:59:41.171Z] #51 30.71 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:41.171Z] #51 30.72 OK: 17 MiB in 19 packages [2024-07-02T19:59:41.171Z] #51 DONE 31.1s [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #54 [security-spire-agent stage-3 2/10] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T19:59:41.171Z] #54 DONE 31.1s [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #62 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-02T19:59:41.171Z] #62 DONE 0.2s [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #63 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-02T19:59:41.171Z] #0 1.268 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #0 1.367 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:41.171Z] #0 1.607 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:41.171Z] #0 1.673 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:41.171Z] #0 1.694 Executing ca-certificates-20240226-r0.trigger [2024-07-02T19:59:41.171Z] #0 1.749 OK: 17 MiB in 19 packages [2024-07-02T19:59:41.171Z] #63 DONE 1.9s [2024-07-02T19:59:41.171Z] [2024-07-02T19:59:41.171Z] #64 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-02T19:59:42.119Z] #64 ... [2024-07-02T19:59:42.119Z] [2024-07-02T19:59:42.119Z] #57 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-02T19:59:42.119Z] #57 29.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #57 30.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #57 30.60 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T19:59:42.119Z] #57 30.60 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T19:59:42.119Z] #57 30.60 OK: 20072 distinct packages available [2024-07-02T19:59:42.119Z] #57 30.64 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #57 30.73 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #57 30.93 (1/11) Installing ca-certificates (20240226-r0) [2024-07-02T19:59:42.119Z] #57 30.94 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-02T19:59:42.119Z] #57 30.96 (3/11) Installing libunistring (1.1-r1) [2024-07-02T19:59:42.119Z] #57 30.97 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-02T19:59:42.119Z] #57 30.97 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-02T19:59:42.119Z] #57 30.98 (6/11) Installing libcurl (8.5.0-r0) [2024-07-02T19:59:42.119Z] #57 30.98 (7/11) Installing curl (8.5.0-r0) [2024-07-02T19:59:42.119Z] #57 30.99 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-02T19:59:42.119Z] #57 30.99 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-02T19:59:42.119Z] #57 31.00 (10/11) Installing libucontext (1.2-r2) [2024-07-02T19:59:42.119Z] #57 31.00 (11/11) Installing gcompat (1.1.0-r1) [2024-07-02T19:59:42.119Z] #57 31.00 Executing busybox-1.36.1-r7.trigger [2024-07-02T19:59:42.119Z] #57 31.01 Executing ca-certificates-20240226-r0.trigger [2024-07-02T19:59:42.119Z] #57 31.05 OK: 12 MiB in 26 packages [2024-07-02T19:59:42.119Z] #57 DONE 31.3s [2024-07-02T19:59:42.119Z] [2024-07-02T19:59:42.119Z] #65 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-02T19:59:42.119Z] #0 1.828 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 1.934 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 2.129 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:42.119Z] #0 2.163 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:42.119Z] #0 2.171 OK: 7 MiB in 16 packages [2024-07-02T19:59:42.119Z] #65 DONE 2.8s [2024-07-02T19:59:42.119Z] [2024-07-02T19:59:42.119Z] #66 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-02T19:59:42.119Z] #0 1.245 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 1.370 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 1.647 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T19:59:42.119Z] #0 1.647 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T19:59:42.119Z] #0 1.647 OK: 20075 distinct packages available [2024-07-02T19:59:42.119Z] #0 1.739 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 1.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 2.014 OK: 264 MiB in 52 packages [2024-07-02T19:59:42.119Z] #66 DONE 2.8s [2024-07-02T19:59:42.119Z] [2024-07-02T19:59:42.119Z] #67 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T19:59:42.119Z] #0 1.896 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 1.985 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.119Z] #0 2.190 OK: 264 MiB in 52 packages [2024-07-02T19:59:42.119Z] #67 DONE 2.8s [2024-07-02T19:59:42.376Z] [2024-07-02T19:59:42.376Z] #68 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-02T19:59:42.376Z] #68 DONE 0.1s [2024-07-02T19:59:42.376Z] [2024-07-02T19:59:42.376Z] #69 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-02T19:59:42.376Z] #69 DONE 0.1s [2024-07-02T19:59:42.376Z] [2024-07-02T19:59:42.376Z] #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T19:59:42.376Z] #70 ... [2024-07-02T19:59:42.376Z] [2024-07-02T19:59:42.376Z] #71 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-02T19:59:42.376Z] #0 2.785 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.376Z] #0 2.878 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:42.376Z] #0 3.053 OK: 264 MiB in 52 packages [2024-07-02T19:59:42.376Z] #71 DONE 3.1s [2024-07-02T19:59:42.635Z] [2024-07-02T19:59:42.635Z] #72 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-02T19:59:42.635Z] #72 DONE 0.0s [2024-07-02T19:59:42.635Z] [2024-07-02T19:59:42.635Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T19:59:44.010Z] #73 ... [2024-07-02T19:59:44.010Z] [2024-07-02T19:59:44.010Z] #74 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-02T19:59:44.010Z] #0 2.443 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.010Z] #0 2.531 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.010Z] #0 2.705 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.010Z] #0 2.737 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.010Z] #0 2.745 OK: 7 MiB in 17 packages [2024-07-02T19:59:44.010Z] #74 DONE 2.9s [2024-07-02T19:59:44.010Z] [2024-07-02T19:59:44.010Z] #64 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-02T19:59:44.010Z] #64 2.860 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.010Z] #64 2.950 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.269Z] #64 ... [2024-07-02T19:59:44.269Z] [2024-07-02T19:59:44.269Z] #75 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-02T19:59:44.269Z] #0 2.454 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.269Z] #0 2.555 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.269Z] #0 2.747 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.270Z] #0 2.782 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.270Z] #0 2.790 OK: 8 MiB in 19 packages [2024-07-02T19:59:44.270Z] #75 DONE 3.0s [2024-07-02T19:59:44.270Z] [2024-07-02T19:59:44.270Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T19:59:44.270Z] #0 2.651 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.270Z] #0 2.728 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.270Z] #0 2.948 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.270Z] #0 2.994 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.270Z] #0 3.002 OK: 7 MiB in 16 packages [2024-07-02T19:59:44.270Z] #76 DONE 3.4s [2024-07-02T19:59:44.270Z] [2024-07-02T19:59:44.270Z] #77 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T19:59:44.270Z] #0 2.570 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.270Z] #0 2.711 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:44.270Z] #0 2.920 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.270Z] #0 2.958 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:44.270Z] #0 2.965 Executing ca-certificates-20240226-r0.trigger [2024-07-02T19:59:44.270Z] #0 3.016 OK: 8 MiB in 17 packages [2024-07-02T19:59:44.270Z] #77 DONE 3.1s [2024-07-02T19:59:44.270Z] [2024-07-02T19:59:44.270Z] #64 [security-spire-agent stage-3 3/10] RUN apk --no-cache upgrade [2024-07-02T19:59:44.270Z] #64 3.163 OK: 8 MiB in 20 packages [2024-07-02T19:59:45.208Z] #64 DONE 4.3s [2024-07-02T19:59:45.208Z] [2024-07-02T19:59:45.208Z] #78 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-02T19:59:45.208Z] #0 2.724 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:45.208Z] #0 2.832 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:45.208Z] #0 3.037 OK: 17 MiB in 19 packages [2024-07-02T19:59:45.208Z] #78 DONE 4.2s [2024-07-02T19:59:45.208Z] [2024-07-02T19:59:45.208Z] #79 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T19:59:45.208Z] #0 2.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:45.208Z] #0 2.165 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-02T19:59:45.208Z] #0 2.359 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:45.208Z] #0 2.392 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T19:59:45.208Z] #0 2.399 Executing ca-certificates-20240226-r0.trigger [2024-07-02T19:59:45.208Z] #0 2.445 OK: 12 MiB in 26 packages [2024-07-02T19:59:45.208Z] #79 DONE 3.2s [2024-07-02T19:59:45.208Z] [2024-07-02T19:59:45.208Z] #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-02T19:59:45.208Z] #80 DONE 1.2s [2024-07-02T19:59:45.208Z] [2024-07-02T19:59:45.208Z] #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-02T19:59:45.465Z] #81 ... [2024-07-02T19:59:45.465Z] [2024-07-02T19:59:45.465Z] #82 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-02T19:59:45.465Z] #82 DONE 0.1s [2024-07-02T19:59:45.723Z] [2024-07-02T19:59:45.723Z] #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-02T19:59:46.656Z] #83 DONE 1.3s [2024-07-02T19:59:46.656Z] [2024-07-02T19:59:46.656Z] #84 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-02T19:59:46.656Z] #84 DONE 1.3s [2024-07-02T19:59:46.656Z] [2024-07-02T19:59:46.656Z] #85 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-02T19:59:46.656Z] #85 DONE 0.1s [2024-07-02T19:59:46.656Z] [2024-07-02T19:59:46.656Z] #81 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-02T19:59:46.656Z] #81 DONE 1.3s [2024-07-02T19:59:46.656Z] [2024-07-02T19:59:46.656Z] #86 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-02T19:59:47.590Z] #86 DONE 0.9s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #87 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-02T19:59:47.590Z] #87 DONE 0.9s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #88 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-02T19:59:47.590Z] #88 DONE 0.9s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #89 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-02T19:59:47.590Z] #89 DONE 0.1s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #90 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-02T19:59:47.590Z] #90 DONE 0.1s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #91 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-02T19:59:47.590Z] #91 DONE 3.9s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #92 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-02T19:59:47.590Z] #92 DONE 0.1s [2024-07-02T19:59:47.590Z] [2024-07-02T19:59:47.590Z] #93 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-02T19:59:47.847Z] #93 DONE 0.1s [2024-07-02T19:59:47.847Z] [2024-07-02T19:59:47.847Z] #94 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-02T19:59:47.847Z] #94 DONE 0.1s [2024-07-02T19:59:47.847Z] [2024-07-02T19:59:47.847Z] #95 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-02T19:59:47.847Z] #95 DONE 0.1s [2024-07-02T19:59:47.847Z] [2024-07-02T19:59:47.847Z] #96 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-02T19:59:47.847Z] #96 DONE 0.1s [2024-07-02T19:59:47.847Z] [2024-07-02T19:59:47.847Z] #97 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-02T19:59:47.847Z] #97 DONE 0.2s [2024-07-02T19:59:47.847Z] [2024-07-02T19:59:47.847Z] #98 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-02T19:59:47.847Z] #98 DONE 0.1s [2024-07-02T19:59:47.847Z] [2024-07-02T19:59:47.847Z] #99 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-02T19:59:48.106Z] #99 DONE 0.1s [2024-07-02T19:59:48.106Z] [2024-07-02T19:59:48.106Z] #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-02T19:59:48.106Z] #100 DONE 0.1s [2024-07-02T19:59:48.106Z] [2024-07-02T19:59:48.106Z] #101 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-02T19:59:48.106Z] #101 DONE 0.1s [2024-07-02T19:59:48.106Z] [2024-07-02T19:59:48.106Z] #102 [security-spire-agent] exporting to image [2024-07-02T19:59:48.106Z] #102 exporting layers [2024-07-02T19:59:48.671Z] #102 exporting layers 0.6s done [2024-07-02T19:59:48.671Z] #102 writing image sha256:96e57150aeeef080028cabbd78555a474addf3dfb0d591aff9b999355f400068 done [2024-07-02T19:59:48.671Z] #102 naming to docker.io/library/security-spire-config done [2024-07-02T19:59:48.671Z] #102 writing image sha256:cea424030d4a901bf108785b2cec85c200f88ec52c5d58619ef3697e8c91e810 done [2024-07-02T19:59:48.671Z] #102 naming to docker.io/library/security-spire-server done [2024-07-02T19:59:48.671Z] #102 writing image sha256:30b51a840d5f847e8fb72d3ea751f95dfd24f8271f80eb74e72d96a63e5547b6 done [2024-07-02T19:59:48.671Z] #102 naming to docker.io/library/security-spire-agent done [2024-07-02T19:59:48.671Z] #102 DONE 1.1s [2024-07-02T19:59:48.671Z] [2024-07-02T19:59:48.671Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T19:59:49.620Z] #103 ... [2024-07-02T19:59:49.620Z] [2024-07-02T19:59:49.620Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T19:59:49.901Z] #47 ... [2024-07-02T19:59:49.901Z] [2024-07-02T19:59:49.901Z] #104 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T19:59:57.746Z] Removing intermediate container 723242d8b8f2 [2024-07-02T19:59:57.746Z] ---> 281f60677f6c [2024-07-02T19:59:57.746Z] Successfully built 281f60677f6c [2024-07-02T19:59:57.746Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T19:59:58.166Z] + docker inspect -f . ci-base-image-arm64 [2024-07-02T19:59:58.166Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T19:59:58.510Z] prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container [2024-07-02T19:59:58.598Z] $ 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-02T19:59:59.793Z] $ docker top 0e726cf13b2b00b16b2facaa74f5bf28c2f3fba2cefb338563b0f18ff4eadac7 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T20:00:00.722Z] + go version [2024-07-02T20:00:00.722Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-02T20:00:00.758Z] $ docker stop --time=1 0e726cf13b2b00b16b2facaa74f5bf28c2f3fba2cefb338563b0f18ff4eadac7 [2024-07-02T20:00:02.356Z] $ docker rm -f --volumes 0e726cf13b2b00b16b2facaa74f5bf28c2f3fba2cefb338563b0f18ff4eadac7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:00:03.307Z] + docker inspect -f . ci-base-image-arm64 [2024-07-02T20:00:03.308Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:00:03.572Z] prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container [2024-07-02T20:00:03.626Z] $ 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-02T20:00:04.742Z] $ docker top a08db0605803c3a032a5bd688dae2c58d3886f4e4a4878b3efe9474dc8dadbe7 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-02T20:00:05.017Z] ========================================================= [2024-07-02T20:00:05.017Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-02T20:00:05.017Z] ========================================================= [Pipeline] sh [2024-07-02T20:00:05.341Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-02T20:00:06.007Z] + make test [2024-07-02T20:00:06.284Z] go test -race -coverprofile=coverage.out ./... [2024-07-02T20:00:29.687Z] #104 DONE 46.8s [2024-07-02T20:00:29.687Z] [2024-07-02T20:00:29.687Z] #15 [support-notifications internal] load build definition from Dockerfile [2024-07-02T20:00:29.687Z] #15 ... [2024-07-02T20:00:29.687Z] [2024-07-02T20:00:29.687Z] #103 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:29.687Z] #103 DONE 45.7s [2024-07-02T20:00:29.687Z] [2024-07-02T20:00:29.687Z] #70 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:29.687Z] #70 DONE 45.7s [2024-07-02T20:00:29.687Z] [2024-07-02T20:00:29.687Z] #73 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:29.687Z] #73 DONE 45.5s [2024-07-02T20:00:29.687Z] [2024-07-02T20:00:29.687Z] #105 [support-notifications builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #105 ... [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #106 [security-secretstore-setup builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #106 ... [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #107 ... [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #108 [security-proxy-auth builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #108 DONE 10.9s [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #109 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.661Z] #109 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #110 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.661Z] #110 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #111 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #111 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #105 [support-notifications builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #105 DONE 10.8s [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #112 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.661Z] #112 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #113 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.661Z] #113 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #114 [core-metadata builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #114 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #115 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.661Z] #115 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #116 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.661Z] #116 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #117 [support-scheduler builder 6/7] COPY . . [2024-07-02T20:00:39.661Z] #117 CACHED [2024-07-02T20:00:39.661Z] [2024-07-02T20:00:39.661Z] #118 [core-command builder 6/7] COPY . . [2024-07-02T20:00:39.662Z] #118 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #119 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.662Z] #119 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #120 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.662Z] #120 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #121 [security-proxy-setup builder 6/7] COPY . . [2024-07-02T20:00:39.662Z] #121 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #122 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.662Z] #122 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #123 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.662Z] #123 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #124 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.662Z] #124 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #125 [core-data builder 6/7] COPY . . [2024-07-02T20:00:39.662Z] #125 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #126 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.662Z] #126 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #106 [security-secretstore-setup builder 6/7] COPY . . [2024-07-02T20:00:39.662Z] #106 DONE 10.9s [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #127 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:00:39.662Z] #127 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #128 [security-bootstrapper builder 6/7] COPY . . [2024-07-02T20:00:39.662Z] #128 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #129 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:00:39.662Z] #129 CACHED [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #107 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-02T20:00:39.662Z] #107 DONE 10.9s [2024-07-02T20:00:39.662Z] [2024-07-02T20:00:39.662Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:00:39.921Z] #130 1.041 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-02T20:00:49.888Z] #130 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:00:49.888Z] #0 0.997 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-02T20:00:49.888Z] #131 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-02T20:00:49.888Z] #0 0.355 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-02T20:00:49.888Z] #132 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-02T20:00:49.888Z] #0 1.136 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-02T20:00:49.888Z] #133 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:00:49.888Z] #0 0.674 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-02T20:00:49.888Z] #134 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-02T20:00:49.888Z] #0 1.286 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-02T20:00:49.888Z] #135 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:00:49.888Z] #0 0.756 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-02T20:00:49.888Z] #136 ... [2024-07-02T20:00:49.888Z] [2024-07-02T20:00:49.888Z] #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-02T20:00:49.888Z] #0 1.183 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-02T20:00:50.145Z] #137 ... [2024-07-02T20:00:50.145Z] [2024-07-02T20:00:50.145Z] #138 [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-02T20:00:50.145Z] #0 1.223 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-02T20:00:50.145Z] #138 ... [2024-07-02T20:00:50.145Z] [2024-07-02T20:00:50.145Z] #139 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:00:50.145Z] #0 0.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-02T20:00:50.402Z] #139 ... [2024-07-02T20:00:50.402Z] [2024-07-02T20:00:50.402Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:00:50.402Z] #0 0.926 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-02T20:00:53.147Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-02T20:01:58.376Z] #140 ... [2024-07-02T20:01:58.376Z] [2024-07-02T20:01:58.376Z] #138 [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-02T20:01:58.376Z] #138 71.60 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-02T20:02:55.221Z] #138 DONE 129.3s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:02:55.221Z] #136 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #137 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-02T20:02:55.221Z] #137 DONE 129.3s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #134 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:02:55.221Z] #134 DONE 129.3s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:02:55.221Z] #131 DONE 129.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #132 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-02T20:02:55.221Z] #132 DONE 129.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #140 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:02:55.221Z] #140 DONE 129.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #141 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #141 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #133 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-02T20:02:55.221Z] #133 DONE 129.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:02:55.221Z] #136 DONE 129.5s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #142 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #139 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:02:55.221Z] #139 DONE 129.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #135 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-02T20:02:55.221Z] #135 DONE 129.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #130 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:02:55.221Z] #130 DONE 129.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #143 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-02T20:02:55.221Z] #143 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #144 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #144 DONE 0.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #141 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #141 DONE 0.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #145 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #145 DONE 0.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #146 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #146 DONE 0.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #142 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #142 DONE 0.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #147 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #147 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #143 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-02T20:02:55.221Z] #143 DONE 0.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #148 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #148 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #149 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #149 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #150 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #150 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #151 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #151 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #152 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #152 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #153 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #153 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #154 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #154 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #155 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #155 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #156 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #156 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #157 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #157 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #158 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.221Z] #158 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #159 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #159 CACHED [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #160 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #160 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-02T20:02:55.221Z] #161 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #147 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #147 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #162 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-02T20:02:55.221Z] #162 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #163 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.221Z] #163 DONE 1.1s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #164 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-02T20:02:55.221Z] #164 DONE 1.0s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-02T20:02:55.221Z] #165 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #166 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-02T20:02:55.221Z] #166 DONE 1.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #167 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-02T20:02:55.221Z] #167 DONE 1.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #168 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-02T20:02:55.221Z] #168 DONE 1.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #169 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-02T20:02:55.221Z] #169 DONE 1.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #170 [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-02T20:02:55.221Z] #170 DONE 1.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #161 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-02T20:02:55.221Z] #161 DONE 1.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #171 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-02T20:02:55.221Z] #171 DONE 1.7s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #162 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-02T20:02:55.221Z] #162 DONE 1.6s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.221Z] #172 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #173 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-02T20:02:55.221Z] #173 DONE 2.2s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #174 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.221Z] #174 DONE 0.5s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #165 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-02T20:02:55.221Z] #165 DONE 1.1s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #175 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-02T20:02:55.221Z] #175 DONE 0.4s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #176 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.221Z] #176 DONE 0.5s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #102 [support-notifications] exporting to image [2024-07-02T20:02:55.221Z] #102 exporting layers [2024-07-02T20:02:55.221Z] #102 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #177 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.221Z] #177 DONE 0.5s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #178 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.221Z] #178 DONE 0.5s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #179 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.221Z] #179 DONE 0.5s [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.221Z] #102 [core-command] exporting to image [2024-07-02T20:02:55.221Z] #102 ... [2024-07-02T20:02:55.221Z] [2024-07-02T20:02:55.222Z] #180 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-02T20:02:55.222Z] #180 DONE 0.6s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #172 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.222Z] #172 DONE 0.6s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #181 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.222Z] #181 DONE 0.6s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [core-data] exporting to image [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #182 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:02:55.222Z] #182 DONE 0.4s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #183 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:02:55.222Z] #183 DONE 0.4s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #184 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-02T20:02:55.222Z] #184 DONE 0.5s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #185 [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-02T20:02:55.222Z] #185 DONE 0.5s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #186 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-02T20:02:55.222Z] #186 DONE 0.3s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #187 [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-02T20:02:55.222Z] #187 DONE 0.3s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #188 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-02T20:02:55.222Z] #188 DONE 0.4s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #189 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:02:55.222Z] #189 DONE 0.2s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [core-metadata] exporting to image [2024-07-02T20:02:55.222Z] #102 exporting layers 0.4s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:fe82c416efe870cff921a13ff4fe20c6e24fb33aadfdcdf87dd220cb6a5a7a6b [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #190 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-02T20:02:55.222Z] #190 DONE 0.2s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #191 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-02T20:02:55.222Z] #191 DONE 0.3s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [core-metadata] exporting to image [2024-07-02T20:02:55.222Z] #102 writing image sha256:4e73f62596d77060fddc5f7621c82cb7feb54f32bc933aaef852054b1d9ba4a5 [2024-07-02T20:02:55.222Z] #102 writing image sha256:8bd09a27f212afe7cac7c54809d5b58d6f7a1eff834c4508965917e36c6e65a9 [2024-07-02T20:02:55.222Z] #102 writing image sha256:beaaa70676bddb59236fb120d1fd64806e2712d476f56886a8da88daff7f0a09 [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #192 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-02T20:02:55.222Z] #192 DONE 0.4s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [core-data] exporting to image [2024-07-02T20:02:55.222Z] #102 exporting layers 0.4s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:fe82c416efe870cff921a13ff4fe20c6e24fb33aadfdcdf87dd220cb6a5a7a6b 0.2s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:4e73f62596d77060fddc5f7621c82cb7feb54f32bc933aaef852054b1d9ba4a5 0.2s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:8bd09a27f212afe7cac7c54809d5b58d6f7a1eff834c4508965917e36c6e65a9 0.2s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:beaaa70676bddb59236fb120d1fd64806e2712d476f56886a8da88daff7f0a09 0.2s done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/core-command done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/support-scheduler done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/core-data done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/support-notifications done [2024-07-02T20:02:55.222Z] #102 exporting layers 0.5s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:b666c5998bb0c1f26bac26c5436b86211c25db84da61b33f871ffd9cbf3716dd done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/core-metadata done [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #193 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:02:55.222Z] #193 DONE 0.8s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #194 [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-02T20:02:55.222Z] #194 DONE 0.8s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #195 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-02T20:02:55.222Z] #195 DONE 0.6s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [core-common-config-bootstrapper] exporting to image [2024-07-02T20:02:55.222Z] #102 writing image sha256:0145a2dd5def91a1aa2e0b010abc23e5ab626b103c7ae73260ae568e5ea47144 done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/security-spiffe-token-provider done [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #196 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-02T20:02:55.222Z] #196 DONE 0.4s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #197 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-02T20:02:55.222Z] #197 DONE 0.2s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #198 [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-02T20:02:55.222Z] #198 DONE 0.1s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [core-common-config-bootstrapper] exporting to image [2024-07-02T20:02:55.222Z] #102 exporting layers 0.3s done [2024-07-02T20:02:55.222Z] #102 exporting layers 0.2s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:63183fc225c496ab75ada642fc643fc0551926fd98eeabac7596b5043fdb52ef 0.0s done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/security-proxy-auth done [2024-07-02T20:02:55.222Z] #102 writing image sha256:344697720d2321d37d2f53d1bf3e07349711b684ecb05a74ba0c779a69ec1173 done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/core-common-config-bootstrapper done [2024-07-02T20:02:55.222Z] #102 DONE 2.6s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #199 [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-02T20:02:55.222Z] #199 DONE 0.1s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #200 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-02T20:02:55.222Z] #200 DONE 0.1s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #201 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:02:55.222Z] #201 DONE 0.8s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #202 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-02T20:02:55.222Z] #202 DONE 0.1s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [security-proxy-setup] exporting to image [2024-07-02T20:02:55.222Z] #102 exporting layers 0.2s done [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #203 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:02:55.222Z] #203 DONE 0.5s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [security-secretstore-setup] exporting to image [2024-07-02T20:02:55.222Z] #102 writing image sha256:94616c0f84d6167c553c75ea039302de8e613a3f8dd48f0515ebd2416820e129 done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/security-proxy-setup done [2024-07-02T20:02:55.222Z] #102 ... [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #204 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-02T20:02:55.222Z] #204 DONE 0.4s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #102 [security-bootstrapper] exporting to image [2024-07-02T20:02:55.222Z] #102 exporting layers 0.3s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:cb0661507466d629293b6d34617adbfce23a945adb05d49fed14d982deee3fc5 done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/security-secretstore-setup done [2024-07-02T20:02:55.222Z] #102 exporting layers 0.2s done [2024-07-02T20:02:55.222Z] #102 writing image sha256:0b226d355ade7239402b6592c84a793632516d0b774b20e7891972fec0b59291 done [2024-07-02T20:02:55.222Z] #102 naming to docker.io/library/security-bootstrapper done [2024-07-02T20:02:55.222Z] #102 DONE 3.2s [2024-07-02T20:02:55.222Z] [2024-07-02T20:02:55.222Z] #15 [support-notifications internal] load build definition from Dockerfile [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:02:55.222Z] time="2024-07-02T19:59:06Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-02T20:02:55.252Z] $ docker stop --time=1 c8b8bf6299ddf0cf52412095ecb7acde25341c0fade9fba0fbc2ec572ebafeb0 [2024-07-02T20:02:56.525Z] $ docker rm -f --volumes c8b8bf6299ddf0cf52412095ecb7acde25341c0fade9fba0fbc2ec572ebafeb0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T20:02:56.948Z] + docker images [2024-07-02T20:02:56.948Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-02T20:02:56.948Z] security-bootstrapper latest 0b226d355ade 3 seconds ago 24MB [2024-07-02T20:02:56.948Z] security-secretstore-setup latest cb0661507466 3 seconds ago 42.2MB [2024-07-02T20:02:56.948Z] security-proxy-setup latest 94616c0f84d6 3 seconds ago 31.2MB [2024-07-02T20:02:56.948Z] core-common-config-bootstrapper latest 344697720d23 4 seconds ago 20.2MB [2024-07-02T20:02:56.948Z] security-proxy-auth latest 63183fc225c4 4 seconds ago 38MB [2024-07-02T20:02:56.948Z] core-data latest beaaa70676bd 5 seconds ago 40.7MB [2024-07-02T20:02:56.948Z] security-spiffe-token-provider latest 0145a2dd5def 5 seconds ago 34MB [2024-07-02T20:02:56.948Z] core-command latest 8bd09a27f212 5 seconds ago 40.4MB [2024-07-02T20:02:56.948Z] support-notifications latest 4e73f62596d7 5 seconds ago 43.9MB [2024-07-02T20:02:56.948Z] support-scheduler latest fe82c416efe8 5 seconds ago 43MB [2024-07-02T20:02:56.948Z] core-metadata latest b666c5998bb0 5 seconds ago 40.9MB [2024-07-02T20:02:56.948Z] security-spire-server latest cea424030d4a 3 minutes ago 107MB [2024-07-02T20:02:56.948Z] security-spire-agent latest 30b51a840d5f 3 minutes ago 166MB [2024-07-02T20:02:56.948Z] security-spire-config latest 96e57150aeee 3 minutes ago 107MB [2024-07-02T20:02:56.948Z] ci-base-image-x86_64 latest 05a794f0bafb 6 minutes ago 966MB [2024-07-02T20:02:56.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-02T20:02:56.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-02T20:02:56.948Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 31426a034bd3 24 months ago 253MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] 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-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-02T20:04:29.953Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-02T20:04:40.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-02T20:04:40.029Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-02T20:04:41.159Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.120s coverage: 28.7% of statements [2024-07-02T20:04:53.468Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.192s coverage: 97.0% of statements [2024-07-02T20:04:56.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-02T20:04:56.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-02T20:04:56.811Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-02T20:05:02.154Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.292s coverage: 69.2% of statements [2024-07-02T20:05:03.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-02T20:05:03.208Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-02T20:05:04.607Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.206s coverage: 53.2% of statements [2024-07-02T20:05:08.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-02T20:05:08.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-02T20:05:08.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-02T20:05:08.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-02T20:05:08.847Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-02T20:05:17.066Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 7.725s coverage: 93.4% of statements [2024-07-02T20:05:17.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-02T20:05:17.648Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-02T20:05:19.051Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.227s coverage: 6.6% of statements [2024-07-02T20:05:29.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-02T20:05:29.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-02T20:05:29.124Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-02T20:05:31.702Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-02T20:05:31.968Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.575s coverage: 97.6% of statements [2024-07-02T20:05:32.547Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.095s coverage: 72.2% of statements [2024-07-02T20:05:42.601Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-02T20:05:42.601Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-02T20:05:42.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.275s coverage: 0.9% of statements [2024-07-02T20:05:42.601Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.131s coverage: 32.2% of statements [2024-07-02T20:05:46.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.193s coverage: 41.7% of statements [2024-07-02T20:05:46.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.126s coverage: 82.9% of statements [2024-07-02T20:05:46.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.136s coverage: 94.1% of statements [2024-07-02T20:05:46.837Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements [2024-07-02T20:05:51.070Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.117s coverage: 87.5% of statements [2024-07-02T20:05:52.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-02T20:05:53.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-02T20:05:53.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-02T20:05:53.422Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-02T20:05:56.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-02T20:05:56.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-02T20:05:56.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-02T20:05:56.745Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-02T20:06:03.387Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.122s coverage: 94.4% of statements [2024-07-02T20:06:03.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-02T20:06:03.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-02T20:06:03.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-02T20:06:03.387Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-02T20:06:13.425Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-02T20:06:13.426Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-02T20:06:15.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-02T20:06:17.279Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.910s coverage: 79.9% of statements [2024-07-02T20:06:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 24.155s coverage: 92.9% of statements [2024-07-02T20:06:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.074s coverage: 64.4% of statements [2024-07-02T20:06:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.105s coverage: 62.3% of statements [2024-07-02T20:06:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.116s coverage: 87.2% of statements [2024-07-02T20:06:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.078s coverage: 20.0% of statements [2024-07-02T20:06:17.858Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.073s coverage: 100.0% of statements [2024-07-02T20:06:20.428Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.320s coverage: 81.8% of statements [2024-07-02T20:06:21.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-02T20:06:21.006Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-02T20:06:22.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.284s coverage: 82.1% of statements [2024-07-02T20:06:22.403Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.128s coverage: 86.0% of statements [2024-07-02T20:06:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-02T20:06:27.724Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-02T20:06:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.746s coverage: 63.1% of statements [2024-07-02T20:06:28.690Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.116s coverage: 100.0% of statements [2024-07-02T20:06:30.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.104s coverage: 89.4% of statements [2024-07-02T20:06:30.086Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.078s coverage: 100.0% of statements [2024-07-02T20:06:30.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-02T20:06:30.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-02T20:06:30.663Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-02T20:06:31.241Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.078s coverage: 73.7% of statements [2024-07-02T20:06:31.818Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.073s coverage: 100.0% of statements [2024-07-02T20:06:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-02T20:06:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-02T20:06:38.434Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-02T20:06:39.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.670s coverage: 38.4% of statements [2024-07-02T20:06:39.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.106s coverage: 89.5% of statements [2024-07-02T20:06:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-02T20:06:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-02T20:06:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-02T20:06:40.104Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-02T20:06:41.057Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.099s coverage: 84.8% of statements [2024-07-02T20:06:47.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-02T20:06:47.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-02T20:06:47.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-02T20:06:47.679Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-02T20:06:54.453Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.166s coverage: 19.9% of statements [2024-07-02T20:06:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-02T20:06:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-02T20:06:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-02T20:06:54.453Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-02T20:06:55.883Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.516s coverage: 95.7% of statements [2024-07-02T20:06:58.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-02T20:06:58.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-02T20:06:59.859Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.154s coverage: 61.8% of statements [2024-07-02T20:07:01.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-02T20:07:01.785Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-02T20:07:03.182Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.305s coverage: 98.9% of statements [2024-07-02T20:07:04.578Z] 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-02T20:07:04.841Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-02T20:07:04.841Z] go vet ./... [2024-07-02T20:10:56.557Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-02T20:10:56.557Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-02T20:10:56.557Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-02T20:10:56.603Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-02T20:10:56.943Z] + ls -al . [2024-07-02T20:10:56.943Z] total 812 [2024-07-02T20:10:56.943Z] drwxrwxr-x 10 1001 1001 4096 Jul 2 20:00 . [2024-07-02T20:10:56.943Z] drwxr-xr-x 4 root root 4096 Jul 2 20:00 .. [2024-07-02T20:10:56.943Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 19:58 .blubracket [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 10 Jul 2 19:58 .dockerignore [2024-07-02T20:10:56.943Z] drwxrwxr-x 8 1001 1001 4096 Jul 2 19:58 .git [2024-07-02T20:10:56.943Z] drwxrwxr-x 3 1001 1001 4096 Jul 2 19:58 .github [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 1074 Jul 2 19:58 .gitignore [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 42 Jul 2 19:58 .golangci.yml [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 100 Jul 2 19:58 .hadolint.yml [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 155 Jul 2 19:58 .sonarcloud.properties [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 1171 Jul 2 19:58 ADOPTERS.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 20361 Jul 2 19:58 Attribution.txt [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 100284 Jul 2 19:58 CHANGELOG.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 3804 Jul 2 19:58 CONTRIBUTING.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 677 Jul 2 19:58 GOVERNANCE.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 861 Jul 2 19:58 Jenkinsfile [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 10775 Jul 2 19:58 LICENSE [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 15392 Jul 2 19:58 Makefile [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 582 Jul 2 19:58 OWNERS.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 9528 Jul 2 19:58 README.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 789 Jul 2 19:58 SECURITY.md [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 5 Jul 2 19:55 VERSION [2024-07-02T20:10:56.943Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 19:58 bin [2024-07-02T20:10:56.943Z] drwxrwxr-x 18 1001 1001 4096 Jul 2 19:58 cmd [2024-07-02T20:10:56.943Z] -rw-r--r-- 1 root root 456284 Jul 2 20:07 coverage.out [2024-07-02T20:10:56.943Z] drwxrwxr-x 2 1001 1001 4096 Jul 2 19:58 fuzz_test [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 6923 Jul 2 19:58 go.mod [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 101537 Jul 2 19:58 go.sum [2024-07-02T20:10:56.943Z] drwxrwxr-x 7 1001 1001 4096 Jul 2 19:58 internal [2024-07-02T20:10:56.943Z] drwxrwxr-x 3 1001 1001 4096 Jul 2 19:58 openapi [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 584 Jul 2 19:58 security.txt [2024-07-02T20:10:56.943Z] -rw-rw-r-- 1 1001 1001 204 Jul 2 19:58 version.go [Pipeline] sh [2024-07-02T20:10:57.282Z] + '[' -e coverage.out ] [2024-07-02T20:10:57.282Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-02T20:10:57.584Z] Warning: overwriting stash ‘coverage-report’ [2024-07-02T20:10:58.324Z] Stashed 1 file(s) [Pipeline] sh [2024-07-02T20:10:58.959Z] + make build [2024-07-02T20:10:58.959Z] 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-02T20:13:50.671Z] 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-02T20:13:58.878Z] 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-02T20:14:07.066Z] 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-02T20:14:09.626Z] 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-02T20:14:41.805Z] 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-02T20:14:44.375Z] 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-02T20:14:56.675Z] 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-02T20:15:00.000Z] 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-02T20:15:03.337Z] 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-02T20:15:06.675Z] 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-02T20:15:10.912Z] 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-02T20:15:15.172Z] $ docker stop --time=1 a08db0605803c3a032a5bd688dae2c58d3886f4e4a4878b3efe9474dc8dadbe7 [2024-07-02T20:15:17.323Z] $ docker rm -f --volumes a08db0605803c3a032a5bd688dae2c58d3886f4e4a4878b3efe9474dc8dadbe7 [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-02T20:15:21.129Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-02T20:15:21.129Z] [2024-07-02T20:15:21.129Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:15:21.548Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-02T20:15:21.814Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-02T20:15:21.814Z] 547446be3368: Pulling fs layer [2024-07-02T20:15:21.814Z] d125d8839a47: Pulling fs layer [2024-07-02T20:15:21.814Z] 3e85d5ac6304: Pulling fs layer [2024-07-02T20:15:21.814Z] c3105a71a48b: Pulling fs layer [2024-07-02T20:15:21.814Z] 0f093f025ec4: Pulling fs layer [2024-07-02T20:15:21.814Z] c3106fc0e877: Pulling fs layer [2024-07-02T20:15:21.814Z] c3105a71a48b: Waiting [2024-07-02T20:15:21.814Z] 0f093f025ec4: Waiting [2024-07-02T20:15:21.814Z] c3106fc0e877: Waiting [2024-07-02T20:15:21.814Z] 547446be3368: Verifying Checksum [2024-07-02T20:15:21.814Z] 547446be3368: Download complete [2024-07-02T20:15:21.814Z] c3105a71a48b: Verifying Checksum [2024-07-02T20:15:21.814Z] c3105a71a48b: Download complete [2024-07-02T20:15:22.397Z] d125d8839a47: Verifying Checksum [2024-07-02T20:15:22.397Z] d125d8839a47: Download complete [2024-07-02T20:15:22.397Z] c3106fc0e877: Verifying Checksum [2024-07-02T20:15:22.397Z] c3106fc0e877: Download complete [2024-07-02T20:15:22.397Z] 0f093f025ec4: Verifying Checksum [2024-07-02T20:15:22.397Z] 0f093f025ec4: Download complete [2024-07-02T20:15:22.666Z] 547446be3368: Pull complete [2024-07-02T20:15:23.625Z] d125d8839a47: Pull complete [2024-07-02T20:15:24.209Z] 3e85d5ac6304: Verifying Checksum [2024-07-02T20:15:24.209Z] 3e85d5ac6304: Download complete [2024-07-02T20:15:34.278Z] 3e85d5ac6304: Pull complete [2024-07-02T20:15:34.278Z] c3105a71a48b: Pull complete [2024-07-02T20:15:36.226Z] 0f093f025ec4: Pull complete [2024-07-02T20:15:36.226Z] c3106fc0e877: Pull complete [2024-07-02T20:15:36.226Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-02T20:15:36.226Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-02T20:15:36.226Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:15:36.599Z] prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container [2024-07-02T20:15:36.743Z] $ 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-02T20:15:39.482Z] $ docker top dd620d3fae9313b8550f6ce856f87fbbc37723c15db9356bee0bbff1336a81b2 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T20:15:40.523Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-02T20:15:50.657Z] #1 [support-scheduler internal] load build definition from Dockerfile [2024-07-02T20:15:50.657Z] #1 transferring dockerfile: [2024-07-02T20:15:50.657Z] #1 transferring dockerfile: 1.93kB done [2024-07-02T20:15:50.657Z] #1 DONE 0.1s [2024-07-02T20:15:50.657Z] [2024-07-02T20:15:50.657Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-02T20:15:50.657Z] #2 transferring dockerfile: 2.93kB 0.0s done [2024-07-02T20:15:50.657Z] #2 DONE 0.1s [2024-07-02T20:15:51.244Z] [2024-07-02T20:15:51.244Z] #3 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-02T20:15:51.512Z] #3 transferring dockerfile: 1.89kB done [2024-07-02T20:15:51.512Z] #3 DONE 0.1s [2024-07-02T20:15:51.512Z] [2024-07-02T20:15:51.512Z] #4 [support-scheduler internal] load .dockerignore [2024-07-02T20:15:51.512Z] #4 transferring context: 50B 0.0s done [2024-07-02T20:15:51.512Z] #4 DONE 0.1s [2024-07-02T20:15:51.512Z] [2024-07-02T20:15:51.512Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-02T20:15:51.512Z] #5 transferring dockerfile: 2.23kB done [2024-07-02T20:15:51.512Z] #5 DONE 0.1s [2024-07-02T20:15:51.512Z] [2024-07-02T20:15:51.512Z] #6 [core-data internal] load build definition from Dockerfile [2024-07-02T20:15:51.512Z] #6 transferring dockerfile: 2.01kB 0.0s done [2024-07-02T20:15:51.512Z] #6 DONE 0.1s [2024-07-02T20:15:51.512Z] [2024-07-02T20:15:51.512Z] #7 [security-spire-server internal] load build definition from Dockerfile [2024-07-02T20:15:51.512Z] #7 transferring dockerfile: 1.70kB 0.0s done [2024-07-02T20:15:51.512Z] #7 DONE 0.1s [2024-07-02T20:15:51.784Z] [2024-07-02T20:15:51.784Z] #8 [support-notifications internal] load build definition from Dockerfile [2024-07-02T20:15:51.784Z] #8 transferring dockerfile: 1.95kB 0.0s done [2024-07-02T20:15:51.784Z] #8 DONE 0.1s [2024-07-02T20:15:51.784Z] [2024-07-02T20:15:51.784Z] #9 [security-spire-agent internal] load build definition from Dockerfile [2024-07-02T20:15:51.784Z] #9 transferring dockerfile: 1.81kB done [2024-07-02T20:15:51.784Z] #9 DONE 0.1s [2024-07-02T20:15:51.784Z] [2024-07-02T20:15:51.784Z] #10 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-02T20:15:52.054Z] #10 transferring dockerfile: 2.15kB done [2024-07-02T20:15:52.054Z] #10 DONE 0.1s [2024-07-02T20:15:52.054Z] [2024-07-02T20:15:52.054Z] #11 [core-metadata internal] load build definition from Dockerfile [2024-07-02T20:15:52.054Z] #11 transferring dockerfile: 2.06kB done [2024-07-02T20:15:52.054Z] #11 DONE 0.1s [2024-07-02T20:15:52.054Z] [2024-07-02T20:15:52.054Z] #12 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-02T20:15:52.054Z] #12 transferring dockerfile: 2.49kB 0.0s done [2024-07-02T20:15:52.054Z] #12 DONE 0.1s [2024-07-02T20:15:52.054Z] [2024-07-02T20:15:52.054Z] #13 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-02T20:15:52.054Z] #13 transferring dockerfile: 2.50kB 0.0s done [2024-07-02T20:15:52.054Z] #13 DONE 0.1s [2024-07-02T20:15:52.054Z] [2024-07-02T20:15:52.054Z] #14 [security-spire-config internal] load build definition from Dockerfile [2024-07-02T20:15:52.321Z] #14 transferring dockerfile: 1.69kB 0.0s done [2024-07-02T20:15:52.321Z] #14 DONE 0.1s [2024-07-02T20:15:52.321Z] [2024-07-02T20:15:52.321Z] #15 [core-command internal] load build definition from Dockerfile [2024-07-02T20:15:52.321Z] #15 transferring dockerfile: 1.93kB 0.0s done [2024-07-02T20:15:52.321Z] #15 DONE 0.1s [2024-07-02T20:15:52.588Z] [2024-07-02T20:15:52.588Z] #16 [security-bootstrapper internal] load .dockerignore [2024-07-02T20:15:52.588Z] #16 transferring context: 50B 0.0s done [2024-07-02T20:15:52.588Z] #16 DONE 0.1s [2024-07-02T20:15:53.179Z] [2024-07-02T20:15:53.179Z] #17 [security-spiffe-token-provider internal] load .dockerignore [2024-07-02T20:15:53.179Z] #17 transferring context: 50B done [2024-07-02T20:15:53.179Z] #17 DONE 0.1s [2024-07-02T20:15:53.179Z] [2024-07-02T20:15:53.179Z] #18 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:53.179Z] #18 DONE 0.0s [2024-07-02T20:15:53.179Z] [2024-07-02T20:15:53.179Z] #19 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:53.449Z] #19 DONE 0.1s [2024-07-02T20:15:53.449Z] [2024-07-02T20:15:53.449Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-02T20:15:53.449Z] #20 transferring context: 50B done [2024-07-02T20:15:53.449Z] #20 DONE 0.1s [2024-07-02T20:15:53.449Z] [2024-07-02T20:15:53.449Z] #21 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:53.449Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:53.449Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:53.449Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0B / 3.34MB 0.1s [2024-07-02T20:15:53.449Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:53.449Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:53.449Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:53.718Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.10MB / 3.34MB 0.2s [2024-07-02T20:15:53.718Z] #21 ... [2024-07-02T20:15:53.718Z] [2024-07-02T20:15:53.718Z] #22 [core-data internal] load .dockerignore [2024-07-02T20:15:53.718Z] #22 transferring context: 50B 0.0s done [2024-07-02T20:15:53.718Z] #22 DONE 0.3s [2024-07-02T20:15:53.718Z] [2024-07-02T20:15:53.718Z] #21 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:53.718Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s [2024-07-02T20:15:53.986Z] #21 ... [2024-07-02T20:15:53.986Z] [2024-07-02T20:15:53.986Z] #23 [security-spire-server internal] load .dockerignore [2024-07-02T20:15:53.986Z] #23 transferring context: 50B 0.0s done [2024-07-02T20:15:53.986Z] #23 DONE 0.4s [2024-07-02T20:15:53.986Z] [2024-07-02T20:15:53.986Z] #21 [support-scheduler stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:53.986Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:53.986Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-02T20:15:53.986Z] #21 ... [2024-07-02T20:15:53.986Z] [2024-07-02T20:15:53.986Z] #24 [support-notifications internal] load .dockerignore [2024-07-02T20:15:53.986Z] #24 transferring context: 50B 0.0s done [2024-07-02T20:15:53.986Z] #24 DONE 0.4s [2024-07-02T20:15:54.253Z] [2024-07-02T20:15:54.254Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-07-02T20:15:54.520Z] #25 ... [2024-07-02T20:15:54.520Z] [2024-07-02T20:15:54.520Z] #26 [security-proxy-auth internal] load .dockerignore [2024-07-02T20:15:54.520Z] #26 transferring context: 50B 0.0s done [2024-07-02T20:15:54.520Z] #26 DONE 0.6s [2024-07-02T20:15:54.520Z] [2024-07-02T20:15:54.520Z] #25 [security-secretstore-setup internal] load .dockerignore [2024-07-02T20:15:54.520Z] #25 transferring context: 50B 0.0s done [2024-07-02T20:15:54.786Z] #25 DONE 0.6s [2024-07-02T20:15:54.786Z] [2024-07-02T20:15:54.786Z] #27 [support-scheduler internal] load build context [2024-07-02T20:15:55.057Z] #27 ... [2024-07-02T20:15:55.057Z] [2024-07-02T20:15:55.057Z] #18 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:55.057Z] #18 DONE 0.0s [2024-07-02T20:15:55.057Z] [2024-07-02T20:15:55.057Z] #27 [support-scheduler internal] load build context [2024-07-02T20:15:55.057Z] #27 ... [2024-07-02T20:15:55.057Z] [2024-07-02T20:15:55.057Z] #28 [security-spire-config internal] load .dockerignore [2024-07-02T20:15:55.057Z] #28 transferring context: 50B 0.0s done [2024-07-02T20:15:55.057Z] #28 DONE 0.6s [2024-07-02T20:15:55.057Z] [2024-07-02T20:15:55.057Z] #29 [security-spire-agent internal] load .dockerignore [2024-07-02T20:15:55.057Z] #29 transferring context: 50B done [2024-07-02T20:15:55.057Z] #29 DONE 1.2s [2024-07-02T20:15:55.057Z] [2024-07-02T20:15:55.057Z] #19 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:55.057Z] #19 DONE 0.2s [2024-07-02T20:15:55.057Z] [2024-07-02T20:15:55.057Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:55.329Z] #30 ... [2024-07-02T20:15:55.329Z] [2024-07-02T20:15:55.329Z] #31 [security-proxy-setup internal] load .dockerignore [2024-07-02T20:15:55.329Z] #31 transferring context: 50B 0.0s done [2024-07-02T20:15:55.329Z] #31 DONE 1.0s [2024-07-02T20:15:55.329Z] [2024-07-02T20:15:55.329Z] #32 [core-command internal] load .dockerignore [2024-07-02T20:15:55.329Z] #32 transferring context: 50B 0.0s done [2024-07-02T20:15:55.329Z] #32 DONE 0.7s [2024-07-02T20:15:55.329Z] [2024-07-02T20:15:55.329Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:55.595Z] #30 ... [2024-07-02T20:15:55.595Z] [2024-07-02T20:15:55.595Z] #33 [core-metadata internal] load .dockerignore [2024-07-02T20:15:55.595Z] #33 transferring context: 50B 0.1s done [2024-07-02T20:15:55.595Z] #33 DONE 1.6s [2024-07-02T20:15:55.595Z] [2024-07-02T20:15:55.595Z] #21 [security-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:55.595Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:55.595Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:55.595Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:55.595Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:55.595Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:55.595Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:55.595Z] #21 DONE 2.9s [2024-07-02T20:15:55.595Z] [2024-07-02T20:15:55.595Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:55.865Z] #30 ... [2024-07-02T20:15:55.865Z] [2024-07-02T20:15:55.865Z] #18 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:55.865Z] #18 DONE 0.0s [2024-07-02T20:15:55.865Z] [2024-07-02T20:15:55.865Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:55.865Z] #34 DONE 3.2s [2024-07-02T20:15:55.865Z] [2024-07-02T20:15:55.865Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:56.132Z] #30 ... [2024-07-02T20:15:56.132Z] [2024-07-02T20:15:56.132Z] #18 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:56.132Z] #18 DONE 0.0s [2024-07-02T20:15:56.132Z] [2024-07-02T20:15:56.132Z] #21 [security-spiffe-token-provider stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:56.132Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:56.132Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:56.132Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:56.132Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:56.132Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:56.132Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:56.132Z] #21 DONE 2.9s [2024-07-02T20:15:56.132Z] [2024-07-02T20:15:56.132Z] #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:56.132Z] #34 DONE 3.2s [2024-07-02T20:15:56.132Z] [2024-07-02T20:15:56.132Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:56.400Z] #30 ... [2024-07-02T20:15:56.400Z] [2024-07-02T20:15:56.400Z] #19 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:56.400Z] #19 DONE 0.7s [2024-07-02T20:15:56.400Z] [2024-07-02T20:15:56.400Z] #35 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-02T20:15:56.400Z] #35 DONE 0.9s [2024-07-02T20:15:56.400Z] [2024-07-02T20:15:56.400Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:56.671Z] #30 ... [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #21 [core-common-config-bootstrapper stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:56.671Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:56.671Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:56.671Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:56.671Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:56.671Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:56.671Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:56.671Z] #21 DONE 2.9s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #18 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:56.671Z] #18 DONE 0.0s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #34 [core-common-config-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:56.671Z] #34 DONE 3.2s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #35 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-02T20:15:56.671Z] #35 DONE 0.9s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:56.671Z] #30 ... [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #21 [core-data stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:56.671Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:56.671Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:56.671Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:56.671Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:56.671Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:56.671Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:56.671Z] #21 DONE 2.9s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #34 [core-data builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:56.671Z] #34 DONE 3.2s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #19 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:56.671Z] #19 DONE 0.8s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #35 [core-data builder 2/7] WORKDIR /edgex-go [2024-07-02T20:15:56.671Z] #35 DONE 0.9s [2024-07-02T20:15:56.671Z] [2024-07-02T20:15:56.671Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:15:57.259Z] #30 ... [2024-07-02T20:15:57.259Z] [2024-07-02T20:15:57.259Z] #21 [support-notifications stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:57.259Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:57.259Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:57.259Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:57.259Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:57.259Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:57.259Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:57.259Z] #21 DONE 2.9s [2024-07-02T20:15:57.259Z] [2024-07-02T20:15:57.259Z] #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:57.259Z] #34 DONE 3.2s [2024-07-02T20:15:57.259Z] [2024-07-02T20:15:57.259Z] #35 [support-notifications builder 2/7] WORKDIR /edgex-go [2024-07-02T20:15:57.259Z] #35 DONE 0.9s [2024-07-02T20:15:57.259Z] [2024-07-02T20:15:57.259Z] #18 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:57.259Z] #18 DONE 0.0s [2024-07-02T20:15:57.259Z] [2024-07-02T20:15:57.259Z] #19 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:57.259Z] #19 DONE 1.0s [2024-07-02T20:15:57.259Z] [2024-07-02T20:15:57.259Z] #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-02T20:15:57.850Z] #36 ... [2024-07-02T20:15:57.850Z] [2024-07-02T20:15:57.850Z] #18 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:57.850Z] #18 DONE 0.1s [2024-07-02T20:15:57.850Z] [2024-07-02T20:15:57.850Z] #37 [support-notifications internal] load build context [2024-07-02T20:15:58.120Z] #37 ... [2024-07-02T20:15:58.120Z] [2024-07-02T20:15:58.120Z] #21 [security-proxy-auth stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:58.120Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:58.120Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:58.120Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:58.120Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:58.120Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:58.120Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:58.120Z] #21 DONE 3.0s [2024-07-02T20:15:58.120Z] [2024-07-02T20:15:58.120Z] #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:58.120Z] #34 DONE 3.2s [2024-07-02T20:15:58.120Z] [2024-07-02T20:15:58.120Z] #35 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-02T20:15:58.120Z] #35 DONE 0.9s [2024-07-02T20:15:58.120Z] [2024-07-02T20:15:58.120Z] #18 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:58.120Z] #18 DONE 0.1s [2024-07-02T20:15:58.120Z] [2024-07-02T20:15:58.120Z] #37 [support-notifications internal] load build context [2024-07-02T20:15:58.711Z] #37 ... [2024-07-02T20:15:58.711Z] [2024-07-02T20:15:58.711Z] #19 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:58.711Z] #19 DONE 1.9s [2024-07-02T20:15:58.711Z] [2024-07-02T20:15:58.711Z] #37 [support-notifications internal] load build context [2024-07-02T20:15:58.981Z] #37 ... [2024-07-02T20:15:58.981Z] [2024-07-02T20:15:58.981Z] #21 [security-secretstore-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:58.981Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:58.981Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:58.981Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:58.981Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:58.981Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:58.981Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:58.981Z] #21 DONE 3.0s [2024-07-02T20:15:58.981Z] [2024-07-02T20:15:58.981Z] #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:15:58.981Z] #34 DONE 3.3s [2024-07-02T20:15:58.981Z] [2024-07-02T20:15:58.981Z] #35 [security-secretstore-setup builder 2/7] WORKDIR /edgex-go [2024-07-02T20:15:58.981Z] #35 DONE 1.0s [2024-07-02T20:15:58.981Z] [2024-07-02T20:15:58.981Z] #37 [support-notifications internal] load build context [2024-07-02T20:15:59.254Z] #37 ... [2024-07-02T20:15:59.255Z] [2024-07-02T20:15:59.255Z] #19 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:15:59.255Z] #19 DONE 2.2s [2024-07-02T20:15:59.255Z] [2024-07-02T20:15:59.255Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:15:59.840Z] #38 ... [2024-07-02T20:15:59.841Z] [2024-07-02T20:15:59.841Z] #39 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-02T20:15:59.841Z] #39 DONE 2.6s [2024-07-02T20:15:59.841Z] [2024-07-02T20:15:59.841Z] #21 [security-spire-config stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:59.841Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:59.841Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:59.841Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:59.841Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:59.841Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:59.841Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:59.841Z] #21 DONE 3.1s [2024-07-02T20:15:59.841Z] [2024-07-02T20:15:59.841Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:15:59.841Z] #38 ... [2024-07-02T20:15:59.841Z] [2024-07-02T20:15:59.841Z] #21 [security-spire-server stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:15:59.841Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:15:59.841Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:15:59.841Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:15:59.841Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:15:59.841Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:15:59.841Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:15:59.841Z] #21 DONE 3.1s [2024-07-02T20:15:59.841Z] [2024-07-02T20:15:59.841Z] #18 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:15:59.841Z] #18 DONE 0.1s [2024-07-02T20:16:00.107Z] [2024-07-02T20:16:00.107Z] #40 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:00.107Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:00.107Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-07-02T20:16:01.083Z] #40 ... [2024-07-02T20:16:01.083Z] [2024-07-02T20:16:01.083Z] #18 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:16:01.083Z] #18 DONE 0.2s [2024-07-02T20:16:01.083Z] [2024-07-02T20:16:01.083Z] #40 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:01.083Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-02T20:16:01.364Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-02T20:16:01.364Z] #40 ... [2024-07-02T20:16:01.364Z] [2024-07-02T20:16:01.364Z] #18 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-02T20:16:01.364Z] #18 DONE 0.2s [2024-07-02T20:16:01.364Z] [2024-07-02T20:16:01.364Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:01.364Z] #37 transferring context: 5.78MB 4.0s [2024-07-02T20:16:01.955Z] #37 ... [2024-07-02T20:16:01.955Z] [2024-07-02T20:16:01.955Z] #41 [security-spire-server internal] load build context [2024-07-02T20:16:01.955Z] #41 transferring context: 26.79kB 0.1s done [2024-07-02T20:16:01.955Z] #41 DONE 1.8s [2024-07-02T20:16:01.955Z] [2024-07-02T20:16:01.955Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:02.997Z] #37 ... [2024-07-02T20:16:02.997Z] [2024-07-02T20:16:02.997Z] #42 [security-spire-config internal] load build context [2024-07-02T20:16:02.997Z] #42 transferring context: 25.04kB 0.9s done [2024-07-02T20:16:02.997Z] #42 DONE 3.0s [2024-07-02T20:16:02.997Z] [2024-07-02T20:16:02.997Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:02.997Z] #37 ... [2024-07-02T20:16:02.997Z] [2024-07-02T20:16:02.997Z] #19 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-02T20:16:02.997Z] #19 DONE 5.3s [2024-07-02T20:16:02.997Z] [2024-07-02T20:16:02.997Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:03.262Z] #37 ... [2024-07-02T20:16:03.262Z] [2024-07-02T20:16:03.262Z] #21 [security-proxy-setup stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:16:03.262Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:16:03.262Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:16:03.262Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:16:03.262Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:16:03.262Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:16:03.262Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:16:03.262Z] #21 DONE 3.1s [2024-07-02T20:16:03.262Z] [2024-07-02T20:16:03.262Z] #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:16:03.262Z] #34 DONE 3.3s [2024-07-02T20:16:03.262Z] [2024-07-02T20:16:03.262Z] #35 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-02T20:16:03.262Z] #35 DONE 1.0s [2024-07-02T20:16:03.528Z] [2024-07-02T20:16:03.528Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:03.528Z] #43 ... [2024-07-02T20:16:03.528Z] [2024-07-02T20:16:03.528Z] #21 [core-metadata stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:16:03.528Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:16:03.528Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:16:03.528Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:16:03.528Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:16:03.528Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:16:03.528Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:16:03.528Z] #21 DONE 3.1s [2024-07-02T20:16:03.528Z] [2024-07-02T20:16:03.528Z] #34 [core-metadata builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:16:03.528Z] #34 DONE 3.3s [2024-07-02T20:16:03.528Z] [2024-07-02T20:16:03.528Z] #35 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-07-02T20:16:03.528Z] #35 DONE 1.0s [2024-07-02T20:16:03.528Z] [2024-07-02T20:16:03.528Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:03.528Z] #43 ... [2024-07-02T20:16:03.528Z] [2024-07-02T20:16:03.528Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:03.796Z] #27 ... [2024-07-02T20:16:03.796Z] [2024-07-02T20:16:03.796Z] #21 [core-command stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:16:03.796Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:16:03.796Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:16:03.796Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:16:03.796Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:16:03.796Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:16:03.796Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:16:03.796Z] #21 DONE 3.1s [2024-07-02T20:16:03.796Z] [2024-07-02T20:16:03.796Z] #34 [core-command builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-02T20:16:03.796Z] #34 DONE 3.4s [2024-07-02T20:16:03.796Z] [2024-07-02T20:16:03.796Z] #35 [core-command builder 2/7] WORKDIR /edgex-go [2024-07-02T20:16:03.796Z] #35 DONE 1.1s [2024-07-02T20:16:03.796Z] [2024-07-02T20:16:03.796Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:03.796Z] #27 ... [2024-07-02T20:16:03.796Z] [2024-07-02T20:16:03.796Z] #44 [core-command internal] load build context [2024-07-02T20:16:05.239Z] #44 ... [2024-07-02T20:16:05.239Z] [2024-07-02T20:16:05.239Z] #45 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-02T20:16:05.239Z] #45 DONE 6.1s [2024-07-02T20:16:05.239Z] [2024-07-02T20:16:05.239Z] #46 [core-data internal] load build context [2024-07-02T20:16:05.505Z] #46 ... [2024-07-02T20:16:05.505Z] [2024-07-02T20:16:05.505Z] #21 [security-spire-agent stage-1 1/7] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-02T20:16:05.505Z] #21 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-02T20:16:05.505Z] #21 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-02T20:16:05.505Z] #21 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-02T20:16:05.505Z] #21 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-02T20:16:05.505Z] #21 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-02T20:16:05.505Z] #21 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 1.2s done [2024-07-02T20:16:05.505Z] #21 DONE 3.1s [2024-07-02T20:16:05.505Z] [2024-07-02T20:16:05.505Z] #46 [core-data internal] load build context [2024-07-02T20:16:05.505Z] #46 ... [2024-07-02T20:16:05.505Z] [2024-07-02T20:16:05.505Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:16:05.505Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:16:05.772Z] #47 ... [2024-07-02T20:16:05.772Z] [2024-07-02T20:16:05.772Z] #48 [core-command stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-02T20:16:05.772Z] #0 5.595 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:05.772Z] #0 6.598 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:05.772Z] #0 8.703 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:05.772Z] #0 8.703 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:05.772Z] #0 8.703 OK: 8 MiB in 16 packages [2024-07-02T20:16:05.772Z] #48 DONE 10.9s [2024-07-02T20:16:05.772Z] [2024-07-02T20:16:05.772Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:05.772Z] #40 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.2s done [2024-07-02T20:16:05.772Z] #40 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-02T20:16:05.772Z] #40 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-07-02T20:16:05.772Z] #40 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-07-02T20:16:05.772Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 2.7s done [2024-07-02T20:16:05.772Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 2.8s done [2024-07-02T20:16:05.773Z] #40 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 2.9s done [2024-07-02T20:16:05.773Z] #40 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 0.0s done [2024-07-02T20:16:06.040Z] #40 ... [2024-07-02T20:16:06.040Z] [2024-07-02T20:16:06.040Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-02T20:16:06.040Z] #0 7.799 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:06.040Z] #0 8.732 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:06.040Z] #49 ... [2024-07-02T20:16:06.040Z] [2024-07-02T20:16:06.040Z] #50 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:06.306Z] #50 ... [2024-07-02T20:16:06.306Z] [2024-07-02T20:16:06.306Z] #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-02T20:16:06.577Z] #51 ... [2024-07-02T20:16:06.577Z] [2024-07-02T20:16:06.577Z] #52 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:06.577Z] #52 ... [2024-07-02T20:16:06.577Z] [2024-07-02T20:16:06.577Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-02T20:16:06.577Z] #0 9.915 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:06.844Z] #53 ... [2024-07-02T20:16:06.844Z] [2024-07-02T20:16:06.844Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-02T20:16:06.844Z] #54 ... [2024-07-02T20:16:06.844Z] [2024-07-02T20:16:06.844Z] #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:07.111Z] #55 ... [2024-07-02T20:16:07.111Z] [2024-07-02T20:16:07.111Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:07.111Z] #30 ... [2024-07-02T20:16:07.111Z] [2024-07-02T20:16:07.111Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-02T20:16:07.111Z] #49 10.88 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:07.111Z] #49 10.88 (2/2) Installing su-exec (0.2-r3) [2024-07-02T20:16:07.111Z] #49 10.88 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:07.111Z] #49 10.88 OK: 8 MiB in 17 packages [2024-07-02T20:16:07.378Z] #49 ... [2024-07-02T20:16:07.378Z] [2024-07-02T20:16:07.378Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-02T20:16:07.378Z] #56 ... [2024-07-02T20:16:07.378Z] [2024-07-02T20:16:07.378Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:07.648Z] #38 transferring context: 26.72MB 10.9s [2024-07-02T20:16:07.648Z] #38 ... [2024-07-02T20:16:07.648Z] [2024-07-02T20:16:07.648Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-02T20:16:07.648Z] #53 11.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:08.234Z] #53 ... [2024-07-02T20:16:08.234Z] [2024-07-02T20:16:08.234Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:08.234Z] #57 ... [2024-07-02T20:16:08.234Z] [2024-07-02T20:16:08.234Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:08.234Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 5.4s [2024-07-02T20:16:08.817Z] #40 ... [2024-07-02T20:16:08.817Z] [2024-07-02T20:16:08.817Z] #49 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-02T20:16:08.817Z] #49 DONE 12.9s [2024-07-02T20:16:08.817Z] [2024-07-02T20:16:08.817Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:09.084Z] #30 ... [2024-07-02T20:16:09.084Z] [2024-07-02T20:16:09.084Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:09.084Z] #58 ... [2024-07-02T20:16:09.084Z] [2024-07-02T20:16:09.084Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:09.351Z] #30 ... [2024-07-02T20:16:09.351Z] [2024-07-02T20:16:09.351Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-02T20:16:09.351Z] #59 ... [2024-07-02T20:16:09.351Z] [2024-07-02T20:16:09.351Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:09.351Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.00MB / 23.39MB 6.6s [2024-07-02T20:16:10.314Z] #40 ... [2024-07-02T20:16:10.314Z] [2024-07-02T20:16:10.314Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-02T20:16:10.314Z] #60 ... [2024-07-02T20:16:10.314Z] [2024-07-02T20:16:10.314Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:10.581Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 4.19MB / 23.39MB 7.7s [2024-07-02T20:16:10.581Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-07-02T20:16:10.848Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2024-07-02T20:16:11.433Z] #40 ... [2024-07-02T20:16:11.433Z] [2024-07-02T20:16:11.433Z] #61 [security-spire-agent internal] load build context [2024-07-02T20:16:11.433Z] #61 transferring context: 26.32kB 0.8s done [2024-07-02T20:16:11.433Z] #61 DONE 5.8s [2024-07-02T20:16:11.433Z] [2024-07-02T20:16:11.433Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:11.433Z] #40 ... [2024-07-02T20:16:11.433Z] [2024-07-02T20:16:11.433Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T20:16:11.433Z] #62 ... [2024-07-02T20:16:11.433Z] [2024-07-02T20:16:11.433Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:12.398Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 6.29MB / 23.39MB 9.7s [2024-07-02T20:16:13.368Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 8.39MB / 23.39MB 10.6s [2024-07-02T20:16:13.636Z] #40 ... [2024-07-02T20:16:13.636Z] [2024-07-02T20:16:13.636Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:13.905Z] #37 ... [2024-07-02T20:16:13.905Z] [2024-07-02T20:16:13.905Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:13.905Z] #63 ... [2024-07-02T20:16:13.905Z] [2024-07-02T20:16:13.905Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:14.192Z] #43 ... [2024-07-02T20:16:14.192Z] [2024-07-02T20:16:14.192Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:14.192Z] #64 ... [2024-07-02T20:16:14.192Z] [2024-07-02T20:16:14.192Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:14.192Z] #27 ... [2024-07-02T20:16:14.192Z] [2024-07-02T20:16:14.192Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:14.464Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 10.49MB / 23.39MB 11.6s [2024-07-02T20:16:14.464Z] #40 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.1s done [2024-07-02T20:16:14.744Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.58MB / 23.39MB 12.1s [2024-07-02T20:16:15.713Z] #40 ... [2024-07-02T20:16:15.713Z] [2024-07-02T20:16:15.713Z] #46 [core-data internal] load build context [2024-07-02T20:16:15.713Z] #46 transferring context: 33.83MB 18.6s [2024-07-02T20:16:15.713Z] #46 ... [2024-07-02T20:16:15.713Z] [2024-07-02T20:16:15.713Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:15.981Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 13.2s [2024-07-02T20:16:15.981Z] #40 ... [2024-07-02T20:16:15.981Z] [2024-07-02T20:16:15.981Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-02T20:16:16.251Z] #65 ... [2024-07-02T20:16:16.251Z] [2024-07-02T20:16:16.251Z] #46 [core-data internal] load build context [2024-07-02T20:16:16.251Z] #46 ... [2024-07-02T20:16:16.251Z] [2024-07-02T20:16:16.251Z] #44 [core-command internal] load build context [2024-07-02T20:16:16.251Z] #44 ... [2024-07-02T20:16:16.251Z] [2024-07-02T20:16:16.251Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:16.838Z] #40 ... [2024-07-02T20:16:16.838Z] [2024-07-02T20:16:16.838Z] #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-02T20:16:16.838Z] #51 10.37 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:16.838Z] #51 11.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:16.838Z] #51 14.49 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T20:16:16.838Z] #51 14.49 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T20:16:16.838Z] #51 14.49 OK: 19948 distinct packages available [2024-07-02T20:16:16.838Z] #51 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:16.838Z] #51 18.31 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:16.838Z] #51 ... [2024-07-02T20:16:16.838Z] [2024-07-02T20:16:16.838Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:17.110Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 14.4s [2024-07-02T20:16:17.697Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.51MB / 23.39MB 14.9s [2024-07-02T20:16:17.697Z] #40 ... [2024-07-02T20:16:17.697Z] [2024-07-02T20:16:17.697Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:17.968Z] #38 ... [2024-07-02T20:16:17.968Z] [2024-07-02T20:16:17.968Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:18.236Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 20.97MB / 23.39MB 15.4s [2024-07-02T20:16:18.236Z] #40 ... [2024-07-02T20:16:18.237Z] [2024-07-02T20:16:18.237Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:18.506Z] #57 ... [2024-07-02T20:16:18.506Z] [2024-07-02T20:16:18.506Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:16:18.507Z] #47 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 3.0s done [2024-07-02T20:16:18.507Z] #47 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-02T20:16:18.507Z] #47 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-07-02T20:16:18.507Z] #47 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-07-02T20:16:18.507Z] #47 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2024-07-02T20:16:18.507Z] #47 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2024-07-02T20:16:18.507Z] #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 14.68MB / 17.12MB 8.1s [2024-07-02T20:16:18.507Z] #47 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 2.1s done [2024-07-02T20:16:18.507Z] #47 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 0.1s done [2024-07-02T20:16:18.507Z] #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 15.68MB / 17.12MB 8.2s [2024-07-02T20:16:18.507Z] #47 ... [2024-07-02T20:16:18.507Z] [2024-07-02T20:16:18.507Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:18.779Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.07MB / 23.39MB 16.0s [2024-07-02T20:16:19.048Z] #40 ... [2024-07-02T20:16:19.048Z] [2024-07-02T20:16:19.048Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-02T20:16:19.048Z] #54 12.23 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:19.048Z] #54 13.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:19.048Z] #54 20.25 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:19.048Z] #54 20.25 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:19.048Z] #54 20.38 OK: 8 MiB in 16 packages [2024-07-02T20:16:19.048Z] #54 ... [2024-07-02T20:16:19.048Z] [2024-07-02T20:16:19.048Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:19.048Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 16.2s done [2024-07-02T20:16:19.048Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2024-07-02T20:16:19.319Z] #40 ... [2024-07-02T20:16:19.319Z] [2024-07-02T20:16:19.319Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-02T20:16:19.319Z] #66 ... [2024-07-02T20:16:19.319Z] [2024-07-02T20:16:19.319Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:19.590Z] #58 ... [2024-07-02T20:16:19.590Z] [2024-07-02T20:16:19.590Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:19.590Z] #30 ... [2024-07-02T20:16:19.590Z] [2024-07-02T20:16:19.590Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:19.590Z] #43 ... [2024-07-02T20:16:19.590Z] [2024-07-02T20:16:19.590Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:20.181Z] #58 ... [2024-07-02T20:16:20.181Z] [2024-07-02T20:16:20.181Z] #52 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:20.181Z] #52 13.88 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:20.181Z] #52 15.29 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:20.181Z] #52 23.52 OK: 266 MiB in 52 packages [2024-07-02T20:16:20.181Z] #52 ... [2024-07-02T20:16:20.181Z] [2024-07-02T20:16:20.181Z] #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:20.181Z] #55 13.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:20.181Z] #55 15.47 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:20.181Z] #55 ... [2024-07-02T20:16:20.181Z] [2024-07-02T20:16:20.181Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:20.451Z] #30 ... [2024-07-02T20:16:20.451Z] [2024-07-02T20:16:20.451Z] #54 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-02T20:16:20.451Z] #54 DONE 23.7s [2024-07-02T20:16:20.451Z] [2024-07-02T20:16:20.451Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:21.866Z] #67 ... [2024-07-02T20:16:21.866Z] [2024-07-02T20:16:21.866Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-02T20:16:21.866Z] #53 15.15 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T20:16:21.866Z] #53 15.15 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T20:16:21.866Z] #53 15.15 OK: 19951 distinct packages available [2024-07-02T20:16:21.866Z] #53 16.79 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:21.866Z] #53 19.49 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:21.866Z] #53 ... [2024-07-02T20:16:21.866Z] [2024-07-02T20:16:21.866Z] #44 [core-command internal] load build context [2024-07-02T20:16:21.866Z] #44 transferring context: 15.11MB 15.4s [2024-07-02T20:16:22.138Z] #44 ... [2024-07-02T20:16:22.138Z] [2024-07-02T20:16:22.138Z] #55 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:22.138Z] #55 25.67 OK: 266 MiB in 52 packages [2024-07-02T20:16:23.113Z] #55 ... [2024-07-02T20:16:23.113Z] [2024-07-02T20:16:23.113Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-02T20:16:23.113Z] #59 13.92 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:23.113Z] #59 16.98 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:23.384Z] #59 ... [2024-07-02T20:16:23.384Z] [2024-07-02T20:16:23.384Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:24.040Z] #30 ... [2024-07-02T20:16:24.040Z] [2024-07-02T20:16:24.040Z] #52 [core-data builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:24.040Z] #52 DONE 28.4s [2024-07-02T20:16:24.040Z] [2024-07-02T20:16:24.040Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:24.040Z] #30 ... [2024-07-02T20:16:24.040Z] [2024-07-02T20:16:24.040Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-02T20:16:24.040Z] #60 13.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.040Z] #60 16.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.040Z] #60 ... [2024-07-02T20:16:24.040Z] [2024-07-02T20:16:24.040Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:24.312Z] #63 ... [2024-07-02T20:16:24.312Z] [2024-07-02T20:16:24.312Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:24.312Z] #37 ... [2024-07-02T20:16:24.312Z] [2024-07-02T20:16:24.312Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-02T20:16:24.312Z] #56 16.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.313Z] #56 19.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.581Z] #56 ... [2024-07-02T20:16:24.581Z] [2024-07-02T20:16:24.581Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:24.581Z] #27 ... [2024-07-02T20:16:24.581Z] [2024-07-02T20:16:24.581Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:24.853Z] #64 ... [2024-07-02T20:16:24.853Z] [2024-07-02T20:16:24.853Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T20:16:24.853Z] #62 13.30 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.853Z] #62 17.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.853Z] #62 ... [2024-07-02T20:16:24.853Z] [2024-07-02T20:16:24.853Z] #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-02T20:16:24.853Z] #36 16.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.853Z] #36 19.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:24.853Z] #36 ... [2024-07-02T20:16:24.853Z] [2024-07-02T20:16:24.853Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:25.836Z] #27 ... [2024-07-02T20:16:25.836Z] [2024-07-02T20:16:25.836Z] #55 [security-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-02T20:16:25.836Z] #55 DONE 29.6s [2024-07-02T20:16:25.836Z] [2024-07-02T20:16:25.836Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:25.836Z] #27 transferring context: 96.28MB 32.3s [2024-07-02T20:16:26.423Z] #27 ... [2024-07-02T20:16:26.423Z] [2024-07-02T20:16:26.423Z] #46 [core-data internal] load build context [2024-07-02T20:16:26.423Z] #46 ... [2024-07-02T20:16:26.423Z] [2024-07-02T20:16:26.423Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:28.360Z] #27 ... [2024-07-02T20:16:28.360Z] [2024-07-02T20:16:28.360Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:28.360Z] #38 ... [2024-07-02T20:16:28.360Z] [2024-07-02T20:16:28.360Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:28.626Z] #27 ... [2024-07-02T20:16:28.626Z] [2024-07-02T20:16:28.626Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:28.894Z] #57 ... [2024-07-02T20:16:28.894Z] [2024-07-02T20:16:28.894Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:16:28.894Z] #47 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 8.9s done [2024-07-02T20:16:28.894Z] #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 9.3s [2024-07-02T20:16:28.894Z] #47 ... [2024-07-02T20:16:28.894Z] [2024-07-02T20:16:28.894Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:29.159Z] #57 ... [2024-07-02T20:16:29.159Z] [2024-07-02T20:16:29.159Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:29.159Z] #40 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 16.2s done [2024-07-02T20:16:29.159Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 9.9s [2024-07-02T20:16:29.425Z] #40 ... [2024-07-02T20:16:29.425Z] [2024-07-02T20:16:29.425Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T20:16:29.425Z] #62 28.08 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T20:16:29.425Z] #62 28.08 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T20:16:29.425Z] #62 28.08 OK: 19948 distinct packages available [2024-07-02T20:16:29.750Z] #62 ... [2024-07-02T20:16:29.750Z] [2024-07-02T20:16:29.750Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-02T20:16:29.750Z] #65 13.59 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:29.750Z] #65 16.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:29.750Z] #65 ... [2024-07-02T20:16:29.750Z] [2024-07-02T20:16:29.750Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-02T20:16:29.750Z] #53 31.16 OK: 266 MiB in 52 packages [2024-07-02T20:16:29.750Z] #53 DONE 33.4s [2024-07-02T20:16:29.750Z] [2024-07-02T20:16:29.750Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:30.017Z] #27 ... [2024-07-02T20:16:30.017Z] [2024-07-02T20:16:30.017Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:30.017Z] #43 ... [2024-07-02T20:16:30.017Z] [2024-07-02T20:16:30.017Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:30.288Z] #40 ... [2024-07-02T20:16:30.288Z] [2024-07-02T20:16:30.288Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:30.288Z] #58 ... [2024-07-02T20:16:30.288Z] [2024-07-02T20:16:30.288Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-02T20:16:30.288Z] #56 30.42 OK: 266 MiB in 52 packages [2024-07-02T20:16:30.288Z] #56 DONE 32.9s [2024-07-02T20:16:30.288Z] [2024-07-02T20:16:30.288Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:30.288Z] #58 ... [2024-07-02T20:16:30.288Z] [2024-07-02T20:16:30.288Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:30.895Z] #27 transferring context: 106.31MB 37.4s [2024-07-02T20:16:30.895Z] #27 ... [2024-07-02T20:16:30.895Z] [2024-07-02T20:16:30.895Z] #50 [core-command stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:30.895Z] #50 15.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:30.895Z] #50 19.77 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:31.161Z] #50 25.50 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:31.161Z] #50 ... [2024-07-02T20:16:31.161Z] [2024-07-02T20:16:31.161Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:32.116Z] #27 ... [2024-07-02T20:16:32.116Z] [2024-07-02T20:16:32.116Z] #51 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-02T20:16:32.117Z] #51 29.20 (1/11) Installing ca-certificates (20240226-r0) [2024-07-02T20:16:32.117Z] #51 29.71 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-02T20:16:32.117Z] #51 29.90 (3/11) Installing libunistring (1.1-r1) [2024-07-02T20:16:32.117Z] #51 30.48 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-02T20:16:32.117Z] #51 30.53 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-02T20:16:32.117Z] #51 30.56 (6/11) Installing libcurl (8.5.0-r0) [2024-07-02T20:16:32.117Z] #51 30.76 (7/11) Installing curl (8.5.0-r0) [2024-07-02T20:16:32.117Z] #51 30.83 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:32.117Z] #51 30.91 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-02T20:16:32.117Z] #51 31.01 (10/11) Installing libucontext (1.2-r2) [2024-07-02T20:16:32.117Z] #51 31.01 (11/11) Installing gcompat (1.1.0-r1) [2024-07-02T20:16:32.117Z] #51 31.09 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:32.117Z] #51 31.45 Executing ca-certificates-20240226-r0.trigger [2024-07-02T20:16:32.117Z] #51 33.63 OK: 13 MiB in 26 packages [2024-07-02T20:16:32.117Z] #51 DONE 35.8s [2024-07-02T20:16:32.117Z] [2024-07-02T20:16:32.117Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:32.117Z] #27 ... [2024-07-02T20:16:32.117Z] [2024-07-02T20:16:32.117Z] #44 [core-command internal] load build context [2024-07-02T20:16:32.383Z] #44 ... [2024-07-02T20:16:32.383Z] [2024-07-02T20:16:32.383Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:32.965Z] #27 ... [2024-07-02T20:16:32.965Z] [2024-07-02T20:16:32.965Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-02T20:16:32.965Z] #66 13.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:32.965Z] #66 17.87 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:32.965Z] #66 ... [2024-07-02T20:16:32.965Z] [2024-07-02T20:16:32.965Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:33.927Z] #40 ... [2024-07-02T20:16:33.927Z] [2024-07-02T20:16:33.927Z] #36 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-02T20:16:33.927Z] #36 30.49 (1/2) Installing ca-certificates (20240226-r0) [2024-07-02T20:16:33.927Z] #36 31.43 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:33.927Z] #36 31.48 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:33.927Z] #36 31.67 Executing ca-certificates-20240226-r0.trigger [2024-07-02T20:16:33.927Z] #36 33.69 OK: 9 MiB in 17 packages [2024-07-02T20:16:33.927Z] #36 DONE 36.4s [2024-07-02T20:16:33.927Z] [2024-07-02T20:16:33.927Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:34.292Z] #40 ... [2024-07-02T20:16:34.292Z] [2024-07-02T20:16:34.292Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:34.292Z] #30 ... [2024-07-02T20:16:34.292Z] [2024-07-02T20:16:34.292Z] #44 [core-command internal] load build context [2024-07-02T20:16:34.292Z] #44 ... [2024-07-02T20:16:34.292Z] [2024-07-02T20:16:34.292Z] #50 [security-proxy-auth stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:34.292Z] #50 26.06 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:34.292Z] #50 26.24 OK: 8 MiB in 16 packages [2024-07-02T20:16:34.292Z] #50 DONE 29.2s [2024-07-02T20:16:34.292Z] [2024-07-02T20:16:34.292Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:34.567Z] #63 ... [2024-07-02T20:16:34.568Z] [2024-07-02T20:16:34.568Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:34.568Z] #37 ... [2024-07-02T20:16:34.568Z] [2024-07-02T20:16:34.568Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:34.834Z] #63 ... [2024-07-02T20:16:34.834Z] [2024-07-02T20:16:34.834Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:34.834Z] #64 ... [2024-07-02T20:16:34.834Z] [2024-07-02T20:16:34.834Z] #59 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-02T20:16:34.834Z] #59 27.36 (1/4) Installing ca-certificates (20240226-r0) [2024-07-02T20:16:34.834Z] #59 28.22 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:34.834Z] #59 28.22 (3/4) Installing su-exec (0.2-r3) [2024-07-02T20:16:34.834Z] #59 28.28 (4/4) Installing yq (4.33.3-r5) [2024-07-02T20:16:34.834Z] #59 29.91 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:34.834Z] #59 30.31 Executing ca-certificates-20240226-r0.trigger [2024-07-02T20:16:34.834Z] #59 31.88 OK: 18 MiB in 19 packages [2024-07-02T20:16:34.834Z] #59 DONE 35.7s [2024-07-02T20:16:34.834Z] [2024-07-02T20:16:34.834Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:34.834Z] #64 ... [2024-07-02T20:16:34.834Z] [2024-07-02T20:16:34.834Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:34.834Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 15.7s [2024-07-02T20:16:35.789Z] #40 ... [2024-07-02T20:16:35.789Z] [2024-07-02T20:16:35.789Z] #65 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-02T20:16:35.789Z] #65 26.63 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:35.789Z] #65 27.24 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:35.789Z] #65 27.28 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:35.789Z] #65 27.32 (4/6) Installing openssl (3.1.6-r0) [2024-07-02T20:16:35.789Z] #65 27.45 (5/6) Installing su-exec (0.2-r3) [2024-07-02T20:16:35.789Z] #65 27.57 (6/6) Installing yq (4.33.3-r5) [2024-07-02T20:16:35.789Z] #65 28.28 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:35.789Z] #65 28.42 OK: 18 MiB in 19 packages [2024-07-02T20:16:35.789Z] #65 DONE 29.7s [2024-07-02T20:16:35.789Z] [2024-07-02T20:16:35.789Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:36.057Z] #64 ... [2024-07-02T20:16:36.057Z] [2024-07-02T20:16:36.057Z] #66 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-02T20:16:36.057Z] #66 24.30 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:36.057Z] #66 24.88 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:36.057Z] #66 25.07 OK: 8 MiB in 17 packages [2024-07-02T20:16:36.057Z] #66 DONE 26.9s [2024-07-02T20:16:36.057Z] [2024-07-02T20:16:36.057Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:36.643Z] #64 ... [2024-07-02T20:16:36.643Z] [2024-07-02T20:16:36.643Z] #46 [core-data internal] load build context [2024-07-02T20:16:36.643Z] #46 transferring context: 73.23MB 39.9s [2024-07-02T20:16:36.643Z] #46 ... [2024-07-02T20:16:36.643Z] [2024-07-02T20:16:36.643Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:38.049Z] #64 ... [2024-07-02T20:16:38.049Z] [2024-07-02T20:16:38.049Z] #67 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:38.049Z] #67 8.488 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:38.049Z] #67 10.81 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:38.049Z] #67 15.20 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:38.049Z] #67 15.44 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:38.049Z] #67 15.44 OK: 8 MiB in 16 packages [2024-07-02T20:16:38.049Z] #67 DONE 17.5s [2024-07-02T20:16:38.049Z] [2024-07-02T20:16:38.049Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:38.316Z] #64 ... [2024-07-02T20:16:38.316Z] [2024-07-02T20:16:38.316Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:38.316Z] #38 ... [2024-07-02T20:16:38.316Z] [2024-07-02T20:16:38.316Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-02T20:16:38.316Z] #60 28.06 v3.18.7-16-gbde14b22faf [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-02T20:16:38.316Z] #60 28.06 v3.18.7-10-g1236327dd35 [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-02T20:16:38.316Z] #60 28.06 OK: 19948 distinct packages available [2024-07-02T20:16:38.316Z] #60 29.71 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:38.316Z] #60 32.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:38.316Z] #60 35.78 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:38.316Z] #60 35.78 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-02T20:16:38.316Z] #60 35.82 (3/4) Installing libucontext (1.2-r2) [2024-07-02T20:16:38.316Z] #60 35.82 (4/4) Installing gcompat (1.1.0-r1) [2024-07-02T20:16:38.316Z] #60 35.84 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:38.316Z] #60 35.98 OK: 8 MiB in 19 packages [2024-07-02T20:16:38.316Z] #60 DONE 38.2s [2024-07-02T20:16:38.316Z] [2024-07-02T20:16:38.316Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:38.896Z] #64 ... [2024-07-02T20:16:38.896Z] [2024-07-02T20:16:38.896Z] #62 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-02T20:16:38.896Z] #62 29.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:38.896Z] #62 31.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:38.896Z] #62 35.00 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:38.896Z] #62 35.29 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:38.896Z] #62 35.29 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-02T20:16:38.896Z] #62 35.29 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-02T20:16:38.896Z] #62 35.29 (5/7) Installing libucontext (1.2-r2) [2024-07-02T20:16:38.896Z] #62 35.29 (6/7) Installing gcompat (1.1.0-r1) [2024-07-02T20:16:38.896Z] #62 35.29 (7/7) Installing openssl (3.1.6-r0) [2024-07-02T20:16:38.896Z] #62 35.29 Executing busybox-1.36.1-r7.trigger [2024-07-02T20:16:38.896Z] #62 35.46 OK: 9 MiB in 20 packages [2024-07-02T20:16:38.896Z] #62 DONE 37.7s [2024-07-02T20:16:39.165Z] [2024-07-02T20:16:39.165Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:39.165Z] #38 ... [2024-07-02T20:16:39.165Z] [2024-07-02T20:16:39.165Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:16:39.165Z] #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 19.8s [2024-07-02T20:16:39.434Z] #47 ... [2024-07-02T20:16:39.434Z] [2024-07-02T20:16:39.434Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:39.434Z] #57 ... [2024-07-02T20:16:39.434Z] [2024-07-02T20:16:39.434Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:40.016Z] #38 ... [2024-07-02T20:16:40.016Z] [2024-07-02T20:16:40.016Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:40.284Z] #43 ... [2024-07-02T20:16:40.284Z] [2024-07-02T20:16:40.284Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:40.867Z] #38 ... [2024-07-02T20:16:40.867Z] [2024-07-02T20:16:40.867Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:40.867Z] #58 ... [2024-07-02T20:16:40.867Z] [2024-07-02T20:16:40.867Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:41.831Z] #43 transferring context: 99.45MB 45.3s [2024-07-02T20:16:42.099Z] #43 ... [2024-07-02T20:16:42.099Z] [2024-07-02T20:16:42.099Z] #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:42.099Z] #0 7.590 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:42.099Z] #0 8.218 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:42.099Z] #0 9.589 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:42.099Z] #0 9.987 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:42.099Z] #0 9.987 Executing ca-certificates-20240226-r0.trigger [2024-07-02T20:16:42.099Z] #68 ... [2024-07-02T20:16:42.099Z] [2024-07-02T20:16:42.099Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:43.056Z] #43 ... [2024-07-02T20:16:43.056Z] [2024-07-02T20:16:43.056Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:43.056Z] #27 ... [2024-07-02T20:16:43.056Z] [2024-07-02T20:16:43.056Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:43.639Z] #43 ... [2024-07-02T20:16:43.639Z] [2024-07-02T20:16:43.639Z] #68 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:43.639Z] #68 10.56 OK: 13 MiB in 26 packages [2024-07-02T20:16:43.639Z] #68 DONE 11.4s [2024-07-02T20:16:43.639Z] [2024-07-02T20:16:43.639Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:44.220Z] #43 ... [2024-07-02T20:16:44.220Z] [2024-07-02T20:16:44.220Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:44.220Z] #69 10.16 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:44.220Z] #69 ... [2024-07-02T20:16:44.220Z] [2024-07-02T20:16:44.220Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:44.220Z] #27 ... [2024-07-02T20:16:44.220Z] [2024-07-02T20:16:44.220Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:44.486Z] #30 ... [2024-07-02T20:16:44.486Z] [2024-07-02T20:16:44.486Z] #44 [core-command internal] load build context [2024-07-02T20:16:44.486Z] #44 ... [2024-07-02T20:16:44.486Z] [2024-07-02T20:16:44.486Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:44.757Z] #30 ... [2024-07-02T20:16:44.757Z] [2024-07-02T20:16:44.757Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:44.757Z] #37 ... [2024-07-02T20:16:44.757Z] [2024-07-02T20:16:44.757Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:45.024Z] #63 ... [2024-07-02T20:16:45.024Z] [2024-07-02T20:16:45.024Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:45.288Z] #30 ... [2024-07-02T20:16:45.289Z] [2024-07-02T20:16:45.289Z] #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-02T20:16:45.289Z] #0 6.662 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:45.289Z] #0 7.560 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:45.289Z] #0 8.850 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:45.289Z] #0 8.994 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:45.289Z] #0 9.060 Executing ca-certificates-20240226-r0.trigger [2024-07-02T20:16:45.289Z] #0 9.561 OK: 18 MiB in 19 packages [2024-07-02T20:16:45.289Z] #70 ... [2024-07-02T20:16:45.289Z] [2024-07-02T20:16:45.289Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:45.553Z] #30 ... [2024-07-02T20:16:45.553Z] [2024-07-02T20:16:45.553Z] #70 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-02T20:16:45.553Z] #70 DONE 10.4s [2024-07-02T20:16:45.553Z] [2024-07-02T20:16:45.553Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:46.135Z] #30 ... [2024-07-02T20:16:46.135Z] [2024-07-02T20:16:46.135Z] #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-02T20:16:46.135Z] #71 10.18 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:46.135Z] #71 ... [2024-07-02T20:16:46.135Z] [2024-07-02T20:16:46.135Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:46.135Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 26.7s [2024-07-02T20:16:46.404Z] #40 ... [2024-07-02T20:16:46.404Z] [2024-07-02T20:16:46.404Z] #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-02T20:16:46.404Z] #72 ... [2024-07-02T20:16:46.404Z] [2024-07-02T20:16:46.404Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:46.669Z] #30 transferring context: 77.88MB 51.4s [2024-07-02T20:16:46.669Z] #30 ... [2024-07-02T20:16:46.669Z] [2024-07-02T20:16:46.669Z] #46 [core-data internal] load build context [2024-07-02T20:16:46.935Z] #46 ... [2024-07-02T20:16:46.935Z] [2024-07-02T20:16:46.935Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:47.200Z] #30 ... [2024-07-02T20:16:47.200Z] [2024-07-02T20:16:47.200Z] #72 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-02T20:16:47.200Z] #72 DONE 11.0s [2024-07-02T20:16:47.200Z] [2024-07-02T20:16:47.200Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:48.600Z] #30 ... [2024-07-02T20:16:48.600Z] [2024-07-02T20:16:48.600Z] #73 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-02T20:16:48.600Z] #73 DONE 1.1s [2024-07-02T20:16:48.600Z] [2024-07-02T20:16:48.600Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:48.864Z] #30 ... [2024-07-02T20:16:48.864Z] [2024-07-02T20:16:48.864Z] #69 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-02T20:16:48.864Z] #69 10.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:48.864Z] #69 12.71 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:48.864Z] #69 12.91 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:48.864Z] #69 12.95 Executing ca-certificates-20240226-r0.trigger [2024-07-02T20:16:48.864Z] #69 13.86 OK: 9 MiB in 17 packages [2024-07-02T20:16:48.864Z] #69 DONE 14.9s [2024-07-02T20:16:48.864Z] [2024-07-02T20:16:48.864Z] #74 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-02T20:16:48.864Z] #0 7.670 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:48.864Z] #0 8.450 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:49.132Z] #74 ... [2024-07-02T20:16:49.132Z] [2024-07-02T20:16:49.132Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:49.132Z] #64 ... [2024-07-02T20:16:49.132Z] [2024-07-02T20:16:49.132Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-02T20:16:49.132Z] #0 7.128 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:49.132Z] #0 7.848 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:49.398Z] #75 ... [2024-07-02T20:16:49.398Z] [2024-07-02T20:16:49.398Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:49.664Z] #43 ... [2024-07-02T20:16:49.664Z] [2024-07-02T20:16:49.664Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:49.664Z] #57 ... [2024-07-02T20:16:49.664Z] [2024-07-02T20:16:49.664Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:49.951Z] #43 ... [2024-07-02T20:16:49.951Z] [2024-07-02T20:16:49.951Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:16:49.951Z] #47 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 25.9s done [2024-07-02T20:16:50.218Z] #47 ... [2024-07-02T20:16:50.218Z] [2024-07-02T20:16:50.218Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:50.485Z] #43 ... [2024-07-02T20:16:50.485Z] [2024-07-02T20:16:50.485Z] #75 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-02T20:16:50.485Z] #75 10.42 OK: 9 MiB in 20 packages [2024-07-02T20:16:50.485Z] #75 DONE 11.4s [2024-07-02T20:16:50.485Z] [2024-07-02T20:16:50.485Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:50.751Z] #43 ... [2024-07-02T20:16:50.751Z] [2024-07-02T20:16:50.751Z] #71 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-02T20:16:50.751Z] #71 11.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-02T20:16:50.751Z] #71 13.93 OK: 18 MiB in 19 packages [2024-07-02T20:16:50.751Z] #71 DONE 14.8s [2024-07-02T20:16:50.751Z] [2024-07-02T20:16:50.751Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:16:51.017Z] #43 ... [2024-07-02T20:16:51.017Z] [2024-07-02T20:16:51.017Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:51.017Z] #58 ... [2024-07-02T20:16:51.017Z] [2024-07-02T20:16:51.017Z] #74 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-02T20:16:51.017Z] #74 11.34 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:51.017Z] #74 11.49 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-02T20:16:51.017Z] #74 11.52 OK: 8 MiB in 19 packages [2024-07-02T20:16:51.017Z] #74 DONE 12.2s [2024-07-02T20:16:51.017Z] [2024-07-02T20:16:51.017Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:16:51.017Z] #58 ... [2024-07-02T20:16:51.017Z] [2024-07-02T20:16:51.017Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:16:51.017Z] #38 ... [2024-07-02T20:16:51.017Z] [2024-07-02T20:16:51.017Z] #46 [core-data internal] load build context [2024-07-02T20:16:51.972Z] #46 transferring context: 108.56MB 55.0s [2024-07-02T20:16:51.972Z] #46 ... [2024-07-02T20:16:51.972Z] [2024-07-02T20:16:51.972Z] #76 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-02T20:16:51.972Z] #76 DONE 1.0s [2024-07-02T20:16:51.972Z] [2024-07-02T20:16:51.972Z] #46 [core-data internal] load build context [2024-07-02T20:16:53.903Z] #46 ... [2024-07-02T20:16:53.903Z] [2024-07-02T20:16:53.903Z] #77 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-02T20:16:53.903Z] #77 DONE 1.9s [2024-07-02T20:16:53.903Z] [2024-07-02T20:16:53.903Z] #46 [core-data internal] load build context [2024-07-02T20:16:54.481Z] #46 ... [2024-07-02T20:16:54.481Z] [2024-07-02T20:16:54.481Z] #27 [support-scheduler internal] load build context [2024-07-02T20:16:54.481Z] #27 ... [2024-07-02T20:16:54.481Z] [2024-07-02T20:16:54.481Z] #46 [core-data internal] load build context [2024-07-02T20:16:54.747Z] #46 ... [2024-07-02T20:16:54.747Z] [2024-07-02T20:16:54.747Z] #44 [core-command internal] load build context [2024-07-02T20:16:54.747Z] #44 ... [2024-07-02T20:16:54.747Z] [2024-07-02T20:16:54.747Z] #46 [core-data internal] load build context [2024-07-02T20:16:55.011Z] #46 ... [2024-07-02T20:16:55.011Z] [2024-07-02T20:16:55.011Z] #37 [support-notifications internal] load build context [2024-07-02T20:16:55.011Z] #37 ... [2024-07-02T20:16:55.011Z] [2024-07-02T20:16:55.011Z] #46 [core-data internal] load build context [2024-07-02T20:16:55.011Z] #46 ... [2024-07-02T20:16:55.011Z] [2024-07-02T20:16:55.011Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:55.276Z] #63 ... [2024-07-02T20:16:55.276Z] [2024-07-02T20:16:55.276Z] #40 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-02T20:16:55.276Z] #40 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 34.8s done [2024-07-02T20:16:55.276Z] #40 DONE 55.5s [2024-07-02T20:16:55.276Z] [2024-07-02T20:16:55.276Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:16:55.276Z] #63 ... [2024-07-02T20:16:55.276Z] [2024-07-02T20:16:55.276Z] #46 [core-data internal] load build context [2024-07-02T20:16:57.212Z] #46 transferring context: 136.26MB 60.1s [2024-07-02T20:16:59.148Z] #46 ... [2024-07-02T20:16:59.148Z] [2024-07-02T20:16:59.148Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:16:59.148Z] #30 ... [2024-07-02T20:16:59.148Z] [2024-07-02T20:16:59.148Z] #46 [core-data internal] load build context [2024-07-02T20:16:59.413Z] #46 ... [2024-07-02T20:16:59.413Z] [2024-07-02T20:16:59.413Z] #64 [core-metadata internal] load build context [2024-07-02T20:16:59.413Z] #64 ... [2024-07-02T20:16:59.413Z] [2024-07-02T20:16:59.413Z] #46 [core-data internal] load build context [2024-07-02T20:16:59.992Z] #46 ... [2024-07-02T20:16:59.992Z] [2024-07-02T20:16:59.992Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:16:59.992Z] #57 ... [2024-07-02T20:16:59.992Z] [2024-07-02T20:16:59.992Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:17:00.257Z] #43 ... [2024-07-02T20:17:00.257Z] [2024-07-02T20:17:00.257Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:00.839Z] #57 ... [2024-07-02T20:17:00.839Z] [2024-07-02T20:17:00.839Z] #78 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-02T20:17:00.839Z] #78 DONE 3.4s [2024-07-02T20:17:00.839Z] [2024-07-02T20:17:00.839Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:01.106Z] #57 ... [2024-07-02T20:17:01.106Z] [2024-07-02T20:17:01.106Z] #79 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-02T20:17:01.106Z] #79 DONE 3.0s [2024-07-02T20:17:01.106Z] [2024-07-02T20:17:01.106Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:01.106Z] #57 ... [2024-07-02T20:17:01.106Z] [2024-07-02T20:17:01.106Z] #80 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-02T20:17:01.106Z] #80 DONE 3.9s [2024-07-02T20:17:01.106Z] [2024-07-02T20:17:01.106Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:01.106Z] #57 ... [2024-07-02T20:17:01.106Z] [2024-07-02T20:17:01.106Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:17:01.372Z] #58 ... [2024-07-02T20:17:01.372Z] [2024-07-02T20:17:01.372Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:01.372Z] #38 ... [2024-07-02T20:17:01.372Z] [2024-07-02T20:17:01.372Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:01.955Z] #57 ... [2024-07-02T20:17:01.955Z] [2024-07-02T20:17:01.955Z] #81 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-02T20:17:01.955Z] #81 DONE 1.2s [2024-07-02T20:17:01.955Z] [2024-07-02T20:17:01.955Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:01.955Z] #57 transferring context: 37.81MB 63.7s [2024-07-02T20:17:02.535Z] #57 ... [2024-07-02T20:17:02.535Z] [2024-07-02T20:17:02.535Z] #82 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-02T20:17:02.535Z] #82 DONE 1.3s [2024-07-02T20:17:02.535Z] [2024-07-02T20:17:02.535Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:02.801Z] #57 ... [2024-07-02T20:17:02.801Z] [2024-07-02T20:17:02.801Z] #83 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-02T20:17:02.801Z] #83 DONE 1.5s [2024-07-02T20:17:02.801Z] [2024-07-02T20:17:02.801Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:03.068Z] #57 ... [2024-07-02T20:17:03.068Z] [2024-07-02T20:17:03.068Z] #84 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-02T20:17:03.068Z] #84 DONE 0.9s [2024-07-02T20:17:03.068Z] [2024-07-02T20:17:03.068Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:04.027Z] #57 ... [2024-07-02T20:17:04.027Z] [2024-07-02T20:17:04.027Z] #85 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-02T20:17:04.027Z] #85 DONE 1.2s [2024-07-02T20:17:04.027Z] [2024-07-02T20:17:04.027Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:04.027Z] #57 ... [2024-07-02T20:17:04.027Z] [2024-07-02T20:17:04.027Z] #86 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-02T20:17:04.027Z] #86 DONE 1.2s [2024-07-02T20:17:04.027Z] [2024-07-02T20:17:04.027Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:04.296Z] #57 ... [2024-07-02T20:17:04.296Z] [2024-07-02T20:17:04.296Z] #87 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-02T20:17:04.296Z] #87 DONE 1.2s [2024-07-02T20:17:04.296Z] [2024-07-02T20:17:04.296Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:04.562Z] #57 ... [2024-07-02T20:17:04.562Z] [2024-07-02T20:17:04.562Z] #27 [support-scheduler internal] load build context [2024-07-02T20:17:04.830Z] #27 ... [2024-07-02T20:17:04.830Z] [2024-07-02T20:17:04.830Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:05.096Z] #38 ... [2024-07-02T20:17:05.096Z] [2024-07-02T20:17:05.096Z] #44 [core-command internal] load build context [2024-07-02T20:17:05.096Z] #44 ... [2024-07-02T20:17:05.096Z] [2024-07-02T20:17:05.096Z] #37 [support-notifications internal] load build context [2024-07-02T20:17:05.370Z] #37 ... [2024-07-02T20:17:05.370Z] [2024-07-02T20:17:05.370Z] #88 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-02T20:17:05.370Z] #88 DONE 1.1s [2024-07-02T20:17:05.370Z] [2024-07-02T20:17:05.370Z] #37 [support-notifications internal] load build context [2024-07-02T20:17:05.370Z] #37 ... [2024-07-02T20:17:05.370Z] [2024-07-02T20:17:05.370Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:05.370Z] #38 ... [2024-07-02T20:17:05.370Z] [2024-07-02T20:17:05.370Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:17:05.370Z] #63 ... [2024-07-02T20:17:05.370Z] [2024-07-02T20:17:05.370Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:05.637Z] #38 ... [2024-07-02T20:17:05.637Z] [2024-07-02T20:17:05.637Z] #89 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-02T20:17:05.637Z] #89 DONE 1.7s [2024-07-02T20:17:05.637Z] [2024-07-02T20:17:05.637Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:05.906Z] #38 ... [2024-07-02T20:17:05.906Z] [2024-07-02T20:17:05.906Z] #90 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-02T20:17:05.906Z] #90 DONE 1.5s [2024-07-02T20:17:05.906Z] [2024-07-02T20:17:05.906Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:06.869Z] #38 ... [2024-07-02T20:17:06.869Z] [2024-07-02T20:17:06.869Z] #91 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-02T20:17:06.869Z] #91 DONE 1.2s [2024-07-02T20:17:06.869Z] [2024-07-02T20:17:06.869Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:06.869Z] #38 ... [2024-07-02T20:17:06.869Z] [2024-07-02T20:17:06.869Z] #92 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-02T20:17:06.869Z] #92 DONE 1.1s [2024-07-02T20:17:06.869Z] [2024-07-02T20:17:06.869Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:07.136Z] #38 transferring context: 211.85MB 70.4s [2024-07-02T20:17:07.412Z] #38 ... [2024-07-02T20:17:07.412Z] [2024-07-02T20:17:07.412Z] #93 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-02T20:17:07.412Z] #93 DONE 1.5s [2024-07-02T20:17:07.412Z] [2024-07-02T20:17:07.412Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:07.994Z] #38 ... [2024-07-02T20:17:07.994Z] [2024-07-02T20:17:07.994Z] #94 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-02T20:17:07.994Z] #94 DONE 1.1s [2024-07-02T20:17:07.995Z] [2024-07-02T20:17:07.995Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:08.262Z] #38 ... [2024-07-02T20:17:08.262Z] [2024-07-02T20:17:08.262Z] #95 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-02T20:17:08.262Z] #95 DONE 0.8s [2024-07-02T20:17:08.262Z] [2024-07-02T20:17:08.262Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:08.843Z] #38 ... [2024-07-02T20:17:08.843Z] [2024-07-02T20:17:08.843Z] #27 [support-scheduler internal] load build context [2024-07-02T20:17:08.843Z] #27 transferring context: 228.41MB 74.9s done [2024-07-02T20:17:08.843Z] #27 DONE 75.4s [2024-07-02T20:17:08.843Z] [2024-07-02T20:17:08.843Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:09.112Z] #38 ... [2024-07-02T20:17:09.112Z] [2024-07-02T20:17:09.112Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:17:09.112Z] #30 ... [2024-07-02T20:17:09.112Z] [2024-07-02T20:17:09.112Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:09.699Z] #38 ... [2024-07-02T20:17:09.699Z] [2024-07-02T20:17:09.699Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:09.699Z] #64 ... [2024-07-02T20:17:09.699Z] [2024-07-02T20:17:09.699Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:10.282Z] #38 ... [2024-07-02T20:17:10.282Z] [2024-07-02T20:17:10.282Z] #43 [security-spiffe-token-provider internal] load build context [2024-07-02T20:17:10.282Z] #43 transferring context: 228.41MB 73.5s done [2024-07-02T20:17:10.282Z] #43 DONE 74.0s [2024-07-02T20:17:10.282Z] [2024-07-02T20:17:10.282Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:10.282Z] #38 ... [2024-07-02T20:17:10.282Z] [2024-07-02T20:17:10.282Z] #96 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:17:10.282Z] #96 DONE 1.4s [2024-07-02T20:17:10.548Z] [2024-07-02T20:17:10.548Z] #46 [core-data internal] load build context [2024-07-02T20:17:10.548Z] #46 ... [2024-07-02T20:17:10.548Z] [2024-07-02T20:17:10.548Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:10.818Z] #64 ... [2024-07-02T20:17:10.819Z] [2024-07-02T20:17:10.819Z] #38 [core-common-config-bootstrapper internal] load build context [2024-07-02T20:17:10.819Z] #38 transferring context: 228.41MB 73.8s done [2024-07-02T20:17:10.819Z] #38 DONE 74.2s [2024-07-02T20:17:10.819Z] [2024-07-02T20:17:10.819Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:11.413Z] #64 ... [2024-07-02T20:17:11.413Z] [2024-07-02T20:17:11.413Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:17:11.413Z] #58 ... [2024-07-02T20:17:11.413Z] [2024-07-02T20:17:11.413Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:11.679Z] #64 ... [2024-07-02T20:17:11.679Z] [2024-07-02T20:17:11.679Z] #97 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:17:11.679Z] #97 DONE 1.3s [2024-07-02T20:17:11.679Z] [2024-07-02T20:17:11.679Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:14.262Z] #64 ... [2024-07-02T20:17:14.262Z] [2024-07-02T20:17:14.262Z] #98 [security-spire-agent] exporting to image [2024-07-02T20:17:14.262Z] #98 exporting layers 5.5s done [2024-07-02T20:17:14.262Z] #98 writing image sha256:9f5d92df895d89be30e42e63d05130583813841abfd82c004350139a5c8fba57 0.2s done [2024-07-02T20:17:14.262Z] #98 writing image sha256:18627c294deef949dca7c272392540458f48b9c70e4fa6c7ee0451793767aa5b 0.1s done [2024-07-02T20:17:14.262Z] #98 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-07-02T20:17:14.262Z] #98 naming to docker.io/library/security-spire-server-arm64 done [2024-07-02T20:17:14.262Z] #98 writing image sha256:b48040a66909a4b7242124b7c5e86154c32982a6a8733d0a352c043e3355f7cf 0.0s done [2024-07-02T20:17:14.262Z] #98 naming to docker.io/library/security-spire-agent-arm64 done [2024-07-02T20:17:14.262Z] #98 DONE 6.8s [2024-07-02T20:17:14.262Z] [2024-07-02T20:17:14.262Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:14.850Z] #64 ... [2024-07-02T20:17:14.850Z] [2024-07-02T20:17:14.850Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:14.850Z] #57 ... [2024-07-02T20:17:14.850Z] [2024-07-02T20:17:14.850Z] #44 [core-command internal] load build context [2024-07-02T20:17:14.850Z] #44 transferring context: 228.41MB 68.6s done [2024-07-02T20:17:14.850Z] #44 DONE 71.2s [2024-07-02T20:17:14.850Z] [2024-07-02T20:17:14.850Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:14.850Z] #57 ... [2024-07-02T20:17:14.850Z] [2024-07-02T20:17:14.850Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:15.435Z] #64 ... [2024-07-02T20:17:15.435Z] [2024-07-02T20:17:15.435Z] #37 [support-notifications internal] load build context [2024-07-02T20:17:15.435Z] #37 ... [2024-07-02T20:17:15.435Z] [2024-07-02T20:17:15.435Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:15.700Z] #64 ... [2024-07-02T20:17:15.700Z] [2024-07-02T20:17:15.700Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:17:15.700Z] #63 ... [2024-07-02T20:17:15.700Z] [2024-07-02T20:17:15.700Z] #37 [support-notifications internal] load build context [2024-07-02T20:17:15.968Z] #37 ... [2024-07-02T20:17:15.968Z] [2024-07-02T20:17:15.968Z] #46 [core-data internal] load build context [2024-07-02T20:17:15.968Z] #46 transferring context: 228.41MB 79.1s done [2024-07-02T20:17:15.968Z] #46 DONE 79.2s [2024-07-02T20:17:15.968Z] [2024-07-02T20:17:15.968Z] #37 [support-notifications internal] load build context [2024-07-02T20:17:17.375Z] #37 ... [2024-07-02T20:17:17.375Z] [2024-07-02T20:17:17.375Z] #64 [core-metadata internal] load build context [2024-07-02T20:17:17.375Z] #64 transferring context: 228.41MB 71.2s done [2024-07-02T20:17:17.375Z] #64 DONE 73.3s [2024-07-02T20:17:17.375Z] [2024-07-02T20:17:17.375Z] #37 [support-notifications internal] load build context [2024-07-02T20:17:17.641Z] #37 transferring context: 228.41MB 80.2s done [2024-07-02T20:17:17.641Z] #37 DONE 80.4s [2024-07-02T20:17:17.641Z] [2024-07-02T20:17:17.641Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:19.051Z] #57 ... [2024-07-02T20:17:19.051Z] [2024-07-02T20:17:19.051Z] #99 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:17:19.051Z] #99 DONE 1.1s [2024-07-02T20:17:19.051Z] [2024-07-02T20:17:19.051Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:19.321Z] #57 ... [2024-07-02T20:17:19.321Z] [2024-07-02T20:17:19.321Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:17:19.589Z] #30 ... [2024-07-02T20:17:19.589Z] [2024-07-02T20:17:19.589Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:20.173Z] #57 ... [2024-07-02T20:17:20.173Z] [2024-07-02T20:17:20.173Z] #63 [security-proxy-setup internal] load build context [2024-07-02T20:17:20.173Z] #63 transferring context: 228.41MB 73.6s done [2024-07-02T20:17:20.173Z] #63 DONE 76.4s [2024-07-02T20:17:20.173Z] [2024-07-02T20:17:20.173Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:20.443Z] #57 ... [2024-07-02T20:17:20.443Z] [2024-07-02T20:17:20.443Z] #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:17:20.443Z] #100 ... [2024-07-02T20:17:20.443Z] [2024-07-02T20:17:20.443Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:21.035Z] #57 ... [2024-07-02T20:17:21.035Z] [2024-07-02T20:17:21.035Z] #101 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:17:21.035Z] #101 DONE 0.8s [2024-07-02T20:17:21.035Z] [2024-07-02T20:17:21.035Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:21.417Z] #57 ... [2024-07-02T20:17:21.417Z] [2024-07-02T20:17:21.417Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:17:21.701Z] #58 ... [2024-07-02T20:17:21.701Z] [2024-07-02T20:17:21.701Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:21.980Z] #57 ... [2024-07-02T20:17:21.980Z] [2024-07-02T20:17:21.980Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:17:21.980Z] #102 ... [2024-07-02T20:17:21.980Z] [2024-07-02T20:17:21.980Z] #30 [security-bootstrapper internal] load build context [2024-07-02T20:17:23.957Z] #30 transferring context: 228.41MB 88.3s done [2024-07-02T20:17:23.957Z] #30 DONE 88.5s [2024-07-02T20:17:23.957Z] [2024-07-02T20:17:23.957Z] #58 [security-secretstore-setup internal] load build context [2024-07-02T20:17:27.403Z] #58 transferring context: 228.41MB 87.7s done [2024-07-02T20:17:27.403Z] #58 DONE 88.2s [2024-07-02T20:17:27.403Z] [2024-07-02T20:17:27.403Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:28.808Z] #57 ... [2024-07-02T20:17:28.808Z] [2024-07-02T20:17:28.808Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:17:29.073Z] #103 ... [2024-07-02T20:17:29.073Z] [2024-07-02T20:17:29.073Z] #57 [security-proxy-auth internal] load build context [2024-07-02T20:17:30.039Z] #57 transferring context: 228.41MB 91.5s done [2024-07-02T20:17:30.039Z] #57 DONE 91.8s [2024-07-02T20:17:30.039Z] [2024-07-02T20:17:30.039Z] #104 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #104 ... [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #103 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #103 DONE 62.4s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #102 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #102 DONE 69.4s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #105 [support-notifications builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #105 ... [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #100 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #100 DONE 70.9s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #104 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #104 DONE 60.5s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #106 [support-scheduler builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #106 DONE 3.7s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #107 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #107 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #108 [core-command builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #108 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #109 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #109 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #110 [security-proxy-setup builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #110 DONE 3.5s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #111 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #111 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #112 [security-secretstore-setup builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #112 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #113 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #113 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #114 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #114 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #115 [core-metadata builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #115 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #116 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #116 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #105 [support-notifications builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #105 DONE 3.7s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #117 [security-proxy-auth builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #117 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #118 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #118 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #119 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #119 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #120 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #120 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #121 [security-bootstrapper builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #121 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #122 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #122 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #123 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #123 DONE 3.7s [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #124 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #124 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #125 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #125 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #126 [core-data builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #126 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #127 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-02T20:18:26.433Z] #127 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #128 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-02T20:18:26.433Z] #128 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-02T20:18:26.433Z] #129 CACHED [2024-07-02T20:18:26.433Z] [2024-07-02T20:18:26.433Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-02T20:18:30.696Z] #130 ... [2024-07-02T20:18:30.696Z] [2024-07-02T20:18:30.696Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:18:30.696Z] #0 4.977 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-02T20:18:30.696Z] #131 ... [2024-07-02T20:18:30.696Z] [2024-07-02T20:18:30.696Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-02T20:18:30.696Z] #130 5.393 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-02T20:18:34.955Z] #130 ... [2024-07-02T20:18:34.955Z] [2024-07-02T20:18:34.955Z] #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-02T20:18:34.955Z] #0 5.115 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-02T20:18:35.224Z] #132 ... [2024-07-02T20:18:35.224Z] [2024-07-02T20:18:35.224Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:18:35.224Z] #0 4.556 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-02T20:18:35.503Z] #133 ... [2024-07-02T20:18:35.503Z] [2024-07-02T20:18:35.503Z] #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-02T20:18:35.504Z] #0 4.432 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-02T20:18:35.504Z] #134 ... [2024-07-02T20:18:35.504Z] [2024-07-02T20:18:35.504Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:18:35.504Z] #0 5.507 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-02T20:18:35.772Z] #135 ... [2024-07-02T20:18:35.772Z] [2024-07-02T20:18:35.772Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:18:35.772Z] #0 5.195 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-02T20:18:35.772Z] #136 ... [2024-07-02T20:18:35.772Z] [2024-07-02T20:18:35.772Z] #137 [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-02T20:18:35.772Z] #0 4.715 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-02T20:18:36.040Z] #137 ... [2024-07-02T20:18:36.040Z] [2024-07-02T20:18:36.040Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:18:36.040Z] #0 4.773 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-02T20:18:36.040Z] #138 ... [2024-07-02T20:18:36.040Z] [2024-07-02T20:18:36.040Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:18:36.040Z] #0 4.132 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-02T20:18:36.308Z] #139 ... [2024-07-02T20:18:36.308Z] [2024-07-02T20:18:36.308Z] #140 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-02T20:18:36.308Z] #0 5.031 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-02T20:36:59.291Z] #140 ... [2024-07-02T20:36:59.291Z] [2024-07-02T20:36:59.291Z] #132 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-02T20:36:59.291Z] #132 DONE 1110.0s [2024-07-02T20:36:59.291Z] [2024-07-02T20:36:59.291Z] #134 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-02T20:36:59.291Z] #134 DONE 1110.1s [2024-07-02T20:36:59.291Z] [2024-07-02T20:36:59.291Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:36:59.291Z] #138 ... [2024-07-02T20:36:59.291Z] [2024-07-02T20:36:59.291Z] #137 [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-02T20:36:59.291Z] #137 1110.7 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-02T20:36:59.291Z] #137 ... [2024-07-02T20:36:59.291Z] [2024-07-02T20:36:59.291Z] #141 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-02T20:36:59.291Z] #141 DONE 0.5s [2024-07-02T20:36:59.291Z] [2024-07-02T20:36:59.292Z] #142 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:36:59.292Z] #142 DONE 0.5s [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-02T20:36:59.292Z] #143 ... [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #144 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:36:59.292Z] #144 DONE 0.6s [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #145 [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-02T20:36:59.292Z] #145 DONE 0.4s [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:36:59.292Z] #131 ... [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #146 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-02T20:36:59.292Z] #146 DONE 0.3s [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:36:59.292Z] #135 ... [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #147 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-02T20:36:59.292Z] #147 DONE 0.7s [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:36:59.292Z] #131 ... [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #148 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-02T20:36:59.292Z] #148 DONE 0.3s [2024-07-02T20:36:59.292Z] [2024-07-02T20:36:59.292Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:37:00.258Z] #149 ... [2024-07-02T20:37:00.258Z] [2024-07-02T20:37:00.258Z] #143 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-02T20:37:00.258Z] #143 DONE 3.7s [2024-07-02T20:37:00.685Z] [2024-07-02T20:37:00.685Z] #150 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:37:00.999Z] #150 DONE 0.8s [2024-07-02T20:37:00.999Z] [2024-07-02T20:37:00.999Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:37:00.999Z] #136 ... [2024-07-02T20:37:00.999Z] [2024-07-02T20:37:00.999Z] #151 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:37:01.269Z] #151 DONE 0.3s [2024-07-02T20:37:01.269Z] [2024-07-02T20:37:01.269Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:37:01.269Z] #139 ... [2024-07-02T20:37:01.269Z] [2024-07-02T20:37:01.269Z] #152 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-02T20:37:01.862Z] #152 DONE 0.6s [2024-07-02T20:37:01.862Z] [2024-07-02T20:37:01.862Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-02T20:37:01.862Z] #153 ... [2024-07-02T20:37:01.862Z] [2024-07-02T20:37:01.862Z] #149 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:37:01.862Z] #149 DONE 2.8s [2024-07-02T20:37:02.132Z] [2024-07-02T20:37:02.132Z] #98 [security-proxy-setup] exporting to image [2024-07-02T20:37:02.132Z] #98 exporting layers [2024-07-02T20:37:02.719Z] #98 ... [2024-07-02T20:37:02.719Z] [2024-07-02T20:37:02.719Z] #153 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-02T20:37:02.719Z] #153 DONE 0.7s [2024-07-02T20:37:02.719Z] [2024-07-02T20:37:02.719Z] #154 [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-02T20:37:02.987Z] #154 DONE 0.4s [2024-07-02T20:37:02.987Z] [2024-07-02T20:37:02.987Z] #155 [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-02T20:37:03.259Z] #155 DONE 0.3s [2024-07-02T20:37:03.259Z] [2024-07-02T20:37:03.259Z] #98 [security-proxy-setup] exporting to image [2024-07-02T20:37:03.526Z] #98 ... [2024-07-02T20:37:03.526Z] [2024-07-02T20:37:03.526Z] #156 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-02T20:37:03.526Z] #156 DONE 0.2s [2024-07-02T20:37:03.526Z] [2024-07-02T20:37:03.526Z] #98 [security-proxy-setup] exporting to image [2024-07-02T20:37:03.526Z] #98 exporting layers 1.6s done [2024-07-02T20:37:03.526Z] #98 writing image sha256:47ba8149f603006aa57883f96959313a06af70c9055a939f4294e00979114805 0.0s done [2024-07-02T20:37:03.526Z] #98 naming to docker.io/library/security-proxy-setup-arm64 0.0s done [2024-07-02T20:37:03.526Z] #98 DONE 8.5s [2024-07-02T20:37:03.526Z] [2024-07-02T20:37:03.526Z] #157 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-02T20:37:03.793Z] #157 DONE 0.3s [2024-07-02T20:37:03.793Z] [2024-07-02T20:37:03.793Z] #158 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-02T20:37:06.451Z] #158 DONE 2.3s [2024-07-02T20:37:06.451Z] [2024-07-02T20:37:06.451Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:37:06.451Z] #133 ... [2024-07-02T20:37:06.451Z] [2024-07-02T20:37:06.451Z] #98 [security-bootstrapper] exporting to image [2024-07-02T20:37:07.412Z] #98 exporting layers 1.3s done [2024-07-02T20:37:07.412Z] #98 writing image sha256:8d7d5fef21e38672019fa187ec995c2ce47fc398f20f18d36f78ecd4743bbcb4 done [2024-07-02T20:37:07.412Z] #98 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-02T20:37:07.412Z] #98 DONE 9.8s [2024-07-02T20:37:07.412Z] [2024-07-02T20:37:07.412Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:37:17.484Z] #138 ... [2024-07-02T20:37:17.484Z] [2024-07-02T20:37:17.484Z] #137 [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-02T20:37:17.484Z] #137 DONE 1132.4s [2024-07-02T20:37:17.751Z] [2024-07-02T20:37:17.751Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-02T20:37:18.027Z] #130 ... [2024-07-02T20:37:18.027Z] [2024-07-02T20:37:18.027Z] #159 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:37:18.027Z] #159 DONE 0.1s [2024-07-02T20:37:18.027Z] [2024-07-02T20:37:18.027Z] #160 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:37:18.296Z] #160 DONE 0.2s [2024-07-02T20:37:18.296Z] [2024-07-02T20:37:18.296Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:37:18.296Z] #131 ... [2024-07-02T20:37:18.296Z] [2024-07-02T20:37:18.296Z] #161 [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-02T20:37:18.566Z] #161 DONE 0.2s [2024-07-02T20:37:18.566Z] [2024-07-02T20:37:18.566Z] #162 [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-02T20:37:18.566Z] #162 DONE 0.1s [2024-07-02T20:37:18.566Z] [2024-07-02T20:37:18.566Z] #163 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:37:18.841Z] #163 DONE 0.2s [2024-07-02T20:37:18.841Z] [2024-07-02T20:37:18.841Z] #164 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-02T20:37:19.113Z] #164 DONE 0.3s [2024-07-02T20:37:19.113Z] [2024-07-02T20:37:19.113Z] #165 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-02T20:37:19.380Z] #165 DONE 0.3s [2024-07-02T20:37:19.380Z] [2024-07-02T20:37:19.380Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:37:19.380Z] #133 ... [2024-07-02T20:37:19.380Z] [2024-07-02T20:37:19.380Z] #166 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-02T20:37:19.380Z] #166 DONE 0.1s [2024-07-02T20:37:19.646Z] [2024-07-02T20:37:19.646Z] #167 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:37:22.233Z] #167 DONE 2.3s [2024-07-02T20:37:22.233Z] [2024-07-02T20:37:22.233Z] #98 [security-secretstore-setup] exporting to image [2024-07-02T20:37:22.233Z] #98 exporting layers [2024-07-02T20:37:23.705Z] #98 exporting layers 1.7s done [2024-07-02T20:37:23.705Z] #98 writing image sha256:c0f629e5e97114d0aca73814a6f43b30aa53d0c84e597a4f6d299682be7643a4 done [2024-07-02T20:37:23.705Z] #98 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-02T20:37:23.705Z] #98 DONE 11.6s [2024-07-02T20:37:23.705Z] [2024-07-02T20:37:23.705Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:38:10.560Z] #138 ... [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #140 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-02T20:38:10.560Z] #140 DONE 1182.9s [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:38:10.560Z] #139 ... [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #168 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:38:10.560Z] #168 DONE 0.2s [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #169 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:38:10.560Z] #169 DONE 0.2s [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #170 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-02T20:38:10.560Z] #170 DONE 0.3s [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:38:10.560Z] #131 ... [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #171 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:38:10.560Z] #171 DONE 0.1s [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #172 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-02T20:38:10.560Z] #172 DONE 0.1s [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:38:10.560Z] #133 ... [2024-07-02T20:38:10.560Z] [2024-07-02T20:38:10.560Z] #173 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:38:11.155Z] #173 DONE 1.9s [2024-07-02T20:38:11.155Z] [2024-07-02T20:38:11.155Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:38:11.421Z] #139 ... [2024-07-02T20:38:11.421Z] [2024-07-02T20:38:11.422Z] #98 [core-common-config-bootstrapper] exporting to image [2024-07-02T20:38:11.422Z] #98 exporting layers [2024-07-02T20:38:12.006Z] #98 exporting layers 0.7s done [2024-07-02T20:38:12.006Z] #98 writing image sha256:81f22cefb6b46bca7e78b2ee093cf01196ab21f307f7ac20b93b2473e1d26675 done [2024-07-02T20:38:12.006Z] #98 naming to docker.io/library/core-common-config-bootstrapper-arm64 done [2024-07-02T20:38:12.006Z] #98 DONE 12.2s [2024-07-02T20:38:12.006Z] [2024-07-02T20:38:12.006Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:40:03.672Z] #131 ... [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #133 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-02T20:40:03.672Z] #133 DONE 1292.2s [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:40:03.672Z] #138 ... [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #174 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:40:03.672Z] #174 DONE 0.1s [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #175 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:40:03.672Z] #175 DONE 0.1s [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #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-02T20:40:03.672Z] #176 DONE 0.4s [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:40:03.672Z] #138 ... [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #177 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:40:03.672Z] #177 DONE 0.2s [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #98 [security-spiffe-token-provider] exporting to image [2024-07-02T20:40:03.672Z] #98 exporting layers [2024-07-02T20:40:03.672Z] #98 exporting layers 1.0s done [2024-07-02T20:40:03.672Z] #98 writing image sha256:7c5b1241f5be372279d60e1baafdf75808d6fc581af93d4d4a2f2d2b1ac21f7b done [2024-07-02T20:40:03.672Z] #98 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-02T20:40:03.672Z] #98 DONE 13.2s [2024-07-02T20:40:03.672Z] [2024-07-02T20:40:03.672Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:46:40.991Z] #138 ... [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #130 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-02T20:46:40.991Z] #130 DONE 1689.2s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:46:40.991Z] #136 ... [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #178 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:46:40.991Z] #178 DONE 0.2s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:46:40.991Z] #135 ... [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #179 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:46:40.991Z] #179 DONE 0.2s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #180 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-02T20:46:40.991Z] #180 DONE 0.4s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #181 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:46:40.991Z] #181 DONE 0.1s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #182 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-02T20:46:40.991Z] #182 DONE 0.1s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:46:40.991Z] #135 ... [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #183 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-02T20:46:40.991Z] #183 DONE 1.8s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:46:40.991Z] #131 ... [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #98 [security-proxy-auth] exporting to image [2024-07-02T20:46:40.991Z] #98 exporting layers [2024-07-02T20:46:40.991Z] #98 exporting layers 0.7s done [2024-07-02T20:46:40.991Z] #98 writing image sha256:188490d9576c4051b6ccb51a223dcf8bfa57d70e09ffb974872eb588a7c93da3 done [2024-07-02T20:46:40.991Z] #98 naming to docker.io/library/security-proxy-auth-arm64 done [2024-07-02T20:46:40.991Z] #98 DONE 13.9s [2024-07-02T20:46:40.991Z] [2024-07-02T20:46:40.991Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:47:20.103Z] #131 ... [2024-07-02T20:47:20.103Z] [2024-07-02T20:47:20.103Z] #138 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-02T20:47:20.103Z] #138 DONE 1734.8s [2024-07-02T20:47:20.103Z] [2024-07-02T20:47:20.103Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:47:20.103Z] #139 ... [2024-07-02T20:47:20.103Z] [2024-07-02T20:47:20.103Z] #184 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:47:20.372Z] #184 DONE 0.2s [2024-07-02T20:47:20.372Z] [2024-07-02T20:47:20.372Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:47:20.639Z] #139 ... [2024-07-02T20:47:20.639Z] [2024-07-02T20:47:20.639Z] #185 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:47:20.907Z] #185 DONE 0.2s [2024-07-02T20:47:20.907Z] [2024-07-02T20:47:20.907Z] #186 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-02T20:47:21.490Z] #186 DONE 0.4s [2024-07-02T20:47:21.490Z] [2024-07-02T20:47:21.490Z] #187 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:47:21.490Z] #187 DONE 0.1s [2024-07-02T20:47:21.490Z] [2024-07-02T20:47:21.490Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:47:21.490Z] #139 ... [2024-07-02T20:47:21.490Z] [2024-07-02T20:47:21.490Z] #98 [core-command] exporting to image [2024-07-02T20:47:21.490Z] #98 exporting layers [2024-07-02T20:47:21.757Z] #98 exporting layers 0.4s done [2024-07-02T20:47:21.757Z] #98 writing image sha256:d878cb5b6cdf15ad89b6821f2ca15313e7956e621536922e7bdb916198aed6fa done [2024-07-02T20:47:21.757Z] #98 naming to docker.io/library/core-command-arm64 done [2024-07-02T20:47:21.757Z] #98 DONE 14.3s [2024-07-02T20:47:21.757Z] [2024-07-02T20:47:21.757Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:47:36.762Z] #47 ... [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #131 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-02T20:47:36.762Z] #131 DONE 1750.6s [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #136 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-02T20:47:36.762Z] #136 DONE 1750.6s [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:47:36.762Z] #139 ... [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #188 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:47:36.762Z] #188 DONE 0.4s [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #189 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:47:36.762Z] #189 DONE 0.4s [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:47:36.762Z] #139 ... [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #190 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:47:36.762Z] #190 DONE 0.3s [2024-07-02T20:47:36.762Z] [2024-07-02T20:47:36.762Z] #191 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:47:37.030Z] #191 DONE 0.3s [2024-07-02T20:47:37.030Z] [2024-07-02T20:47:37.030Z] #192 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-02T20:47:37.615Z] #192 ... [2024-07-02T20:47:37.615Z] [2024-07-02T20:47:37.615Z] #193 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-02T20:47:37.615Z] #193 DONE 0.6s [2024-07-02T20:47:37.615Z] [2024-07-02T20:47:37.615Z] #192 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-02T20:47:37.615Z] #192 DONE 0.7s [2024-07-02T20:47:37.615Z] [2024-07-02T20:47:37.615Z] #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:47:37.882Z] #194 ... [2024-07-02T20:47:37.882Z] [2024-07-02T20:47:37.882Z] #195 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:47:37.882Z] #195 DONE 0.2s [2024-07-02T20:47:37.882Z] [2024-07-02T20:47:37.882Z] #194 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:47:37.882Z] #194 DONE 0.4s [2024-07-02T20:47:37.882Z] [2024-07-02T20:47:37.882Z] #196 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-02T20:47:38.150Z] #196 DONE 0.3s [2024-07-02T20:47:38.150Z] [2024-07-02T20:47:38.150Z] #98 [core-metadata] exporting to image [2024-07-02T20:47:38.150Z] #98 exporting layers [2024-07-02T20:47:38.733Z] #98 exporting layers 0.6s done [2024-07-02T20:47:38.733Z] #98 writing image sha256:9d0909d9cae268a9814ebd76881ac7085e1a213a435bd2551df566e0b519875e 0.0s done [2024-07-02T20:47:38.733Z] #98 naming to docker.io/library/core-data-arm64 done [2024-07-02T20:47:39.000Z] #98 writing image sha256:dd9d789d78e15cd2d2d1ce49de69950c33b3b4d224dd179a5976a40034464d42 done [2024-07-02T20:47:39.000Z] #98 naming to docker.io/library/core-metadata-arm64 done [2024-07-02T20:47:39.000Z] #98 DONE 15.1s [2024-07-02T20:47:39.000Z] [2024-07-02T20:47:39.000Z] #139 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-02T20:48:05.667Z] #139 DONE 1778.8s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #135 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-02T20:48:05.667Z] #135 DONE 1778.7s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:48:05.667Z] #47 ... [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #197 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:48:05.667Z] #197 DONE 0.4s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #198 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-02T20:48:05.667Z] #198 DONE 0.2s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #199 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:48:05.667Z] #199 DONE 0.2s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-02T20:48:05.667Z] #200 ... [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #201 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-02T20:48:05.667Z] #201 DONE 0.2s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #202 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-02T20:48:05.667Z] #202 DONE 0.4s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #200 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-02T20:48:05.667Z] #200 DONE 0.5s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #203 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:48:05.667Z] #203 DONE 0.1s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #204 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-02T20:48:05.667Z] #204 DONE 0.1s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #98 [support-notifications] exporting to image [2024-07-02T20:48:05.667Z] #98 exporting layers [2024-07-02T20:48:05.667Z] #98 exporting layers 0.4s done [2024-07-02T20:48:05.667Z] #98 exporting layers 0.6s done [2024-07-02T20:48:05.667Z] #98 writing image sha256:ce7f1d60ff0b42b04b585599b798dfee90048d50e555f34ec2dbdd3469d66244 0.0s done [2024-07-02T20:48:05.667Z] #98 naming to docker.io/library/support-scheduler-arm64 done [2024-07-02T20:48:05.667Z] #98 writing image sha256:e2e81c2cae0e9dd2ea1e4eb3bc1d57f30cad7de145231b619fdc2817682cf5ab done [2024-07-02T20:48:05.667Z] #98 naming to docker.io/library/support-notifications-arm64 done [2024-07-02T20:48:05.667Z] #98 DONE 16.2s [2024-07-02T20:48:05.667Z] [2024-07-02T20:48:05.667Z] #47 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:41Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-02T20:48:05.667Z] time="2024-07-02T20:15:42Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-02T20:48:05.962Z] $ docker stop --time=1 dd620d3fae9313b8550f6ce856f87fbbc37723c15db9356bee0bbff1336a81b2 [2024-07-02T20:48:07.578Z] $ docker rm -f --volumes dd620d3fae9313b8550f6ce856f87fbbc37723c15db9356bee0bbff1336a81b2 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-02T20:48:08.175Z] + docker images [2024-07-02T20:48:08.175Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-02T20:48:08.175Z] support-scheduler-arm64 latest ce7f1d60ff0b 3 seconds ago 42.4MB [2024-07-02T20:48:08.175Z] support-notifications-arm64 latest e2e81c2cae0e 3 seconds ago 43.3MB [2024-07-02T20:48:08.175Z] core-metadata-arm64 latest dd9d789d78e1 30 seconds ago 40.3MB [2024-07-02T20:48:08.175Z] core-data-arm64 latest 9d0909d9cae2 31 seconds ago 40.1MB [2024-07-02T20:48:08.175Z] core-command-arm64 latest d878cb5b6cdf 47 seconds ago 39.9MB [2024-07-02T20:48:08.175Z] security-proxy-auth-arm64 latest 188490d9576c About a minute ago 37.4MB [2024-07-02T20:48:08.175Z] security-spiffe-token-provider-arm64 latest 7c5b1241f5be 8 minutes ago 34.1MB [2024-07-02T20:48:08.175Z] core-common-config-bootstrapper-arm64 latest 81f22cefb6b4 9 minutes ago 20.1MB [2024-07-02T20:48:08.175Z] security-secretstore-setup-arm64 latest c0f629e5e971 10 minutes ago 41.5MB [2024-07-02T20:48:08.175Z] security-bootstrapper-arm64 latest 8d7d5fef21e3 11 minutes ago 23.7MB [2024-07-02T20:48:08.175Z] security-proxy-setup-arm64 latest 47ba8149f603 11 minutes ago 31MB [2024-07-02T20:48:08.175Z] security-spire-config-arm64 latest 18627c294dee 31 minutes ago 101MB [2024-07-02T20:48:08.176Z] security-spire-agent-arm64 latest b48040a66909 31 minutes ago 157MB [2024-07-02T20:48:08.176Z] security-spire-server-arm64 latest 9f5d92df895d 31 minutes ago 102MB [2024-07-02T20:48:08.176Z] ci-base-image-arm64 latest 281f60677f6c 48 minutes ago 962MB [2024-07-02T20:48:08.176Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-02T20:48:08.176Z] 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-02T20:48:09.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T20:48:09.147Z] [2024-07-02T20:48:09.147Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:48:09.582Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T20:48:09.847Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-02T20:48:09.847Z] 8998bd30e6a1: Pulling fs layer [2024-07-02T20:48:09.847Z] 04944245beec: Pulling fs layer [2024-07-02T20:48:09.847Z] 699f458cf7ca: Pulling fs layer [2024-07-02T20:48:09.847Z] 765212b225bb: Pulling fs layer [2024-07-02T20:48:09.847Z] f23df028b6ca: Pulling fs layer [2024-07-02T20:48:09.847Z] d65c8cfc05b1: Pulling fs layer [2024-07-02T20:48:09.847Z] 2437ff75d9bd: Pulling fs layer [2024-07-02T20:48:09.847Z] 765212b225bb: Waiting [2024-07-02T20:48:09.847Z] f23df028b6ca: Waiting [2024-07-02T20:48:09.847Z] d65c8cfc05b1: Waiting [2024-07-02T20:48:09.847Z] 2437ff75d9bd: Waiting [2024-07-02T20:48:09.847Z] 04944245beec: Verifying Checksum [2024-07-02T20:48:09.847Z] 04944245beec: Download complete [2024-07-02T20:48:09.847Z] 765212b225bb: Verifying Checksum [2024-07-02T20:48:09.847Z] 765212b225bb: Download complete [2024-07-02T20:48:10.112Z] f23df028b6ca: Verifying Checksum [2024-07-02T20:48:10.112Z] f23df028b6ca: Download complete [2024-07-02T20:48:10.112Z] d65c8cfc05b1: Verifying Checksum [2024-07-02T20:48:10.112Z] d65c8cfc05b1: Download complete [2024-07-02T20:48:10.112Z] 699f458cf7ca: Verifying Checksum [2024-07-02T20:48:10.112Z] 699f458cf7ca: Download complete [2024-07-02T20:48:10.691Z] 8998bd30e6a1: Verifying Checksum [2024-07-02T20:48:10.691Z] 8998bd30e6a1: Download complete [2024-07-02T20:48:13.271Z] 2437ff75d9bd: Verifying Checksum [2024-07-02T20:48:13.271Z] 2437ff75d9bd: Download complete [2024-07-02T20:48:15.842Z] 8998bd30e6a1: Pull complete [2024-07-02T20:48:16.107Z] 04944245beec: Pull complete [2024-07-02T20:48:18.038Z] 699f458cf7ca: Pull complete [2024-07-02T20:48:18.038Z] 765212b225bb: Pull complete [2024-07-02T20:48:18.991Z] f23df028b6ca: Pull complete [2024-07-02T20:48:18.991Z] d65c8cfc05b1: Pull complete [2024-07-02T20:48:37.177Z] 2437ff75d9bd: Pull complete [2024-07-02T20:48:37.177Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-02T20:48:37.177Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-02T20:48:37.177Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:48:37.564Z] prd-ubuntu20.04-docker-arm64-4c-16g-4841 does not seem to be running inside a container [2024-07-02T20:48:37.625Z] $ 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-02T20:48:40.850Z] $ docker top c8e9fcca076060ef28d3907cc7f7f1003e300bfc5880070d2617040f4a95e94f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:48:41.865Z] ---> job-cost.sh [2024-07-02T20:48:41.865Z] lf-activate-venv: SKIPPING [2024-07-02T20:48:41.865Z] INFO: No Stack... [2024-07-02T20:48:42.444Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-02T20:48:43.396Z] INFO: Archiving Costs [Pipeline] sh [2024-07-02T20:48:44.066Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-07-02T20:48:44.066Z] + cut -d, -f6 [Pipeline] lock [2024-07-02T20:48:44.127Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] [2024-07-02T20:48:44.133Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] did not exist. Created. [2024-07-02T20:48:44.143Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-02T20:48:44.901Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-02T20:48:45.116Z] Stashed 1 file(s) [Pipeline] } [2024-07-02T20:48:45.137Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4815-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-02T20:48:45.221Z] $ docker stop --time=1 c8e9fcca076060ef28d3907cc7f7f1003e300bfc5880070d2617040f4a95e94f [2024-07-02T20:48:46.732Z] $ docker rm -f --volumes c8e9fcca076060ef28d3907cc7f7f1003e300bfc5880070d2617040f4a95e94f [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-02T20:48:47.997Z] provisioning config files... [2024-07-02T20:48:48.005Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config261273030814211116tmp [Pipeline] { [Pipeline] sh [2024-07-02T20:48:48.355Z] + set +x [2024-07-02T20:48:48.355Z] + curl -s https://codecov.io/bash [2024-07-02T20:48:48.355Z] + bash -s -- [2024-07-02T20:48:48.355Z] [2024-07-02T20:48:48.355Z] _____ _ [2024-07-02T20:48:48.355Z] / ____| | | [2024-07-02T20:48:48.355Z] | | ___ __| | ___ ___ _____ __ [2024-07-02T20:48:48.355Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-02T20:48:48.355Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-02T20:48:48.355Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-02T20:48:48.355Z] Bash-1.0.6 [2024-07-02T20:48:48.355Z] [2024-07-02T20:48:48.355Z] [2024-07-02T20:48:48.355Z] ==> git version 2.25.1 found [2024-07-02T20:48:48.355Z] ==> 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-02T20:48:48.355Z] Release-Date: 2020-01-08 [2024-07-02T20:48:48.355Z] 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-02T20:48:48.355Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-02T20:48:48.355Z] ==> Jenkins CI detected. [2024-07-02T20:48:48.355Z] current dir:  /w/workspace/edgex-go/1 [2024-07-02T20:48:48.355Z] project root: . [2024-07-02T20:48:48.355Z] --> token set from env [2024-07-02T20:48:48.355Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-02T20:48:48.355Z] ==> Running gcov in . (disable via -X gcov) [2024-07-02T20:48:48.355Z] ==> Python coveragepy not found [2024-07-02T20:48:48.355Z] ==> Searching for coverage reports in: [2024-07-02T20:48:48.355Z] + . [2024-07-02T20:48:48.614Z] -> Found 1 reports [2024-07-02T20:48:48.614Z] ==> Detecting git/mercurial file structure [2024-07-02T20:48:48.614Z] ==> Reading reports [2024-07-02T20:48:48.614Z] + ./coverage.out bytes=456284 [2024-07-02T20:48:48.614Z] ==> Appending adjustments [2024-07-02T20:48:48.614Z] https://docs.codecov.io/docs/fixing-reports [2024-07-02T20:48:49.550Z] + Found adjustments [2024-07-02T20:48:49.550Z] ==> Gzipping contents [2024-07-02T20:48:49.550Z] 60K /tmp/codecov.H2S1vf.gz [2024-07-02T20:48:49.550Z] ==> Uploading reports [2024-07-02T20:48:49.550Z] url: https://codecov.io [2024-07-02T20:48:49.550Z] query: branch=PR-4815&commit=c0a23728568dc09b3adec74e72db8db9b3cdda26&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4815%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4815&job=&cmd_args= [2024-07-02T20:48:49.550Z] -> Pinging Codecov [2024-07-02T20:48:49.550Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4815&commit=c0a23728568dc09b3adec74e72db8db9b3cdda26&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4815%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4815&job=&cmd_args= [2024-07-02T20:48:49.810Z] -> Uploading to [2024-07-02T20:48:49.810Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-02/00271124DB129430A58F1EEE437C3FCB/c0a23728568dc09b3adec74e72db8db9b3cdda26/1b54c39a-08b5-4aec-a048-ea3264cd750d.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240702%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240702T204849Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=020a474e8bf16787c575b7a1d0b780877491e8c4465ac9a28e0b11f9c7c92231 [2024-07-02T20:48:49.810Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-02T20:48:49.810Z] Dload Upload Total Spent Left Speed [2024-07-02T20:48:50.069Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 57985 0 0 100 57985 0 208k --:--:-- --:--:-- --:--:-- 208k [2024-07-02T20:48:50.069Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/c0a23728568dc09b3adec74e72db8db9b3cdda26 [Pipeline] } [2024-07-02T20:48:50.104Z] 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-02T20:48:51.847Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:48:52.196Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:48:53.116Z] ---> package-listing.sh [2024-07-02T20:48:53.116Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-02T20:48:53.116Z] ++ facter osfamily [2024-07-02T20:48:53.376Z] + OS_FAMILY=debian [2024-07-02T20:48:53.376Z] + workspace=/w/workspace/edgex-go/1 [2024-07-02T20:48:53.376Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-02T20:48:53.376Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-02T20:48:53.376Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-02T20:48:53.376Z] + PACKAGES=/tmp/packages_start.txt [2024-07-02T20:48:53.376Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-02T20:48:53.376Z] + PACKAGES=/tmp/packages_end.txt [2024-07-02T20:48:53.376Z] + case "${OS_FAMILY}" in [2024-07-02T20:48:53.376Z] + dpkg -l [2024-07-02T20:48:53.376Z] + grep '^ii' [2024-07-02T20:48:53.376Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-02T20:48:53.376Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-02T20:48:53.376Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-02T20:48:53.376Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-02T20:48:53.376Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-02T20:48:53.376Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-02T20:48:53.424Z] 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-02T20:48:53.723Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:48:54.377Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T20:48:54.377Z] [2024-07-02T20:48:54.377Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-02T20:48:54.801Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T20:48:54.801Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-02T20:48:54.801Z] 5eb5b503b376: Pulling fs layer [2024-07-02T20:48:54.801Z] 5c69ac0246d0: Pulling fs layer [2024-07-02T20:48:54.801Z] ec43610c2a17: Pulling fs layer [2024-07-02T20:48:54.801Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-02T20:48:54.801Z] 33b1e0a273af: Pulling fs layer [2024-07-02T20:48:54.801Z] 5d3b04190fa2: Pulling fs layer [2024-07-02T20:48:54.801Z] 2f39f015ded8: Pulling fs layer [2024-07-02T20:48:54.801Z] 2f39f015ded8: Waiting [2024-07-02T20:48:54.801Z] 33b1e0a273af: Waiting [2024-07-02T20:48:54.801Z] 5d3b04190fa2: Waiting [2024-07-02T20:48:54.801Z] 3a2ae6a8a46f: Waiting [2024-07-02T20:48:54.801Z] 5c69ac0246d0: Verifying Checksum [2024-07-02T20:48:54.801Z] 5c69ac0246d0: Download complete [2024-07-02T20:48:54.801Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-02T20:48:54.801Z] 33b1e0a273af: Verifying Checksum [2024-07-02T20:48:54.801Z] 33b1e0a273af: Download complete [2024-07-02T20:48:54.801Z] 5d3b04190fa2: Download complete [2024-07-02T20:48:55.069Z] ec43610c2a17: Verifying Checksum [2024-07-02T20:48:55.069Z] ec43610c2a17: Download complete [2024-07-02T20:48:55.069Z] 5eb5b503b376: Verifying Checksum [2024-07-02T20:48:55.069Z] 5eb5b503b376: Download complete [2024-07-02T20:48:55.637Z] 2f39f015ded8: Download complete [2024-07-02T20:48:56.204Z] 5eb5b503b376: Pull complete [2024-07-02T20:48:56.468Z] 5c69ac0246d0: Pull complete [2024-07-02T20:48:57.427Z] ec43610c2a17: Pull complete [2024-07-02T20:48:57.427Z] 3a2ae6a8a46f: Pull complete [2024-07-02T20:48:57.686Z] 33b1e0a273af: Pull complete [2024-07-02T20:48:57.686Z] 5d3b04190fa2: Pull complete [2024-07-02T20:49:01.871Z] 2f39f015ded8: Pull complete [2024-07-02T20:49:01.871Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-02T20:49:01.871Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-02T20:49:01.871Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-02T20:49:02.120Z] prd-ubuntu20.04-docker-8c-8g-4840 does not seem to be running inside a container [2024-07-02T20:49:02.156Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-02T20:49:08.327Z] $ docker top e6bcf46e2ac583d1ee22442c039582de57db87889b125053b770ec9a6aa81385 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-02T20:49:08.781Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-02T20:49:09.099Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-02T20:49:09.416Z] + ls /var/log/sa-host [2024-07-02T20:49:09.416Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-02T20:49:09.653Z] provisioning config files... [2024-07-02T20:49:09.662Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config12932810950595905448tmp [Pipeline] { [Pipeline] echo [2024-07-02T20:49:09.729Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:49:10.050Z] ---> create-netrc.sh [Pipeline] } [2024-07-02T20:49:10.084Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:49:10.598Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-02T20:49:10.647Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:49:10.996Z] ---> sudo-logs.sh [2024-07-02T20:49:10.996Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-02T20:49:11.091Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:49:11.417Z] ---> job-cost.sh [2024-07-02T20:49:11.418Z] lf-activate-venv: SKIPPING [2024-07-02T20:49:11.418Z] DEBUG: total: 0.10999999940395355 [2024-07-02T20:49:11.418Z] INFO: Retrieving Stack Cost... [2024-07-02T20:49:11.985Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-02T20:49:12.244Z] INFO: Archiving Costs [Pipeline] echo [2024-07-02T20:49:12.292Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-02T20:49:12.622Z] ---> logs-deploy.sh [2024-07-02T20:49:12.622Z] lf-activate-venv: SKIPPING [2024-07-02T20:49:12.622Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4815/1 [2024-07-02T20:49:12.622Z] INFO: archiving workspace using pattern(s): [2024-07-02T20:49:13.560Z] Archives upload complete. [2024-07-02T20:49:13.560Z] INFO: archiving logs to Nexus