Pull request #4818 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7e9da4165acc2ca2a160f579c3c921964e3d8559+1563034bdd075c93d67b99643895e9c750b93b8f (a13b1df6494b2a1e1c4edd1751f80252926b4fc7) 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-ssh156839890384785066.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-ssh18072571202419768296.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-4818/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-4818/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13527006923345610999.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-4818/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh18010032318543801658.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-ssh6448855233890856063.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-4818/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-4818/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh17721689729746674308.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-5089 in /w/workspace/edgexfoundry_edgex-go_PR-4818 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/1 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4818/head:refs/remotes/origin/PR-4818 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 1563034bdd075c93d67b99643895e9c750b93b8f into PR head commit 7e9da4165acc2ca2a160f579c3c921964e3d8559 Merge succeeded, producing 7e9da4165acc2ca2a160f579c3c921964e3d8559 Checking out Revision 7e9da4165acc2ca2a160f579c3c921964e3d8559 (PR-4818) Commit message: "build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc > git config core.sparsecheckout # timeout=10 > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # 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 1563034bdd075c93d67b99643895e9c750b93b8f # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2024-07-05T19:40:01.272Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2024-07-05T19:40:01.503Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2024-07-05T19:40:01.623Z] ========================================================= [2024-07-05T19:40:01.623Z] EdgeX Global Pipelines Version Info [2024-07-05T19:40:01.623Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2024-07-05T19:40:02.408Z] ------------------- [2024-07-05T19:40:02.409Z] stable info: [2024-07-05T19:40:02.409Z] ------------------- [2024-07-05T19:40:02.409Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-05T19:40:02.409Z] Commit SHA: 590556114a56c6d90cc8043840e039c2f74196dc [2024-07-05T19:40:02.409Z] Message: update stable to v1.0.260 [2024-07-05T19:40:02.980Z] ------------------- [2024-07-05T19:40:02.980Z] experimental info: [2024-07-05T19:40:02.980Z] ------------------- [2024-07-05T19:40:02.980Z] Commited By: Ginny Guan ginny@iotechsys.com [2024-07-05T19:40:02.980Z] Commit SHA: f5e0e1f8358a839901f1a476b3a28a62f8570917 [2024-07-05T19:40:02.980Z] Message: update experimental to v1.0.259 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2024-07-05T19:40:03.207Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2024-07-05T19:40:03.269Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2024-07-05T19:40:03.328Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2024-07-05T19:40:03.387Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2024-07-05T19:40:03.456Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2024-07-05T19:40:03.511Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2024-07-05T19:40:03.623Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2024-07-05T19:40:03.685Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2024-07-05T19:40:03.746Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2024-07-05T19:40:03.803Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2024-07-05T19:40:03.858Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2024-07-05T19:40:03.919Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2024-07-05T19:40:03.985Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2024-07-05T19:40:04.047Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2024-07-05T19:40:04.110Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2024-07-05T19:40:04.169Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2024-07-05T19:40:04.231Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2024-07-05T19:40:04.290Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2024-07-05T19:40:04.351Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2024-07-05T19:40:04.411Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2024-07-05T19:40:04.468Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2024-07-05T19:40:04.522Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2024-07-05T19:40:04.579Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2024-07-05T19:40:04.636Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-4818 [Pipeline] echo [2024-07-05T19:40:04.698Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-4818 [Pipeline] echo [2024-07-05T19:40:04.762Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-4818 [Pipeline] echo [2024-07-05T19:40:04.822Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] echo [2024-07-05T19:40:04.885Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7e9da41 [Pipeline] echo [2024-07-05T19:40:04.947Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-05T19:40:05.108Z] provisioning config files... [2024-07-05T19:40:05.122Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config9354911789075440198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-05T19:40:05.512Z] ---> ****-login.sh [2024-07-05T19:40:05.512Z] nexus3.edgexfoundry.org:10001 [2024-07-05T19:40:05.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:40:11.080Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:40:11.081Z] Configure a credential helper to remove this warning. See [2024-07-05T19:40:11.081Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:40:11.081Z] [2024-07-05T19:40:11.081Z] Login Succeeded [2024-07-05T19:40:11.081Z] nexus3.edgexfoundry.org:10002 [2024-07-05T19:40:11.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:40:11.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:40:11.081Z] Configure a credential helper to remove this warning. See [2024-07-05T19:40:11.081Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:40:11.081Z] [2024-07-05T19:40:11.081Z] Login Succeeded [2024-07-05T19:40:11.081Z] nexus3.edgexfoundry.org:10003 [2024-07-05T19:40:11.081Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:40:11.081Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:40:11.081Z] Configure a credential helper to remove this warning. See [2024-07-05T19:40:11.081Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:40:11.081Z] [2024-07-05T19:40:11.081Z] Login Succeeded [2024-07-05T19:40:11.081Z] nexus3.edgexfoundry.org:10004 [2024-07-05T19:40:11.341Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:40:11.341Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:40:11.342Z] Configure a credential helper to remove this warning. See [2024-07-05T19:40:11.342Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:40:11.342Z] [2024-07-05T19:40:11.342Z] Login Succeeded [2024-07-05T19:40:11.342Z] ****.io [2024-07-05T19:40:11.342Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:40:11.602Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:40:11.602Z] Configure a credential helper to remove this warning. See [2024-07-05T19:40:11.602Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:40:11.602Z] [2024-07-05T19:40:11.602Z] Login Succeeded [2024-07-05T19:40:11.602Z] ---> ****-login.sh ends [Pipeline] } [2024-07-05T19:40:11.635Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-05T19:40:12.087Z] + ls cmd/core-command/Dockerfile cmd/core-common-config-bootstrapper/Dockerfile cmd/core-data/Dockerfile cmd/core-keeper/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-auth/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/security-spiffe-token-provider/Dockerfile cmd/security-spire-agent/Dockerfile cmd/security-spire-config/Dockerfile cmd/security-spire-server/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + dirname cmd/core-command/Dockerfile [2024-07-05T19:40:12.087Z] + echo core-command,cmd/core-command/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/core-common-config-bootstrapper/Dockerfile+ [2024-07-05T19:40:12.087Z] cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo core-common-config-bootstrapper,cmd/core-common-config-bootstrapper/Dockerfile [2024-07-05T19:40:12.087Z] + dirname+ cmd/core-data/Dockerfile [2024-07-05T19:40:12.087Z] cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo core-data,cmd/core-data/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/core-keeper/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo core-keeper,cmd/core-keeper/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/core-metadata/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2024-07-05T19:40:12.087Z] + + dirname cmd/security-bootstrapper/Dockerfile [2024-07-05T19:40:12.087Z] cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/security-proxy-auth/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-proxy-auth,cmd/security-proxy-auth/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/security-proxy-setup/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/security-secretstore-setup/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2024-07-05T19:40:12.087Z] + + cut -d/ -f2 [2024-07-05T19:40:12.087Z] dirname cmd/security-spiffe-token-provider/Dockerfile [2024-07-05T19:40:12.087Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/security-spire-agent/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/security-spire-config/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/security-spire-server/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/support-notifications/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2024-07-05T19:40:12.087Z] + dirname cmd/support-scheduler/Dockerfile [2024-07-05T19:40:12.087Z] + cut -d/ -f2 [2024-07-05T19:40:12.087Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [Pipeline] echo [2024-07-05T19:40:12.142Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-common-config-bootstrapper, dockerfile:cmd/core-common-config-bootstrapper/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-keeper, dockerfile:cmd/core-keeper/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-auth, dockerfile:cmd/security-proxy-auth/Dockerfile], [image:security-proxy-setup, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:security-secretstore-setup, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:security-spiffe-token-provider, dockerfile:cmd/security-spiffe-token-provider/Dockerfile], [image:security-spire-agent, dockerfile:cmd/security-spire-agent/Dockerfile], [image:security-spire-config, dockerfile:cmd/security-spire-config/Dockerfile], [image:security-spire-server, dockerfile:cmd/security-spire-server/Dockerfile], [image:support-notifications, dockerfile:cmd/support-notifications/Dockerfile], [image:support-scheduler, dockerfile:cmd/support-scheduler/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2024-07-05T19:40:12.697Z] + git rev-list -1 --merges 7e9da4165acc2ca2a160f579c3c921964e3d8559~1..7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] echo [2024-07-05T19:40:12.734Z] -----------> git rev-list -1 --merges 7e9da4165acc2ca2a160f579c3c921964e3d8559~1..7e9da4165acc2ca2a160f579c3c921964e3d8559 7e9da4165acc2ca2a160f579c3c921964e3d8559 [false] [Pipeline] sh [2024-07-05T19:40:13.052Z] + git log --format=format:%s -1 7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] echo [2024-07-05T19:40:13.098Z] ========================================================= [2024-07-05T19:40:13.099Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2024-07-05T19:40:13.099Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2024-07-05T19:40:13.626Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2024-07-05T19:40:13.626Z] + grep -v github /etc/ssh/ssh_known_hosts [2024-07-05T19:40:13.626Z] + [ -e /tmp/ssh_known_hosts ] [2024-07-05T19:40:13.626Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2024-07-05T19:40:13.626Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2024-07-05T19:40:13.626Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2024-07-05T19:40:13.626Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T19:40:14.147Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-05T19:40:14.147Z] [2024-07-05T19:40:14.147Z] 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-05T19:40:14.547Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-05T19:40:14.547Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2024-07-05T19:40:14.547Z] b85a868b505f: Pulling fs layer [2024-07-05T19:40:14.547Z] e2be974225ed: Pulling fs layer [2024-07-05T19:40:14.547Z] 339a4e72a1f5: Pulling fs layer [2024-07-05T19:40:14.547Z] 988bab9f4d93: Pulling fs layer [2024-07-05T19:40:14.547Z] 1469e6f7b9e6: Pulling fs layer [2024-07-05T19:40:14.547Z] eaf3925da568: Pulling fs layer [2024-07-05T19:40:14.547Z] bab4dde63d76: Pulling fs layer [2024-07-05T19:40:14.547Z] bde34c3a00c8: Pulling fs layer [2024-07-05T19:40:14.547Z] b352a97aabf1: Pulling fs layer [2024-07-05T19:40:14.547Z] 4872d77fe225: Pulling fs layer [2024-07-05T19:40:14.547Z] 5851b861e8e6: Pulling fs layer [2024-07-05T19:40:14.547Z] bab4dde63d76: Waiting [2024-07-05T19:40:14.547Z] bde34c3a00c8: Waiting [2024-07-05T19:40:14.547Z] b352a97aabf1: Waiting [2024-07-05T19:40:14.547Z] 988bab9f4d93: Waiting [2024-07-05T19:40:14.547Z] 4872d77fe225: Waiting [2024-07-05T19:40:14.547Z] 1469e6f7b9e6: Waiting [2024-07-05T19:40:14.547Z] eaf3925da568: Waiting [2024-07-05T19:40:14.547Z] 5851b861e8e6: Waiting [2024-07-05T19:40:14.547Z] e2be974225ed: Verifying Checksum [2024-07-05T19:40:14.547Z] e2be974225ed: Download complete [2024-07-05T19:40:14.547Z] 988bab9f4d93: Download complete [2024-07-05T19:40:14.807Z] 1469e6f7b9e6: Verifying Checksum [2024-07-05T19:40:14.807Z] 1469e6f7b9e6: Download complete [2024-07-05T19:40:14.807Z] 339a4e72a1f5: Verifying Checksum [2024-07-05T19:40:14.807Z] 339a4e72a1f5: Download complete [2024-07-05T19:40:14.807Z] eaf3925da568: Download complete [2024-07-05T19:40:14.807Z] bde34c3a00c8: Download complete [2024-07-05T19:40:14.807Z] b352a97aabf1: Verifying Checksum [2024-07-05T19:40:14.807Z] b352a97aabf1: Download complete [2024-07-05T19:40:14.807Z] 4872d77fe225: Download complete [2024-07-05T19:40:14.807Z] 5851b861e8e6: Download complete [2024-07-05T19:40:14.807Z] b85a868b505f: Verifying Checksum [2024-07-05T19:40:14.807Z] b85a868b505f: Download complete [2024-07-05T19:40:15.068Z] bab4dde63d76: Verifying Checksum [2024-07-05T19:40:15.068Z] bab4dde63d76: Download complete [2024-07-05T19:40:16.006Z] b85a868b505f: Pull complete [2024-07-05T19:40:16.265Z] e2be974225ed: Pull complete [2024-07-05T19:40:16.526Z] 339a4e72a1f5: Pull complete [2024-07-05T19:40:16.787Z] 988bab9f4d93: Pull complete [2024-07-05T19:40:17.047Z] 1469e6f7b9e6: Pull complete [2024-07-05T19:40:17.047Z] eaf3925da568: Pull complete [2024-07-05T19:40:18.954Z] bab4dde63d76: Pull complete [2024-07-05T19:40:18.954Z] bde34c3a00c8: Pull complete [2024-07-05T19:40:18.954Z] b352a97aabf1: Pull complete [2024-07-05T19:40:19.215Z] 4872d77fe225: Pull complete [2024-07-05T19:40:19.215Z] 5851b861e8e6: Pull complete [2024-07-05T19:40:19.215Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2024-07-05T19:40:19.215Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2024-07-05T19:40:19.215Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T19:40:19.531Z] prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container [2024-07-05T19:40:19.587Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2024-07-05T19:40:22.424Z] $ docker top d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 -eo pid,comm [2024-07-05T19:40:22.484Z] 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-05T19:40:22.484Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2024-07-05T19:40:22.655Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-05T19:40:22.655Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-05T19:40:22.772Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-05T19:40:22.769Z] $ docker exec d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent [2024-07-05T19:40:22.884Z] SSH_AUTH_SOCK=/tmp/ssh-v3gQQIiViuxV/agent.31 [2024-07-05T19:40:22.884Z] SSH_AGENT_PID=37 [2024-07-05T19:40:22.892Z] Running ssh-add (command line suppressed) [2024-07-05T19:40:22.982Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_2580985218295117582.key (/w/workspace/edgex-go/1@tmp/private_key_2580985218295117582.key) [2024-07-05T19:40:23.001Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-05T19:40:23.354Z] + git tag --points-at HEAD [Pipeline] } [2024-07-05T19:40:23.382Z] $ docker exec --env ******** --env ******** d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent -k [2024-07-05T19:40:23.471Z] unset SSH_AUTH_SOCK; [2024-07-05T19:40:23.472Z] unset SSH_AGENT_PID; [2024-07-05T19:40:23.472Z] echo Agent pid 37 killed; [2024-07-05T19:40:23.489Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2024-07-05T19:40:23.608Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2024-07-05T19:40:23.608Z] [ssh-agent] Looking for ssh-agent implementation... [2024-07-05T19:40:23.723Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2024-07-05T19:40:23.720Z] $ docker exec d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent [2024-07-05T19:40:23.845Z] SSH_AUTH_SOCK=/tmp/ssh-fOVsj4e7NM0f/agent.70 [2024-07-05T19:40:23.845Z] SSH_AGENT_PID=76 [2024-07-05T19:40:23.850Z] Running ssh-add (command line suppressed) [2024-07-05T19:40:23.935Z] Identity added: /w/workspace/edgex-go/1@tmp/private_key_8563776593776311430.key (/w/workspace/edgex-go/1@tmp/private_key_8563776593776311430.key) [2024-07-05T19:40:23.954Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2024-07-05T19:40:24.306Z] + git semver init [2024-07-05T19:40:24.568Z] 2024-07-05 19:40:24,475 [run_init] DEBUG init version:0.0.0 force:False [2024-07-05T19:40:24.568Z] 2024-07-05 19:40:24,475 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/1/.semver [2024-07-05T19:40:24.568Z] 2024-07-05 19:40:24,476 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/1/.semver [2024-07-05T19:40:24.568Z] 2024-07-05 19:40:24,476 [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-05T19:40:29.844Z] 2024-07-05 19:40:29,831 [append_file] DEBUG append to file:/w/workspace/edgex-go/1/.git/info/exclude [2024-07-05T19:40:29.844Z] 2024-07-05 19:40:29,831 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/1/.semver/PR-4818 with force:False [2024-07-05T19:40:29.844Z] 2024-07-05 19:40:29,832 [write_file] DEBUG write to file:/w/workspace/edgex-go/1/.semver/PR-4818 [2024-07-05T19:40:29.844Z] 2024-07-05 19:40:29,836 [execute] INFO git cat-file --batch-check [2024-07-05T19:40:29.844Z] 2024-07-05 19:40:29,836 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-05T19:40:30.104Z] 2024-07-05 19:40:29,843 [execute] INFO git cat-file --batch [2024-07-05T19:40:30.104Z] 2024-07-05 19:40:29,843 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/1/.semver, universal_newlines=False, shell=None, istream=) [2024-07-05T19:40:30.104Z] 2024-07-05 19:40:29,848 [read_version] DEBUG read version from /w/workspace/edgex-go/1/.semver/PR-4818 [2024-07-05T19:40:30.104Z] 0.0.0 [Pipeline] } [2024-07-05T19:40:30.126Z] $ docker exec --env ******** --env ******** d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 ssh-agent -k [2024-07-05T19:40:30.224Z] unset SSH_AUTH_SOCK; [2024-07-05T19:40:30.225Z] unset SSH_AGENT_PID; [2024-07-05T19:40:30.225Z] echo Agent pid 76 killed; [2024-07-05T19:40:30.240Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2024-07-05T19:40:30.682Z] + git semver [Pipeline] } [2024-07-05T19:40:30.964Z] $ docker stop --time=1 d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 [2024-07-05T19:40:32.284Z] $ docker rm -f --volumes d1783c4ff6663f2f0c8d12e00a7cf01519ab7914fcdf0941e4736031a7a01e58 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-05T19:40:32.706Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2024-07-05T19:40:33.043Z] Stashed 1 file(s) [Pipeline] echo [2024-07-05T19:40:33.068Z] [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-05T19:40:34.163Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-05T19:40:34.211Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-05T19:40:34.271Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-05T19:40:34.320Z] ========================================================= [2024-07-05T19:40:34.320Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2024-07-05T19:40:34.320Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-05T19:40:34.675Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-05T19:40:34.675Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2024-07-05T19:40:34.675Z] 619be1103602: Pulling fs layer [2024-07-05T19:40:34.675Z] 7862e08f4a3e: Pulling fs layer [2024-07-05T19:40:34.675Z] 5df492c9dc93: Pulling fs layer [2024-07-05T19:40:34.675Z] 7629e6793208: Pulling fs layer [2024-07-05T19:40:34.675Z] 4f4fb700ef54: Pulling fs layer [2024-07-05T19:40:34.675Z] fb5054dd5b73: Pulling fs layer [2024-07-05T19:40:34.675Z] eeca6798cff9: Pulling fs layer [2024-07-05T19:40:34.675Z] aa269ceb94a6: Pulling fs layer [2024-07-05T19:40:34.675Z] ada007ff1a6a: Pulling fs layer [2024-07-05T19:40:34.675Z] aa269ceb94a6: Waiting [2024-07-05T19:40:34.675Z] fb5054dd5b73: Waiting [2024-07-05T19:40:34.675Z] eeca6798cff9: Waiting [2024-07-05T19:40:34.675Z] ada007ff1a6a: Waiting [2024-07-05T19:40:34.675Z] 7629e6793208: Waiting [2024-07-05T19:40:34.675Z] 4f4fb700ef54: Waiting [2024-07-05T19:40:34.675Z] 7862e08f4a3e: Verifying Checksum [2024-07-05T19:40:34.675Z] 7862e08f4a3e: Download complete [2024-07-05T19:40:34.675Z] 7629e6793208: Verifying Checksum [2024-07-05T19:40:34.675Z] 7629e6793208: Download complete [2024-07-05T19:40:34.675Z] 4f4fb700ef54: Verifying Checksum [2024-07-05T19:40:34.675Z] 4f4fb700ef54: Download complete [2024-07-05T19:40:34.675Z] fb5054dd5b73: Verifying Checksum [2024-07-05T19:40:34.675Z] fb5054dd5b73: Download complete [2024-07-05T19:40:34.675Z] 619be1103602: Verifying Checksum [2024-07-05T19:40:34.675Z] 619be1103602: Download complete [2024-07-05T19:40:34.675Z] eeca6798cff9: Verifying Checksum [2024-07-05T19:40:34.675Z] eeca6798cff9: Download complete [2024-07-05T19:40:34.935Z] 619be1103602: Pull complete [2024-07-05T19:40:34.935Z] ada007ff1a6a: Verifying Checksum [2024-07-05T19:40:34.935Z] ada007ff1a6a: Download complete [2024-07-05T19:40:34.935Z] 7862e08f4a3e: Pull complete [2024-07-05T19:40:35.195Z] 5df492c9dc93: Verifying Checksum [2024-07-05T19:40:35.196Z] 5df492c9dc93: Download complete [2024-07-05T19:40:35.454Z] aa269ceb94a6: Verifying Checksum [2024-07-05T19:40:35.454Z] aa269ceb94a6: Download complete [2024-07-05T19:40:38.735Z] 5df492c9dc93: Pull complete [2024-07-05T19:40:38.736Z] 7629e6793208: Pull complete [2024-07-05T19:40:38.736Z] 4f4fb700ef54: Pull complete [2024-07-05T19:40:38.736Z] fb5054dd5b73: Pull complete [2024-07-05T19:40:38.736Z] eeca6798cff9: Pull complete [2024-07-05T19:40:41.273Z] aa269ceb94a6: Pull complete [2024-07-05T19:40:41.531Z] ada007ff1a6a: Pull complete [2024-07-05T19:40:41.531Z] Digest: sha256:69d97b8d72889085871306873fcae42e135f8428d5f0f63f88bd56e040916423 [2024-07-05T19:40:41.531Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-05T19:40:41.531Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-05T19:40:41.905Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-05T19:40:41.905Z] WORKDIR /edgex [2024-07-05T19:40:41.905Z] COPY go.mod . [2024-07-05T19:40:41.905Z] RUN go mod download [2024-07-05T19:40:41.905Z] + docker build -t ci-base-image-x86_64 -f - . [2024-07-05T19:40:42.471Z] Sending build context to Docker daemon 178.5MB [2024-07-05T19:40:42.471Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2024-07-05T19:40:42.471Z] ---> f489d0715acc [2024-07-05T19:40:42.471Z] Step 2/4 : WORKDIR /edgex [2024-07-05T19:40:48.528Z] Still waiting to schedule task [2024-07-05T19:40:48.528Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2024-07-05T19:40:50.609Z] ---> Running in 0377b63bae35 [2024-07-05T19:40:50.609Z] Removing intermediate container 0377b63bae35 [2024-07-05T19:40:50.609Z] ---> b9ea9ff0a07e [2024-07-05T19:40:50.609Z] Step 3/4 : COPY go.mod . [2024-07-05T19:40:50.609Z] ---> 062f1e2eba25 [2024-07-05T19:40:50.609Z] Step 4/4 : RUN go mod download [2024-07-05T19:40:50.609Z] ---> Running in 1da4ba473d40 [2024-07-05T19:41:22.773Z] Removing intermediate container 1da4ba473d40 [2024-07-05T19:41:22.773Z] ---> 965c0999bc6d [2024-07-05T19:41:22.773Z] Successfully built 965c0999bc6d [2024-07-05T19:41:22.773Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T19:41:23.178Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-05T19:41:23.178Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T19:41:23.344Z] prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container [2024-07-05T19:41:23.369Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-05T19:41:23.872Z] $ docker top 313b265a2d39b54013187e75bc0981de82e78ad23390e05d9764ae8d6c382200 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-05T19:41:24.275Z] + go version [2024-07-05T19:41:24.276Z] go version go1.21.9 linux/amd64 [Pipeline] } [2024-07-05T19:41:24.311Z] $ docker stop --time=1 313b265a2d39b54013187e75bc0981de82e78ad23390e05d9764ae8d6c382200 [2024-07-05T19:41:25.574Z] $ docker rm -f --volumes 313b265a2d39b54013187e75bc0981de82e78ad23390e05d9764ae8d6c382200 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T19:41:26.348Z] + docker inspect -f . ci-base-image-x86_64 [2024-07-05T19:41:26.348Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T19:41:26.510Z] prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container [2024-07-05T19:41:26.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2024-07-05T19:41:26.858Z] $ docker top 54da67b79a33775b4f10bbfbccef74c7b373e60ffe481812e7717d76f75bfbef -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-05T19:41:27.002Z] ========================================================= [2024-07-05T19:41:27.002Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-05T19:41:27.002Z] ========================================================= [Pipeline] sh [2024-07-05T19:41:27.298Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-05T19:41:27.675Z] + make test [2024-07-05T19:41:27.675Z] go test -race -coverprofile=coverage.out ./... [2024-07-05T19:41:35.789Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-05T19:42:07.852Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-05T19:42:09.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-05T19:42:09.231Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-05T19:42:10.166Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.024s coverage: 28.7% of statements [2024-07-05T19:42:10.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-05T19:42:10.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-05T19:42:10.732Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-05T19:42:11.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-05T19:42:11.685Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-05T19:42:11.685Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.035s coverage: 97.0% of statements [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-05T19:42:11.944Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-05T19:42:13.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-05T19:42:13.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:42:13.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-05T19:42:13.333Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-05T19:42:13.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-05T19:42:13.442Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-5090 in /w/workspace/edgexfoundry_edgex-go_PR-4818 [Pipeline] { [Pipeline] ws [2024-07-05T19:42:13.518Z] Running in /w/workspace/edgex-go/1 [Pipeline] { [Pipeline] checkout [2024-07-05T19:42:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-05T19:42:14.273Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-05T19:42:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.055s coverage: 69.2% of statements [2024-07-05T19:42:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.036s coverage: 53.2% of statements [2024-07-05T19:42:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.400s coverage: 93.4% of statements [2024-07-05T19:42:14.843Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.048s coverage: 91.7% of statements [2024-07-05T19:42:15.423Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.038s coverage: 6.5% of statements [2024-07-05T19:42:16.634Z] The recommended git tool is: git [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-05T19:42:17.326Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-05T19:42:18.260Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 1.325s coverage: 95.8% of statements [2024-07-05T19:42:18.260Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.026s coverage: 72.2% of statements [2024-07-05T19:42:18.827Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-05T19:42:18.827Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-05T19:42:19.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.051s coverage: 0.8% of statements [2024-07-05T19:42:19.762Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.030s coverage: 32.2% of statements [2024-07-05T19:42:19.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.020s coverage: 41.7% of statements [2024-07-05T19:42:20.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 2.024s coverage: 77.8% of statements [2024-07-05T19:42:20.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.021s coverage: 94.1% of statements [2024-07-05T19:42:20.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.035s coverage: 96.3% of statements [2024-07-05T19:42:20.698Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.022s coverage: 87.5% of statements [2024-07-05T19:42:20.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-05T19:42:20.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-05T19:42:20.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-05T19:42:20.957Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-05T19:42:21.134Z] using credential edgex-jenkins-ssh [2024-07-05T19:42:21.154Z] Cloning the remote Git repository [2024-07-05T19:42:21.216Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-05T19:42:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-05T19:42:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-05T19:42:21.217Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-05T19:42:21.187Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2024-07-05T19:42:21.288Z] > git init /w/workspace/edgex-go/1 # timeout=10 [2024-07-05T19:42:21.421Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-05T19:42:21.422Z] > git --version # timeout=10 [2024-07-05T19:42:21.441Z] > git --version # 'git version 2.25.1' [2024-07-05T19:42:21.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-05T19:42:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-05T19:42:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-05T19:42:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-05T19:42:22.151Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-05T19:42:22.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-05T19:42:22.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-05T19:42:21.583Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-05T19:42:22.976Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-05T19:42:24.880Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-05T19:42:25.139Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-05T19:42:26.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-05T19:42:26.515Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-05T19:42:29.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-05T19:42:29.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-05T19:42:29.052Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-05T19:42:29.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-05T19:42:29.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-05T19:42:29.998Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-05T19:42:30.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-05T19:42:30.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-05T19:42:30.568Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-05T19:42:30.568Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-05T19:42:31.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.029s coverage: 94.4% of statements [2024-07-05T19:42:31.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-05T19:42:31.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-05T19:42:31.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-05T19:42:31.768Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-05T19:42:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-05T19:42:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:42:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-05T19:42:33.143Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-05T19:42:34.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-05T19:42:34.081Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-05T19:42:35.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-05T19:42:35.458Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:42:38.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-05T19:42:38.339Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2024-07-05T19:42:39.794Z] Merging remotes/origin/main commit 1563034bdd075c93d67b99643895e9c750b93b8f into PR head commit 7e9da4165acc2ca2a160f579c3c921964e3d8559 [2024-07-05T19:42:40.216Z] Merge succeeded, producing 7e9da4165acc2ca2a160f579c3c921964e3d8559 [2024-07-05T19:42:40.217Z] Checking out Revision 7e9da4165acc2ca2a160f579c3c921964e3d8559 (PR-4818) [2024-07-05T19:42:40.814Z] Commit message: "build(deps): Bump golang.org/x/crypto from 0.24.0 to 0.25.0" [2024-07-05T19:42:39.165Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2024-07-05T19:42:39.203Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2024-07-05T19:42:39.204Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-05T19:42:39.225Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/4818/head:refs/remotes/origin/PR-4818 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2024-07-05T19:42:39.810Z] > git config core.sparsecheckout # timeout=10 [2024-07-05T19:42:39.888Z] > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # timeout=10 [2024-07-05T19:42:40.122Z] > git remote # timeout=10 [2024-07-05T19:42:40.139Z] > git config --get remote.origin.url # timeout=10 [2024-07-05T19:42:40.156Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2024-07-05T19:42:40.174Z] > git merge 1563034bdd075c93d67b99643895e9c750b93b8f # timeout=10 [2024-07-05T19:42:40.198Z] > git rev-parse HEAD^{commit} # timeout=10 [2024-07-05T19:42:40.220Z] > git config core.sparsecheckout # timeout=10 [2024-07-05T19:42:40.242Z] > git checkout -f 7e9da4165acc2ca2a160f579c3c921964e3d8559 # timeout=10 [2024-07-05T19:42:40.855Z] > git --version # timeout=10 [2024-07-05T19:42:40.867Z] > git --version # 'git version 2.25.1' [2024-07-05T19:42:40.881Z] fatal: bad object 590556114a56c6d90cc8043840e039c2f74196dc [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.239s coverage: 79.9% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 20.040s coverage: 92.9% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.016s coverage: 64.4% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.028s coverage: 62.3% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.025s coverage: 87.2% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.018s coverage: 20.0% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.019s coverage: 100.0% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.065s coverage: 81.8% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.065s coverage: 82.1% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.022s coverage: 86.0% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.121s coverage: 63.1% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.022s coverage: 100.0% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.029s coverage: 89.4% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.016s coverage: 100.0% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.022s coverage: 73.7% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.014s coverage: 100.0% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.157s coverage: 38.4% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.024s coverage: 89.5% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.022s coverage: 84.8% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.045s coverage: 19.9% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.091s coverage: 95.7% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.028s coverage: 61.8% of statements [2024-07-05T19:42:45.441Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.048s coverage: 98.9% of statements [2024-07-05T19:42:45.441Z] 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-05T19:42:45.441Z] running golangci-lint [2024-07-05T19:42:45.694Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2024-07-05T19:42:45.694Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-05T19:42:45.694Z] Dload Upload Total Spent Left Speed [2024-07-05T19:42:45.694Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12828 100 12828 0 0 79677 0 --:--:-- --:--:-- --:--:-- 80175 [2024-07-05T19:42:45.701Z] golangci-lint has version 1.54.2 built with go1.21.0 from 411e0bbb on 2023-08-21T12:04:32Z [2024-07-05T19:42:45.701Z] go version go1.21.9 linux/amd64 [2024-07-05T19:42:45.701Z] level=info msg="[config_reader] Used config file .golangci.yml" [Pipeline] sh [2024-07-05T19:42:45.961Z] level=info msg="[lintersdb] Active 7 linters: [errcheck gosec gosimple govet ineffassign staticcheck unused]" [2024-07-05T19:42:46.076Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2024-07-05T19:42:46.419Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2024-07-05T19:42:46.419Z] + sudo tee /etc/docker/daemon.new [2024-07-05T19:42:46.419Z] { [2024-07-05T19:42:46.419Z] "registry-mirrors": [ [2024-07-05T19:42:46.419Z] "https://nexus3.edgexfoundry.org:10001" [2024-07-05T19:42:46.419Z] ], [2024-07-05T19:42:46.419Z] "bip": "10.250.0.254/24", [2024-07-05T19:42:46.419Z] "hosts": [ [2024-07-05T19:42:46.419Z] "tcp://0.0.0.0:5555", [2024-07-05T19:42:46.419Z] "unix:///var/run/docker.sock" [2024-07-05T19:42:46.419Z] ], [2024-07-05T19:42:46.419Z] "mtu": 1458, [2024-07-05T19:42:46.419Z] "selinux-enabled": true, [2024-07-05T19:42:46.419Z] "seccomp-profile": "/etc/docker/seccomp.json" [2024-07-05T19:42:46.419Z] } [Pipeline] sh [2024-07-05T19:42:46.765Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2024-07-05T19:42:47.110Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-05T19:43:05.436Z] provisioning config files... [2024-07-05T19:43:05.464Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/1@tmp/config2039118302465825134tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-05T19:43:06.016Z] ---> ****-login.sh [2024-07-05T19:43:06.016Z] nexus3.edgexfoundry.org:10001 [2024-07-05T19:43:06.286Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:43:06.557Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:43:06.557Z] Configure a credential helper to remove this warning. See [2024-07-05T19:43:06.557Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:43:06.557Z] [2024-07-05T19:43:06.557Z] Login Succeeded [2024-07-05T19:43:06.557Z] nexus3.edgexfoundry.org:10002 [2024-07-05T19:43:06.826Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:43:07.101Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:43:07.101Z] Configure a credential helper to remove this warning. See [2024-07-05T19:43:07.101Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:43:07.101Z] [2024-07-05T19:43:07.101Z] Login Succeeded [2024-07-05T19:43:07.101Z] nexus3.edgexfoundry.org:10003 [2024-07-05T19:43:07.101Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:43:07.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:43:07.376Z] Configure a credential helper to remove this warning. See [2024-07-05T19:43:07.376Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:43:07.376Z] [2024-07-05T19:43:07.376Z] Login Succeeded [2024-07-05T19:43:07.376Z] nexus3.edgexfoundry.org:10004 [2024-07-05T19:43:07.652Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:43:07.652Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:43:07.652Z] Configure a credential helper to remove this warning. See [2024-07-05T19:43:07.652Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:43:07.652Z] [2024-07-05T19:43:07.652Z] Login Succeeded [2024-07-05T19:43:07.652Z] ****.io [2024-07-05T19:43:07.882Z] level=info msg="[loader] Go packages loading at mode 575 (compiled_files|files|types_sizes|deps|exports_file|imports|name) took 20.756159556s" [2024-07-05T19:43:07.882Z] level=info msg="[runner/filename_unadjuster] Pre-built 0 adjustments in 45.900729ms" [2024-07-05T19:43:07.920Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2024-07-05T19:43:08.188Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.****/config.json. [2024-07-05T19:43:08.188Z] Configure a credential helper to remove this warning. See [2024-07-05T19:43:08.188Z] https://docs.****.com/engine/reference/commandline/login/#credentials-store [2024-07-05T19:43:08.188Z] [2024-07-05T19:43:08.188Z] Login Succeeded [2024-07-05T19:43:08.188Z] ---> ****-login.sh ends [Pipeline] } [2024-07-05T19:43:08.221Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] sh [2024-07-05T19:43:08.951Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] echo [2024-07-05T19:43:08.997Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-05T19:43:09.048Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2024-07-05T19:43:09.096Z] ========================================================= [2024-07-05T19:43:09.096Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2024-07-05T19:43:09.096Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2024-07-05T19:43:09.502Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-05T19:43:09.502Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2024-07-05T19:43:09.502Z] c6b39de5b339: Pulling fs layer [2024-07-05T19:43:09.502Z] a69c41024577: Pulling fs layer [2024-07-05T19:43:09.502Z] d6de4b400683: Pulling fs layer [2024-07-05T19:43:09.502Z] 35cb2a7552d0: Pulling fs layer [2024-07-05T19:43:09.502Z] 4f4fb700ef54: Pulling fs layer [2024-07-05T19:43:09.502Z] 464afbd9ba4c: Pulling fs layer [2024-07-05T19:43:09.502Z] 00f215d4a9da: Pulling fs layer [2024-07-05T19:43:09.502Z] d496ad576159: Pulling fs layer [2024-07-05T19:43:09.502Z] 4f4fb700ef54: Waiting [2024-07-05T19:43:09.502Z] 464afbd9ba4c: Waiting [2024-07-05T19:43:09.502Z] 00f215d4a9da: Waiting [2024-07-05T19:43:09.502Z] 35cb2a7552d0: Waiting [2024-07-05T19:43:09.502Z] d496ad576159: Waiting [2024-07-05T19:43:09.775Z] a69c41024577: Verifying Checksum [2024-07-05T19:43:09.775Z] a69c41024577: Download complete [2024-07-05T19:43:09.775Z] 35cb2a7552d0: Verifying Checksum [2024-07-05T19:43:09.775Z] 35cb2a7552d0: Download complete [2024-07-05T19:43:09.775Z] 4f4fb700ef54: Verifying Checksum [2024-07-05T19:43:09.775Z] 4f4fb700ef54: Download complete [2024-07-05T19:43:09.775Z] c6b39de5b339: Download complete [2024-07-05T19:43:09.775Z] 464afbd9ba4c: Download complete [2024-07-05T19:43:10.362Z] d496ad576159: Download complete [2024-07-05T19:43:10.631Z] c6b39de5b339: Pull complete [2024-07-05T19:43:11.217Z] a69c41024577: Pull complete [2024-07-05T19:43:11.486Z] d6de4b400683: Verifying Checksum [2024-07-05T19:43:11.486Z] d6de4b400683: Download complete [2024-07-05T19:43:12.450Z] 00f215d4a9da: Verifying Checksum [2024-07-05T19:43:12.450Z] 00f215d4a9da: Download complete [2024-07-05T19:43:20.082Z] level=info msg="[linters_context/goanalysis] analyzers took 1m49.952513333s with top 10 stages: buildir: 1m0.01300321s, gosec: 9.003918764s, fact_deprecated: 2.537120694s, inspect: 2.466564537s, printf: 1.649290183s, ctrlflow: 1.554823112s, fact_purity: 1.19783298s, nilness: 1.07633493s, S1038: 973.123512ms, directives: 768.471408ms" [2024-07-05T19:43:20.082Z] level=info msg="[runner] Issues before processing: 209, after processing: 0" [2024-07-05T19:43:20.082Z] level=info msg="[runner] Processors filtering stat (out/in): skip_files: 209/209, identifier_marker: 209/209, cgo: 209/209, skip_dirs: 209/209, filename_unadjuster: 209/209, exclude-rules: 21/209, nolint: 0/21, path_prettifier: 209/209, autogenerated_exclude: 209/209, exclude: 209/209" [2024-07-05T19:43:20.082Z] level=info msg="[runner] processing took 17.207904ms with stages: nolint: 6.829248ms, identifier_marker: 5.40656ms, autogenerated_exclude: 1.506131ms, path_prettifier: 1.462019ms, exclude-rules: 1.250752ms, skip_dirs: 704.423µs, cgo: 29.341µs, filename_unadjuster: 14.8µs, uniq_by_line: 740ns, fixer: 700ns, max_same_issues: 550ns, exclude: 410ns, diff: 390ns, path_prefixer: 390ns, skip_files: 380ns, severity-rules: 270ns, sort_results: 240ns, max_from_linter: 180ns, source_code: 140ns, max_per_file_from_linter: 130ns, path_shortener: 110ns" [2024-07-05T19:43:20.082Z] level=info msg="[runner] linters took 12.435640645s with stages: goanalysis_metalinter: 12.418345818s" [2024-07-05T19:43:20.082Z] level=info msg="File cache stats: 0 entries of total size 0B" [2024-07-05T19:43:20.082Z] level=info msg="Memory: 330 samples, avg is 293.0MB, max is 1280.3MB" [2024-07-05T19:43:20.082Z] level=info msg="Execution took 33.246344112s" [2024-07-05T19:43:20.082Z] go vet ./... [2024-07-05T19:43:24.769Z] d6de4b400683: Pull complete [2024-07-05T19:43:24.769Z] 35cb2a7552d0: Pull complete [2024-07-05T19:43:24.769Z] 4f4fb700ef54: Pull complete [2024-07-05T19:43:24.769Z] 464afbd9ba4c: Pull complete [2024-07-05T19:43:25.401Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-05T19:43:25.401Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-05T19:43:25.401Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-05T19:43:25.695Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-05T19:43:26.019Z] + ls -al . [2024-07-05T19:43:26.019Z] total 840 [2024-07-05T19:43:26.019Z] drwxrwxr-x 11 1001 1001 4096 Jul 5 19:41 . [2024-07-05T19:43:26.019Z] drwxr-xr-x 4 root root 4096 Jul 5 19:41 .. [2024-07-05T19:43:26.019Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 19:39 .blubracket [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 10 Jul 5 19:39 .dockerignore [2024-07-05T19:43:26.019Z] drwxrwxr-x 8 1001 1001 4096 Jul 5 19:42 .git [2024-07-05T19:43:26.019Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 19:39 .github [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 1102 Jul 5 19:39 .gitignore [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 42 Jul 5 19:39 .golangci.yml [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 100 Jul 5 19:39 .hadolint.yml [2024-07-05T19:43:26.019Z] drwxr-xr-x 3 1001 1001 4096 Jul 5 19:40 .semver [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 155 Jul 5 19:39 .sonarcloud.properties [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 1171 Jul 5 19:39 ADOPTERS.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 20361 Jul 5 19:39 Attribution.txt [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 100284 Jul 5 19:39 CHANGELOG.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 3804 Jul 5 19:39 CONTRIBUTING.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 677 Jul 5 19:39 GOVERNANCE.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 861 Jul 5 19:39 Jenkinsfile [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 10775 Jul 5 19:39 LICENSE [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 16051 Jul 5 19:39 Makefile [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 582 Jul 5 19:39 OWNERS.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 9528 Jul 5 19:39 README.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 789 Jul 5 19:39 SECURITY.md [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 5 Jul 5 19:40 VERSION [2024-07-05T19:43:26.019Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 19:39 bin [2024-07-05T19:43:26.019Z] drwxrwxr-x 19 1001 1001 4096 Jul 5 19:39 cmd [2024-07-05T19:43:26.019Z] -rw-r--r-- 1 root root 481596 Jul 5 19:42 coverage.out [2024-07-05T19:43:26.019Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 19:39 fuzz_test [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 6911 Jul 5 19:39 go.mod [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 101537 Jul 5 19:39 go.sum [2024-07-05T19:43:26.019Z] drwxrwxr-x 7 1001 1001 4096 Jul 5 19:39 internal [2024-07-05T19:43:26.019Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 19:39 openapi [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 584 Jul 5 19:39 security.txt [2024-07-05T19:43:26.019Z] -rw-rw-r-- 1 1001 1001 204 Jul 5 19:39 version.go [Pipeline] sh [2024-07-05T19:43:26.346Z] + '[' -e coverage.out ] [2024-07-05T19:43:26.346Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-05T19:43:26.476Z] Stashed 1 file(s) [Pipeline] sh [2024-07-05T19:43:26.771Z] + make build [2024-07-05T19:43:26.771Z] 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-05T19:43:34.847Z] 00f215d4a9da: Pull complete [2024-07-05T19:43:34.847Z] d496ad576159: Pull complete [2024-07-05T19:43:35.113Z] Digest: sha256:94db8a0955b4c8a8fb4ef40f1d66dd6a37c55842a5f6085bb7a69a85e2cfc316 [2024-07-05T19:43:35.113Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-05T19:43:35.113Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [Pipeline] fileExists [Pipeline] sh [2024-07-05T19:43:35.517Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-05T19:43:35.517Z] WORKDIR /edgex [2024-07-05T19:43:35.517Z] COPY go.mod . [2024-07-05T19:43:35.517Z] RUN go mod download [2024-07-05T19:43:35.517Z] + docker build -t ci-base-image-arm64 -f - . [2024-07-05T19:43:36.118Z] Sending build context to Docker daemon 3.185MB [2024-07-05T19:43:36.118Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2024-07-05T19:43:36.118Z] ---> f246e2811388 [2024-07-05T19:43:36.118Z] Step 2/4 : WORKDIR /edgex [2024-07-05T19:43:38.062Z] ---> Running in c1e67db9f1e7 [2024-07-05T19:43:38.062Z] Removing intermediate container c1e67db9f1e7 [2024-07-05T19:43:38.062Z] ---> 17e4006e002b [2024-07-05T19:43:38.062Z] Step 3/4 : COPY go.mod . [2024-07-05T19:43:38.651Z] ---> b1eee007d65b [2024-07-05T19:43:38.651Z] Step 4/4 : RUN go mod download [2024-07-05T19:43:38.651Z] ---> Running in 9299f61cd606 [2024-07-05T19:43:48.693Z] 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-05T19:43:48.693Z] 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-05T19:43:50.595Z] 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-05T19:43:50.853Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-05T19:43:52.232Z] 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-05T19:43:56.421Z] 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-05T19:43:57.368Z] 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-05T19:43:59.272Z] 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-05T19:44:00.208Z] 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-05T19:44:00.775Z] 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-05T19:44:01.349Z] 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-05T19:44:02.288Z] 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-05T19:44:03.250Z] $ docker stop --time=1 54da67b79a33775b4f10bbfbccef74c7b373e60ffe481812e7717d76f75bfbef [2024-07-05T19:44:07.265Z] $ docker rm -f --volumes 54da67b79a33775b4f10bbfbccef74c7b373e60ffe481812e7717d76f75bfbef [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-05T19:44:08.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-05T19:44:08.838Z] [2024-07-05T19:44:08.838Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T19:44:09.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-05T19:44:09.230Z] latest: Pulling from edgex-devops/edgex-compose [2024-07-05T19:44:09.230Z] 91d30c5bc195: Pulling fs layer [2024-07-05T19:44:09.230Z] 2e9b0aa3be6d: Pulling fs layer [2024-07-05T19:44:09.230Z] 9c61dcf015f6: Pulling fs layer [2024-07-05T19:44:09.230Z] 4698f68db338: Pulling fs layer [2024-07-05T19:44:09.230Z] 2a2f49069b9e: Pulling fs layer [2024-07-05T19:44:09.230Z] e0025b399a48: Pulling fs layer [2024-07-05T19:44:09.230Z] 2a2f49069b9e: Waiting [2024-07-05T19:44:09.230Z] 4698f68db338: Waiting [2024-07-05T19:44:09.230Z] e0025b399a48: Waiting [2024-07-05T19:44:09.230Z] 91d30c5bc195: Verifying Checksum [2024-07-05T19:44:09.230Z] 91d30c5bc195: Download complete [2024-07-05T19:44:09.230Z] 4698f68db338: Verifying Checksum [2024-07-05T19:44:09.230Z] 4698f68db338: Download complete [2024-07-05T19:44:09.489Z] 2e9b0aa3be6d: Verifying Checksum [2024-07-05T19:44:09.489Z] 2e9b0aa3be6d: Download complete [2024-07-05T19:44:09.489Z] e0025b399a48: Verifying Checksum [2024-07-05T19:44:09.489Z] e0025b399a48: Download complete [2024-07-05T19:44:09.489Z] 91d30c5bc195: Pull complete [2024-07-05T19:44:09.489Z] 2a2f49069b9e: Download complete [2024-07-05T19:44:09.748Z] 2e9b0aa3be6d: Pull complete [2024-07-05T19:44:10.007Z] 9c61dcf015f6: Verifying Checksum [2024-07-05T19:44:10.007Z] 9c61dcf015f6: Download complete [2024-07-05T19:44:12.541Z] 9c61dcf015f6: Pull complete [2024-07-05T19:44:12.541Z] 4698f68db338: Pull complete [2024-07-05T19:44:12.541Z] 2a2f49069b9e: Pull complete [2024-07-05T19:44:12.541Z] e0025b399a48: Pull complete [2024-07-05T19:44:12.541Z] Digest: sha256:8a94817de17bcb024612cebb8dcd3b4b5763578acd0b06829caab6c7f10513d0 [2024-07-05T19:44:12.541Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2024-07-05T19:44:12.541Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T19:44:12.792Z] prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container [2024-07-05T19:44:12.821Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2024-07-05T19:44:14.588Z] $ docker top 6a17f1724e0325bc9c0961db0ebfb9064f3fb66f8b64614d8e6377ed34708230 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-05T19:44:15.001Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-05T19:44:17.534Z] #1 [core-metadata internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #1 transferring dockerfile: 2.06kB done [2024-07-05T19:44:17.534Z] #1 DONE 0.0s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #2 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #2 transferring dockerfile: 2.93kB done [2024-07-05T19:44:17.534Z] #2 DONE 0.0s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #3 [security-spire-config internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #3 transferring dockerfile: 1.69kB done [2024-07-05T19:44:17.534Z] #3 DONE 0.0s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #4 [support-notifications internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #4 transferring dockerfile: 1.95kB done [2024-07-05T19:44:17.534Z] #4 DONE 0.0s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #5 [core-keeper internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #5 transferring dockerfile: 2.01kB done [2024-07-05T19:44:17.534Z] #5 DONE 0.1s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #6 ... [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #7 [security-spire-agent internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #7 transferring dockerfile: 1.81kB done [2024-07-05T19:44:17.534Z] #7 DONE 0.1s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #8 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #8 transferring dockerfile: 1.89kB done [2024-07-05T19:44:17.534Z] #8 DONE 0.1s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #9 [core-command internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #9 transferring dockerfile: 1.93kB done [2024-07-05T19:44:17.534Z] #9 DONE 0.1s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #10 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #10 transferring dockerfile: 2.50kB done [2024-07-05T19:44:17.534Z] #10 DONE 0.1s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #11 [core-metadata internal] load .dockerignore [2024-07-05T19:44:17.534Z] #11 transferring context: 50B done [2024-07-05T19:44:17.534Z] #11 DONE 0.1s [2024-07-05T19:44:17.534Z] [2024-07-05T19:44:17.534Z] #6 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-05T19:44:17.534Z] #6 transferring dockerfile: 2.49kB done [2024-07-05T19:44:17.793Z] #6 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #12 [security-spire-server internal] load build definition from Dockerfile [2024-07-05T19:44:17.793Z] #12 transferring dockerfile: 1.70kB done [2024-07-05T19:44:17.793Z] #12 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #13 [support-scheduler internal] load build definition from Dockerfile [2024-07-05T19:44:17.793Z] #13 transferring dockerfile: 1.93kB done [2024-07-05T19:44:17.793Z] #13 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #14 [core-data internal] load build definition from Dockerfile [2024-07-05T19:44:17.793Z] #14 transferring dockerfile: 2.01kB done [2024-07-05T19:44:17.793Z] #14 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #15 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-05T19:44:17.793Z] #15 transferring dockerfile: 2.23kB done [2024-07-05T19:44:17.793Z] #15 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #16 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-05T19:44:17.793Z] #16 transferring dockerfile: 2.15kB done [2024-07-05T19:44:17.793Z] #16 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #17 [security-bootstrapper internal] load .dockerignore [2024-07-05T19:44:17.793Z] #17 transferring context: 50B done [2024-07-05T19:44:17.793Z] #17 DONE 0.0s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #18 [security-spire-config internal] load .dockerignore [2024-07-05T19:44:17.793Z] #18 transferring context: 50B done [2024-07-05T19:44:17.793Z] #18 DONE 0.0s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #19 [support-notifications internal] load .dockerignore [2024-07-05T19:44:17.793Z] #19 transferring context: 50B done [2024-07-05T19:44:17.793Z] #19 DONE 0.0s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #20 [core-keeper internal] load .dockerignore [2024-07-05T19:44:17.793Z] #20 transferring context: 50B done [2024-07-05T19:44:17.793Z] #20 DONE 0.0s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #21 [security-spire-agent internal] load .dockerignore [2024-07-05T19:44:17.793Z] #21 transferring context: 50B done [2024-07-05T19:44:17.793Z] #21 DONE 0.0s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #22 [security-spire-server internal] load .dockerignore [2024-07-05T19:44:17.793Z] #22 transferring context: 50B done [2024-07-05T19:44:17.793Z] #22 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #23 [security-spiffe-token-provider internal] load .dockerignore [2024-07-05T19:44:17.793Z] #23 transferring context: 50B done [2024-07-05T19:44:17.793Z] #23 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #24 [core-command internal] load .dockerignore [2024-07-05T19:44:17.793Z] #24 transferring context: 50B done [2024-07-05T19:44:17.793Z] #24 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #25 [security-proxy-setup internal] load .dockerignore [2024-07-05T19:44:17.793Z] #25 transferring context: 50B done [2024-07-05T19:44:17.793Z] #25 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #26 [security-secretstore-setup internal] load .dockerignore [2024-07-05T19:44:17.793Z] #26 transferring context: 50B done [2024-07-05T19:44:17.793Z] #26 DONE 0.1s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #27 [core-metadata internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-05T19:44:17.793Z] #27 DONE 0.0s [2024-07-05T19:44:17.793Z] [2024-07-05T19:44:17.793Z] #28 [core-data internal] load .dockerignore [2024-07-05T19:44:17.793Z] #28 transferring context: 50B done [2024-07-05T19:44:18.052Z] #28 DONE 0.1s [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #29 [support-scheduler internal] load .dockerignore [2024-07-05T19:44:18.052Z] #29 transferring context: 50B done [2024-07-05T19:44:18.052Z] #29 DONE 0.1s [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #30 [security-proxy-auth internal] load .dockerignore [2024-07-05T19:44:18.052Z] #30 transferring context: 50B done [2024-07-05T19:44:18.052Z] #30 DONE 0.1s [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #31 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-05T19:44:18.052Z] #31 transferring context: 50B done [2024-07-05T19:44:18.052Z] #31 DONE 0.1s [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #27 [core-keeper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-05T19:44:18.052Z] #27 DONE 0.0s [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #32 [security-spire-agent internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T19:44:18.052Z] #32 ... [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #27 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-05T19:44:18.052Z] #27 DONE 0.0s [2024-07-05T19:44:18.052Z] [2024-07-05T19:44:18.052Z] #32 [security-spire-server internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T19:44:18.351Z] #32 ... [2024-07-05T19:44:18.351Z] [2024-07-05T19:44:18.351Z] #27 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-x86_64:latest [2024-07-05T19:44:18.351Z] #27 DONE 0.0s [2024-07-05T19:44:18.351Z] [2024-07-05T19:44:18.351Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T19:44:18.351Z] #32 ... [2024-07-05T19:44:18.351Z] [2024-07-05T19:44:18.351Z] #33 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-05T19:44:18.351Z] #33 DONE 0.4s [2024-07-05T19:44:18.351Z] [2024-07-05T19:44:18.351Z] #34 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-05T19:44:18.351Z] #34 DONE 0.4s [2024-07-05T19:44:18.351Z] [2024-07-05T19:44:18.351Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T19:44:18.659Z] #32 DONE 0.6s [2024-07-05T19:44:18.659Z] [2024-07-05T19:44:18.659Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T19:44:18.659Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.1s done [2024-07-05T19:44:18.659Z] #35 sha256:8fd7cac70a4aaabb31d459b03e3534b14341c31429b678b650039ac45a606cfc 1.47kB / 1.47kB done [2024-07-05T19:44:18.659Z] #35 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0B / 3.41MB 0.1s [2024-07-05T19:44:18.659Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T19:44:18.659Z] #35 sha256:d9a39933bee4ccb6d934b7b5632cdf8c42658f3cecc5029681338f397142af6e 528B / 528B done [2024-07-05T19:44:18.659Z] #35 ... [2024-07-05T19:44:18.659Z] [2024-07-05T19:44:18.659Z] #36 [security-spire-config internal] load build context [2024-07-05T19:44:18.659Z] #36 transferring context: 25.04kB 0.0s done [2024-07-05T19:44:18.659Z] #36 DONE 0.3s [2024-07-05T19:44:18.659Z] [2024-07-05T19:44:18.659Z] #37 [security-spire-agent internal] load build context [2024-07-05T19:44:18.659Z] #37 transferring context: 26.32kB 0.0s done [2024-07-05T19:44:18.659Z] #37 DONE 0.3s [2024-07-05T19:44:18.659Z] [2024-07-05T19:44:18.659Z] #38 [security-spire-server internal] load build context [2024-07-05T19:44:18.659Z] #38 transferring context: 26.79kB 0.0s done [2024-07-05T19:44:18.659Z] #38 DONE 0.3s [2024-07-05T19:44:18.659Z] [2024-07-05T19:44:18.659Z] #35 [support-notifications stage-1 1/9] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T19:44:18.659Z] #35 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 2.10MB / 3.41MB 0.2s [2024-07-05T19:44:18.944Z] #35 sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 3.41MB / 3.41MB 0.3s done [2024-07-05T19:44:18.944Z] #35 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e [2024-07-05T19:44:19.236Z] #35 extracting sha256:73baa7ef167e70f1c0233fe09e741780d780ea16e78b3c1b6f4216e2afbbd03e 0.3s done [2024-07-05T19:44:19.874Z] #35 DONE 1.4s [2024-07-05T19:44:19.874Z] [2024-07-05T19:44:19.874Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T19:44:19.874Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.1s done [2024-07-05T19:44:19.874Z] #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-05T19:44:19.874Z] #39 sha256:13e228de2edc156c9cd22d12c33ecfc049b8ac3b6e92ae8d11319185a75505d4 1.05kB / 1.05kB done [2024-07-05T19:44:19.874Z] #39 sha256:61cc53a269b199a7b169c2fb56b2d1061fc00d6167416d87f60f3ddc5ceb4f8b 2.74kB / 2.74kB done [2024-07-05T19:44:19.874Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-07-05T19:44:19.874Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.2s done [2024-07-05T19:44:19.874Z] #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-05T19:44:19.874Z] #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 0.3s done [2024-07-05T19:44:19.874Z] #39 sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 25.84MB / 25.84MB 0.8s done [2024-07-05T19:44:19.874Z] #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-07-05T19:44:19.874Z] #39 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.0s done [2024-07-05T19:44:19.874Z] #39 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 0.1s [2024-07-05T19:44:20.147Z] #39 ... [2024-07-05T19:44:20.147Z] [2024-07-05T19:44:20.147Z] #40 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-x86_64 [2024-07-05T19:44:20.147Z] #40 DONE 1.9s [2024-07-05T19:44:20.147Z] [2024-07-05T19:44:20.147Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T19:44:23.605Z] #39 extracting sha256:8097f82812be04a4c9e13375c4eaa5a0b8cf528c0988332321ce3ffed6de91c9 3.6s done [2024-07-05T19:44:26.180Z] #39 ... [2024-07-05T19:44:26.180Z] [2024-07-05T19:44:26.180Z] #41 [security-proxy-auth internal] load build context [2024-07-05T19:44:26.180Z] #41 transferring context: 243.89MB 7.8s [2024-07-05T19:44:27.112Z] #41 ... [2024-07-05T19:44:27.112Z] [2024-07-05T19:44:27.112Z] #42 [security-bootstrapper internal] load build context [2024-07-05T19:44:27.112Z] #42 ... [2024-07-05T19:44:27.112Z] [2024-07-05T19:44:27.112Z] #41 [security-proxy-auth internal] load build context [2024-07-05T19:44:28.488Z] #41 ... [2024-07-05T19:44:28.488Z] [2024-07-05T19:44:28.488Z] #43 [security-proxy-setup internal] load build context [2024-07-05T19:44:28.488Z] #43 ... [2024-07-05T19:44:28.488Z] [2024-07-05T19:44:28.488Z] #44 [core-command internal] load build context [2024-07-05T19:44:28.747Z] #44 ... [2024-07-05T19:44:28.748Z] [2024-07-05T19:44:28.748Z] #45 [support-scheduler internal] load build context [2024-07-05T19:44:28.748Z] #45 ... [2024-07-05T19:44:28.748Z] [2024-07-05T19:44:28.748Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-05T19:44:29.351Z] #46 ... [2024-07-05T19:44:29.351Z] [2024-07-05T19:44:29.351Z] #47 [core-keeper internal] load build context [2024-07-05T19:44:29.351Z] #47 ... [2024-07-05T19:44:29.351Z] [2024-07-05T19:44:29.351Z] #48 [core-metadata internal] load build context [2024-07-05T19:44:29.611Z] #48 ... [2024-07-05T19:44:29.611Z] [2024-07-05T19:44:29.611Z] #49 [core-data internal] load build context [2024-07-05T19:44:29.611Z] #49 ... [2024-07-05T19:44:29.611Z] [2024-07-05T19:44:29.611Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T19:44:29.611Z] #50 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 0.1s done [2024-07-05T19:44:29.611Z] #50 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-05T19:44:29.611Z] #50 sha256:7e76a3dce7eaf6d44f2b1987f5da8cd79a07e608aa6fd6d2c6133d2de2567113 1.05kB / 1.05kB done [2024-07-05T19:44:29.611Z] #50 sha256:fbfe9bfccec4363503047752a0612bd8185689ca4b7569a923953aa6ca43f9dc 2.74kB / 2.74kB done [2024-07-05T19:44:29.611Z] #50 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 0.2s done [2024-07-05T19:44:29.611Z] #50 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 0.1s done [2024-07-05T19:44:29.611Z] #50 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-05T19:44:29.611Z] #50 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 0.4s done [2024-07-05T19:44:29.611Z] #50 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-07-05T19:44:29.611Z] #50 sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 18.86MB / 18.86MB 0.8s done [2024-07-05T19:44:29.611Z] #50 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-07-05T19:44:29.611Z] #50 extracting sha256:96e2e705752fe54ea041c705aa4cb3faed9fabaf0adadcf4487f31bf286272e6 2.0s done [2024-07-05T19:44:29.611Z] #50 ... [2024-07-05T19:44:29.611Z] [2024-07-05T19:44:29.611Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T19:44:29.611Z] #51 ... [2024-07-05T19:44:29.611Z] [2024-07-05T19:44:29.611Z] #52 [support-notifications internal] load build context [2024-07-05T19:44:30.545Z] #52 ... [2024-07-05T19:44:30.545Z] [2024-07-05T19:44:30.545Z] #53 [security-spiffe-token-provider internal] load build context [2024-07-05T19:44:30.545Z] #53 ... [2024-07-05T19:44:30.545Z] [2024-07-05T19:44:30.545Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-05T19:44:31.436Z] #54 ... [2024-07-05T19:44:31.436Z] [2024-07-05T19:44:31.436Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-05T19:44:31.695Z] #55 ... [2024-07-05T19:44:31.695Z] [2024-07-05T19:44:31.695Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-05T19:44:31.695Z] #56 ... [2024-07-05T19:44:31.695Z] [2024-07-05T19:44:31.695Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-05T19:44:31.695Z] #57 ... [2024-07-05T19:44:31.695Z] [2024-07-05T19:44:31.695Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-05T19:44:31.695Z] #0 3.859 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:44:31.695Z] #0 4.075 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:44:31.695Z] #0 4.357 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T19:44:31.695Z] #0 4.357 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T19:44:31.695Z] #0 4.357 OK: 20072 distinct packages available [2024-07-05T19:44:31.695Z] #0 4.396 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:44:31.695Z] #0 4.477 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:44:31.695Z] #0 4.659 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-05T19:44:31.695Z] #0 4.831 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-05T19:44:31.695Z] #0 4.847 (3/4) Installing libucontext (1.2-r2) [2024-07-05T19:44:31.695Z] #0 4.852 (4/4) Installing gcompat (1.1.0-r1) [2024-07-05T19:44:31.695Z] #0 4.876 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:44:31.695Z] #0 4.888 OK: 8 MiB in 19 packages [2024-07-05T19:44:31.695Z] #58 ... [2024-07-05T19:44:31.695Z] [2024-07-05T19:44:31.695Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-05T19:44:31.953Z] #59 ... [2024-07-05T19:44:31.953Z] [2024-07-05T19:44:31.953Z] #60 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-05T19:44:31.953Z] #60 ... [2024-07-05T19:44:31.953Z] [2024-07-05T19:44:31.953Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-05T19:44:32.406Z] #61 ... [2024-07-05T19:44:32.406Z] [2024-07-05T19:44:32.406Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-05T19:44:32.406Z] #62 ... [2024-07-05T19:44:32.406Z] [2024-07-05T19:44:32.406Z] #63 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-05T19:44:32.668Z] #63 ... [2024-07-05T19:44:32.669Z] [2024-07-05T19:44:32.669Z] #64 [core-metadata builder 2/7] WORKDIR /edgex-go [2024-07-05T19:44:32.669Z] #64 ... [2024-07-05T19:44:32.669Z] [2024-07-05T19:44:32.669Z] #53 [security-spiffe-token-provider internal] load build context [2024-07-05T19:44:32.669Z] #53 transferring context: 403.29MB 13.7s [2024-07-05T19:44:33.589Z] #53 transferring context: 439.73MB 14.6s done [2024-07-05T19:44:35.074Z] Removing intermediate container 9299f61cd606 [2024-07-05T19:44:35.074Z] ---> 4255e3fcd9a8 [2024-07-05T19:44:35.074Z] Successfully built 4255e3fcd9a8 [2024-07-05T19:44:35.074Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T19:44:35.524Z] + docker inspect -f . ci-base-image-arm64 [2024-07-05T19:44:35.525Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T19:44:35.823Z] prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container [2024-07-05T19:44:35.893Z] $ 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-05T19:44:36.124Z] #53 ... [2024-07-05T19:44:36.124Z] [2024-07-05T19:44:36.124Z] #52 [support-notifications internal] load build context [2024-07-05T19:44:36.124Z] #52 transferring context: 439.73MB 17.2s done [2024-07-05T19:44:37.087Z] $ docker top 664c47f40174bbf5da2e698e7acfa10429aba054a8c35cca7af3cfdf1acef24b -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-05T19:44:37.502Z] #52 ... [2024-07-05T19:44:37.502Z] [2024-07-05T19:44:37.502Z] #42 [security-bootstrapper internal] load build context [2024-07-05T19:44:37.502Z] #42 transferring context: 439.73MB 16.7s done [2024-07-05T19:44:37.502Z] #42 ... [2024-07-05T19:44:37.502Z] [2024-07-05T19:44:37.502Z] #43 [security-proxy-setup internal] load build context [2024-07-05T19:44:37.502Z] #43 transferring context: 439.73MB 17.6s done [2024-07-05T19:44:37.994Z] + go version [2024-07-05T19:44:37.994Z] go version go1.21.9 linux/arm64 [Pipeline] } [2024-07-05T19:44:38.030Z] $ docker stop --time=1 664c47f40174bbf5da2e698e7acfa10429aba054a8c35cca7af3cfdf1acef24b [2024-07-05T19:44:38.878Z] #43 ... [2024-07-05T19:44:38.878Z] [2024-07-05T19:44:38.878Z] #45 [support-scheduler internal] load build context [2024-07-05T19:44:38.878Z] #45 transferring context: 439.73MB 16.7s done [2024-07-05T19:44:38.878Z] #45 ... [2024-07-05T19:44:38.878Z] [2024-07-05T19:44:38.878Z] #41 [security-proxy-auth internal] load build context [2024-07-05T19:44:38.878Z] #41 transferring context: 439.73MB 14.8s done [2024-07-05T19:44:39.138Z] #41 ... [2024-07-05T19:44:39.138Z] [2024-07-05T19:44:39.138Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-05T19:44:39.138Z] #46 transferring context: 439.73MB 15.0s done [2024-07-05T19:44:39.138Z] #46 ... [2024-07-05T19:44:39.138Z] [2024-07-05T19:44:39.138Z] #47 [core-keeper internal] load build context [2024-07-05T19:44:39.138Z] #47 transferring context: 439.73MB 17.0s done [2024-07-05T19:44:39.638Z] $ docker rm -f --volumes 664c47f40174bbf5da2e698e7acfa10429aba054a8c35cca7af3cfdf1acef24b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T19:44:40.619Z] + docker inspect -f . ci-base-image-arm64 [2024-07-05T19:44:40.619Z] . [2024-07-05T19:44:40.631Z] #47 ... [2024-07-05T19:44:40.631Z] [2024-07-05T19:44:40.631Z] #44 [core-command internal] load build context [2024-07-05T19:44:40.631Z] #44 transferring context: 439.73MB 15.3s done [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T19:44:40.889Z] #44 ... [2024-07-05T19:44:40.889Z] [2024-07-05T19:44:40.889Z] #49 [core-data internal] load build context [2024-07-05T19:44:40.889Z] #49 transferring context: 439.73MB 16.9s done [2024-07-05T19:44:40.889Z] #49 ... [2024-07-05T19:44:40.889Z] [2024-07-05T19:44:40.889Z] #48 [core-metadata internal] load build context [2024-07-05T19:44:40.889Z] #48 transferring context: 439.73MB 14.8s done [2024-07-05T19:44:40.903Z] prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container [2024-07-05T19:44:40.960Z] $ 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-05T19:44:41.147Z] #48 ... [2024-07-05T19:44:41.147Z] [2024-07-05T19:44:41.147Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T19:44:41.147Z] #51 transferring context: 439.73MB 13.5s done [2024-07-05T19:44:42.113Z] $ docker top 5763b567458edf7ae21cc68a31c5c2315a467fc37dc969f99a789e5ad6969719 -eo pid,comm [Pipeline] { [Pipeline] echo [2024-07-05T19:44:42.410Z] ========================================================= [2024-07-05T19:44:42.410Z] [edgeXBuildGoParallel] Running Tests and Build... [2024-07-05T19:44:42.410Z] ========================================================= [Pipeline] sh [2024-07-05T19:44:42.733Z] + git config --global --add safe.directory /w/workspace/edgex-go/1 [Pipeline] fileExists [Pipeline] sh [2024-07-05T19:44:43.720Z] + make test [2024-07-05T19:44:43.720Z] go test -race -coverprofile=coverage.out ./... [2024-07-05T19:45:13.255Z] #51 DONE 50.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #53 [security-spiffe-token-provider internal] load build context [2024-07-05T19:45:13.255Z] #53 DONE 50.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #41 [security-proxy-auth internal] load build context [2024-07-05T19:45:13.255Z] #41 DONE 50.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #58 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-05T19:45:13.255Z] #58 DONE 48.6s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #46 [core-common-config-bootstrapper internal] load build context [2024-07-05T19:45:13.255Z] #46 DONE 50.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #44 [core-command internal] load build context [2024-07-05T19:45:13.255Z] #44 DONE 50.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #64 [core-common-config-bootstrapper builder 2/7] WORKDIR /edgex-go [2024-07-05T19:45:13.255Z] #64 DONE 48.4s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #48 [core-metadata internal] load build context [2024-07-05T19:45:13.255Z] #48 DONE 50.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #65 [support-scheduler builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T19:45:13.255Z] #65 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #45 [support-scheduler internal] load build context [2024-07-05T19:45:13.255Z] #45 DONE 50.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #49 [core-data internal] load build context [2024-07-05T19:45:13.255Z] #49 DONE 50.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #42 [security-bootstrapper internal] load build context [2024-07-05T19:45:13.255Z] #42 DONE 50.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #47 [core-keeper internal] load build context [2024-07-05T19:45:13.255Z] #47 DONE 50.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #52 [support-notifications internal] load build context [2024-07-05T19:45:13.255Z] #52 DONE 50.2s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #43 [security-proxy-setup internal] load build context [2024-07-05T19:45:13.255Z] #43 DONE 50.2s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #50 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T19:45:13.255Z] #50 DONE 50.2s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T19:45:13.255Z] #39 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #55 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-05T19:45:13.255Z] #55 DONE 49.4s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #59 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-05T19:45:13.255Z] #59 49.03 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #59 49.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #59 49.33 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #59 49.33 (2/2) Installing su-exec (0.2-r3) [2024-07-05T19:45:13.255Z] #59 49.34 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #59 49.38 OK: 7 MiB in 17 packages [2024-07-05T19:45:13.255Z] #59 DONE 49.5s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #60 [support-scheduler stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-05T19:45:13.255Z] #60 49.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #60 49.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #60 49.32 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #60 49.32 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #60 49.32 OK: 7 MiB in 16 packages [2024-07-05T19:45:13.255Z] #60 DONE 49.6s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #66 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #57 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-05T19:45:13.255Z] #57 48.82 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #57 48.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #57 49.36 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #57 49.37 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #57 49.37 OK: 7 MiB in 16 packages [2024-07-05T19:45:13.255Z] #57 DONE 49.5s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #61 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-05T19:45:13.255Z] #61 49.11 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #61 49.20 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #61 49.43 (1/4) Installing ca-certificates (20240226-r0) [2024-07-05T19:45:13.255Z] #61 49.45 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #61 49.46 (3/4) Installing su-exec (0.2-r3) [2024-07-05T19:45:13.255Z] #61 49.48 (4/4) Installing yq (4.33.3-r5) [2024-07-05T19:45:13.255Z] #61 49.57 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #61 49.58 Executing ca-certificates-20240226-r0.trigger [2024-07-05T19:45:13.255Z] #61 49.62 OK: 17 MiB in 19 packages [2024-07-05T19:45:13.255Z] #61 DONE 50.3s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #67 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #67 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #68 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-05T19:45:13.255Z] #0 0.879 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 0.965 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 1.146 OK: 264 MiB in 52 packages [2024-07-05T19:45:13.255Z] #68 DONE 1.7s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #54 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-05T19:45:13.255Z] #54 49.05 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #54 49.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #54 49.38 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T19:45:13.255Z] #54 49.38 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T19:45:13.255Z] #54 49.38 OK: 20072 distinct packages available [2024-07-05T19:45:13.255Z] #54 49.43 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #54 49.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #54 49.70 (1/11) Installing ca-certificates (20240226-r0) [2024-07-05T19:45:13.255Z] #54 49.71 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-05T19:45:13.255Z] #54 49.72 (3/11) Installing libunistring (1.1-r1) [2024-07-05T19:45:13.255Z] #54 49.73 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-05T19:45:13.255Z] #54 49.74 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-05T19:45:13.255Z] #54 49.74 (6/11) Installing libcurl (8.5.0-r0) [2024-07-05T19:45:13.255Z] #54 49.75 (7/11) Installing curl (8.5.0-r0) [2024-07-05T19:45:13.255Z] #54 49.75 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #54 49.76 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-05T19:45:13.255Z] #54 49.76 (10/11) Installing libucontext (1.2-r2) [2024-07-05T19:45:13.255Z] #54 49.76 (11/11) Installing gcompat (1.1.0-r1) [2024-07-05T19:45:13.255Z] #54 49.77 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #54 49.78 Executing ca-certificates-20240226-r0.trigger [2024-07-05T19:45:13.255Z] #54 49.83 OK: 12 MiB in 26 packages [2024-07-05T19:45:13.255Z] #54 DONE 50.4s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #62 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-05T19:45:13.255Z] #62 49.40 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #62 49.52 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #62 49.70 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #62 49.74 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #62 49.75 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #62 49.75 (4/6) Installing openssl (3.1.6-r0) [2024-07-05T19:45:13.255Z] #62 49.77 (5/6) Installing su-exec (0.2-r3) [2024-07-05T19:45:13.255Z] #62 49.77 (6/6) Installing yq (4.33.3-r5) [2024-07-05T19:45:13.255Z] #62 49.88 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #62 49.94 OK: 17 MiB in 19 packages [2024-07-05T19:45:13.255Z] #62 DONE 50.3s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #63 [security-spire-agent stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-05T19:45:13.255Z] #63 49.51 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #63 49.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #63 49.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T19:45:13.255Z] #63 49.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T19:45:13.255Z] #63 49.85 OK: 20072 distinct packages available [2024-07-05T19:45:13.255Z] #63 49.91 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #63 49.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #63 50.16 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #63 50.24 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #63 50.24 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #63 50.26 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-05T19:45:13.255Z] #63 50.27 (5/7) Installing libucontext (1.2-r2) [2024-07-05T19:45:13.255Z] #63 50.27 (6/7) Installing gcompat (1.1.0-r1) [2024-07-05T19:45:13.255Z] #63 50.32 (7/7) Installing openssl (3.1.6-r0) [2024-07-05T19:45:13.255Z] #63 50.33 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #63 50.34 OK: 8 MiB in 20 packages [2024-07-05T19:45:13.255Z] #63 DONE 50.5s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #69 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-05T19:45:13.255Z] #69 DONE 1.8s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #70 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #71 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:45:13.255Z] #71 DONE 0.3s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #65 [core-common-config-bootstrapper builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T19:45:13.255Z] #65 1.552 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #65 1.633 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #65 1.826 OK: 264 MiB in 52 packages [2024-07-05T19:45:13.255Z] #65 DONE 2.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #72 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:45:13.255Z] #72 DONE 0.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:13.255Z] #73 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #56 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-05T19:45:13.255Z] #56 49.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #56 50.28 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #56 50.48 (1/2) Installing ca-certificates (20240226-r0) [2024-07-05T19:45:13.255Z] #56 50.53 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:13.255Z] #56 50.53 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:13.255Z] #56 50.54 Executing ca-certificates-20240226-r0.trigger [2024-07-05T19:45:13.255Z] #56 50.64 OK: 8 MiB in 17 packages [2024-07-05T19:45:13.255Z] #56 DONE 51.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #74 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #0 1.928 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 2.018 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 2.218 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #0 2.253 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #0 2.260 OK: 8 MiB in 19 packages [2024-07-05T19:45:13.255Z] #74 DONE 2.4s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #75 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-05T19:45:13.255Z] #75 DONE 0.8s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #76 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-05T19:45:13.255Z] #76 DONE 0.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #77 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-05T19:45:13.255Z] #77 DONE 0.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #78 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T19:45:13.255Z] #0 3.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #78 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #79 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T19:45:13.255Z] #79 DONE 0.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #78 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T19:45:13.255Z] #78 3.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #78 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #80 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-05T19:45:13.255Z] #80 DONE 0.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #81 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-05T19:45:13.255Z] #81 DONE 0.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #78 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T19:45:13.255Z] #78 3.530 OK: 264 MiB in 52 packages [2024-07-05T19:45:13.255Z] #78 DONE 3.7s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #82 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:45:13.255Z] #82 DONE 0.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:13.255Z] #83 ... [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #84 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-05T19:45:13.255Z] #0 3.257 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 3.345 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 3.584 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T19:45:13.255Z] #0 3.584 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T19:45:13.255Z] #0 3.584 OK: 20075 distinct packages available [2024-07-05T19:45:13.255Z] #0 3.653 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 3.731 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 3.917 OK: 264 MiB in 52 packages [2024-07-05T19:45:13.255Z] #84 DONE 4.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #85 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:45:13.255Z] #85 DONE 0.1s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #86 [security-spire-config] exporting to image [2024-07-05T19:45:13.255Z] #86 exporting layers 0.6s done [2024-07-05T19:45:13.255Z] #86 writing image sha256:24c62fc56d60277488fcbab50fe0ae7ae2ad9ed687a93a0fe606b63f5edec825 done [2024-07-05T19:45:13.255Z] #86 naming to docker.io/library/security-spire-config done [2024-07-05T19:45:13.255Z] #86 DONE 0.6s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #66 [core-common-config-bootstrapper stage-1 3/9] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #66 3.274 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #66 3.355 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #66 3.532 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #66 3.564 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #66 3.572 OK: 7 MiB in 16 packages [2024-07-05T19:45:13.255Z] #66 DONE 4.0s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #87 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #0 3.175 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 3.254 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #0 3.448 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #0 3.481 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #0 3.489 OK: 7 MiB in 16 packages [2024-07-05T19:45:13.255Z] #87 DONE 3.7s [2024-07-05T19:45:13.255Z] [2024-07-05T19:45:13.255Z] #67 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-05T19:45:13.255Z] #67 2.599 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #67 2.709 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.255Z] #67 2.883 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #67 2.971 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.255Z] #67 2.979 Executing ca-certificates-20240226-r0.trigger [2024-07-05T19:45:13.255Z] #67 3.026 OK: 17 MiB in 19 packages [2024-07-05T19:45:13.516Z] #67 DONE 3.2s [2024-07-05T19:45:13.516Z] [2024-07-05T19:45:13.516Z] #88 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-05T19:45:13.516Z] #0 2.873 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.516Z] #0 2.975 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.516Z] #0 3.162 OK: 17 MiB in 19 packages [2024-07-05T19:45:13.516Z] #88 DONE 3.3s [2024-07-05T19:45:13.516Z] [2024-07-05T19:45:13.516Z] #89 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-05T19:45:13.516Z] #89 DONE 0.1s [2024-07-05T19:45:13.516Z] [2024-07-05T19:45:13.516Z] #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-05T19:45:13.516Z] #70 3.491 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.776Z] #70 ... [2024-07-05T19:45:13.776Z] [2024-07-05T19:45:13.776Z] #90 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-05T19:45:13.776Z] #0 3.759 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.776Z] #0 3.856 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.776Z] #0 4.080 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.776Z] #0 4.179 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.776Z] #0 4.190 OK: 7 MiB in 17 packages [2024-07-05T19:45:13.776Z] #90 DONE 4.4s [2024-07-05T19:45:13.776Z] [2024-07-05T19:45:13.776Z] #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-05T19:45:13.776Z] #70 3.593 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.776Z] #70 ... [2024-07-05T19:45:13.776Z] [2024-07-05T19:45:13.776Z] #91 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T19:45:13.776Z] #0 2.924 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.776Z] #0 3.011 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:13.776Z] #0 3.214 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.776Z] #0 3.332 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:13.776Z] #0 3.344 Executing ca-certificates-20240226-r0.trigger [2024-07-05T19:45:13.776Z] #0 3.434 OK: 12 MiB in 26 packages [2024-07-05T19:45:13.776Z] #91 DONE 3.7s [2024-07-05T19:45:14.037Z] [2024-07-05T19:45:14.037Z] #70 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-05T19:45:14.037Z] #70 3.802 OK: 8 MiB in 20 packages [2024-07-05T19:45:14.298Z] #70 DONE 3.9s [2024-07-05T19:45:14.298Z] [2024-07-05T19:45:14.298Z] #92 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-05T19:45:15.715Z] #92 DONE 1.4s [2024-07-05T19:45:15.715Z] [2024-07-05T19:45:15.715Z] #93 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-05T19:45:15.715Z] #0 3.384 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:15.715Z] #0 3.908 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:15.715Z] #0 4.558 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-05T19:45:15.715Z] #0 4.867 Executing busybox-1.36.1-r7.trigger [2024-07-05T19:45:15.715Z] #0 4.870 OK: 7 MiB in 16 packages [2024-07-05T19:45:15.715Z] #93 DONE 6.2s [2024-07-05T19:45:15.715Z] [2024-07-05T19:45:15.715Z] #94 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-05T19:45:15.715Z] #0 2.875 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:15.715Z] #0 3.351 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:15.715Z] #0 4.538 OK: 264 MiB in 52 packages [2024-07-05T19:45:15.715Z] #94 DONE 5.2s [2024-07-05T19:45:15.715Z] [2024-07-05T19:45:15.715Z] #95 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-05T19:45:15.715Z] #95 DONE 1.4s [2024-07-05T19:45:15.715Z] [2024-07-05T19:45:15.715Z] #96 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-05T19:45:15.976Z] #96 DONE 0.1s [2024-07-05T19:45:15.976Z] [2024-07-05T19:45:15.976Z] #97 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-05T19:45:15.976Z] #97 DONE 0.2s [2024-07-05T19:45:15.976Z] [2024-07-05T19:45:15.976Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:16.240Z] #98 ... [2024-07-05T19:45:16.240Z] [2024-07-05T19:45:16.240Z] #99 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-05T19:45:16.240Z] #99 DONE 0.7s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #100 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T19:45:16.500Z] #0 4.582 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:16.500Z] #0 4.675 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2024-07-05T19:45:16.500Z] #0 4.888 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:16.500Z] #0 5.092 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T19:45:16.500Z] #0 5.101 Executing ca-certificates-20240226-r0.trigger [2024-07-05T19:45:16.500Z] #0 5.151 OK: 8 MiB in 17 packages [2024-07-05T19:45:16.500Z] #100 DONE 5.5s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #101 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-05T19:45:16.500Z] #101 DONE 0.9s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #102 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T19:45:16.500Z] #102 DONE 0.1s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #103 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-05T19:45:16.500Z] #103 DONE 0.1s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #104 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-05T19:45:16.500Z] #104 DONE 0.1s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #105 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-05T19:45:16.500Z] #105 DONE 0.1s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #106 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-05T19:45:16.500Z] #106 DONE 0.1s [2024-07-05T19:45:16.500Z] [2024-07-05T19:45:16.500Z] #107 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T19:45:16.759Z] #107 DONE 0.2s [2024-07-05T19:45:16.759Z] [2024-07-05T19:45:16.759Z] #108 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-05T19:45:16.759Z] #108 DONE 2.9s [2024-07-05T19:45:16.759Z] [2024-07-05T19:45:16.759Z] #109 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-05T19:45:16.759Z] #109 DONE 0.1s [2024-07-05T19:45:16.759Z] [2024-07-05T19:45:16.759Z] #86 [security-spire-server] exporting to image [2024-07-05T19:45:16.759Z] #86 ... [2024-07-05T19:45:16.759Z] [2024-07-05T19:45:16.759Z] #110 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-05T19:45:16.759Z] #110 DONE 0.1s [2024-07-05T19:45:16.759Z] [2024-07-05T19:45:16.759Z] #111 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-05T19:45:16.759Z] #111 DONE 0.0s [2024-07-05T19:45:16.759Z] [2024-07-05T19:45:16.759Z] #86 [security-spire-agent] exporting to image [2024-07-05T19:45:17.330Z] #86 exporting layers 0.6s done [2024-07-05T19:45:17.330Z] #86 writing image sha256:e43376186996db281ce4daa3b0b660972d25cc0a857928f615f77267082b5c4f done [2024-07-05T19:45:17.330Z] #86 naming to docker.io/library/security-spire-server done [2024-07-05T19:45:17.330Z] #86 exporting layers 0.6s done [2024-07-05T19:45:17.330Z] #86 writing image sha256:9329fe65ce2caf0e60a19e2dec0a54e898ec19f53c8377a922136882bf570514 done [2024-07-05T19:45:17.330Z] #86 naming to docker.io/library/security-spire-agent done [2024-07-05T19:45:17.330Z] #86 DONE 1.3s [2024-07-05T19:45:17.330Z] [2024-07-05T19:45:17.330Z] #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:20.633Z] #112 ... [2024-07-05T19:45:20.633Z] [2024-07-05T19:45:20.633Z] #113 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:30.678Z] ? github.com/edgexfoundry/edgex-go [no test files] [2024-07-05T19:45:52.771Z] #113 DONE 42.0s [2024-07-05T19:45:52.771Z] [2024-07-05T19:45:52.771Z] #112 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:52.771Z] #112 DONE 39.8s [2024-07-05T19:45:52.771Z] [2024-07-05T19:45:52.771Z] #83 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:52.771Z] #83 DONE 40.2s [2024-07-05T19:45:52.771Z] [2024-07-05T19:45:52.771Z] #114 [security-proxy-setup builder 6/7] COPY . . [2024-07-05T19:45:52.771Z] #114 ... [2024-07-05T19:45:52.771Z] [2024-07-05T19:45:52.771Z] #98 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:52.771Z] #98 DONE 36.8s [2024-07-05T19:45:52.771Z] [2024-07-05T19:45:52.771Z] #73 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:45:52.771Z] #73 DONE 41.9s [2024-07-05T19:45:52.771Z] [2024-07-05T19:45:52.771Z] #115 [core-metadata builder 6/7] COPY . . [2024-07-05T19:46:02.786Z] #115 ... [2024-07-05T19:46:02.786Z] [2024-07-05T19:46:02.786Z] #116 [core-keeper builder 7/8] COPY . . [2024-07-05T19:46:02.786Z] #116 ... [2024-07-05T19:46:02.786Z] [2024-07-05T19:46:02.786Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-05T19:46:02.786Z] #117 ... [2024-07-05T19:46:02.786Z] [2024-07-05T19:46:02.786Z] #118 [support-notifications builder 6/7] COPY . . [2024-07-05T19:46:10.936Z] #118 ... [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #119 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #119 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #120 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #120 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #121 [core-data builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #121 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #115 [core-metadata builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #115 DONE 17.3s [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T19:46:10.937Z] #122 ... [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #123 [security-proxy-auth builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #123 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #124 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #124 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #125 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #125 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #126 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #126 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #127 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #128 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #128 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #129 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #129 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #130 [support-scheduler builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #130 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #131 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #131 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #132 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #132 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #133 [core-command builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #133 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #134 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #134 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #118 [support-notifications builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #118 DONE 17.4s [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #116 [core-keeper builder 7/8] COPY . . [2024-07-05T19:46:10.937Z] #116 DONE 17.4s [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #117 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #117 DONE 17.5s [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #114 [security-proxy-setup builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #114 DONE 17.5s [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #135 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #135 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #136 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #136 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #137 [security-secretstore-setup builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #137 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T19:46:10.937Z] #138 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #139 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-05T19:46:10.937Z] #139 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #140 [security-bootstrapper builder 6/7] COPY . . [2024-07-05T19:46:10.937Z] #140 CACHED [2024-07-05T19:46:10.937Z] [2024-07-05T19:46:10.937Z] #141 [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-05T19:46:12.320Z] #141 2.345 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-05T19:46:20.457Z] #141 ... [2024-07-05T19:46:20.457Z] [2024-07-05T19:46:20.457Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-05T19:46:20.457Z] #0 1.067 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-05T19:46:20.457Z] #142 ... [2024-07-05T19:46:20.457Z] [2024-07-05T19:46:20.457Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T19:46:20.457Z] #0 0.604 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-05T19:46:20.457Z] #143 ... [2024-07-05T19:46:20.457Z] [2024-07-05T19:46:20.457Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T19:46:20.457Z] #0 0.573 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-05T19:46:20.457Z] #144 ... [2024-07-05T19:46:20.457Z] [2024-07-05T19:46:20.457Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-05T19:46:20.457Z] #0 0.709 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-05T19:46:20.457Z] #145 ... [2024-07-05T19:46:20.457Z] [2024-07-05T19:46:20.457Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T19:46:20.457Z] #0 1.277 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-05T19:46:20.718Z] #146 ... [2024-07-05T19:46:20.718Z] [2024-07-05T19:46:20.718Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-05T19:46:20.718Z] #0 1.958 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-05T19:46:20.718Z] #147 ... [2024-07-05T19:46:20.718Z] [2024-07-05T19:46:20.718Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-05T19:46:20.718Z] #0 1.164 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-05T19:46:20.978Z] #148 ... [2024-07-05T19:46:20.978Z] [2024-07-05T19:46:20.978Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T19:46:20.978Z] #122 1.074 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-05T19:46:20.978Z] #122 ... [2024-07-05T19:46:20.978Z] [2024-07-05T19:46:20.978Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-05T19:46:20.978Z] #0 1.966 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-05T19:46:21.249Z] #149 ... [2024-07-05T19:46:21.249Z] [2024-07-05T19:46:21.249Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-05T19:46:21.249Z] #0 1.006 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-05T19:46:21.509Z] #150 ... [2024-07-05T19:46:21.509Z] [2024-07-05T19:46:21.509Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T19:46:21.509Z] #0 1.890 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-05T19:47:58.013Z] #151 ... [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #145 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-05T19:47:58.013Z] #145 DONE 95.3s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #152 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:47:58.013Z] #152 DONE 0.2s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #153 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:47:58.013Z] #153 DONE 0.1s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #154 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-05T19:47:58.013Z] #154 DONE 0.2s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T19:47:58.013Z] #144 ... [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #155 [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-05T19:47:58.013Z] #155 DONE 0.2s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #156 [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-05T19:47:58.013Z] #156 DONE 0.3s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #157 [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-05T19:47:58.013Z] #157 ... [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #141 [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-05T19:47:58.013Z] #141 101.1 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-05T19:47:58.013Z] #141 ... [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #147 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-05T19:47:58.013Z] #147 DONE 107.3s [2024-07-05T19:47:58.013Z] [2024-07-05T19:47:58.013Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T19:48:02.248Z] #122 ... [2024-07-05T19:48:02.248Z] [2024-07-05T19:48:02.248Z] #157 [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-05T19:48:02.248Z] #157 DONE 15.3s [2024-07-05T19:48:02.248Z] [2024-07-05T19:48:02.248Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T19:48:03.189Z] #146 ... [2024-07-05T19:48:03.189Z] [2024-07-05T19:48:03.189Z] #86 [core-common-config-bootstrapper] exporting to image [2024-07-05T19:48:03.189Z] #86 exporting layers [2024-07-05T19:48:21.348Z] #86 ... [2024-07-05T19:48:21.348Z] [2024-07-05T19:48:21.348Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-05T19:48:21.348Z] #149 DONE 131.5s [2024-07-05T19:48:21.606Z] [2024-07-05T19:48:21.606Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T19:48:32.515Z] #39 ... [2024-07-05T19:48:32.515Z] [2024-07-05T19:48:32.515Z] #141 [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-05T19:48:32.515Z] #141 DONE 140.3s [2024-07-05T19:48:32.515Z] [2024-07-05T19:48:32.515Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T19:48:32.515Z] #143 ... [2024-07-05T19:48:32.515Z] [2024-07-05T19:48:32.515Z] #158 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:35.049Z] #158 ... [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #148 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-05T19:48:35.049Z] #148 DONE 144.6s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #142 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-05T19:48:35.049Z] #142 DONE 144.7s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #150 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-05T19:48:35.049Z] #150 DONE 144.9s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #151 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T19:48:35.049Z] #151 DONE 144.8s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #143 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T19:48:35.049Z] #143 DONE 144.9s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #159 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:35.049Z] #159 ... [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #144 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T19:48:35.049Z] #144 DONE 144.9s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #122 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T19:48:35.049Z] #122 DONE 145.0s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #160 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:35.049Z] #160 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #161 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:35.049Z] #161 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #146 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T19:48:35.049Z] #146 DONE 145.0s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #162 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:35.049Z] #162 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #163 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:35.049Z] #163 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #164 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-05T19:48:35.049Z] #164 ... [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #165 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:35.049Z] #165 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #166 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:35.049Z] #166 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #86 [core-common-config-bootstrapper] exporting to image [2024-07-05T19:48:35.049Z] #86 exporting layers 31.6s done [2024-07-05T19:48:35.049Z] #86 writing image sha256:e73f3d4cd09523a03fd5bd33c99959e186ffdd095e368adbcd9b7b339b5ec007 0.0s done [2024-07-05T19:48:35.049Z] #86 naming to docker.io/library/core-common-config-bootstrapper 0.1s done [2024-07-05T19:48:35.049Z] #86 DONE 33.4s [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #167 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:35.049Z] #167 CACHED [2024-07-05T19:48:35.049Z] [2024-07-05T19:48:35.049Z] #168 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:35.049Z] #168 CACHED [2024-07-05T19:48:35.308Z] [2024-07-05T19:48:35.308Z] #169 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:36.622Z] #169 ... [2024-07-05T19:48:36.622Z] [2024-07-05T19:48:36.622Z] #158 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:36.622Z] #158 DONE 4.1s [2024-07-05T19:48:36.622Z] [2024-07-05T19:48:36.622Z] #170 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-05T19:48:36.622Z] #170 DONE 1.3s [2024-07-05T19:48:36.622Z] [2024-07-05T19:48:36.622Z] #171 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:36.622Z] #171 DONE 1.3s [2024-07-05T19:48:36.622Z] [2024-07-05T19:48:36.622Z] #159 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:36.622Z] #159 DONE 1.2s [2024-07-05T19:48:36.622Z] [2024-07-05T19:48:36.622Z] #172 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:37.210Z] #172 ... [2024-07-05T19:48:37.210Z] [2024-07-05T19:48:37.210Z] #173 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-05T19:48:37.210Z] #173 DONE 2.1s [2024-07-05T19:48:37.210Z] [2024-07-05T19:48:37.210Z] #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-05T19:48:37.471Z] #174 ... [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #164 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-05T19:48:37.471Z] #164 DONE 2.6s [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #175 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:37.471Z] #175 DONE 2.6s [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #176 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-05T19:48:37.471Z] #176 DONE 2.5s [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #177 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:37.471Z] #177 DONE 1.9s [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #169 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:37.471Z] #169 DONE 2.5s [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #178 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-05T19:48:37.471Z] #178 DONE 2.5s [2024-07-05T19:48:37.471Z] [2024-07-05T19:48:37.471Z] #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:37.896Z] #179 ... [2024-07-05T19:48:37.896Z] [2024-07-05T19:48:37.896Z] #180 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:37.896Z] #180 DONE 1.9s [2024-07-05T19:48:37.896Z] [2024-07-05T19:48:37.896Z] #181 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:37.896Z] #181 DONE 1.8s [2024-07-05T19:48:37.896Z] [2024-07-05T19:48:37.896Z] #172 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:37.896Z] #172 DONE 1.9s [2024-07-05T19:48:38.157Z] [2024-07-05T19:48:38.157Z] #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-05T19:48:38.416Z] #182 ... [2024-07-05T19:48:38.416Z] [2024-07-05T19:48:38.417Z] #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-05T19:48:38.417Z] #174 DONE 1.3s [2024-07-05T19:48:38.417Z] [2024-07-05T19:48:38.417Z] #183 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:38.417Z] #183 DONE 0.8s [2024-07-05T19:48:38.417Z] [2024-07-05T19:48:38.417Z] #184 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:38.417Z] #184 DONE 0.8s [2024-07-05T19:48:38.417Z] [2024-07-05T19:48:38.417Z] #185 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:38.417Z] #185 DONE 0.8s [2024-07-05T19:48:38.417Z] [2024-07-05T19:48:38.417Z] #186 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-05T19:48:38.417Z] #186 DONE 0.8s [2024-07-05T19:48:38.417Z] [2024-07-05T19:48:38.417Z] #179 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:38.417Z] #179 DONE 0.8s [2024-07-05T19:48:38.417Z] [2024-07-05T19:48:38.417Z] #86 [core-command] exporting to image [2024-07-05T19:48:38.676Z] #86 ... [2024-07-05T19:48:38.676Z] [2024-07-05T19:48:38.676Z] #187 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:38.676Z] #187 DONE 1.1s [2024-07-05T19:48:38.676Z] [2024-07-05T19:48:38.676Z] #188 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-05T19:48:38.676Z] #188 DONE 2.9s [2024-07-05T19:48:38.676Z] [2024-07-05T19:48:38.676Z] #189 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-05T19:48:38.676Z] #189 DONE 1.0s [2024-07-05T19:48:38.676Z] [2024-07-05T19:48:38.676Z] #190 [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-05T19:48:38.676Z] #190 DONE 1.0s [2024-07-05T19:48:38.676Z] [2024-07-05T19:48:38.676Z] #182 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-05T19:48:38.676Z] #182 DONE 1.0s [2024-07-05T19:48:38.676Z] [2024-07-05T19:48:38.676Z] #86 [support-scheduler] exporting to image [2024-07-05T19:48:38.676Z] #86 exporting layers 0.4s done [2024-07-05T19:48:38.937Z] #86 writing image sha256:61ad245df3ee1834455f9ad69e0b530ca11fad8add0fe1798d7da982ce391a6f done [2024-07-05T19:48:38.937Z] #86 naming to docker.io/library/core-command done [2024-07-05T19:48:39.234Z] #86 ... [2024-07-05T19:48:39.235Z] [2024-07-05T19:48:39.235Z] #191 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-05T19:48:39.235Z] #191 DONE 0.9s [2024-07-05T19:48:39.235Z] [2024-07-05T19:48:39.235Z] #86 [core-command] exporting to image [2024-07-05T19:48:39.235Z] #86 exporting layers 0.6s done [2024-07-05T19:48:39.496Z] #86 ... [2024-07-05T19:48:39.496Z] [2024-07-05T19:48:39.496Z] #192 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:39.496Z] #192 DONE 1.3s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #193 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-05T19:48:39.757Z] #193 DONE 1.0s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #194 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T19:48:39.757Z] #194 DONE 1.0s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #195 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-05T19:48:39.757Z] #195 DONE 1.0s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #196 [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-05T19:48:39.757Z] #196 DONE 1.0s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #197 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-05T19:48:39.757Z] #197 DONE 1.3s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:39.757Z] #198 ... [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #199 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-05T19:48:39.757Z] #199 DONE 1.1s [2024-07-05T19:48:39.757Z] [2024-07-05T19:48:39.757Z] #200 [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-05T19:48:39.757Z] #200 DONE 1.0s [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #201 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:40.025Z] #201 DONE 0.3s [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #86 [security-spiffe-token-provider] exporting to image [2024-07-05T19:48:40.025Z] #86 writing image sha256:a8b0e2cc8875383363806118a9d713b61634c08487a120527829889417c9fe5c 0.0s done [2024-07-05T19:48:40.025Z] #86 naming to docker.io/library/support-scheduler done [2024-07-05T19:48:40.025Z] #86 ... [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #198 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:40.025Z] #198 DONE 0.3s [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #202 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-05T19:48:40.025Z] #202 DONE 0.3s [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #203 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-05T19:48:40.025Z] #203 DONE 0.4s [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #204 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-05T19:48:40.025Z] #204 DONE 0.3s [2024-07-05T19:48:40.025Z] [2024-07-05T19:48:40.025Z] #86 [core-data] exporting to image [2024-07-05T19:48:40.286Z] #86 ... [2024-07-05T19:48:40.286Z] [2024-07-05T19:48:40.286Z] #205 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T19:48:40.286Z] #205 DONE 1.0s [2024-07-05T19:48:40.286Z] [2024-07-05T19:48:40.286Z] #86 [security-proxy-auth] exporting to image [2024-07-05T19:48:40.286Z] #86 writing image sha256:4915000225a985333ebb94d98947d5daccae07213b2fdfa70a28e6a11ffcc17b [2024-07-05T19:48:40.286Z] #86 writing image sha256:6f3c79308c3fbe65ba8dc70d84c0aa598c63483ba2c979a501a7dbfe79e950b9 [2024-07-05T19:48:40.548Z] #86 writing image sha256:4915000225a985333ebb94d98947d5daccae07213b2fdfa70a28e6a11ffcc17b 0.4s done [2024-07-05T19:48:40.548Z] #86 writing image sha256:6f3c79308c3fbe65ba8dc70d84c0aa598c63483ba2c979a501a7dbfe79e950b9 0.4s done [2024-07-05T19:48:40.548Z] #86 naming to docker.io/library/core-keeper done [2024-07-05T19:48:40.548Z] #86 naming to docker.io/library/core-metadata [2024-07-05T19:48:40.810Z] #86 ... [2024-07-05T19:48:40.810Z] [2024-07-05T19:48:40.810Z] #206 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-05T19:48:40.810Z] #206 DONE 0.6s [2024-07-05T19:48:40.810Z] [2024-07-05T19:48:40.810Z] #207 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-05T19:48:40.810Z] #207 DONE 0.6s [2024-07-05T19:48:40.810Z] [2024-07-05T19:48:40.810Z] #208 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-05T19:48:40.810Z] #208 DONE 0.6s [2024-07-05T19:48:40.810Z] [2024-07-05T19:48:40.810Z] #86 [core-metadata] exporting to image [2024-07-05T19:48:40.810Z] #86 exporting layers 1.0s done [2024-07-05T19:48:40.810Z] #86 naming to docker.io/library/core-metadata done [2024-07-05T19:48:40.810Z] #86 writing image sha256:7b34731aa5882abc2f5dd837a8f49ed1fb20253b89086415d119d70c06268d37 [2024-07-05T19:48:40.810Z] #86 ... [2024-07-05T19:48:40.810Z] [2024-07-05T19:48:40.810Z] #209 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-05T19:48:40.810Z] #209 DONE 0.3s [2024-07-05T19:48:40.810Z] [2024-07-05T19:48:40.810Z] #86 [security-spiffe-token-provider] exporting to image [2024-07-05T19:48:40.810Z] #86 writing image sha256:7b34731aa5882abc2f5dd837a8f49ed1fb20253b89086415d119d70c06268d37 0.2s done [2024-07-05T19:48:40.810Z] #86 naming to docker.io/library/security-spiffe-token-provider done [2024-07-05T19:48:41.071Z] #86 exporting layers 0.9s done [2024-07-05T19:48:41.071Z] #86 writing image sha256:727d2a87a268e798bc3c2354094b209cb923cefcd07b6ef0b5ffc36c42e4cec5 done [2024-07-05T19:48:41.071Z] #86 writing image sha256:9f89da21905dd3d9a4649370e9c10f1e137aa5b8a5ac759695b7e5ef845118d0 done [2024-07-05T19:48:41.071Z] #86 naming to docker.io/library/support-notifications done [2024-07-05T19:48:41.071Z] #86 naming to docker.io/library/security-proxy-auth done [2024-07-05T19:48:41.071Z] #86 writing image sha256:a64a172d9947e1a563f1cfe0a2131cbfe9cc3dedb875c7d183feeb9b06f13ed4 done [2024-07-05T19:48:41.071Z] #86 naming to docker.io/library/core-data done [2024-07-05T19:48:41.071Z] #86 DONE 36.2s [2024-07-05T19:48:41.071Z] [2024-07-05T19:48:41.071Z] #210 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-05T19:48:41.071Z] #210 DONE 0.3s [2024-07-05T19:48:41.071Z] [2024-07-05T19:48:41.071Z] #211 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-05T19:48:41.071Z] #211 DONE 0.2s [2024-07-05T19:48:41.071Z] [2024-07-05T19:48:41.071Z] #212 [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-05T19:48:41.071Z] #212 DONE 0.2s [2024-07-05T19:48:41.071Z] [2024-07-05T19:48:41.071Z] #213 [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-05T19:48:41.071Z] #213 DONE 0.1s [2024-07-05T19:48:41.071Z] [2024-07-05T19:48:41.071Z] #214 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-05T19:48:41.338Z] #214 DONE 0.1s [2024-07-05T19:48:41.338Z] [2024-07-05T19:48:41.338Z] #215 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T19:48:41.338Z] #215 DONE 0.6s [2024-07-05T19:48:41.338Z] [2024-07-05T19:48:41.338Z] #86 [security-proxy-setup] exporting to image [2024-07-05T19:48:41.338Z] #86 ... [2024-07-05T19:48:41.338Z] [2024-07-05T19:48:41.338Z] #216 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-05T19:48:41.338Z] #216 DONE 0.1s [2024-07-05T19:48:41.600Z] [2024-07-05T19:48:41.600Z] #217 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T19:48:41.600Z] #217 DONE 0.4s [2024-07-05T19:48:41.600Z] [2024-07-05T19:48:41.600Z] #86 [security-secretstore-setup] exporting to image [2024-07-05T19:48:41.600Z] #86 exporting layers 0.3s done [2024-07-05T19:48:41.600Z] #86 writing image sha256:fa773662798e3743033c23b41c9d46a1c95d908abf370119e437b3ac97acccef done [2024-07-05T19:48:41.600Z] #86 naming to docker.io/library/security-proxy-setup done [2024-07-05T19:48:41.861Z] #86 ... [2024-07-05T19:48:41.861Z] [2024-07-05T19:48:41.861Z] #218 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-05T19:48:41.861Z] #218 DONE 0.4s [2024-07-05T19:48:41.861Z] [2024-07-05T19:48:41.861Z] #86 [security-bootstrapper] exporting to image [2024-07-05T19:48:41.861Z] #86 writing image sha256:e723a0b00175c7f5f000713d2af4fcf8f113d6482d5683596a1a6596406a0b66 done [2024-07-05T19:48:41.861Z] #86 naming to docker.io/library/security-secretstore-setup done [2024-07-05T19:48:42.804Z] #86 exporting layers 0.8s done [2024-07-05T19:48:42.804Z] #86 writing image sha256:1d96e8aec44181efe41e6861b43fb8fb76d2594e06846c53204a880d0d574d1a done [2024-07-05T19:48:42.804Z] #86 naming to docker.io/library/security-bootstrapper done [2024-07-05T19:48:42.804Z] #86 DONE 37.5s [2024-07-05T19:48:42.804Z] [2024-07-05T19:48:42.804Z] #39 [security-spire-server spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T19:48:42.804Z] time="2024-07-05T19:44:15Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-05T19:48:42.843Z] $ docker stop --time=1 6a17f1724e0325bc9c0961db0ebfb9064f3fb66f8b64614d8e6377ed34708230 [2024-07-05T19:48:44.164Z] $ docker rm -f --volumes 6a17f1724e0325bc9c0961db0ebfb9064f3fb66f8b64614d8e6377ed34708230 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-05T19:48:44.601Z] + docker images [2024-07-05T19:48:44.601Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-05T19:48:44.601Z] security-proxy-setup latest fa773662798e 3 seconds ago 31.2MB [2024-07-05T19:48:44.601Z] security-secretstore-setup latest e723a0b00175 3 seconds ago 42.2MB [2024-07-05T19:48:44.601Z] security-bootstrapper latest 1d96e8aec441 3 seconds ago 24MB [2024-07-05T19:48:44.601Z] security-proxy-auth latest 727d2a87a268 5 seconds ago 38MB [2024-07-05T19:48:44.601Z] core-metadata latest 6f3c79308c3f 5 seconds ago 41MB [2024-07-05T19:48:44.601Z] core-data latest a64a172d9947 5 seconds ago 40.8MB [2024-07-05T19:48:44.601Z] core-keeper latest 4915000225a9 5 seconds ago 35.6MB [2024-07-05T19:48:44.601Z] support-notifications latest 9f89da21905d 5 seconds ago 43.9MB [2024-07-05T19:48:44.601Z] security-spiffe-token-provider latest 7b34731aa588 5 seconds ago 34MB [2024-07-05T19:48:44.601Z] support-scheduler latest a8b0e2cc8875 6 seconds ago 43.1MB [2024-07-05T19:48:44.601Z] core-command latest 61ad245df3ee 6 seconds ago 40.4MB [2024-07-05T19:48:44.601Z] core-common-config-bootstrapper latest e73f3d4cd095 47 seconds ago 20.2MB [2024-07-05T19:48:44.601Z] security-spire-agent latest 9329fe65ce2c 3 minutes ago 166MB [2024-07-05T19:48:44.601Z] security-spire-server latest e43376186996 3 minutes ago 107MB [2024-07-05T19:48:44.601Z] security-spire-config latest 24c62fc56d60 3 minutes ago 107MB [2024-07-05T19:48:44.601Z] ci-base-image-x86_64 latest 965c0999bc6d 7 minutes ago 966MB [2024-07-05T19:48:44.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.21-alpine f489d0715acc 2 months ago 565MB [2024-07-05T19:48:44.601Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 8322d24a5ed8 13 months ago 334MB [2024-07-05T19:48:44.601Z] 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-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-common-config-bootstrapper [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-keeper [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-auth [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2024-07-05T19:49:07.466Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2024-07-05T19:49:09.408Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2024-07-05T19:49:09.408Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2024-07-05T19:49:09.408Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2024-07-05T19:49:09.408Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2024-07-05T19:49:21.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2024-07-05T19:49:21.731Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2024-07-05T19:49:21.731Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 1.132s coverage: 28.7% of statements [2024-07-05T19:49:31.884Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 1.188s coverage: 97.0% of statements [2024-07-05T19:49:36.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging/mocks [no test files] [2024-07-05T19:49:36.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/common_config [no test files] [2024-07-05T19:49:36.145Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2024-07-05T19:49:40.396Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/messaging 4.285s coverage: 69.2% of statements [2024-07-05T19:49:42.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2024-07-05T19:49:42.337Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2024-07-05T19:49:43.294Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 1.211s coverage: 53.2% of statements [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/application [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/config [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/constants [no test files] [2024-07-05T19:49:48.643Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/container [no test files] [2024-07-05T19:49:56.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces [no test files] [2024-07-05T19:49:56.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:49:56.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/registry [no test files] [2024-07-05T19:49:56.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/keeper/utils [no test files] [2024-07-05T19:49:56.908Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2024-07-05T19:49:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 10.741s coverage: 93.4% of statements [2024-07-05T19:49:58.871Z] ok github.com/edgexfoundry/edgex-go/internal/core/keeper/controller/http 1.280s coverage: 91.7% of statements [2024-07-05T19:50:04.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2024-07-05T19:50:04.220Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2024-07-05T19:50:04.486Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/application 1.224s coverage: 6.5% of statements [2024-07-05T19:50:11.132Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2024-07-05T19:50:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:50:11.133Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/uom [no test files] [2024-07-05T19:50:13.077Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2024-07-05T19:50:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2024-07-05T19:50:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2024-07-05T19:50:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2024-07-05T19:50:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2024-07-05T19:50:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2024-07-05T19:50:13.078Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2024-07-05T19:50:13.661Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.613s coverage: 95.8% of statements [2024-07-05T19:50:14.246Z] ok github.com/edgexfoundry/edgex-go/internal/io 1.092s coverage: 72.2% of statements [2024-07-05T19:50:26.562Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2024-07-05T19:50:26.563Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2024-07-05T19:50:26.563Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 1.307s coverage: 0.8% of statements [2024-07-05T19:50:26.563Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 1.140s coverage: 32.2% of statements [2024-07-05T19:50:29.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 1.128s coverage: 41.7% of statements [2024-07-05T19:50:29.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.125s coverage: 77.8% of statements [2024-07-05T19:50:29.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 1.109s coverage: 94.1% of statements [2024-07-05T19:50:29.905Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 1.101s coverage: 96.3% of statements [2024-07-05T19:50:34.155Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 1.107s coverage: 87.5% of statements [2024-07-05T19:50:35.564Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2024-07-05T19:50:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2024-07-05T19:50:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2024-07-05T19:50:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2024-07-05T19:50:41.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2024-07-05T19:50:41.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto [no test files] [2024-07-05T19:50:41.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/config [no test files] [2024-07-05T19:50:41.734Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/container [no test files] [2024-07-05T19:50:47.051Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 13.105s coverage: 94.4% of statements [2024-07-05T19:50:47.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2024-07-05T19:50:47.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2024-07-05T19:50:47.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2024-07-05T19:50:47.051Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2024-07-05T19:50:57.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2024-07-05T19:50:57.083Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2024-07-05T19:50:59.644Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2024-07-05T19:51:00.223Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 24.771s coverage: 79.9% of statements [2024-07-05T19:51:00.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 23.153s coverage: 92.9% of statements [2024-07-05T19:51:00.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 1.072s coverage: 64.4% of statements [2024-07-05T19:51:00.492Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/mosquitto/handlers 7.122s coverage: 62.3% of statements [2024-07-05T19:51:00.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 12.104s coverage: 87.2% of statements [2024-07-05T19:51:00.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/common 1.078s coverage: 20.0% of statements [2024-07-05T19:51:00.767Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 1.078s coverage: 100.0% of statements [2024-07-05T19:51:05.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/shared [no test files] [2024-07-05T19:51:05.021Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2024-07-05T19:51:05.021Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 1.280s coverage: 81.8% of statements [2024-07-05T19:51:05.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 1.279s coverage: 82.1% of statements [2024-07-05T19:51:05.981Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 1.117s coverage: 86.0% of statements [2024-07-05T19:51:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2024-07-05T19:51:11.330Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2024-07-05T19:51:12.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.750s coverage: 63.1% of statements [2024-07-05T19:51:12.740Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 1.107s coverage: 100.0% of statements [2024-07-05T19:51:14.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 1.119s coverage: 89.4% of statements [2024-07-05T19:51:14.147Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 1.073s coverage: 100.0% of statements [2024-07-05T19:51:14.418Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth [no test files] [2024-07-05T19:51:14.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/config [no test files] [2024-07-05T19:51:14.419Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxyauth/container [no test files] [2024-07-05T19:51:14.685Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 1.072s coverage: 73.7% of statements [2024-07-05T19:51:15.644Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 1.091s coverage: 100.0% of statements [2024-07-05T19:51:22.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2024-07-05T19:51:22.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2024-07-05T19:51:22.304Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2024-07-05T19:51:23.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 1.676s coverage: 38.4% of statements [2024-07-05T19:51:23.266Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 1.114s coverage: 89.5% of statements [2024-07-05T19:51:23.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2024-07-05T19:51:23.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2024-07-05T19:51:23.536Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2024-07-05T19:51:23.536Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2024-07-05T19:51:24.943Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 1.103s coverage: 84.8% of statements [2024-07-05T19:51:30.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2024-07-05T19:51:30.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2024-07-05T19:51:30.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2024-07-05T19:51:30.282Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2024-07-05T19:51:36.919Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 7.171s coverage: 19.9% of statements [2024-07-05T19:51:37.504Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2024-07-05T19:51:37.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:51:37.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2024-07-05T19:51:37.505Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2024-07-05T19:51:39.459Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 1.481s coverage: 95.7% of statements [2024-07-05T19:51:42.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2024-07-05T19:51:42.038Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2024-07-05T19:51:43.447Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 1.158s coverage: 61.8% of statements [2024-07-05T19:51:45.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2024-07-05T19:51:45.383Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2024-07-05T19:51:46.784Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 1.268s coverage: 98.9% of statements [2024-07-05T19:51:48.180Z] 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-05T19:51:48.180Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2024-07-05T19:51:48.180Z] go vet ./... [2024-07-05T19:55:39.941Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2024-07-05T19:55:39.941Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2024-07-05T19:55:39.941Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2024-07-05T19:55:39.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] sh [2024-07-05T19:55:40.342Z] + ls -al . [2024-07-05T19:55:40.357Z] total 836 [2024-07-05T19:55:40.357Z] drwxrwxr-x 10 1001 1001 4096 Jul 5 19:44 . [2024-07-05T19:55:40.357Z] drwxr-xr-x 4 root root 4096 Jul 5 19:44 .. [2024-07-05T19:55:40.357Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 19:42 .blubracket [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 10 Jul 5 19:42 .dockerignore [2024-07-05T19:55:40.357Z] drwxrwxr-x 8 1001 1001 4096 Jul 5 19:42 .git [2024-07-05T19:55:40.357Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 19:42 .github [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 1102 Jul 5 19:42 .gitignore [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 42 Jul 5 19:42 .golangci.yml [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 100 Jul 5 19:42 .hadolint.yml [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 155 Jul 5 19:42 .sonarcloud.properties [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 1171 Jul 5 19:42 ADOPTERS.md [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 20361 Jul 5 19:42 Attribution.txt [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 100284 Jul 5 19:42 CHANGELOG.md [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 3804 Jul 5 19:42 CONTRIBUTING.md [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 677 Jul 5 19:42 GOVERNANCE.md [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 861 Jul 5 19:42 Jenkinsfile [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 10775 Jul 5 19:42 LICENSE [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 16051 Jul 5 19:42 Makefile [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 582 Jul 5 19:42 OWNERS.md [2024-07-05T19:55:40.357Z] -rw-rw-r-- 1 1001 1001 9528 Jul 5 19:42 README.md [2024-07-05T19:55:40.358Z] -rw-rw-r-- 1 1001 1001 789 Jul 5 19:42 SECURITY.md [2024-07-05T19:55:40.358Z] -rw-rw-r-- 1 1001 1001 5 Jul 5 19:40 VERSION [2024-07-05T19:55:40.358Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 19:42 bin [2024-07-05T19:55:40.358Z] drwxrwxr-x 19 1001 1001 4096 Jul 5 19:42 cmd [2024-07-05T19:55:40.358Z] -rw-r--r-- 1 root root 481596 Jul 5 19:51 coverage.out [2024-07-05T19:55:40.358Z] drwxrwxr-x 2 1001 1001 4096 Jul 5 19:42 fuzz_test [2024-07-05T19:55:40.358Z] -rw-rw-r-- 1 1001 1001 6911 Jul 5 19:42 go.mod [2024-07-05T19:55:40.358Z] -rw-rw-r-- 1 1001 1001 101537 Jul 5 19:42 go.sum [2024-07-05T19:55:40.358Z] drwxrwxr-x 7 1001 1001 4096 Jul 5 19:42 internal [2024-07-05T19:55:40.358Z] drwxrwxr-x 3 1001 1001 4096 Jul 5 19:42 openapi [2024-07-05T19:55:40.358Z] -rw-rw-r-- 1 1001 1001 584 Jul 5 19:42 security.txt [2024-07-05T19:55:40.358Z] -rw-rw-r-- 1 1001 1001 204 Jul 5 19:42 version.go [Pipeline] sh [2024-07-05T19:55:41.100Z] + '[' -e coverage.out ] [2024-07-05T19:55:41.100Z] + chown 1001:1001 coverage.out [Pipeline] stash [2024-07-05T19:55:41.140Z] Warning: overwriting stash ‘coverage-report’ [2024-07-05T19:55:42.187Z] Stashed 1 file(s) [Pipeline] sh [2024-07-05T19:55:42.538Z] + make build [2024-07-05T19:55:42.821Z] 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-05T19:58:34.542Z] 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-05T19:58:42.753Z] 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-05T19:58:52.819Z] 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-05T19:58:54.756Z] go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-05T19:59:02.949Z] 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-05T19:59:29.616Z] 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-05T19:59:37.819Z] 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-05T19:59:47.880Z] 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-05T19:59:51.219Z] 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-05T19:59:54.563Z] 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-05T19:59:57.898Z] 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-05T20:00:03.231Z] 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-05T20:00:06.588Z] $ docker stop --time=1 5763b567458edf7ae21cc68a31c5c2315a467fc37dc969f99a789e5ad6969719 [2024-07-05T20:00:08.705Z] $ docker rm -f --volumes 5763b567458edf7ae21cc68a31c5c2315a467fc37dc969f99a789e5ad6969719 [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-05T20:00:12.314Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-05T20:00:12.314Z] [2024-07-05T20:00:12.314Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T20:00:12.730Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-05T20:00:12.996Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2024-07-05T20:00:12.996Z] 547446be3368: Pulling fs layer [2024-07-05T20:00:12.996Z] d125d8839a47: Pulling fs layer [2024-07-05T20:00:12.996Z] 3e85d5ac6304: Pulling fs layer [2024-07-05T20:00:12.996Z] c3105a71a48b: Pulling fs layer [2024-07-05T20:00:12.996Z] 0f093f025ec4: Pulling fs layer [2024-07-05T20:00:12.996Z] c3106fc0e877: Pulling fs layer [2024-07-05T20:00:12.996Z] c3105a71a48b: Waiting [2024-07-05T20:00:12.996Z] 0f093f025ec4: Waiting [2024-07-05T20:00:12.996Z] c3106fc0e877: Waiting [2024-07-05T20:00:12.996Z] 547446be3368: Verifying Checksum [2024-07-05T20:00:12.996Z] c3105a71a48b: Verifying Checksum [2024-07-05T20:00:12.996Z] c3105a71a48b: Download complete [2024-07-05T20:00:13.578Z] d125d8839a47: Verifying Checksum [2024-07-05T20:00:13.578Z] d125d8839a47: Download complete [2024-07-05T20:00:13.578Z] c3106fc0e877: Verifying Checksum [2024-07-05T20:00:13.578Z] c3106fc0e877: Download complete [2024-07-05T20:00:13.578Z] 0f093f025ec4: Verifying Checksum [2024-07-05T20:00:13.578Z] 0f093f025ec4: Download complete [2024-07-05T20:00:13.844Z] 547446be3368: Pull complete [2024-07-05T20:00:14.797Z] d125d8839a47: Pull complete [2024-07-05T20:00:15.750Z] 3e85d5ac6304: Verifying Checksum [2024-07-05T20:00:15.750Z] 3e85d5ac6304: Download complete [2024-07-05T20:00:25.805Z] 3e85d5ac6304: Pull complete [2024-07-05T20:00:25.805Z] c3105a71a48b: Pull complete [2024-07-05T20:00:26.407Z] 0f093f025ec4: Pull complete [2024-07-05T20:00:26.673Z] c3106fc0e877: Pull complete [2024-07-05T20:00:26.673Z] Digest: sha256:7afbe01cf8e520fceec078bfe850245cc9cd7ea873f4716593401c8fc5594bc6 [2024-07-05T20:00:26.673Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2024-07-05T20:00:26.673Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T20:00:27.052Z] prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container [2024-07-05T20:00:27.100Z] $ 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-05T20:00:29.193Z] $ docker top 0a357d7945aed3006a9a64197bbffa665ae02cc29b506355681acda03bf883f0 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-05T20:00:30.077Z] + docker compose -f ./docker-compose-build.yml build --parallel [2024-07-05T20:00:40.144Z] #1 [security-bootstrapper internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #1 transferring dockerfile: 2.93kB done [2024-07-05T20:00:40.145Z] #1 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #2 [core-metadata internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #2 transferring dockerfile: 2.06kB done [2024-07-05T20:00:40.145Z] #2 DONE 0.0s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #3 [core-command internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #3 transferring dockerfile: 1.93kB 0.0s done [2024-07-05T20:00:40.145Z] #3 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #4 [core-data internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #4 transferring dockerfile: 2.01kB done [2024-07-05T20:00:40.145Z] #4 DONE 0.0s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #5 [core-common-config-bootstrapper internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #5 transferring dockerfile: 2.23kB done [2024-07-05T20:00:40.145Z] #5 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #6 [support-scheduler internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #6 transferring dockerfile: 1.93kB done [2024-07-05T20:00:40.145Z] #6 DONE 0.0s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #7 [support-notifications internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #7 transferring dockerfile: 1.95kB done [2024-07-05T20:00:40.145Z] #7 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #8 [security-secretstore-setup internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #8 transferring dockerfile: 2.49kB done [2024-07-05T20:00:40.145Z] #8 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #9 [security-spiffe-token-provider internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #9 transferring dockerfile: 1.89kB done [2024-07-05T20:00:40.145Z] #9 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #10 [security-spire-server internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #10 transferring dockerfile: 1.70kB 0.0s done [2024-07-05T20:00:40.145Z] #10 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #11 [core-keeper internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #11 transferring dockerfile: 2.01kB done [2024-07-05T20:00:40.145Z] #11 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #12 [security-spire-agent internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #12 transferring dockerfile: 1.81kB 0.0s done [2024-07-05T20:00:40.145Z] #12 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #13 [security-spire-config internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #13 transferring dockerfile: 1.69kB done [2024-07-05T20:00:40.145Z] #13 DONE 0.1s [2024-07-05T20:00:40.145Z] [2024-07-05T20:00:40.145Z] #14 [security-proxy-auth internal] load build definition from Dockerfile [2024-07-05T20:00:40.145Z] #14 transferring dockerfile: 2.15kB 0.0s done [2024-07-05T20:00:40.413Z] #14 DONE 0.1s [2024-07-05T20:00:40.413Z] [2024-07-05T20:00:40.413Z] #15 [security-proxy-setup internal] load build definition from Dockerfile [2024-07-05T20:00:40.413Z] #15 transferring dockerfile: 2.50kB 0.0s done [2024-07-05T20:00:40.413Z] #15 DONE 0.1s [2024-07-05T20:00:40.413Z] [2024-07-05T20:00:40.413Z] #16 [security-bootstrapper internal] load .dockerignore [2024-07-05T20:00:40.413Z] #16 transferring context: [2024-07-05T20:00:40.413Z] #16 transferring context: 50B 0.0s done [2024-07-05T20:00:40.413Z] #16 DONE 0.1s [2024-07-05T20:00:40.994Z] [2024-07-05T20:00:40.994Z] #17 [core-metadata internal] load .dockerignore [2024-07-05T20:00:40.994Z] #17 transferring context: 50B done [2024-07-05T20:00:40.994Z] #17 DONE 0.0s [2024-07-05T20:00:41.270Z] [2024-07-05T20:00:41.270Z] #18 [core-command internal] load .dockerignore [2024-07-05T20:00:41.270Z] #18 transferring context: 50B done [2024-07-05T20:00:41.270Z] #18 DONE 0.0s [2024-07-05T20:00:41.270Z] [2024-07-05T20:00:41.270Z] #19 [core-data internal] load .dockerignore [2024-07-05T20:00:41.270Z] #19 transferring context: 50B done [2024-07-05T20:00:41.270Z] #19 DONE 0.0s [2024-07-05T20:00:41.270Z] [2024-07-05T20:00:41.270Z] #20 [core-common-config-bootstrapper internal] load .dockerignore [2024-07-05T20:00:41.270Z] #20 transferring context: 50B 0.0s done [2024-07-05T20:00:41.270Z] #20 DONE 0.1s [2024-07-05T20:00:41.270Z] [2024-07-05T20:00:41.270Z] #21 [support-scheduler internal] load .dockerignore [2024-07-05T20:00:41.270Z] #21 transferring context: 50B done [2024-07-05T20:00:41.270Z] #21 DONE 0.1s [2024-07-05T20:00:41.270Z] [2024-07-05T20:00:41.270Z] #22 [support-notifications internal] load .dockerignore [2024-07-05T20:00:41.270Z] #22 transferring context: 50B 0.0s done [2024-07-05T20:00:41.270Z] #22 DONE 0.1s [2024-07-05T20:00:41.270Z] [2024-07-05T20:00:41.270Z] #23 [security-secretstore-setup internal] load .dockerignore [2024-07-05T20:00:41.540Z] #23 transferring context: 50B done [2024-07-05T20:00:41.541Z] #23 DONE 0.1s [2024-07-05T20:00:41.541Z] [2024-07-05T20:00:41.541Z] #24 [security-spire-server internal] load .dockerignore [2024-07-05T20:00:41.541Z] #24 transferring context: 50B done [2024-07-05T20:00:41.541Z] #24 DONE 0.1s [2024-07-05T20:00:41.541Z] [2024-07-05T20:00:41.541Z] #25 [security-spiffe-token-provider internal] load .dockerignore [2024-07-05T20:00:41.541Z] #25 transferring context: 50B done [2024-07-05T20:00:41.541Z] #25 DONE 0.0s [2024-07-05T20:00:41.541Z] [2024-07-05T20:00:41.541Z] #26 [core-keeper internal] load .dockerignore [2024-07-05T20:00:41.541Z] #26 transferring context: 50B done [2024-07-05T20:00:41.807Z] #26 DONE 0.1s [2024-07-05T20:00:41.807Z] [2024-07-05T20:00:41.807Z] #27 [security-spire-agent internal] load .dockerignore [2024-07-05T20:00:41.807Z] #27 transferring context: 50B done [2024-07-05T20:00:41.807Z] #27 DONE 0.1s [2024-07-05T20:00:41.807Z] [2024-07-05T20:00:41.807Z] #28 [security-spire-config internal] load .dockerignore [2024-07-05T20:00:41.807Z] #28 transferring context: 50B done [2024-07-05T20:00:41.807Z] #28 DONE 0.1s [2024-07-05T20:00:41.807Z] [2024-07-05T20:00:41.807Z] #29 [security-proxy-auth internal] load .dockerignore [2024-07-05T20:00:41.807Z] #29 transferring context: 50B done [2024-07-05T20:00:41.807Z] #29 DONE 0.0s [2024-07-05T20:00:42.075Z] [2024-07-05T20:00:42.075Z] #30 [security-proxy-setup internal] load .dockerignore [2024-07-05T20:00:42.075Z] #30 transferring context: 50B done [2024-07-05T20:00:42.075Z] #30 DONE 0.0s [2024-07-05T20:00:42.075Z] [2024-07-05T20:00:42.075Z] #31 [security-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:42.075Z] #31 DONE 0.0s [2024-07-05T20:00:42.075Z] [2024-07-05T20:00:42.075Z] #32 [security-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:42.341Z] #32 DONE 0.4s [2024-07-05T20:00:42.341Z] [2024-07-05T20:00:42.341Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:00:42.341Z] #33 DONE 0.0s [2024-07-05T20:00:42.341Z] [2024-07-05T20:00:42.341Z] #34 [security-bootstrapper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:42.341Z] #34 DONE 0.0s [2024-07-05T20:00:42.341Z] [2024-07-05T20:00:42.341Z] #35 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:42.608Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:42.608Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:42.608Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:42.608Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:42.608Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 0B / 3.34MB 0.1s [2024-07-05T20:00:42.608Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.10MB / 3.34MB 0.2s [2024-07-05T20:00:42.879Z] #35 ... [2024-07-05T20:00:42.879Z] [2024-07-05T20:00:42.879Z] #31 [core-metadata internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:42.879Z] #31 DONE 0.0s [2024-07-05T20:00:42.879Z] [2024-07-05T20:00:42.879Z] #32 [core-metadata internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:42.879Z] #32 DONE 0.4s [2024-07-05T20:00:42.879Z] [2024-07-05T20:00:42.879Z] #35 [security-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:42.879Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:42.879Z] #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce [2024-07-05T20:00:42.879Z] #35 ... [2024-07-05T20:00:42.879Z] [2024-07-05T20:00:42.879Z] #31 [core-command internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:42.879Z] #31 DONE 0.0s [2024-07-05T20:00:42.879Z] [2024-07-05T20:00:42.879Z] #32 [core-command internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:42.880Z] #32 DONE 0.4s [2024-07-05T20:00:42.880Z] [2024-07-05T20:00:42.880Z] #35 [core-metadata stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:42.880Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:42.880Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:42.880Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:42.880Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:42.880Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:43.146Z] #35 ... [2024-07-05T20:00:43.146Z] [2024-07-05T20:00:43.146Z] #31 [core-data internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:43.146Z] #31 DONE 0.0s [2024-07-05T20:00:43.146Z] [2024-07-05T20:00:43.146Z] #35 [core-command stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.147Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:43.147Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:43.147Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:43.147Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:43.147Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:43.147Z] #35 ... [2024-07-05T20:00:43.147Z] [2024-07-05T20:00:43.147Z] #32 [core-data internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:43.147Z] #32 DONE 0.5s [2024-07-05T20:00:43.147Z] [2024-07-05T20:00:43.147Z] #35 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.147Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:43.147Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:43.147Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:43.147Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:43.147Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:43.413Z] #35 ... [2024-07-05T20:00:43.413Z] [2024-07-05T20:00:43.413Z] #31 [core-common-config-bootstrapper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:43.413Z] #31 DONE 0.0s [2024-07-05T20:00:43.413Z] [2024-07-05T20:00:43.413Z] #32 [core-common-config-bootstrapper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:43.413Z] #32 DONE 0.7s [2024-07-05T20:00:43.413Z] [2024-07-05T20:00:43.413Z] #35 [core-data stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.679Z] #35 ... [2024-07-05T20:00:43.679Z] [2024-07-05T20:00:43.679Z] #31 [support-scheduler internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:43.679Z] #31 DONE 0.0s [2024-07-05T20:00:43.679Z] [2024-07-05T20:00:43.679Z] #35 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.679Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:43.679Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:43.679Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:43.679Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:43.679Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:43.679Z] #35 ... [2024-07-05T20:00:43.679Z] [2024-07-05T20:00:43.679Z] #32 [support-scheduler internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:43.679Z] #32 DONE 0.9s [2024-07-05T20:00:43.679Z] [2024-07-05T20:00:43.679Z] #35 [core-common-config-bootstrapper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.679Z] #35 ... [2024-07-05T20:00:43.679Z] [2024-07-05T20:00:43.679Z] #31 [support-notifications internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:43.679Z] #31 DONE 0.0s [2024-07-05T20:00:43.679Z] [2024-07-05T20:00:43.679Z] #35 [support-scheduler stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.679Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:43.679Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:43.679Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:43.679Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:43.679Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:43.947Z] #35 ... [2024-07-05T20:00:43.947Z] [2024-07-05T20:00:43.947Z] #32 [support-notifications internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:43.947Z] #32 DONE 1.1s [2024-07-05T20:00:43.947Z] [2024-07-05T20:00:43.947Z] #34 [support-scheduler builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:43.947Z] #34 DONE 2.3s [2024-07-05T20:00:43.947Z] [2024-07-05T20:00:43.947Z] #31 [security-secretstore-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:43.947Z] #31 DONE 0.0s [2024-07-05T20:00:43.947Z] [2024-07-05T20:00:43.947Z] #34 [support-notifications builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:43.947Z] #34 DONE 2.3s [2024-07-05T20:00:43.947Z] [2024-07-05T20:00:43.947Z] #35 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:43.947Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:43.947Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:43.947Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:43.947Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:43.947Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:44.528Z] #35 ... [2024-07-05T20:00:44.528Z] [2024-07-05T20:00:44.528Z] #32 [security-secretstore-setup internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:44.528Z] #32 DONE 1.5s [2024-07-05T20:00:44.528Z] [2024-07-05T20:00:44.528Z] #35 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:44.528Z] #35 ... [2024-07-05T20:00:44.528Z] [2024-07-05T20:00:44.528Z] #31 [security-spiffe-token-provider internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:44.528Z] #31 DONE 0.1s [2024-07-05T20:00:44.528Z] [2024-07-05T20:00:44.528Z] #34 [security-secretstore-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:44.528Z] #34 DONE 2.3s [2024-07-05T20:00:44.528Z] [2024-07-05T20:00:44.528Z] #35 [security-secretstore-setup stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:44.528Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:44.528Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:44.528Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:44.528Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:44.528Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:45.114Z] #35 ... [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #31 [core-keeper internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:45.114Z] #31 DONE 0.1s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #36 [support-scheduler builder 2/7] WORKDIR /edgex-go [2024-07-05T20:00:45.114Z] #36 DONE 1.6s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #35 [security-secretstore-setup stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:45.114Z] #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done [2024-07-05T20:00:45.114Z] #35 ... [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #34 [security-spiffe-token-provider builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:45.114Z] #34 DONE 2.4s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #32 [core-keeper internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:45.114Z] #32 DONE 1.9s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #36 [security-spiffe-token-provider builder 2/7] WORKDIR /edgex-go [2024-07-05T20:00:45.114Z] #36 DONE 1.7s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #35 [security-spiffe-token-provider stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:45.114Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:45.114Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:45.114Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:45.114Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:45.114Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:45.114Z] #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done [2024-07-05T20:00:45.114Z] #35 ... [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #34 [core-keeper builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:45.114Z] #34 DONE 2.4s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #36 [core-keeper builder 2/7] WORKDIR /edgex-go [2024-07-05T20:00:45.114Z] #36 DONE 1.7s [2024-07-05T20:00:45.114Z] [2024-07-05T20:00:45.114Z] #35 [core-keeper stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:45.114Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:45.114Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:45.114Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:45.114Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:45.114Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:45.114Z] #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done [2024-07-05T20:00:46.080Z] #35 ... [2024-07-05T20:00:46.080Z] [2024-07-05T20:00:46.080Z] #31 [security-proxy-auth internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:46.080Z] #31 DONE 0.1s [2024-07-05T20:00:46.080Z] [2024-07-05T20:00:46.080Z] #31 [security-proxy-setup internal] load metadata for docker.io/library/ci-base-image-arm64:latest [2024-07-05T20:00:46.080Z] #31 DONE 0.1s [2024-07-05T20:00:46.080Z] [2024-07-05T20:00:46.080Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:00:46.080Z] #33 transferring context: 27.68MB 3.6s [2024-07-05T20:00:46.415Z] #33 ... [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #32 [security-spire-config internal] load metadata for docker.io/library/alpine:3.18 [2024-07-05T20:00:46.415Z] #32 DONE 2.9s [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:00:46.415Z] #33 ... [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #34 [security-proxy-auth builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:46.415Z] #34 DONE 2.5s [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #36 [security-proxy-auth builder 2/7] WORKDIR /edgex-go [2024-07-05T20:00:46.415Z] #36 DONE 1.8s [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:00:46.415Z] #33 ... [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #34 [security-proxy-setup builder 1/7] FROM docker.io/library/ci-base-image-arm64 [2024-07-05T20:00:46.415Z] #34 DONE 2.5s [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #36 [security-proxy-setup builder 2/7] WORKDIR /edgex-go [2024-07-05T20:00:46.415Z] #36 DONE 1.8s [2024-07-05T20:00:46.415Z] [2024-07-05T20:00:46.415Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:00:47.031Z] #33 ... [2024-07-05T20:00:47.031Z] [2024-07-05T20:00:47.032Z] #37 [security-spire-config internal] load metadata for ghcr.io/spiffe/spire-server:1.6.3 [2024-07-05T20:00:47.032Z] #37 DONE 2.5s [2024-07-05T20:00:47.032Z] [2024-07-05T20:00:47.032Z] #35 [security-spire-server stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:47.032Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:47.032Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:47.032Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:47.032Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:47.032Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:47.032Z] #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done [2024-07-05T20:00:47.652Z] #35 ... [2024-07-05T20:00:47.652Z] [2024-07-05T20:00:47.652Z] #38 [security-spire-agent internal] load metadata for ghcr.io/spiffe/spire-agent:1.6.3 [2024-07-05T20:00:47.652Z] #38 DONE 2.3s [2024-07-05T20:00:47.652Z] [2024-07-05T20:00:47.652Z] #39 [security-spire-config spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:47.652Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.7s done [2024-07-05T20:00:47.948Z] #39 resolve ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 0.7s done [2024-07-05T20:00:47.949Z] #39 ... [2024-07-05T20:00:47.949Z] [2024-07-05T20:00:47.949Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:00:47.949Z] #40 DONE 0.0s [2024-07-05T20:00:47.949Z] [2024-07-05T20:00:47.949Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:47.949Z] #39 sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f 1.61kB / 1.61kB done [2024-07-05T20:00:47.949Z] #39 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-07-05T20:00:48.224Z] #39 ... [2024-07-05T20:00:48.224Z] [2024-07-05T20:00:48.224Z] #35 [support-notifications stage-1 1/16] FROM docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d [2024-07-05T20:00:48.224Z] #35 resolve docker.io/library/alpine:3.18@sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 0.0s done [2024-07-05T20:00:48.224Z] #35 sha256:1875c923b73448b558132e7d4a44b815d078779ed7a73f76209c6372de95ea8d 1.64kB / 1.64kB done [2024-07-05T20:00:48.224Z] #35 sha256:879b9c82d5a8d854eb833ef2bddf3edfc09dda053a63bee84c7835b72c0a65b1 528B / 528B done [2024-07-05T20:00:48.224Z] #35 sha256:dec292d02e079b9d0c41bc2c1f24664b628826ebabccbcc4c478cf832560155d 1.49kB / 1.49kB done [2024-07-05T20:00:48.224Z] #35 sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 3.34MB / 3.34MB 0.3s done [2024-07-05T20:00:48.224Z] #35 extracting sha256:5c905c7ebe2fecec0b1115f145c0ea74b3233aa25d8239903194f6b4424044ce 2.2s done [2024-07-05T20:00:48.224Z] #35 DONE 6.6s [2024-07-05T20:00:48.224Z] [2024-07-05T20:00:48.224Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:48.224Z] #39 sha256:7f1a042121549eaff99a14cf9dd09b8e9800ffe831816902ce4dc13d1ba16589 1.05kB / 1.05kB done [2024-07-05T20:00:48.224Z] #39 sha256:6dd7dc7370d8ed10ec8280fb6249b38c860421f5750b0a0fa1db764e8eebdf0b 2.74kB / 2.74kB done [2024-07-05T20:00:48.224Z] #39 ... [2024-07-05T20:00:48.224Z] [2024-07-05T20:00:48.224Z] #41 [security-spire-config internal] load build context [2024-07-05T20:00:48.224Z] #41 transferring context: 25.04kB 0.3s done [2024-07-05T20:00:48.224Z] #41 DONE 1.4s [2024-07-05T20:00:48.491Z] [2024-07-05T20:00:48.491Z] #42 [security-spire-server internal] load build context [2024-07-05T20:00:48.491Z] #42 transferring context: 26.79kB 0.2s done [2024-07-05T20:00:48.491Z] #42 DONE 1.5s [2024-07-05T20:00:48.491Z] [2024-07-05T20:00:48.491Z] #43 [core-metadata internal] load build context [2024-07-05T20:00:49.506Z] #43 ... [2024-07-05T20:00:49.507Z] [2024-07-05T20:00:49.507Z] #44 [security-spire-agent internal] load build context [2024-07-05T20:00:49.507Z] #44 transferring context: 26.32kB 0.2s done [2024-07-05T20:00:49.507Z] #44 DONE 1.5s [2024-07-05T20:00:49.507Z] [2024-07-05T20:00:49.507Z] #43 [core-metadata internal] load build context [2024-07-05T20:00:49.507Z] #43 ... [2024-07-05T20:00:49.507Z] [2024-07-05T20:00:49.507Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:00:49.507Z] #45 ... [2024-07-05T20:00:49.507Z] [2024-07-05T20:00:49.507Z] #43 [core-metadata internal] load build context [2024-07-05T20:00:52.850Z] #43 ... [2024-07-05T20:00:52.850Z] [2024-07-05T20:00:52.850Z] #46 [core-keeper builder 3/8] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-05T20:00:52.850Z] #46 DONE 7.6s [2024-07-05T20:00:52.850Z] [2024-07-05T20:00:52.850Z] #43 [core-metadata internal] load build context [2024-07-05T20:00:53.116Z] #43 ... [2024-07-05T20:00:53.116Z] [2024-07-05T20:00:53.116Z] #47 [core-command internal] load build context [2024-07-05T20:00:53.116Z] #47 ... [2024-07-05T20:00:53.116Z] [2024-07-05T20:00:53.116Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:53.116Z] #39 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B 3.0s done [2024-07-05T20:00:53.116Z] #39 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB 3.1s done [2024-07-05T20:00:53.116Z] #39 sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 302B / 302B 3.2s done [2024-07-05T20:00:53.116Z] #39 extracting sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 done [2024-07-05T20:00:53.116Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 0B / 23.39MB 4.5s [2024-07-05T20:00:53.381Z] #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae [2024-07-05T20:00:53.381Z] #39 ... [2024-07-05T20:00:53.381Z] [2024-07-05T20:00:53.381Z] #48 [core-data internal] load build context [2024-07-05T20:00:53.381Z] #48 ... [2024-07-05T20:00:53.381Z] [2024-07-05T20:00:53.381Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:53.647Z] #39 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 0.2s done [2024-07-05T20:00:53.647Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 1.28MB / 23.39MB 4.9s [2024-07-05T20:00:53.647Z] #39 ... [2024-07-05T20:00:53.647Z] [2024-07-05T20:00:53.647Z] #49 [support-scheduler internal] load build context [2024-07-05T20:00:53.911Z] #49 ... [2024-07-05T20:00:53.911Z] [2024-07-05T20:00:53.911Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:53.911Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 3.15MB / 23.39MB 5.4s [2024-07-05T20:00:53.911Z] #39 ... [2024-07-05T20:00:53.911Z] [2024-07-05T20:00:53.911Z] #50 [support-notifications internal] load build context [2024-07-05T20:00:54.175Z] #50 transferring context: 24.92MB 9.7s [2024-07-05T20:00:54.175Z] #50 ... [2024-07-05T20:00:54.175Z] [2024-07-05T20:00:54.175Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:54.442Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 5.24MB / 23.39MB 5.9s [2024-07-05T20:00:54.442Z] #39 ... [2024-07-05T20:00:54.442Z] [2024-07-05T20:00:54.442Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:00:54.721Z] #51 ... [2024-07-05T20:00:54.721Z] [2024-07-05T20:00:54.721Z] #50 [support-notifications internal] load build context [2024-07-05T20:00:54.989Z] #50 ... [2024-07-05T20:00:54.989Z] [2024-07-05T20:00:54.989Z] #52 [core-keeper internal] load build context [2024-07-05T20:00:55.256Z] #52 ... [2024-07-05T20:00:55.256Z] [2024-07-05T20:00:55.256Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-05T20:00:55.256Z] #0 7.267 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.256Z] #0 7.894 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.256Z] #53 ... [2024-07-05T20:00:55.256Z] [2024-07-05T20:00:55.256Z] #54 [security-proxy-auth builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T20:00:55.256Z] #0 8.255 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.256Z] #0 9.241 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.522Z] #54 ... [2024-07-05T20:00:55.522Z] [2024-07-05T20:00:55.522Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:00:55.522Z] #55 ... [2024-07-05T20:00:55.522Z] [2024-07-05T20:00:55.522Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-05T20:00:55.522Z] #0 5.834 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.522Z] #0 6.335 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.522Z] #0 8.747 OK: 266 MiB in 52 packages [2024-07-05T20:00:55.789Z] #56 ... [2024-07-05T20:00:55.789Z] [2024-07-05T20:00:55.789Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T20:00:55.789Z] #0 9.005 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.789Z] #0 10.24 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:55.789Z] #57 ... [2024-07-05T20:00:55.789Z] [2024-07-05T20:00:55.789Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:00:56.757Z] #55 ... [2024-07-05T20:00:56.757Z] [2024-07-05T20:00:56.757Z] #56 [support-notifications builder 3/7] RUN apk add --update --no-cache make bash git ca-certificates [2024-07-05T20:00:56.757Z] #56 DONE 11.5s [2024-07-05T20:00:56.757Z] [2024-07-05T20:00:56.757Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:00:56.757Z] #55 ... [2024-07-05T20:00:56.757Z] [2024-07-05T20:00:56.757Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:00:56.757Z] #58 ... [2024-07-05T20:00:56.757Z] [2024-07-05T20:00:56.757Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:00:56.757Z] #59 ... [2024-07-05T20:00:56.757Z] [2024-07-05T20:00:56.757Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:00:56.757Z] #58 ... [2024-07-05T20:00:56.757Z] [2024-07-05T20:00:56.757Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:00:57.027Z] #33 ... [2024-07-05T20:00:57.027Z] [2024-07-05T20:00:57.027Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:57.027Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 11.53MB / 23.39MB 8.4s [2024-07-05T20:00:57.027Z] #39 extracting sha256:d4964b3ee456bbd7ebad0c4dc906819e827e7534266982922100fbc46ab291e5 0.3s done [2024-07-05T20:00:57.294Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 13.19MB / 23.39MB 8.8s [2024-07-05T20:00:57.560Z] #39 ... [2024-07-05T20:00:57.560Z] [2024-07-05T20:00:57.560Z] #54 [core-command builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T20:00:57.560Z] #54 11.66 OK: 266 MiB in 52 packages [2024-07-05T20:00:57.560Z] #54 DONE 12.7s [2024-07-05T20:00:57.560Z] [2024-07-05T20:00:57.560Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:58.145Z] #39 ... [2024-07-05T20:00:58.145Z] [2024-07-05T20:00:58.145Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:00:58.145Z] #40 resolve ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 3.1s done [2024-07-05T20:00:58.145Z] #40 sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 1.61kB / 1.61kB done [2024-07-05T20:00:58.145Z] #40 sha256:ad4dd425609715af26ecdaca2eb780a94c16ab3f2bf7af379c54c59118cbad72 1.05kB / 1.05kB done [2024-07-05T20:00:58.145Z] #40 sha256:2e3c005644c68a66b99f2ab1386460866c91f666818b8e3156b9a89d00c7486e 2.74kB / 2.74kB done [2024-07-05T20:00:58.145Z] #40 sha256:e484a4aa5e2316c376f804a708eebe392727f75a46f6bd3278b3f5d14d622cf0 120B / 120B done [2024-07-05T20:00:58.145Z] #40 sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae 123.55kB / 123.55kB done [2024-07-05T20:00:58.145Z] #40 extracting sha256:02b0d979ccb0f6415d935638f57576e53ed8d32a2cdbc059542ca71948355fae done [2024-07-05T20:00:58.145Z] #40 sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 300B / 300B 1.7s done [2024-07-05T20:00:58.145Z] #40 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 3.15MB / 17.12MB 3.6s [2024-07-05T20:00:58.145Z] #40 extracting sha256:18ea0f7272939e1293fa642d381c9cbec3557c8637e54e3f07593adeac888a57 done [2024-07-05T20:00:58.145Z] #40 ... [2024-07-05T20:00:58.145Z] [2024-07-05T20:00:58.145Z] #49 [support-scheduler internal] load build context [2024-07-05T20:00:58.411Z] #49 ... [2024-07-05T20:00:58.411Z] [2024-07-05T20:00:58.411Z] #57 [security-proxy-setup builder 3/7] RUN apk add --update --no-cache make git [2024-07-05T20:00:58.411Z] #57 13.08 OK: 266 MiB in 52 packages [2024-07-05T20:00:58.411Z] #57 DONE 14.3s [2024-07-05T20:00:58.678Z] [2024-07-05T20:00:58.678Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:00:58.678Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 14.68MB / 23.39MB 9.9s [2024-07-05T20:00:59.655Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 16.78MB / 23.39MB 10.8s [2024-07-05T20:00:59.655Z] #39 ... [2024-07-05T20:00:59.655Z] [2024-07-05T20:00:59.655Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-05T20:00:59.655Z] #60 10.15 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:59.655Z] #60 ... [2024-07-05T20:00:59.655Z] [2024-07-05T20:00:59.655Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-05T20:00:59.655Z] #61 ... [2024-07-05T20:00:59.655Z] [2024-07-05T20:00:59.655Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:00:59.655Z] #45 transferring context: 33.69MB 16.0s [2024-07-05T20:00:59.926Z] #45 ... [2024-07-05T20:00:59.926Z] [2024-07-05T20:00:59.926Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-05T20:00:59.926Z] #62 ... [2024-07-05T20:00:59.926Z] [2024-07-05T20:00:59.926Z] #53 [security-spiffe-token-provider builder 3/7] RUN apk update && apk --no-cache --update add build-base [2024-07-05T20:00:59.926Z] #53 10.80 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T20:00:59.926Z] #53 10.80 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T20:00:59.926Z] #53 10.80 OK: 19951 distinct packages available [2024-07-05T20:00:59.926Z] #53 11.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:59.926Z] #53 13.01 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:00:59.926Z] #53 14.04 OK: 266 MiB in 52 packages [2024-07-05T20:00:59.926Z] #53 DONE 14.9s [2024-07-05T20:00:59.926Z] [2024-07-05T20:00:59.926Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-05T20:00:59.926Z] #63 ... [2024-07-05T20:00:59.926Z] [2024-07-05T20:00:59.926Z] #64 [core-metadata stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-05T20:01:00.197Z] #64 ... [2024-07-05T20:01:00.197Z] [2024-07-05T20:01:00.197Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-05T20:01:00.197Z] #65 ... [2024-07-05T20:01:00.197Z] [2024-07-05T20:01:00.197Z] #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-05T20:01:00.462Z] #66 ... [2024-07-05T20:01:00.462Z] [2024-07-05T20:01:00.462Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-05T20:01:00.462Z] #67 ... [2024-07-05T20:01:00.462Z] [2024-07-05T20:01:00.462Z] #68 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-05T20:01:00.728Z] #68 ... [2024-07-05T20:01:00.728Z] [2024-07-05T20:01:00.728Z] #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-05T20:01:00.728Z] #69 ... [2024-07-05T20:01:00.728Z] [2024-07-05T20:01:00.728Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:00.728Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 18.87MB / 23.39MB 12.0s [2024-07-05T20:01:02.139Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 22.00MB / 23.39MB 13.4s [2024-07-05T20:01:02.720Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.0s [2024-07-05T20:01:02.720Z] #39 ... [2024-07-05T20:01:02.720Z] [2024-07-05T20:01:02.720Z] #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-05T20:01:02.989Z] #70 ... [2024-07-05T20:01:02.989Z] [2024-07-05T20:01:02.989Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-05T20:01:02.989Z] #61 13.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:02.989Z] #61 ... [2024-07-05T20:01:02.989Z] [2024-07-05T20:01:02.989Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:03.255Z] #43 ... [2024-07-05T20:01:03.255Z] [2024-07-05T20:01:03.255Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:03.255Z] #39 sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 23.39MB / 23.39MB 14.4s done [2024-07-05T20:01:03.255Z] #39 ... [2024-07-05T20:01:03.255Z] [2024-07-05T20:01:03.255Z] #47 [core-command internal] load build context [2024-07-05T20:01:03.522Z] #47 ... [2024-07-05T20:01:03.522Z] [2024-07-05T20:01:03.522Z] #48 [core-data internal] load build context [2024-07-05T20:01:03.522Z] #48 ... [2024-07-05T20:01:03.522Z] [2024-07-05T20:01:03.522Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:03.522Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da [2024-07-05T20:01:04.928Z] #39 ... [2024-07-05T20:01:04.928Z] [2024-07-05T20:01:04.928Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:04.928Z] #51 ... [2024-07-05T20:01:04.928Z] [2024-07-05T20:01:04.928Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:04.928Z] #33 transferring context: 61.72MB 22.4s [2024-07-05T20:01:04.928Z] #33 ... [2024-07-05T20:01:04.928Z] [2024-07-05T20:01:04.928Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:05.194Z] #49 ... [2024-07-05T20:01:05.194Z] [2024-07-05T20:01:05.194Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:05.460Z] #50 ... [2024-07-05T20:01:05.460Z] [2024-07-05T20:01:05.460Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:05.460Z] #49 ... [2024-07-05T20:01:05.460Z] [2024-07-05T20:01:05.460Z] #52 [core-keeper internal] load build context [2024-07-05T20:01:05.460Z] #52 ... [2024-07-05T20:01:05.460Z] [2024-07-05T20:01:05.460Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:06.865Z] #50 ... [2024-07-05T20:01:06.865Z] [2024-07-05T20:01:06.865Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:06.865Z] #55 ... [2024-07-05T20:01:06.865Z] [2024-07-05T20:01:06.865Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:06.865Z] #39 ... [2024-07-05T20:01:06.865Z] [2024-07-05T20:01:06.865Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:01:07.133Z] #59 ... [2024-07-05T20:01:07.133Z] [2024-07-05T20:01:07.133Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:07.133Z] #50 ... [2024-07-05T20:01:07.133Z] [2024-07-05T20:01:07.133Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:01:07.402Z] #58 ... [2024-07-05T20:01:07.402Z] [2024-07-05T20:01:07.402Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:08.366Z] #49 ... [2024-07-05T20:01:08.366Z] [2024-07-05T20:01:08.366Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:01:08.366Z] #40 sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 17.12MB / 17.12MB 9.9s done [2024-07-05T20:01:08.366Z] #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 3.7s [2024-07-05T20:01:08.366Z] #40 ... [2024-07-05T20:01:08.366Z] [2024-07-05T20:01:08.366Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:08.633Z] #49 ... [2024-07-05T20:01:08.633Z] [2024-07-05T20:01:08.633Z] #60 [security-spire-config stage-2 2/10] RUN apk update && apk --no-cache --update add dumb-init gcompat [2024-07-05T20:01:08.633Z] #60 10.67 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:08.633Z] #60 11.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T20:01:08.633Z] #60 11.85 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T20:01:08.633Z] #60 11.85 OK: 19948 distinct packages available [2024-07-05T20:01:08.633Z] #60 12.09 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:08.633Z] #60 13.02 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:08.633Z] #60 16.42 (1/4) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:08.633Z] #60 16.42 (2/4) Installing musl-obstack (1.2.3-r2) [2024-07-05T20:01:08.633Z] #60 16.48 (3/4) Installing libucontext (1.2-r2) [2024-07-05T20:01:08.633Z] #60 16.48 (4/4) Installing gcompat (1.1.0-r1) [2024-07-05T20:01:08.633Z] #60 16.48 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:08.633Z] #60 16.58 OK: 8 MiB in 19 packages [2024-07-05T20:01:08.633Z] #60 DONE 18.9s [2024-07-05T20:01:08.633Z] [2024-07-05T20:01:08.633Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:09.596Z] #49 ... [2024-07-05T20:01:09.596Z] [2024-07-05T20:01:09.596Z] #64 [core-common-config-bootstrapper stage-1 2/9] RUN apk add --update --no-cache dumb-init [2024-07-05T20:01:09.596Z] #64 12.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:09.596Z] #64 13.21 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:09.596Z] #64 17.55 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:09.596Z] #64 17.55 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:09.596Z] #64 17.72 OK: 8 MiB in 16 packages [2024-07-05T20:01:09.596Z] #64 DONE 20.0s [2024-07-05T20:01:09.596Z] [2024-07-05T20:01:09.596Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:09.867Z] #49 ... [2024-07-05T20:01:09.867Z] [2024-07-05T20:01:09.867Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:09.867Z] #45 ... [2024-07-05T20:01:09.867Z] [2024-07-05T20:01:09.867Z] #71 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-07-05T20:01:10.134Z] #71 ... [2024-07-05T20:01:10.134Z] [2024-07-05T20:01:10.134Z] #66 [core-keeper stage-1 2/6] RUN sed -e 's/dl-cdn[.]alpinelinux.org/dl-4.alpinelinux.org/g' -i~ /etc/apk/repositories [2024-07-05T20:01:10.134Z] #66 DONE 20.0s [2024-07-05T20:01:10.404Z] [2024-07-05T20:01:10.404Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:10.683Z] #49 ... [2024-07-05T20:01:10.683Z] [2024-07-05T20:01:10.683Z] #61 [security-bootstrapper stage-1 2/16] RUN apk add --update --no-cache dumb-init su-exec [2024-07-05T20:01:10.683Z] #61 14.13 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:10.683Z] #61 18.01 (1/2) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:10.683Z] #61 18.01 (2/2) Installing su-exec (0.2-r3) [2024-07-05T20:01:10.683Z] #61 18.01 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:10.683Z] #61 18.19 OK: 8 MiB in 17 packages [2024-07-05T20:01:10.683Z] #61 DONE 21.1s [2024-07-05T20:01:10.950Z] [2024-07-05T20:01:10.950Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:10.950Z] #50 transferring context: 51.29MB 26.4s [2024-07-05T20:01:11.219Z] #50 ... [2024-07-05T20:01:11.219Z] [2024-07-05T20:01:11.219Z] #62 [core-data stage-1 2/7] RUN apk add --update --no-cache dumb-init [2024-07-05T20:01:11.219Z] #62 12.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:11.219Z] #62 13.17 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:11.219Z] #62 17.58 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:11.219Z] #62 17.58 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:11.219Z] #62 17.84 OK: 8 MiB in 16 packages [2024-07-05T20:01:11.219Z] #62 DONE 21.5s [2024-07-05T20:01:11.219Z] [2024-07-05T20:01:11.219Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:12.192Z] #50 ... [2024-07-05T20:01:12.192Z] [2024-07-05T20:01:12.192Z] #65 [security-secretstore-setup stage-1 2/13] RUN apk add --update --no-cache ca-certificates dumb-init su-exec yq [2024-07-05T20:01:12.192Z] #65 14.08 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:12.192Z] #65 15.63 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:12.192Z] #65 19.02 (1/4) Installing ca-certificates (20240226-r0) [2024-07-05T20:01:12.192Z] #65 19.05 (2/4) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:12.192Z] #65 19.05 (3/4) Installing su-exec (0.2-r3) [2024-07-05T20:01:12.192Z] #65 19.10 (4/4) Installing yq (4.33.3-r5) [2024-07-05T20:01:12.192Z] #65 19.50 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:12.192Z] #65 19.67 Executing ca-certificates-20240226-r0.trigger [2024-07-05T20:01:12.192Z] #65 20.01 OK: 18 MiB in 19 packages [2024-07-05T20:01:12.192Z] #65 DONE 22.0s [2024-07-05T20:01:12.192Z] [2024-07-05T20:01:12.192Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:12.773Z] #50 ... [2024-07-05T20:01:12.773Z] [2024-07-05T20:01:12.773Z] #63 [support-notifications stage-1 2/7] RUN apk add --update --no-cache ca-certificates dumb-init [2024-07-05T20:01:12.773Z] #63 15.95 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:12.773Z] #63 17.84 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:12.773Z] #63 19.76 (1/2) Installing ca-certificates (20240226-r0) [2024-07-05T20:01:12.773Z] #63 19.93 (2/2) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:12.773Z] #63 19.97 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:12.773Z] #63 20.07 Executing ca-certificates-20240226-r0.trigger [2024-07-05T20:01:12.773Z] #63 20.59 OK: 9 MiB in 17 packages [2024-07-05T20:01:12.773Z] #63 DONE 22.8s [2024-07-05T20:01:12.773Z] [2024-07-05T20:01:12.773Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:13.355Z] #50 ... [2024-07-05T20:01:13.355Z] [2024-07-05T20:01:13.355Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:13.626Z] #43 ... [2024-07-05T20:01:13.626Z] [2024-07-05T20:01:13.626Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:13.626Z] #50 ... [2024-07-05T20:01:13.626Z] [2024-07-05T20:01:13.626Z] #47 [core-command internal] load build context [2024-07-05T20:01:13.626Z] #47 ... [2024-07-05T20:01:13.626Z] [2024-07-05T20:01:13.626Z] #48 [core-data internal] load build context [2024-07-05T20:01:13.892Z] #48 ... [2024-07-05T20:01:13.892Z] [2024-07-05T20:01:13.892Z] #47 [core-command internal] load build context [2024-07-05T20:01:15.299Z] #47 ... [2024-07-05T20:01:15.299Z] [2024-07-05T20:01:15.299Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:15.299Z] #33 transferring context: 78.48MB 32.5s [2024-07-05T20:01:15.299Z] #33 ... [2024-07-05T20:01:15.299Z] [2024-07-05T20:01:15.299Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:15.566Z] #51 ... [2024-07-05T20:01:15.566Z] [2024-07-05T20:01:15.566Z] #47 [core-command internal] load build context [2024-07-05T20:01:15.566Z] #47 ... [2024-07-05T20:01:15.566Z] [2024-07-05T20:01:15.566Z] #52 [core-keeper internal] load build context [2024-07-05T20:01:15.838Z] #52 ... [2024-07-05T20:01:15.838Z] [2024-07-05T20:01:15.838Z] #47 [core-command internal] load build context [2024-07-05T20:01:17.246Z] #47 ... [2024-07-05T20:01:17.246Z] [2024-07-05T20:01:17.246Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:17.246Z] #55 ... [2024-07-05T20:01:17.246Z] [2024-07-05T20:01:17.246Z] #47 [core-command internal] load build context [2024-07-05T20:01:17.246Z] #47 ... [2024-07-05T20:01:17.246Z] [2024-07-05T20:01:17.246Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:01:17.246Z] #59 ... [2024-07-05T20:01:17.246Z] [2024-07-05T20:01:17.246Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:17.512Z] #51 ... [2024-07-05T20:01:17.512Z] [2024-07-05T20:01:17.512Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:01:17.512Z] #58 ... [2024-07-05T20:01:17.512Z] [2024-07-05T20:01:17.512Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:17.777Z] #51 ... [2024-07-05T20:01:17.777Z] [2024-07-05T20:01:17.777Z] #70 [core-keeper builder 4/8] RUN apk add --update --no-cache make git [2024-07-05T20:01:17.777Z] #70 19.05 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:18.043Z] #70 19.87 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:18.043Z] #70 23.51 OK: 266 MiB in 52 packages [2024-07-05T20:01:18.043Z] #70 DONE 25.1s [2024-07-05T20:01:18.043Z] [2024-07-05T20:01:18.043Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:18.043Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 12.8s [2024-07-05T20:01:18.043Z] #39 ... [2024-07-05T20:01:18.043Z] [2024-07-05T20:01:18.043Z] #47 [core-command internal] load build context [2024-07-05T20:01:18.312Z] #47 ... [2024-07-05T20:01:18.312Z] [2024-07-05T20:01:18.312Z] #68 [security-proxy-setup stage-1 2/11] RUN apk add --update --no-cache dumb-init su-exec openssl yq [2024-07-05T20:01:18.312Z] #68 20.99 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:18.312Z] #68 21.70 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:18.312Z] #68 24.07 (1/6) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:18.312Z] #68 24.34 (2/6) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:18.312Z] #68 24.43 (3/6) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:18.312Z] #68 24.43 (4/6) Installing openssl (3.1.6-r0) [2024-07-05T20:01:18.312Z] #68 24.51 (5/6) Installing su-exec (0.2-r3) [2024-07-05T20:01:18.312Z] #68 24.51 (6/6) Installing yq (4.33.3-r5) [2024-07-05T20:01:18.312Z] #68 25.30 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:18.312Z] #68 25.34 OK: 18 MiB in 19 packages [2024-07-05T20:01:18.312Z] #68 DONE 27.9s [2024-07-05T20:01:18.312Z] [2024-07-05T20:01:18.312Z] #47 [core-command internal] load build context [2024-07-05T20:01:18.579Z] #47 ... [2024-07-05T20:01:18.579Z] [2024-07-05T20:01:18.579Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-05T20:01:18.846Z] #72 ... [2024-07-05T20:01:18.846Z] [2024-07-05T20:01:18.846Z] #47 [core-command internal] load build context [2024-07-05T20:01:19.115Z] #47 ... [2024-07-05T20:01:19.115Z] [2024-07-05T20:01:19.115Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:01:19.115Z] #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 13.2s [2024-07-05T20:01:19.381Z] #40 ... [2024-07-05T20:01:19.381Z] [2024-07-05T20:01:19.381Z] #47 [core-command internal] load build context [2024-07-05T20:01:20.347Z] #47 ... [2024-07-05T20:01:20.347Z] [2024-07-05T20:01:20.347Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:20.347Z] #45 ... [2024-07-05T20:01:20.347Z] [2024-07-05T20:01:20.347Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:20.347Z] #49 ... [2024-07-05T20:01:20.347Z] [2024-07-05T20:01:20.347Z] #47 [core-command internal] load build context [2024-07-05T20:01:20.615Z] #47 ... [2024-07-05T20:01:20.615Z] [2024-07-05T20:01:20.615Z] #69 [security-spire-server stage-2 2/9] RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2024-07-05T20:01:20.615Z] #69 20.80 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:20.615Z] #69 21.65 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:20.615Z] #69 24.44 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T20:01:20.615Z] #69 24.44 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T20:01:20.615Z] #69 24.44 OK: 19948 distinct packages available [2024-07-05T20:01:20.615Z] #69 25.26 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:20.615Z] #69 26.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:20.615Z] #69 27.95 (1/7) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:20.615Z] #69 28.11 (2/7) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:20.615Z] #69 28.16 (3/7) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:20.615Z] #69 28.16 (4/7) Installing musl-obstack (1.2.3-r2) [2024-07-05T20:01:20.615Z] #69 28.31 (5/7) Installing libucontext (1.2-r2) [2024-07-05T20:01:20.615Z] #69 28.31 (6/7) Installing gcompat (1.1.0-r1) [2024-07-05T20:01:20.615Z] #69 28.31 (7/7) Installing openssl (3.1.6-r0) [2024-07-05T20:01:20.615Z] #69 28.31 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:20.615Z] #69 28.35 OK: 9 MiB in 20 packages [2024-07-05T20:01:20.615Z] #69 DONE 30.1s [2024-07-05T20:01:20.615Z] [2024-07-05T20:01:20.615Z] #47 [core-command internal] load build context [2024-07-05T20:01:20.615Z] #47 ... [2024-07-05T20:01:20.615Z] [2024-07-05T20:01:20.615Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-05T20:01:20.615Z] #73 ... [2024-07-05T20:01:20.615Z] [2024-07-05T20:01:20.615Z] #74 [security-spire-agent stage-2 3/9] RUN apk --no-cache upgrade [2024-07-05T20:01:21.197Z] #74 ... [2024-07-05T20:01:21.197Z] [2024-07-05T20:01:21.197Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-05T20:01:21.197Z] #75 ... [2024-07-05T20:01:21.197Z] [2024-07-05T20:01:21.197Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:21.197Z] #45 transferring context: 67.59MB 37.4s [2024-07-05T20:01:21.466Z] #45 ... [2024-07-05T20:01:21.466Z] [2024-07-05T20:01:21.466Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T20:01:21.466Z] #76 ... [2024-07-05T20:01:21.466Z] [2024-07-05T20:01:21.466Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:22.067Z] #45 ... [2024-07-05T20:01:22.067Z] [2024-07-05T20:01:22.067Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-05T20:01:22.067Z] #67 21.78 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:22.067Z] #67 22.90 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:22.067Z] #67 26.35 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/main] [2024-07-05T20:01:22.068Z] #67 26.35 v3.18.7-25-g7060f9e615a [https://dl-cdn.alpinelinux.org/alpine/v3.18/community] [2024-07-05T20:01:22.068Z] #67 26.35 OK: 19948 distinct packages available [2024-07-05T20:01:22.068Z] #67 26.97 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:22.068Z] #67 27.83 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:22.068Z] #67 29.81 (1/11) Installing ca-certificates (20240226-r0) [2024-07-05T20:01:22.068Z] #67 29.93 (2/11) Installing brotli-libs (1.0.9-r14) [2024-07-05T20:01:22.068Z] #67 30.01 (3/11) Installing libunistring (1.1-r1) [2024-07-05T20:01:22.068Z] #67 30.01 (4/11) Installing libidn2 (2.3.4-r1) [2024-07-05T20:01:22.068Z] #67 30.07 (5/11) Installing nghttp2-libs (1.57.0-r0) [2024-07-05T20:01:22.068Z] #67 30.07 (6/11) Installing libcurl (8.5.0-r0) [2024-07-05T20:01:22.068Z] #67 30.10 (7/11) Installing curl (8.5.0-r0) [2024-07-05T20:01:22.068Z] #67 30.12 (8/11) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:22.068Z] #67 30.15 (9/11) Installing musl-obstack (1.2.3-r2) [2024-07-05T20:01:22.068Z] #67 30.15 (10/11) Installing libucontext (1.2-r2) [2024-07-05T20:01:22.068Z] #67 30.15 (11/11) Installing gcompat (1.1.0-r1) [2024-07-05T20:01:22.068Z] #67 30.15 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:22.068Z] #67 30.31 Executing ca-certificates-20240226-r0.trigger [2024-07-05T20:01:22.068Z] #67 30.68 OK: 13 MiB in 26 packages [2024-07-05T20:01:22.068Z] #67 ... [2024-07-05T20:01:22.068Z] [2024-07-05T20:01:22.068Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-05T20:01:22.068Z] #73 11.43 fetch https://dl-4.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:22.334Z] #73 ... [2024-07-05T20:01:22.334Z] [2024-07-05T20:01:22.334Z] #67 [security-spiffe-token-provider stage-1 2/7] RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2024-07-05T20:01:22.334Z] #67 DONE 32.1s [2024-07-05T20:01:22.334Z] [2024-07-05T20:01:22.334Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:22.600Z] #49 ... [2024-07-05T20:01:22.600Z] [2024-07-05T20:01:22.600Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-05T20:01:22.600Z] #77 ... [2024-07-05T20:01:22.600Z] [2024-07-05T20:01:22.600Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:22.866Z] #49 ... [2024-07-05T20:01:22.866Z] [2024-07-05T20:01:22.866Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T20:01:23.132Z] #78 ... [2024-07-05T20:01:23.132Z] [2024-07-05T20:01:23.132Z] #47 [core-command internal] load build context [2024-07-05T20:01:23.409Z] #47 ... [2024-07-05T20:01:23.409Z] [2024-07-05T20:01:23.409Z] #72 [security-spire-config stage-2 3/10] RUN apk --no-cache upgrade [2024-07-05T20:01:23.409Z] #72 10.34 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:23.409Z] #72 11.38 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:23.409Z] #72 12.70 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:23.409Z] #72 12.85 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:23.409Z] #72 12.89 OK: 8 MiB in 19 packages [2024-07-05T20:01:23.409Z] #72 DONE 14.7s [2024-07-05T20:01:23.409Z] [2024-07-05T20:01:23.409Z] #47 [core-command internal] load build context [2024-07-05T20:01:23.675Z] #47 ... [2024-07-05T20:01:23.675Z] [2024-07-05T20:01:23.675Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:23.675Z] #50 ... [2024-07-05T20:01:23.675Z] [2024-07-05T20:01:23.675Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:23.969Z] #43 ... [2024-07-05T20:01:23.969Z] [2024-07-05T20:01:23.969Z] #48 [core-data internal] load build context [2024-07-05T20:01:23.969Z] #48 ... [2024-07-05T20:01:23.969Z] [2024-07-05T20:01:23.969Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:25.912Z] #43 ... [2024-07-05T20:01:25.912Z] [2024-07-05T20:01:25.912Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:25.912Z] #33 transferring context: 92.70MB 43.1s [2024-07-05T20:01:25.912Z] #33 ... [2024-07-05T20:01:25.912Z] [2024-07-05T20:01:25.912Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:25.912Z] #43 ... [2024-07-05T20:01:25.912Z] [2024-07-05T20:01:25.912Z] #52 [core-keeper internal] load build context [2024-07-05T20:01:26.178Z] #52 ... [2024-07-05T20:01:26.178Z] [2024-07-05T20:01:26.178Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:27.137Z] #43 ... [2024-07-05T20:01:27.137Z] [2024-07-05T20:01:27.137Z] #75 [security-bootstrapper stage-1 3/16] RUN apk --no-cache upgrade [2024-07-05T20:01:27.137Z] #75 10.25 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:27.137Z] #75 11.14 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:27.137Z] #75 13.71 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:27.137Z] #75 14.20 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:27.137Z] #75 14.37 OK: 8 MiB in 17 packages [2024-07-05T20:01:27.137Z] #75 DONE 15.8s [2024-07-05T20:01:27.137Z] [2024-07-05T20:01:27.137Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:27.137Z] #43 ... [2024-07-05T20:01:27.137Z] [2024-07-05T20:01:27.137Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:27.402Z] #55 ... [2024-07-05T20:01:27.402Z] [2024-07-05T20:01:27.402Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:27.402Z] #33 ... [2024-07-05T20:01:27.402Z] [2024-07-05T20:01:27.402Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:01:27.673Z] #59 ... [2024-07-05T20:01:27.673Z] [2024-07-05T20:01:27.673Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:27.939Z] #43 ... [2024-07-05T20:01:27.939Z] [2024-07-05T20:01:27.939Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:01:27.939Z] #58 ... [2024-07-05T20:01:27.939Z] [2024-07-05T20:01:27.939Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:28.205Z] #43 ... [2024-07-05T20:01:28.205Z] [2024-07-05T20:01:28.205Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:28.205Z] #51 ... [2024-07-05T20:01:28.205Z] [2024-07-05T20:01:28.205Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:28.205Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 24.8s [2024-07-05T20:01:28.471Z] #39 ... [2024-07-05T20:01:28.471Z] [2024-07-05T20:01:28.471Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:28.756Z] #43 ... [2024-07-05T20:01:28.756Z] [2024-07-05T20:01:28.756Z] #71 [support-scheduler stage-1 3/9] RUN apk --no-cache upgrade [2024-07-05T20:01:28.756Z] #71 12.75 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:28.756Z] #71 13.58 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:28.756Z] #71 16.26 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:28.756Z] #71 16.51 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:28.756Z] #71 16.67 OK: 8 MiB in 16 packages [2024-07-05T20:01:28.756Z] #71 DONE 19.2s [2024-07-05T20:01:28.756Z] [2024-07-05T20:01:28.756Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:28.756Z] #43 ... [2024-07-05T20:01:28.756Z] [2024-07-05T20:01:28.756Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-05T20:01:28.756Z] #0 9.469 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:28.756Z] #79 ... [2024-07-05T20:01:28.756Z] [2024-07-05T20:01:28.756Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:29.343Z] #39 ... [2024-07-05T20:01:29.343Z] [2024-07-05T20:01:29.343Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:01:29.343Z] #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 24.5s [2024-07-05T20:01:29.612Z] #40 ... [2024-07-05T20:01:29.612Z] [2024-07-05T20:01:29.612Z] #73 [core-keeper stage-1 3/6] RUN apk add --update --no-cache dumb-init [2024-07-05T20:01:29.612Z] #73 12.61 fetch https://dl-4.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:29.612Z] #73 16.72 (1/1) Installing dumb-init (1.2.5-r2) [2024-07-05T20:01:29.612Z] #73 17.53 Executing busybox-1.36.1-r7.trigger [2024-07-05T20:01:29.612Z] #73 17.66 OK: 8 MiB in 16 packages [2024-07-05T20:01:29.612Z] #73 DONE 18.9s [2024-07-05T20:01:29.612Z] [2024-07-05T20:01:29.612Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:01:29.612Z] #40 ... [2024-07-05T20:01:29.612Z] [2024-07-05T20:01:29.612Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:31.283Z] #51 ... [2024-07-05T20:01:31.283Z] [2024-07-05T20:01:31.283Z] #76 [core-data stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T20:01:31.283Z] #76 12.04 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:31.283Z] #76 12.86 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:31.283Z] #76 17.47 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:31.283Z] #76 17.81 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:31.283Z] #76 17.87 OK: 8 MiB in 16 packages [2024-07-05T20:01:31.283Z] #76 DONE 19.5s [2024-07-05T20:01:31.283Z] [2024-07-05T20:01:31.283Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:31.557Z] #51 transferring context: 82.02MB 46.5s [2024-07-05T20:01:31.823Z] #51 ... [2024-07-05T20:01:31.823Z] [2024-07-05T20:01:31.823Z] #77 [security-secretstore-setup stage-1 3/13] RUN apk --no-cache upgrade [2024-07-05T20:01:31.823Z] #77 12.39 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:31.823Z] #77 13.69 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:31.823Z] #77 16.97 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:31.823Z] #77 17.28 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:31.823Z] #77 17.46 Executing ca-certificates-20240226-r0.trigger [2024-07-05T20:01:31.823Z] #77 18.23 OK: 18 MiB in 19 packages [2024-07-05T20:01:31.823Z] #77 DONE 19.4s [2024-07-05T20:01:31.823Z] [2024-07-05T20:01:31.823Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:32.089Z] #51 ... [2024-07-05T20:01:32.089Z] [2024-07-05T20:01:32.089Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:32.089Z] #45 ... [2024-07-05T20:01:32.089Z] [2024-07-05T20:01:32.089Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:32.357Z] #51 ... [2024-07-05T20:01:32.357Z] [2024-07-05T20:01:32.357Z] #79 [security-proxy-setup stage-1 3/11] RUN apk --no-cache upgrade [2024-07-05T20:01:32.357Z] #79 10.57 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:32.357Z] #79 12.95 OK: 18 MiB in 19 packages [2024-07-05T20:01:32.357Z] #79 DONE 13.6s [2024-07-05T20:01:32.357Z] [2024-07-05T20:01:32.357Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:32.624Z] #51 ... [2024-07-05T20:01:32.624Z] [2024-07-05T20:01:32.624Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T20:01:32.624Z] #0 9.053 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:32.624Z] #0 9.737 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:32.624Z] #80 ... [2024-07-05T20:01:32.624Z] [2024-07-05T20:01:32.624Z] #47 [core-command internal] load build context [2024-07-05T20:01:32.624Z] #47 ... [2024-07-05T20:01:32.624Z] [2024-07-05T20:01:32.624Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:33.209Z] #51 ... [2024-07-05T20:01:33.209Z] [2024-07-05T20:01:33.209Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:33.209Z] #49 ... [2024-07-05T20:01:33.209Z] [2024-07-05T20:01:33.209Z] #81 [security-proxy-setup stage-1 4/11] WORKDIR /edgex [2024-07-05T20:01:33.209Z] #81 DONE 1.0s [2024-07-05T20:01:33.209Z] [2024-07-05T20:01:33.209Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:33.209Z] #49 ... [2024-07-05T20:01:33.209Z] [2024-07-05T20:01:33.209Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:33.475Z] #51 ... [2024-07-05T20:01:33.475Z] [2024-07-05T20:01:33.475Z] #78 [support-notifications stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T20:01:33.475Z] #78 12.60 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:33.475Z] #78 14.27 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:33.475Z] #78 17.77 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:33.475Z] #78 18.78 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:33.475Z] #78 18.83 Executing ca-certificates-20240226-r0.trigger [2024-07-05T20:01:33.475Z] #78 19.32 OK: 9 MiB in 17 packages [2024-07-05T20:01:33.475Z] #78 DONE 20.6s [2024-07-05T20:01:33.475Z] [2024-07-05T20:01:33.475Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:33.740Z] #51 ... [2024-07-05T20:01:33.741Z] [2024-07-05T20:01:33.741Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:34.008Z] #50 ... [2024-07-05T20:01:34.008Z] [2024-07-05T20:01:34.008Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:34.008Z] #51 ... [2024-07-05T20:01:34.008Z] [2024-07-05T20:01:34.008Z] #48 [core-data internal] load build context [2024-07-05T20:01:34.272Z] #48 ... [2024-07-05T20:01:34.272Z] [2024-07-05T20:01:34.272Z] #47 [core-command internal] load build context [2024-07-05T20:01:34.540Z] #47 ... [2024-07-05T20:01:34.540Z] [2024-07-05T20:01:34.540Z] #82 [security-bootstrapper stage-1 4/16] RUN mkdir -p /edgex-init-staging/bootstrap-redis /edgex-init-staging/bootstrap-mosquitto [2024-07-05T20:01:34.540Z] #82 DONE 7.4s [2024-07-05T20:01:34.540Z] [2024-07-05T20:01:34.540Z] #47 [core-command internal] load build context [2024-07-05T20:01:34.804Z] #47 ... [2024-07-05T20:01:34.804Z] [2024-07-05T20:01:34.804Z] #74 [security-spire-server stage-2 3/9] RUN apk --no-cache upgrade [2024-07-05T20:01:34.804Z] #74 9.898 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:34.804Z] #74 11.35 fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2024-07-05T20:01:34.804Z] #74 13.16 OK: 9 MiB in 20 packages [2024-07-05T20:01:34.804Z] #74 DONE 14.3s [2024-07-05T20:01:34.804Z] [2024-07-05T20:01:34.804Z] #47 [core-command internal] load build context [2024-07-05T20:01:35.769Z] #47 ... [2024-07-05T20:01:35.769Z] [2024-07-05T20:01:35.769Z] #80 [security-spiffe-token-provider stage-1 3/7] RUN apk --no-cache upgrade [2024-07-05T20:01:35.769Z] #80 11.81 (1/2) Upgrading libcrypto3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:35.769Z] #80 11.99 (2/2) Upgrading libssl3 (3.1.5-r0 -> 3.1.6-r0) [2024-07-05T20:01:35.769Z] #80 12.13 Executing ca-certificates-20240226-r0.trigger [2024-07-05T20:01:35.769Z] #80 12.33 OK: 13 MiB in 26 packages [2024-07-05T20:01:35.769Z] #80 DONE 13.2s [2024-07-05T20:01:35.769Z] [2024-07-05T20:01:35.769Z] #47 [core-command internal] load build context [2024-07-05T20:01:36.036Z] #47 ... [2024-07-05T20:01:36.036Z] [2024-07-05T20:01:36.036Z] #83 [security-bootstrapper stage-1 5/16] WORKDIR /edgex-init-staging [2024-07-05T20:01:36.036Z] #83 DONE 1.4s [2024-07-05T20:01:36.036Z] [2024-07-05T20:01:36.036Z] #47 [core-command internal] load build context [2024-07-05T20:01:36.305Z] #47 ... [2024-07-05T20:01:36.305Z] [2024-07-05T20:01:36.305Z] #52 [core-keeper internal] load build context [2024-07-05T20:01:36.305Z] #52 ... [2024-07-05T20:01:36.305Z] [2024-07-05T20:01:36.305Z] #47 [core-command internal] load build context [2024-07-05T20:01:36.305Z] #47 transferring context: 115.85MB 53.2s [2024-07-05T20:01:37.268Z] #47 ... [2024-07-05T20:01:37.268Z] [2024-07-05T20:01:37.268Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:37.533Z] #55 ... [2024-07-05T20:01:37.533Z] [2024-07-05T20:01:37.533Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:37.533Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 34.0s [2024-07-05T20:01:37.533Z] #39 ... [2024-07-05T20:01:37.533Z] [2024-07-05T20:01:37.533Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:01:37.803Z] #59 ... [2024-07-05T20:01:37.804Z] [2024-07-05T20:01:37.804Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:37.804Z] #33 ... [2024-07-05T20:01:37.804Z] [2024-07-05T20:01:37.804Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:38.070Z] #39 ... [2024-07-05T20:01:38.070Z] [2024-07-05T20:01:38.070Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:01:38.070Z] #58 ... [2024-07-05T20:01:38.070Z] [2024-07-05T20:01:38.070Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:39.033Z] #39 ... [2024-07-05T20:01:39.033Z] [2024-07-05T20:01:39.033Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:39.033Z] #43 ... [2024-07-05T20:01:39.033Z] [2024-07-05T20:01:39.033Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:40.439Z] #39 ... [2024-07-05T20:01:40.439Z] [2024-07-05T20:01:40.439Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:01:40.439Z] #40 extracting sha256:edbaed853536030ada5f0032ac0e0c41d269f642f6b7276e80064b48ca6a239c 34.7s done [2024-07-05T20:01:40.439Z] #40 ... [2024-07-05T20:01:40.439Z] [2024-07-05T20:01:40.439Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:42.394Z] #39 ... [2024-07-05T20:01:42.394Z] [2024-07-05T20:01:42.394Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:42.394Z] #45 transferring context: 127.62MB 58.4s [2024-07-05T20:01:42.394Z] #45 ... [2024-07-05T20:01:42.394Z] [2024-07-05T20:01:42.394Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:43.370Z] #33 ... [2024-07-05T20:01:43.370Z] [2024-07-05T20:01:43.370Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:43.370Z] #49 ... [2024-07-05T20:01:43.370Z] [2024-07-05T20:01:43.370Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:43.370Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 39.9s [2024-07-05T20:01:44.334Z] #39 ... [2024-07-05T20:01:44.334Z] [2024-07-05T20:01:44.334Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:44.334Z] #50 ... [2024-07-05T20:01:44.334Z] [2024-07-05T20:01:44.334Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:44.334Z] #39 extracting sha256:45f878f9d9fbdc8945d93cc242c32c9f1d6dfa9c937dd0f6c505fd4f1a88f0da 40.8s done [2024-07-05T20:01:44.334Z] #39 ... [2024-07-05T20:01:44.334Z] [2024-07-05T20:01:44.334Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:44.334Z] #51 ... [2024-07-05T20:01:44.334Z] [2024-07-05T20:01:44.334Z] #48 [core-data internal] load build context [2024-07-05T20:01:44.600Z] #48 ... [2024-07-05T20:01:44.600Z] [2024-07-05T20:01:44.600Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:46.019Z] #51 ... [2024-07-05T20:01:46.019Z] [2024-07-05T20:01:46.019Z] #84 [security-spire-agent stage-3 4/10] COPY --from=spire_agent /opt/spire/bin/spire-agent /usr/local/bin [2024-07-05T20:01:46.019Z] #84 DONE 1.8s [2024-07-05T20:01:46.019Z] [2024-07-05T20:01:46.019Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:46.602Z] #51 ... [2024-07-05T20:01:46.602Z] [2024-07-05T20:01:46.602Z] #52 [core-keeper internal] load build context [2024-07-05T20:01:46.602Z] #52 ... [2024-07-05T20:01:46.602Z] [2024-07-05T20:01:46.602Z] #48 [core-data internal] load build context [2024-07-05T20:01:47.189Z] #48 transferring context: 143.58MB 63.5s [2024-07-05T20:01:47.774Z] #48 ... [2024-07-05T20:01:47.774Z] [2024-07-05T20:01:47.774Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:47.774Z] #55 ... [2024-07-05T20:01:47.774Z] [2024-07-05T20:01:47.774Z] #47 [core-command internal] load build context [2024-07-05T20:01:47.774Z] #47 ... [2024-07-05T20:01:47.774Z] [2024-07-05T20:01:47.774Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:01:48.042Z] #59 ... [2024-07-05T20:01:48.042Z] [2024-07-05T20:01:48.042Z] #47 [core-command internal] load build context [2024-07-05T20:01:48.309Z] #47 ... [2024-07-05T20:01:48.309Z] [2024-07-05T20:01:48.309Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:01:48.309Z] #58 ... [2024-07-05T20:01:48.309Z] [2024-07-05T20:01:48.309Z] #47 [core-command internal] load build context [2024-07-05T20:01:49.268Z] #47 ... [2024-07-05T20:01:49.268Z] [2024-07-05T20:01:49.268Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:49.269Z] #43 ... [2024-07-05T20:01:49.269Z] [2024-07-05T20:01:49.269Z] #47 [core-command internal] load build context [2024-07-05T20:01:50.710Z] #47 ... [2024-07-05T20:01:50.710Z] [2024-07-05T20:01:50.710Z] #85 [security-spire-server stage-2 4/9] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-05T20:01:50.710Z] #85 DONE 2.9s [2024-07-05T20:01:50.710Z] [2024-07-05T20:01:50.710Z] #47 [core-command internal] load build context [2024-07-05T20:01:50.976Z] #47 ... [2024-07-05T20:01:50.976Z] [2024-07-05T20:01:50.976Z] #86 [security-spire-config stage-2 4/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-05T20:01:50.976Z] #86 DONE 3.3s [2024-07-05T20:01:50.976Z] [2024-07-05T20:01:50.976Z] #47 [core-command internal] load build context [2024-07-05T20:01:50.976Z] #47 ... [2024-07-05T20:01:50.976Z] [2024-07-05T20:01:50.976Z] #87 [security-spire-agent stage-3 5/10] COPY --from=spire_server /opt/spire/bin/spire-server /usr/local/bin [2024-07-05T20:01:50.976Z] #87 DONE 3.0s [2024-07-05T20:01:50.976Z] [2024-07-05T20:01:50.976Z] #47 [core-command internal] load build context [2024-07-05T20:01:51.248Z] #47 ... [2024-07-05T20:01:51.248Z] [2024-07-05T20:01:51.248Z] #40 [security-spire-agent spire_agent 1/1] FROM ghcr.io/spiffe/spire-agent:1.6.3@sha256:8eef9857bf223181ecef10d9bbcd2f7838f3689e9bd2445bede35066a732e823 [2024-07-05T20:01:51.516Z] #40 ... [2024-07-05T20:01:51.516Z] [2024-07-05T20:01:51.516Z] #47 [core-command internal] load build context [2024-07-05T20:01:51.796Z] #47 ... [2024-07-05T20:01:51.796Z] [2024-07-05T20:01:51.796Z] #88 [security-spire-server stage-2 5/9] COPY Attribution.txt / [2024-07-05T20:01:51.796Z] #88 DONE 0.9s [2024-07-05T20:01:51.796Z] [2024-07-05T20:01:51.796Z] #47 [core-command internal] load build context [2024-07-05T20:01:52.063Z] #47 ... [2024-07-05T20:01:52.063Z] [2024-07-05T20:01:52.063Z] #89 [security-spire-config stage-2 5/10] COPY Attribution.txt / [2024-07-05T20:01:52.063Z] #89 DONE 0.9s [2024-07-05T20:01:52.063Z] [2024-07-05T20:01:52.063Z] #47 [core-command internal] load build context [2024-07-05T20:01:52.063Z] #47 transferring context: 198.58MB 68.9s [2024-07-05T20:01:52.330Z] #47 ... [2024-07-05T20:01:52.330Z] [2024-07-05T20:01:52.330Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:52.596Z] #45 ... [2024-07-05T20:01:52.596Z] [2024-07-05T20:01:52.596Z] #90 [security-spire-agent stage-3 6/10] COPY Attribution.txt / [2024-07-05T20:01:52.596Z] #90 DONE 1.3s [2024-07-05T20:01:52.596Z] [2024-07-05T20:01:52.596Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:01:52.596Z] #45 ... [2024-07-05T20:01:52.596Z] [2024-07-05T20:01:52.596Z] #47 [core-command internal] load build context [2024-07-05T20:01:52.863Z] #47 ... [2024-07-05T20:01:52.863Z] [2024-07-05T20:01:52.863Z] #91 [security-spire-config stage-2 6/10] COPY security.txt / [2024-07-05T20:01:52.863Z] #91 DONE 0.9s [2024-07-05T20:01:53.133Z] [2024-07-05T20:01:53.133Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T20:01:53.401Z] #92 ... [2024-07-05T20:01:53.401Z] [2024-07-05T20:01:53.401Z] #93 [security-spire-server stage-2 6/9] COPY security.txt / [2024-07-05T20:01:53.401Z] #93 DONE 1.4s [2024-07-05T20:01:53.401Z] [2024-07-05T20:01:53.401Z] #47 [core-command internal] load build context [2024-07-05T20:01:53.401Z] #47 ... [2024-07-05T20:01:53.401Z] [2024-07-05T20:01:53.401Z] #49 [support-scheduler internal] load build context [2024-07-05T20:01:53.668Z] #49 ... [2024-07-05T20:01:53.668Z] [2024-07-05T20:01:53.668Z] #94 [security-spire-agent stage-3 7/10] COPY security.txt / [2024-07-05T20:01:53.668Z] #94 DONE 1.2s [2024-07-05T20:01:53.668Z] [2024-07-05T20:01:53.668Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:01:53.668Z] #33 ... [2024-07-05T20:01:53.668Z] [2024-07-05T20:01:53.668Z] #47 [core-command internal] load build context [2024-07-05T20:01:53.938Z] #47 ... [2024-07-05T20:01:53.938Z] [2024-07-05T20:01:53.938Z] #92 [security-spire-config stage-2 7/10] COPY cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T20:01:53.938Z] #92 DONE 0.9s [2024-07-05T20:01:53.938Z] [2024-07-05T20:01:53.938Z] #47 [core-command internal] load build context [2024-07-05T20:01:54.541Z] #47 ... [2024-07-05T20:01:54.541Z] [2024-07-05T20:01:54.541Z] #50 [support-notifications internal] load build context [2024-07-05T20:01:54.541Z] #50 ... [2024-07-05T20:01:54.541Z] [2024-07-05T20:01:54.541Z] #47 [core-command internal] load build context [2024-07-05T20:01:54.810Z] #47 ... [2024-07-05T20:01:54.810Z] [2024-07-05T20:01:54.810Z] #95 [security-spire-server stage-2 7/9] COPY cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T20:01:54.810Z] #95 DONE 1.2s [2024-07-05T20:01:54.810Z] [2024-07-05T20:01:54.810Z] #47 [core-command internal] load build context [2024-07-05T20:01:54.810Z] #47 ... [2024-07-05T20:01:54.810Z] [2024-07-05T20:01:54.810Z] #96 [security-spire-agent stage-3 8/10] COPY cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2024-07-05T20:01:54.810Z] #96 DONE 1.1s [2024-07-05T20:01:54.810Z] [2024-07-05T20:01:54.810Z] #47 [core-command internal] load build context [2024-07-05T20:01:55.076Z] #47 ... [2024-07-05T20:01:55.076Z] [2024-07-05T20:01:55.076Z] #97 [security-spire-config stage-2 8/10] WORKDIR /usr/local/etc/spiffe-scripts.d [2024-07-05T20:01:55.076Z] #97 DONE 1.0s [2024-07-05T20:01:55.341Z] [2024-07-05T20:01:55.341Z] #47 [core-command internal] load build context [2024-07-05T20:01:55.608Z] #47 ... [2024-07-05T20:01:55.608Z] [2024-07-05T20:01:55.608Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:01:55.880Z] #39 ... [2024-07-05T20:01:55.880Z] [2024-07-05T20:01:55.880Z] #47 [core-command internal] load build context [2024-07-05T20:01:55.880Z] #47 ... [2024-07-05T20:01:55.880Z] [2024-07-05T20:01:55.880Z] #98 [security-spire-server stage-2 8/9] COPY cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2024-07-05T20:01:55.880Z] #98 DONE 1.2s [2024-07-05T20:01:55.880Z] [2024-07-05T20:01:55.880Z] #47 [core-command internal] load build context [2024-07-05T20:01:56.149Z] #47 ... [2024-07-05T20:01:56.149Z] [2024-07-05T20:01:56.149Z] #99 [security-spire-config stage-2 9/10] COPY cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2024-07-05T20:01:56.149Z] #99 DONE 0.9s [2024-07-05T20:01:56.149Z] [2024-07-05T20:01:56.149Z] #100 [security-spire-agent stage-3 9/10] COPY cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2024-07-05T20:01:56.149Z] #100 DONE 1.1s [2024-07-05T20:01:56.149Z] [2024-07-05T20:01:56.149Z] #47 [core-command internal] load build context [2024-07-05T20:01:56.744Z] #47 ... [2024-07-05T20:01:56.744Z] [2024-07-05T20:01:56.745Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:56.745Z] #51 ... [2024-07-05T20:01:56.745Z] [2024-07-05T20:01:56.745Z] #52 [core-keeper internal] load build context [2024-07-05T20:01:57.008Z] #52 ... [2024-07-05T20:01:57.008Z] [2024-07-05T20:01:57.008Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:57.008Z] #51 ... [2024-07-05T20:01:57.008Z] [2024-07-05T20:01:57.008Z] #101 [security-spire-server stage-2 9/9] COPY cmd/security-spire-server/openssl.conf /usr/local/etc/ [2024-07-05T20:01:57.008Z] #101 DONE 1.2s [2024-07-05T20:01:57.008Z] [2024-07-05T20:01:57.008Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:57.272Z] #51 ... [2024-07-05T20:01:57.272Z] [2024-07-05T20:01:57.272Z] #102 [security-spire-agent stage-3 10/10] COPY cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2024-07-05T20:01:57.272Z] #102 DONE 1.1s [2024-07-05T20:01:57.272Z] [2024-07-05T20:01:57.273Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:57.273Z] #51 transferring context: 212.04MB 72.3s [2024-07-05T20:01:57.855Z] #51 ... [2024-07-05T20:01:57.855Z] [2024-07-05T20:01:57.855Z] #48 [core-data internal] load build context [2024-07-05T20:01:57.855Z] #48 ... [2024-07-05T20:01:57.855Z] [2024-07-05T20:01:57.855Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:57.855Z] #55 ... [2024-07-05T20:01:57.855Z] [2024-07-05T20:01:57.855Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:58.130Z] #51 ... [2024-07-05T20:01:58.130Z] [2024-07-05T20:01:58.130Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:01:58.130Z] #59 ... [2024-07-05T20:01:58.130Z] [2024-07-05T20:01:58.130Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:01:58.395Z] #55 ... [2024-07-05T20:01:58.395Z] [2024-07-05T20:01:58.395Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:01:58.659Z] #58 ... [2024-07-05T20:01:58.660Z] [2024-07-05T20:01:58.660Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:01:59.238Z] #51 ... [2024-07-05T20:01:59.238Z] [2024-07-05T20:01:59.238Z] #43 [core-metadata internal] load build context [2024-07-05T20:01:59.238Z] #43 ... [2024-07-05T20:01:59.238Z] [2024-07-05T20:01:59.238Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:02:01.819Z] #51 ... [2024-07-05T20:02:01.819Z] [2024-07-05T20:02:01.819Z] #103 [security-spire-server] exporting to image [2024-07-05T20:02:01.819Z] #103 exporting layers 4.6s done [2024-07-05T20:02:01.819Z] #103 writing image sha256:9b7b4ad875d2ea9bba6f4fbc408c9af3acbdd1e927a1a701a186d55369f80554 0.0s done [2024-07-05T20:02:01.819Z] #103 naming to docker.io/library/security-spire-config-arm64 0.0s done [2024-07-05T20:02:01.819Z] #103 writing image sha256:847c4fc400cb503054db482cc518b64453750ff195f82369f34d83c378900af1 0.1s done [2024-07-05T20:02:01.819Z] #103 naming to docker.io/library/security-spire-agent-arm64 0.1s done [2024-07-05T20:02:01.819Z] #103 writing image sha256:ef09049427ef4ee128fc64cd465809af76d515fa1a29c18634b2cc320da70f01 0.0s done [2024-07-05T20:02:01.819Z] #103 naming to docker.io/library/security-spire-server-arm64 0.0s done [2024-07-05T20:02:01.819Z] #103 DONE 5.8s [2024-07-05T20:02:01.819Z] [2024-07-05T20:02:01.819Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:02:02.400Z] #51 transferring context: 233.76MB 77.4s [2024-07-05T20:02:02.667Z] #51 ... [2024-07-05T20:02:02.667Z] [2024-07-05T20:02:02.667Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:02:02.667Z] #45 ... [2024-07-05T20:02:02.667Z] [2024-07-05T20:02:02.667Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:02:02.937Z] #51 ... [2024-07-05T20:02:02.937Z] [2024-07-05T20:02:02.937Z] #43 [core-metadata internal] load build context [2024-07-05T20:02:02.937Z] #43 transferring context: 256.25MB 79.0s done [2024-07-05T20:02:02.937Z] #43 DONE 79.9s [2024-07-05T20:02:02.937Z] [2024-07-05T20:02:02.937Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:02:03.539Z] #51 ... [2024-07-05T20:02:03.539Z] [2024-07-05T20:02:03.539Z] #47 [core-command internal] load build context [2024-07-05T20:02:03.539Z] #47 transferring context: 256.25MB 80.0s done [2024-07-05T20:02:03.539Z] #47 DONE 80.4s [2024-07-05T20:02:03.539Z] [2024-07-05T20:02:03.539Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:02:03.810Z] #51 ... [2024-07-05T20:02:03.810Z] [2024-07-05T20:02:03.810Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:03.810Z] #49 ... [2024-07-05T20:02:03.810Z] [2024-07-05T20:02:03.810Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:02:03.810Z] #33 ... [2024-07-05T20:02:03.810Z] [2024-07-05T20:02:03.810Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:04.769Z] #49 ... [2024-07-05T20:02:04.769Z] [2024-07-05T20:02:04.769Z] #50 [support-notifications internal] load build context [2024-07-05T20:02:04.769Z] #50 ... [2024-07-05T20:02:04.769Z] [2024-07-05T20:02:04.769Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:04.769Z] #49 ... [2024-07-05T20:02:04.769Z] [2024-07-05T20:02:04.769Z] #104 [core-metadata builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:02:04.769Z] #104 DONE 1.7s [2024-07-05T20:02:04.769Z] [2024-07-05T20:02:04.769Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:06.178Z] #49 ... [2024-07-05T20:02:06.178Z] [2024-07-05T20:02:06.178Z] #51 [security-secretstore-setup internal] load build context [2024-07-05T20:02:06.178Z] #51 transferring context: 256.25MB 81.1s done [2024-07-05T20:02:06.178Z] #51 DONE 81.6s [2024-07-05T20:02:06.178Z] [2024-07-05T20:02:06.178Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:07.138Z] #49 ... [2024-07-05T20:02:07.138Z] [2024-07-05T20:02:07.138Z] #52 [core-keeper internal] load build context [2024-07-05T20:02:07.138Z] #52 ... [2024-07-05T20:02:07.138Z] [2024-07-05T20:02:07.138Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:07.403Z] #49 ... [2024-07-05T20:02:07.403Z] [2024-07-05T20:02:07.403Z] #50 [support-notifications internal] load build context [2024-07-05T20:02:07.403Z] #50 transferring context: 256.25MB 82.8s done [2024-07-05T20:02:07.403Z] #50 DONE 83.4s [2024-07-05T20:02:07.669Z] [2024-07-05T20:02:07.669Z] #105 [security-secretstore-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:02:07.669Z] #105 DONE 1.3s [2024-07-05T20:02:07.669Z] [2024-07-05T20:02:07.669Z] #106 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:02:07.669Z] #106 ... [2024-07-05T20:02:07.669Z] [2024-07-05T20:02:07.669Z] #33 [security-bootstrapper internal] load build context [2024-07-05T20:02:07.669Z] #33 transferring context: 256.25MB 85.0s done [2024-07-05T20:02:07.669Z] #33 DONE 85.2s [2024-07-05T20:02:07.937Z] [2024-07-05T20:02:07.937Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:02:07.937Z] #55 ... [2024-07-05T20:02:07.937Z] [2024-07-05T20:02:07.937Z] #48 [core-data internal] load build context [2024-07-05T20:02:08.204Z] #48 ... [2024-07-05T20:02:08.204Z] [2024-07-05T20:02:08.204Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:08.204Z] #49 ... [2024-07-05T20:02:08.204Z] [2024-07-05T20:02:08.204Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:02:08.474Z] #59 ... [2024-07-05T20:02:08.474Z] [2024-07-05T20:02:08.474Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:08.474Z] #49 ... [2024-07-05T20:02:08.474Z] [2024-07-05T20:02:08.474Z] #48 [core-data internal] load build context [2024-07-05T20:02:08.474Z] #48 transferring context: 256.25MB 84.5s done [2024-07-05T20:02:08.474Z] #48 DONE 85.2s [2024-07-05T20:02:08.474Z] [2024-07-05T20:02:08.474Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:08.740Z] #49 ... [2024-07-05T20:02:08.740Z] [2024-07-05T20:02:08.740Z] #107 [support-notifications builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:02:08.740Z] #107 DONE 1.2s [2024-07-05T20:02:08.740Z] [2024-07-05T20:02:08.740Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:09.005Z] #49 ... [2024-07-05T20:02:09.005Z] [2024-07-05T20:02:09.005Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:09.273Z] #58 ... [2024-07-05T20:02:09.273Z] [2024-07-05T20:02:09.273Z] #49 [support-scheduler internal] load build context [2024-07-05T20:02:09.273Z] #49 transferring context: 256.25MB 85.3s done [2024-07-05T20:02:09.273Z] #49 DONE 85.6s [2024-07-05T20:02:09.273Z] [2024-07-05T20:02:09.273Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:09.540Z] #58 ... [2024-07-05T20:02:09.540Z] [2024-07-05T20:02:09.540Z] #45 [core-common-config-bootstrapper internal] load build context [2024-07-05T20:02:09.540Z] #45 transferring context: 256.25MB 85.9s done [2024-07-05T20:02:09.540Z] #45 DONE 86.1s [2024-07-05T20:02:09.540Z] [2024-07-05T20:02:09.540Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:14.872Z] #58 ... [2024-07-05T20:02:14.872Z] [2024-07-05T20:02:14.872Z] #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:02:14.872Z] #108 ... [2024-07-05T20:02:14.872Z] [2024-07-05T20:02:14.872Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:14.872Z] #58 transferring context: 157.77MB 87.8s [2024-07-05T20:02:17.454Z] #58 ... [2024-07-05T20:02:17.454Z] [2024-07-05T20:02:17.454Z] #52 [core-keeper internal] load build context [2024-07-05T20:02:17.454Z] #52 transferring context: 256.25MB 91.2s done [2024-07-05T20:02:17.454Z] #52 DONE 92.3s [2024-07-05T20:02:17.454Z] [2024-07-05T20:02:17.454Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:18.410Z] #58 ... [2024-07-05T20:02:18.410Z] [2024-07-05T20:02:18.410Z] #55 [security-spiffe-token-provider internal] load build context [2024-07-05T20:02:18.410Z] #55 transferring context: 256.25MB 92.6s done [2024-07-05T20:02:18.410Z] #55 DONE 93.2s [2024-07-05T20:02:18.410Z] [2024-07-05T20:02:18.410Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:18.410Z] #58 ... [2024-07-05T20:02:18.410Z] [2024-07-05T20:02:18.410Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:02:18.690Z] #59 ... [2024-07-05T20:02:18.691Z] [2024-07-05T20:02:18.691Z] #109 [core-keeper builder 5/8] COPY go.mod vendor* ./ [2024-07-05T20:02:18.691Z] #109 DONE 1.2s [2024-07-05T20:02:18.691Z] [2024-07-05T20:02:18.691Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:02:18.691Z] #59 ... [2024-07-05T20:02:18.691Z] [2024-07-05T20:02:18.691Z] #110 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:02:18.691Z] #110 ... [2024-07-05T20:02:18.691Z] [2024-07-05T20:02:18.691Z] #111 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:02:18.965Z] #111 ... [2024-07-05T20:02:18.965Z] [2024-07-05T20:02:18.965Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:02:19.230Z] #59 ... [2024-07-05T20:02:19.230Z] [2024-07-05T20:02:19.230Z] #112 [security-spiffe-token-provider builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:02:19.230Z] #112 DONE 0.7s [2024-07-05T20:02:19.230Z] [2024-07-05T20:02:19.230Z] #59 [security-proxy-setup internal] load build context [2024-07-05T20:02:21.809Z] #59 transferring context: 256.25MB 94.6s done [2024-07-05T20:02:21.809Z] #59 DONE 95.1s [2024-07-05T20:02:21.809Z] [2024-07-05T20:02:21.809Z] #58 [security-proxy-auth internal] load build context [2024-07-05T20:02:22.766Z] #58 transferring context: 256.25MB 95.6s done [2024-07-05T20:02:22.766Z] #58 DONE 96.2s [2024-07-05T20:02:22.766Z] [2024-07-05T20:02:22.766Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #113 ... [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #106 [security-secretstore-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #106 DONE 76.9s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #111 [support-notifications builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #111 DONE 75.8s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #108 [core-metadata builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #108 DONE 79.7s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #114 [support-notifications builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #114 ... [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #110 [core-keeper builder 6/8] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #110 DONE 67.7s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #113 [security-spiffe-token-provider builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #113 DONE 67.3s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #115 ... [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #116 [security-proxy-setup builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #116 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #117 [security-proxy-setup builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #117 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #118 [security-proxy-setup builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #118 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #119 [security-proxy-auth builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #119 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #120 [security-proxy-auth builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #120 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #121 [security-proxy-auth builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #121 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #122 [core-keeper builder 7/8] COPY . . [2024-07-05T20:03:30.605Z] #122 DONE 2.9s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #114 [support-notifications builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #114 DONE 4.7s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #123 [security-secretstore-setup builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #123 DONE 4.8s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #124 [support-scheduler builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #124 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #125 [support-scheduler builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #125 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #126 [support-scheduler builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #126 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #127 [core-common-config-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #127 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #128 [core-common-config-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #128 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #129 [core-common-config-bootstrapper builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #129 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #130 [core-data builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #130 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #131 [core-data builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #131 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #132 [core-data builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #132 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #133 [core-metadata builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #133 DONE 4.8s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #134 [core-command builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #134 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #135 [core-command builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #135 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #136 [core-command builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #136 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #137 [security-bootstrapper builder 4/7] COPY go.mod vendor* ./ [2024-07-05T20:03:30.605Z] #137 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #138 [security-bootstrapper builder 5/7] RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2024-07-05T20:03:30.605Z] #138 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #139 [security-bootstrapper builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #139 CACHED [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #115 [security-spiffe-token-provider builder 6/7] COPY . . [2024-07-05T20:03:30.605Z] #115 DONE 3.0s [2024-07-05T20:03:30.605Z] [2024-07-05T20:03:30.605Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-05T20:03:34.855Z] #140 ... [2024-07-05T20:03:34.855Z] [2024-07-05T20:03:34.855Z] #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-05T20:03:34.855Z] #0 5.238 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-05T20:03:35.436Z] #141 ... [2024-07-05T20:03:35.436Z] [2024-07-05T20:03:35.436Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-05T20:03:35.436Z] #140 5.907 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-05T20:03:39.673Z] #140 ... [2024-07-05T20:03:39.673Z] [2024-07-05T20:03:39.673Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T20:03:39.673Z] #0 4.480 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-05T20:03:39.673Z] #142 ... [2024-07-05T20:03:39.673Z] [2024-07-05T20:03:39.673Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-05T20:03:39.673Z] #0 5.751 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-05T20:03:39.673Z] #143 ... [2024-07-05T20:03:39.673Z] [2024-07-05T20:03:39.673Z] #144 [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-05T20:03:39.673Z] #0 5.338 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-05T20:03:39.673Z] #144 ... [2024-07-05T20:03:39.673Z] [2024-07-05T20:03:39.673Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:03:39.673Z] #0 5.078 go build -tags " non_delayedstart" -ldflags "-s -w -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-keeper/core-keeper ./cmd/core-keeper [2024-07-05T20:03:39.937Z] #145 ... [2024-07-05T20:03:39.937Z] [2024-07-05T20:03:39.937Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-05T20:03:39.937Z] #0 4.794 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-05T20:03:39.937Z] #146 ... [2024-07-05T20:03:39.937Z] [2024-07-05T20:03:39.937Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-05T20:03:39.937Z] #0 5.577 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-05T20:03:40.269Z] #147 ... [2024-07-05T20:03:40.269Z] [2024-07-05T20:03:40.269Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T20:03:40.269Z] #0 5.180 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-05T20:03:40.582Z] #148 ... [2024-07-05T20:03:40.582Z] [2024-07-05T20:03:40.582Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-05T20:03:40.582Z] #0 5.755 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-05T20:03:40.582Z] #149 ... [2024-07-05T20:03:40.582Z] [2024-07-05T20:03:40.582Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:03:40.582Z] #0 5.808 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-05T20:03:40.849Z] #150 ... [2024-07-05T20:03:40.849Z] [2024-07-05T20:03:40.849Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:03:40.849Z] #0 4.836 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-05T20:21:33.868Z] #151 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #144 [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-05T20:21:33.868Z] #144 1070.0 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-05T20:21:33.868Z] #144 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #146 [security-proxy-setup builder 7/7] RUN make cmd/secrets-config/secrets-config [2024-07-05T20:21:33.868Z] #146 DONE 1075.5s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #144 [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-05T20:21:33.868Z] #144 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #152 [security-proxy-setup stage-1 5/11] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:21:33.868Z] #152 DONE 0.4s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:21:33.868Z] #150 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #153 [security-proxy-setup stage-1 6/11] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:21:33.868Z] #153 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #154 [security-proxy-setup stage-1 7/11] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml res/common_configuration.yaml [2024-07-05T20:21:33.868Z] #154 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #155 [security-proxy-setup stage-1 8/11] COPY --from=builder /edgex-go/cmd/secrets-config/res/configuration.yaml res/configuration.yaml [2024-07-05T20:21:33.868Z] #155 DONE 0.1s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #156 [security-proxy-setup stage-1 9/11] COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2024-07-05T20:21:33.868Z] #156 DONE 0.3s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #157 [security-proxy-setup stage-1 10/11] COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2024-07-05T20:21:33.868Z] #157 DONE 0.1s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-05T20:21:33.868Z] #147 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T20:21:33.868Z] #158 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #149 [security-bootstrapper builder 7/7] RUN make cmd/security-bootstrapper/security-bootstrapper [2024-07-05T20:21:33.868Z] #149 DONE 1078.9s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-05T20:21:33.868Z] #140 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #159 [security-bootstrapper stage-1 6/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ /edgex-init-staging/ [2024-07-05T20:21:33.868Z] #159 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-05T20:21:33.868Z] #160 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #158 [security-proxy-setup stage-1 11/11] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T20:21:33.868Z] #158 DONE 3.1s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #103 [security-proxy-setup] exporting to image [2024-07-05T20:21:33.868Z] #103 exporting layers [2024-07-05T20:21:33.868Z] #103 exporting layers 1.5s done [2024-07-05T20:21:33.868Z] #103 writing image sha256:29bfea0541feda03c805a58a0df5bc8dbe675ee930a97e806de5f7aa717fc256 done [2024-07-05T20:21:33.868Z] #103 naming to docker.io/library/security-proxy-setup-arm64 done [2024-07-05T20:21:33.868Z] #103 DONE 7.3s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-05T20:21:33.868Z] #147 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #160 [security-bootstrapper stage-1 7/16] RUN chmod +x /edgex-init-staging/*.sh [2024-07-05T20:21:33.868Z] #160 DONE 2.3s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #161 [security-bootstrapper stage-1 8/16] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:21:33.868Z] #161 DONE 0.3s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:21:33.868Z] #39 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #162 [security-bootstrapper stage-1 9/16] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:21:33.868Z] #162 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #163 [security-bootstrapper stage-1 10/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2024-07-05T20:21:33.868Z] #163 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #164 [security-bootstrapper stage-1 11/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.yaml ./res/ [2024-07-05T20:21:33.868Z] #164 DONE 0.1s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:21:33.868Z] #145 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #165 [security-bootstrapper stage-1 12/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.yaml /edgex-init-staging/bootstrap-redis/res/ [2024-07-05T20:21:33.868Z] #165 DONE 0.1s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #166 [security-bootstrapper stage-1 13/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-mosquitto/configuration.yaml /edgex-init-staging/bootstrap-mosquitto/res/ [2024-07-05T20:21:33.868Z] #166 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #167 [security-bootstrapper stage-1 14/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ /edgex-init-staging/consul-bootstrapper/ [2024-07-05T20:21:33.868Z] #167 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #168 [security-bootstrapper stage-1 15/16] COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2024-07-05T20:21:33.868Z] #168 DONE 0.2s [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-05T20:21:33.868Z] #141 ... [2024-07-05T20:21:33.868Z] [2024-07-05T20:21:33.868Z] #169 [security-bootstrapper stage-1 16/16] RUN chmod +x /entrypoint.sh [2024-07-05T20:21:35.292Z] #169 DONE 2.0s [2024-07-05T20:21:35.292Z] [2024-07-05T20:21:35.292Z] #103 [security-bootstrapper] exporting to image [2024-07-05T20:21:36.256Z] #103 exporting layers 1.1s done [2024-07-05T20:21:36.256Z] #103 writing image sha256:502c53d0b0c3f3948e02d07d2dbc2078b54614cf1388d32392bb021c8cc3033e done [2024-07-05T20:21:36.256Z] #103 naming to docker.io/library/security-bootstrapper-arm64 done [2024-07-05T20:21:36.256Z] #103 DONE 8.4s [2024-07-05T20:21:36.256Z] [2024-07-05T20:21:36.256Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T20:21:41.615Z] #142 ... [2024-07-05T20:21:41.615Z] [2024-07-05T20:21:41.615Z] #144 [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-05T20:21:41.615Z] #144 DONE 1091.5s [2024-07-05T20:21:41.615Z] [2024-07-05T20:21:41.615Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:21:41.615Z] #150 ... [2024-07-05T20:21:41.615Z] [2024-07-05T20:21:41.615Z] #170 [security-secretstore-setup stage-1 4/13] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:21:41.885Z] #170 DONE 0.2s [2024-07-05T20:21:41.885Z] [2024-07-05T20:21:41.885Z] #171 [security-secretstore-setup stage-1 5/13] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:21:41.885Z] #171 DONE 0.1s [2024-07-05T20:21:41.885Z] [2024-07-05T20:21:41.885Z] #172 [security-secretstore-setup stage-1 6/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2024-07-05T20:21:42.156Z] #172 DONE 0.2s [2024-07-05T20:21:42.156Z] [2024-07-05T20:21:42.156Z] #173 [security-secretstore-setup stage-1 7/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.yaml /res-file-token-provider/configuration.yaml [2024-07-05T20:21:42.156Z] #173 DONE 0.1s [2024-07-05T20:21:42.156Z] [2024-07-05T20:21:42.156Z] #174 [security-secretstore-setup stage-1 8/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:21:42.425Z] #174 DONE 0.1s [2024-07-05T20:21:42.425Z] [2024-07-05T20:21:42.425Z] #175 [security-secretstore-setup stage-1 9/13] COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2024-07-05T20:21:42.425Z] #175 DONE 0.3s [2024-07-05T20:21:42.425Z] [2024-07-05T20:21:42.425Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:21:42.694Z] #151 ... [2024-07-05T20:21:42.694Z] [2024-07-05T20:21:42.694Z] #176 [security-secretstore-setup stage-1 10/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2024-07-05T20:21:42.694Z] #176 DONE 0.3s [2024-07-05T20:21:42.694Z] [2024-07-05T20:21:42.694Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:21:42.971Z] #150 ... [2024-07-05T20:21:42.971Z] [2024-07-05T20:21:42.971Z] #177 [security-secretstore-setup stage-1 11/13] COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2024-07-05T20:21:42.971Z] #177 DONE 0.1s [2024-07-05T20:21:43.239Z] [2024-07-05T20:21:43.240Z] #178 [security-secretstore-setup stage-1 12/13] RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T20:21:45.824Z] #178 DONE 2.3s [2024-07-05T20:21:45.824Z] [2024-07-05T20:21:45.824Z] #103 [security-secretstore-setup] exporting to image [2024-07-05T20:21:45.824Z] #103 exporting layers [2024-07-05T20:21:46.782Z] #103 exporting layers 1.4s done [2024-07-05T20:21:46.783Z] #103 writing image sha256:9543396fceffa40fc30bf523898b2b804d7fd6b75a7661b6e2d0ab85a287d74d 0.0s done [2024-07-05T20:21:46.783Z] #103 naming to docker.io/library/security-secretstore-setup-arm64 done [2024-07-05T20:21:46.783Z] #103 DONE 9.8s [2024-07-05T20:21:46.783Z] [2024-07-05T20:21:46.783Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:22:33.607Z] #150 ... [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #141 [core-common-config-bootstrapper builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-common-config-bootstrapper/core-common-config-bootstrapper [2024-07-05T20:22:33.607Z] #141 DONE 1140.5s [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:22:33.607Z] #151 ... [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #179 [core-common-config-bootstrapper stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:22:33.607Z] #179 DONE 0.2s [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:22:33.607Z] #145 ... [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #180 [core-common-config-bootstrapper stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:22:33.607Z] #180 DONE 0.1s [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #181 [core-common-config-bootstrapper stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/core-common-config-bootstrapper / [2024-07-05T20:22:33.607Z] #181 DONE 0.3s [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #182 [core-common-config-bootstrapper stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:22:33.607Z] #182 DONE 0.4s [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #183 [core-common-config-bootstrapper stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-common-config-bootstrapper/entrypoint.sh /usr/local/bin/ [2024-07-05T20:22:33.607Z] #183 DONE 0.1s [2024-07-05T20:22:33.607Z] [2024-07-05T20:22:33.607Z] #184 [core-common-config-bootstrapper stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T20:22:34.189Z] #184 DONE 2.1s [2024-07-05T20:22:34.189Z] [2024-07-05T20:22:34.189Z] #103 [core-common-config-bootstrapper] exporting to image [2024-07-05T20:22:34.189Z] #103 exporting layers [2024-07-05T20:22:34.771Z] #103 exporting layers 0.7s done [2024-07-05T20:22:34.772Z] #103 writing image sha256:d85e494c9cf7e84a433afa8e48059a404e108c9cafa3d87642291d54eae38be7 done [2024-07-05T20:22:34.772Z] #103 naming to docker.io/library/core-common-config-bootstrapper-arm64 0.0s done [2024-07-05T20:22:34.772Z] #103 DONE 10.6s [2024-07-05T20:22:34.772Z] [2024-07-05T20:22:34.772Z] #140 [security-spiffe-token-provider builder 7/7] RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2024-07-05T20:24:41.408Z] #140 DONE 1257.2s [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:24:41.408Z] #145 ... [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #185 [security-spiffe-token-provider stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:24:41.408Z] #185 DONE 0.3s [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #186 [security-spiffe-token-provider stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:24:41.408Z] #186 DONE 0.1s [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:24:41.408Z] #150 ... [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #187 [security-spiffe-token-provider stage-1 6/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2024-07-05T20:24:41.408Z] #187 DONE 0.3s [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #188 [security-spiffe-token-provider stage-1 7/7] COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:24:41.408Z] #188 DONE 0.1s [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #103 [security-spiffe-token-provider] exporting to image [2024-07-05T20:24:41.408Z] #103 exporting layers [2024-07-05T20:24:41.408Z] #103 exporting layers 0.8s done [2024-07-05T20:24:41.408Z] #103 writing image sha256:4f8bbc4def5dfe50a534ea04ff39f506d6cd7640922c3fa4c9f28b0ef57539ed done [2024-07-05T20:24:41.408Z] #103 naming to docker.io/library/security-spiffe-token-provider-arm64 done [2024-07-05T20:24:41.408Z] #103 DONE 11.4s [2024-07-05T20:24:41.408Z] [2024-07-05T20:24:41.408Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:31:18.342Z] #145 ... [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #143 [security-proxy-auth builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/security-proxy-auth/security-proxy-auth [2024-07-05T20:31:18.342Z] #143 DONE 1656.0s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T20:31:18.342Z] #148 ... [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #189 [security-proxy-auth stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:31:18.342Z] #189 DONE 0.2s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #190 [security-proxy-auth stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:31:18.342Z] #190 DONE 0.2s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #191 [security-proxy-auth stage-1 6/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/security-proxy-auth / [2024-07-05T20:31:18.342Z] #191 DONE 0.3s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #192 [security-proxy-auth stage-1 7/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:31:18.342Z] #192 DONE 0.1s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #193 [security-proxy-auth stage-1 8/9] COPY --from=builder /edgex-go/cmd/security-proxy-auth/entrypoint.sh /usr/local/bin/ [2024-07-05T20:31:18.342Z] #193 DONE 0.1s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:31:18.342Z] #151 ... [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #194 [security-proxy-auth stage-1 9/9] RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2024-07-05T20:31:18.342Z] #194 DONE 1.9s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:31:18.342Z] #150 ... [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #103 [security-proxy-auth] exporting to image [2024-07-05T20:31:18.342Z] #103 exporting layers [2024-07-05T20:31:18.342Z] #103 exporting layers 0.8s done [2024-07-05T20:31:18.342Z] #103 writing image sha256:d3a64f629b037c515d6d2cc97d756fa7d04cd94e1335949f66be28e3f6ef88b7 done [2024-07-05T20:31:18.342Z] #103 naming to docker.io/library/security-proxy-auth-arm64 0.0s done [2024-07-05T20:31:18.342Z] #103 DONE 12.2s [2024-07-05T20:31:18.342Z] [2024-07-05T20:31:18.342Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:32:05.225Z] #145 ... [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #147 [core-command builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-command/core-command [2024-07-05T20:32:05.225Z] #147 DONE 1713.1s [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:32:05.225Z] #150 ... [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #195 [core-command stage-1 4/8] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:32:05.225Z] #195 DONE 0.2s [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:32:05.225Z] #151 ... [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #196 [core-command stage-1 5/8] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:32:05.225Z] #196 DONE 0.3s [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #197 [core-command stage-1 6/8] COPY --from=builder /edgex-go/cmd/core-command/core-command / [2024-07-05T20:32:05.225Z] #197 DONE 0.5s [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #198 [core-command stage-1 7/8] COPY --from=builder /edgex-go/cmd/core-command/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:32:05.225Z] #198 DONE 0.1s [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #103 [core-command] exporting to image [2024-07-05T20:32:05.225Z] #103 exporting layers [2024-07-05T20:32:05.225Z] #103 exporting layers 0.4s done [2024-07-05T20:32:05.225Z] #103 writing image sha256:9cbc62648cd3fe16505dea6302ad57b35f8167f11edde78d5885b04fab484b4b done [2024-07-05T20:32:05.225Z] #103 naming to docker.io/library/core-command-arm64 done [2024-07-05T20:32:05.225Z] #103 DONE 12.6s [2024-07-05T20:32:05.225Z] [2024-07-05T20:32:05.225Z] #150 [core-data builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-data/core-data [2024-07-05T20:32:13.588Z] #150 DONE 1723.8s [2024-07-05T20:32:13.588Z] [2024-07-05T20:32:13.588Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T20:32:13.855Z] #148 ... [2024-07-05T20:32:13.855Z] [2024-07-05T20:32:13.855Z] #199 [core-data stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:32:14.438Z] #199 DONE 0.3s [2024-07-05T20:32:14.438Z] [2024-07-05T20:32:14.438Z] #200 [core-data stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:32:14.438Z] #200 DONE 0.2s [2024-07-05T20:32:14.438Z] [2024-07-05T20:32:14.438Z] #201 [core-data stage-1 6/7] COPY --from=builder /edgex-go/cmd/core-data/core-data / [2024-07-05T20:32:14.722Z] #201 DONE 0.5s [2024-07-05T20:32:14.722Z] [2024-07-05T20:32:14.722Z] #202 [core-data stage-1 7/7] COPY --from=builder /edgex-go/cmd/core-data/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:32:14.987Z] #202 DONE 0.1s [2024-07-05T20:32:14.987Z] [2024-07-05T20:32:14.987Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:32:14.987Z] #151 ... [2024-07-05T20:32:14.987Z] [2024-07-05T20:32:14.987Z] #103 [core-data] exporting to image [2024-07-05T20:32:14.987Z] #103 exporting layers [2024-07-05T20:32:15.568Z] #103 exporting layers 0.6s done [2024-07-05T20:32:15.568Z] #103 writing image sha256:b2216ae7bb4ba3700ccb883a6942bbfe86be32bb26533e4c1bad666fea19af91 done [2024-07-05T20:32:15.568Z] #103 naming to docker.io/library/core-data-arm64 done [2024-07-05T20:32:15.568Z] #103 DONE 13.2s [2024-07-05T20:32:15.568Z] [2024-07-05T20:32:15.568Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:32:17.506Z] #39 ... [2024-07-05T20:32:17.506Z] [2024-07-05T20:32:17.506Z] #145 [core-keeper builder 8/8] RUN make cmd/core-keeper/core-keeper [2024-07-05T20:32:17.506Z] #145 DONE 1728.1s [2024-07-05T20:32:17.782Z] [2024-07-05T20:32:17.782Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T20:32:18.363Z] #148 ... [2024-07-05T20:32:18.363Z] [2024-07-05T20:32:18.363Z] #203 [core-keeper stage-1 4/6] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:32:18.363Z] #203 DONE 0.1s [2024-07-05T20:32:18.363Z] [2024-07-05T20:32:18.363Z] #204 [core-keeper stage-1 5/6] COPY --from=builder /edgex-go/cmd/core-keeper/core-keeper / [2024-07-05T20:32:18.948Z] #204 DONE 0.5s [2024-07-05T20:32:18.948Z] [2024-07-05T20:32:18.948Z] #205 [core-keeper stage-1 6/6] COPY --from=builder /edgex-go/cmd/core-keeper/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:32:18.948Z] #205 DONE 0.1s [2024-07-05T20:32:18.948Z] [2024-07-05T20:32:18.948Z] #103 [core-keeper] exporting to image [2024-07-05T20:32:19.529Z] #103 exporting layers 0.5s done [2024-07-05T20:32:19.529Z] #103 writing image sha256:d1ac4f2210fa9d87a42264e5f5a1748ba9a29737cc8a9365768fc267d7934dbc done [2024-07-05T20:32:19.529Z] #103 naming to docker.io/library/core-keeper-arm64 done [2024-07-05T20:32:19.529Z] #103 DONE 13.7s [2024-07-05T20:32:19.529Z] [2024-07-05T20:32:19.529Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T20:32:20.937Z] #142 ... [2024-07-05T20:32:20.937Z] [2024-07-05T20:32:20.937Z] #148 [core-metadata builder 7/7] RUN make -e ADD_BUILD_TAGS= cmd/core-metadata/core-metadata [2024-07-05T20:32:20.937Z] #148 DONE 1731.4s [2024-07-05T20:32:20.937Z] [2024-07-05T20:32:20.937Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:32:21.203Z] #151 ... [2024-07-05T20:32:21.203Z] [2024-07-05T20:32:21.203Z] #206 [core-metadata stage-1 4/9] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:32:21.203Z] #206 DONE 0.2s [2024-07-05T20:32:21.203Z] [2024-07-05T20:32:21.203Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:32:21.474Z] #151 ... [2024-07-05T20:32:21.474Z] [2024-07-05T20:32:21.474Z] #207 [core-metadata stage-1 5/9] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:32:21.474Z] #207 DONE 0.2s [2024-07-05T20:32:21.474Z] [2024-07-05T20:32:21.474Z] #208 [core-metadata stage-1 6/9] COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2024-07-05T20:32:22.059Z] #208 DONE 0.4s [2024-07-05T20:32:22.059Z] [2024-07-05T20:32:22.059Z] #209 [core-metadata stage-1 7/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:32:22.059Z] #209 DONE 0.1s [2024-07-05T20:32:22.059Z] [2024-07-05T20:32:22.059Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:32:22.059Z] #151 ... [2024-07-05T20:32:22.059Z] [2024-07-05T20:32:22.059Z] #210 [core-metadata stage-1 8/9] COPY --from=builder /edgex-go/cmd/core-metadata/res/uom.yaml /res/uom.yaml [2024-07-05T20:32:22.059Z] #210 DONE 0.1s [2024-07-05T20:32:22.325Z] [2024-07-05T20:32:22.325Z] #103 [core-metadata] exporting to image [2024-07-05T20:32:22.906Z] #103 exporting layers 0.6s done [2024-07-05T20:32:22.906Z] #103 writing image sha256:da3468ad347b2f920936f5c6e375a22ffdbd99e06d24ee7a037885572314c351 done [2024-07-05T20:32:22.906Z] #103 naming to docker.io/library/core-metadata-arm64 done [2024-07-05T20:32:22.906Z] #103 DONE 14.2s [2024-07-05T20:32:22.906Z] [2024-07-05T20:32:22.906Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:32:49.562Z] #39 ... [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #142 [support-notifications builder 7/7] RUN make cmd/support-notifications/support-notifications [2024-07-05T20:32:49.562Z] #142 DONE 1758.1s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #151 [support-scheduler builder 7/7] RUN make cmd/support-scheduler/support-scheduler [2024-07-05T20:32:49.562Z] #151 DONE 1758.0s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #211 [support-scheduler stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:32:49.562Z] #211 DONE 0.2s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #212 [support-scheduler stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:32:49.562Z] #212 DONE 0.1s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:32:49.562Z] #39 ... [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-05T20:32:49.562Z] #213 ... [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #214 [support-notifications stage-1 4/7] COPY --from=builder /edgex-go/Attribution.txt / [2024-07-05T20:32:49.562Z] #214 DONE 0.1s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #215 [support-notifications stage-1 5/7] COPY --from=builder /edgex-go/security.txt / [2024-07-05T20:32:49.562Z] #215 DONE 0.1s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #216 [support-notifications stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2024-07-05T20:32:49.562Z] #216 DONE 0.4s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #213 [support-scheduler stage-1 6/7] COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2024-07-05T20:32:49.562Z] #213 DONE 0.5s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #217 [support-scheduler stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:32:49.562Z] #217 DONE 0.1s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #218 [support-notifications stage-1 7/7] COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.yaml /res/configuration.yaml [2024-07-05T20:32:49.562Z] #218 DONE 0.1s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #103 [support-scheduler] exporting to image [2024-07-05T20:32:49.562Z] #103 exporting layers [2024-07-05T20:32:49.562Z] #103 exporting layers 0.4s done [2024-07-05T20:32:49.562Z] #103 writing image sha256:734dcb85942763b63f80e0e01dfa536065198f7174edeab5097c6deafb4e2865 done [2024-07-05T20:32:49.562Z] #103 naming to docker.io/library/support-scheduler-arm64 done [2024-07-05T20:32:49.562Z] #103 exporting layers 0.6s done [2024-07-05T20:32:49.562Z] #103 writing image sha256:25c8d5d750bffac8485f5859a50ce07b1ebeee306ead7e8ce9d5eef28c28cf68 done [2024-07-05T20:32:49.562Z] #103 naming to docker.io/library/support-notifications-arm64 done [2024-07-05T20:32:49.562Z] #103 DONE 14.9s [2024-07-05T20:32:49.562Z] [2024-07-05T20:32:49.562Z] #39 [security-spire-agent spire_server 1/1] FROM ghcr.io/spiffe/spire-server:1.6.3@sha256:f4bc49fb0bd1d817a6c46204cc7ce943c73fb0a5496a78e0e4dc20c9a816ad7f [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [2024-07-05T20:32:49.562Z] time="2024-07-05T20:00:31Z" level=warning msg="buildx: git was not found in the system. Current commit information was not captured by the build" [Pipeline] } [2024-07-05T20:32:49.592Z] $ docker stop --time=1 0a357d7945aed3006a9a64197bbffa665ae02cc29b506355681acda03bf883f0 [2024-07-05T20:32:51.257Z] $ docker rm -f --volumes 0a357d7945aed3006a9a64197bbffa665ae02cc29b506355681acda03bf883f0 [Pipeline] // withDockerContainer [Pipeline] sh [2024-07-05T20:32:51.837Z] + docker images [2024-07-05T20:32:51.837Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2024-07-05T20:32:51.837Z] support-scheduler-arm64 latest 734dcb859427 3 seconds ago 42.4MB [2024-07-05T20:32:51.837Z] support-notifications-arm64 latest 25c8d5d750bf 3 seconds ago 43.3MB [2024-07-05T20:32:51.837Z] core-metadata-arm64 latest da3468ad347b 29 seconds ago 40.3MB [2024-07-05T20:32:51.837Z] core-keeper-arm64 latest d1ac4f2210fa 33 seconds ago 35.2MB [2024-07-05T20:32:51.837Z] core-data-arm64 latest b2216ae7bb4b 37 seconds ago 40.2MB [2024-07-05T20:32:51.837Z] core-command-arm64 latest 9cbc62648cd3 48 seconds ago 39.9MB [2024-07-05T20:32:51.837Z] security-proxy-auth-arm64 latest d3a64f629b03 About a minute ago 37.4MB [2024-07-05T20:32:51.837Z] security-spiffe-token-provider-arm64 latest 4f8bbc4def5d 8 minutes ago 34.1MB [2024-07-05T20:32:51.837Z] core-common-config-bootstrapper-arm64 latest d85e494c9cf7 10 minutes ago 20.1MB [2024-07-05T20:32:51.837Z] security-secretstore-setup-arm64 latest 9543396fceff 11 minutes ago 41.5MB [2024-07-05T20:32:51.837Z] security-bootstrapper-arm64 latest 502c53d0b0c3 11 minutes ago 23.7MB [2024-07-05T20:32:51.837Z] security-proxy-setup-arm64 latest 29bfea0541fe 11 minutes ago 31MB [2024-07-05T20:32:51.837Z] security-spire-agent-arm64 latest 847c4fc400cb 30 minutes ago 157MB [2024-07-05T20:32:51.837Z] security-spire-server-arm64 latest ef09049427ef 30 minutes ago 102MB [2024-07-05T20:32:51.837Z] security-spire-config-arm64 latest 9b7b4ad875d2 30 minutes ago 101MB [2024-07-05T20:32:51.837Z] ci-base-image-arm64 latest 4255e3fcd9a8 48 minutes ago 962MB [2024-07-05T20:32:51.837Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.21-alpine f246e2811388 2 months ago 561MB [2024-07-05T20:32:51.837Z] 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-05T20:32:52.753Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-05T20:32:52.753Z] [2024-07-05T20:32:52.753Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T20:32:53.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-05T20:32:53.467Z] arm64: Pulling from edgex-lftools-log-publisher [2024-07-05T20:32:53.467Z] 8998bd30e6a1: Pulling fs layer [2024-07-05T20:32:53.467Z] 04944245beec: Pulling fs layer [2024-07-05T20:32:53.467Z] 699f458cf7ca: Pulling fs layer [2024-07-05T20:32:53.467Z] 765212b225bb: Pulling fs layer [2024-07-05T20:32:53.467Z] f23df028b6ca: Pulling fs layer [2024-07-05T20:32:53.467Z] d65c8cfc05b1: Pulling fs layer [2024-07-05T20:32:53.467Z] 2437ff75d9bd: Pulling fs layer [2024-07-05T20:32:53.467Z] 765212b225bb: Waiting [2024-07-05T20:32:53.467Z] d65c8cfc05b1: Waiting [2024-07-05T20:32:53.467Z] f23df028b6ca: Waiting [2024-07-05T20:32:53.467Z] 04944245beec: Verifying Checksum [2024-07-05T20:32:53.467Z] 04944245beec: Download complete [2024-07-05T20:32:53.467Z] 765212b225bb: Download complete [2024-07-05T20:32:53.734Z] f23df028b6ca: Verifying Checksum [2024-07-05T20:32:53.734Z] f23df028b6ca: Download complete [2024-07-05T20:32:53.734Z] d65c8cfc05b1: Verifying Checksum [2024-07-05T20:32:53.734Z] d65c8cfc05b1: Download complete [2024-07-05T20:32:53.734Z] 699f458cf7ca: Verifying Checksum [2024-07-05T20:32:53.734Z] 699f458cf7ca: Download complete [2024-07-05T20:32:54.316Z] 8998bd30e6a1: Verifying Checksum [2024-07-05T20:32:54.316Z] 8998bd30e6a1: Download complete [2024-07-05T20:32:56.892Z] 2437ff75d9bd: Verifying Checksum [2024-07-05T20:32:56.892Z] 2437ff75d9bd: Download complete [2024-07-05T20:32:58.834Z] 8998bd30e6a1: Pull complete [2024-07-05T20:32:59.417Z] 04944245beec: Pull complete [2024-07-05T20:33:00.824Z] 699f458cf7ca: Pull complete [2024-07-05T20:33:01.091Z] 765212b225bb: Pull complete [2024-07-05T20:33:02.051Z] f23df028b6ca: Pull complete [2024-07-05T20:33:02.317Z] d65c8cfc05b1: Pull complete [2024-07-05T20:33:20.515Z] 2437ff75d9bd: Pull complete [2024-07-05T20:33:20.515Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2024-07-05T20:33:20.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2024-07-05T20:33:20.515Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T20:33:20.876Z] prd-ubuntu20.04-docker-arm64-4c-16g-5090 does not seem to be running inside a container [2024-07-05T20:33:20.927Z] $ 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-05T20:33:23.629Z] $ docker top 50d6c75e99f75af619dae79511d33ff13f343acb06bcbcfad7a9f68dfd632985 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:24.668Z] ---> job-cost.sh [2024-07-05T20:33:24.668Z] lf-activate-venv: SKIPPING [2024-07-05T20:33:24.668Z] INFO: No Stack... [2024-07-05T20:33:25.249Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2024-07-05T20:33:26.205Z] INFO: Archiving Costs [Pipeline] sh [2024-07-05T20:33:26.865Z] + cat /w/workspace/edgex-go/1/archives/cost.csv [2024-07-05T20:33:26.865Z] + cut -d, -f6 [Pipeline] lock [2024-07-05T20:33:26.933Z] Trying to acquire lock on [Resource: jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] [2024-07-05T20:33:26.940Z] Resource [jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] did not exist. Created. [2024-07-05T20:33:26.947Z] Lock acquired on [Resource: jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2024-07-05T20:33:27.696Z] + echo total: 0.10999999940395355 [Pipeline] stash [2024-07-05T20:33:27.927Z] Stashed 1 file(s) [Pipeline] } [2024-07-05T20:33:27.948Z] Lock released on resource [Resource: jenkins-edgexfoundry-edgex-go-PR-4818-1-stack-cost] [Pipeline] // lock [Pipeline] } [2024-07-05T20:33:28.162Z] $ docker stop --time=1 50d6c75e99f75af619dae79511d33ff13f343acb06bcbcfad7a9f68dfd632985 [2024-07-05T20:33:29.679Z] $ docker rm -f --volumes 50d6c75e99f75af619dae79511d33ff13f343acb06bcbcfad7a9f68dfd632985 [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-05T20:33:30.906Z] provisioning config files... [2024-07-05T20:33:30.915Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/1@tmp/config9431185920057027106tmp [Pipeline] { [Pipeline] sh [2024-07-05T20:33:31.279Z] + set +x [2024-07-05T20:33:31.279Z] + + bashcurl -s -s -- https://codecov.io/bash [2024-07-05T20:33:31.279Z] [2024-07-05T20:33:31.539Z] [2024-07-05T20:33:31.539Z] _____ _ [2024-07-05T20:33:31.539Z] / ____| | | [2024-07-05T20:33:31.539Z] | | ___ __| | ___ ___ _____ __ [2024-07-05T20:33:31.539Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2024-07-05T20:33:31.539Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2024-07-05T20:33:31.539Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2024-07-05T20:33:31.539Z] Bash-1.0.6 [2024-07-05T20:33:31.539Z] [2024-07-05T20:33:31.539Z] [2024-07-05T20:33:31.539Z] ==> git version 2.25.1 found [2024-07-05T20:33:31.539Z] ==> 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-05T20:33:31.539Z] Release-Date: 2020-01-08 [2024-07-05T20:33:31.539Z] 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-05T20:33:31.539Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2024-07-05T20:33:31.539Z] ==> Jenkins CI detected. [2024-07-05T20:33:31.539Z] current dir:  /w/workspace/edgex-go/1 [2024-07-05T20:33:31.539Z] project root: . [2024-07-05T20:33:31.539Z] --> token set from env [2024-07-05T20:33:31.539Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2024-07-05T20:33:31.539Z] ==> Running gcov in . (disable via -X gcov) [2024-07-05T20:33:31.539Z] ==> Python coveragepy not found [2024-07-05T20:33:31.539Z] ==> Searching for coverage reports in: [2024-07-05T20:33:31.539Z] + . [2024-07-05T20:33:31.539Z] -> Found 1 reports [2024-07-05T20:33:31.539Z] ==> Detecting git/mercurial file structure [2024-07-05T20:33:31.539Z] ==> Reading reports [2024-07-05T20:33:31.539Z] + ./coverage.out bytes=481596 [2024-07-05T20:33:31.539Z] ==> Appending adjustments [2024-07-05T20:33:31.539Z] https://docs.codecov.io/docs/fixing-reports [2024-07-05T20:33:32.918Z] + Found adjustments [2024-07-05T20:33:32.918Z] ==> Gzipping contents [2024-07-05T20:33:32.918Z] 60K /tmp/codecov.wwHEwD.gz [2024-07-05T20:33:32.918Z] ==> Uploading reports [2024-07-05T20:33:32.918Z] url: https://codecov.io [2024-07-05T20:33:32.919Z] query: branch=PR-4818&commit=7e9da4165acc2ca2a160f579c3c921964e3d8559&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4818%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4818&job=&cmd_args= [2024-07-05T20:33:32.919Z] -> Pinging Codecov [2024-07-05T20:33:32.919Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=****&branch=PR-4818&commit=7e9da4165acc2ca2a160f579c3c921964e3d8559&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-4818%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=4818&job=&cmd_args= [2024-07-05T20:33:32.919Z] -> Uploading to [2024-07-05T20:33:32.919Z] https://storage.googleapis.com/codecov/v4/raw/2024-07-05/00271124DB129430A58F1EEE437C3FCB/7e9da4165acc2ca2a160f579c3c921964e3d8559/8612f01c-8de3-46ee-8254-8e23cb6a5392.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20240705%2Fus-west2%2Fs3%2Faws4_request&X-Amz-Date=20240705T203332Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=0a612ecef3f8db6b27fc99c27ebde0ca1918307da8c52d35c4b29646e0d95943 [2024-07-05T20:33:32.919Z] % Total % Received % Xferd Average Speed Time Time Time Current [2024-07-05T20:33:32.919Z] Dload Upload Total Spent Left Speed [2024-07-05T20:33:33.178Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 61280 0 0 100 61280 0 205k --:--:-- --:--:-- --:--:-- 205k [2024-07-05T20:33:33.178Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/edgex-go/commit/7e9da4165acc2ca2a160f579c3c921964e3d8559 [Pipeline] } [2024-07-05T20:33:33.211Z] 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-05T20:33:34.934Z] + [ -d /w/workspace/edgex-go/1/archives ] [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:35.314Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:36.216Z] ---> package-listing.sh [2024-07-05T20:33:36.216Z] ++ facter osfamily [2024-07-05T20:33:36.216Z] ++ tr '[:upper:]' '[:lower:]' [2024-07-05T20:33:36.475Z] + OS_FAMILY=debian [2024-07-05T20:33:36.476Z] + workspace=/w/workspace/edgex-go/1 [2024-07-05T20:33:36.476Z] + START_PACKAGES=/tmp/packages_start.txt [2024-07-05T20:33:36.476Z] + END_PACKAGES=/tmp/packages_end.txt [2024-07-05T20:33:36.476Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2024-07-05T20:33:36.476Z] + PACKAGES=/tmp/packages_start.txt [2024-07-05T20:33:36.476Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-05T20:33:36.476Z] + PACKAGES=/tmp/packages_end.txt [2024-07-05T20:33:36.476Z] + case "${OS_FAMILY}" in [2024-07-05T20:33:36.476Z] + dpkg -l [2024-07-05T20:33:36.476Z] + grep '^ii' [2024-07-05T20:33:36.476Z] + '[' -f /tmp/packages_start.txt ']' [2024-07-05T20:33:36.476Z] + '[' -f /tmp/packages_end.txt ']' [2024-07-05T20:33:36.476Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2024-07-05T20:33:36.476Z] + '[' /w/workspace/edgex-go/1 ']' [2024-07-05T20:33:36.476Z] + mkdir -p /w/workspace/edgex-go/1/archives/ [2024-07-05T20:33:36.476Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/1/archives/ [Pipeline] echo [2024-07-05T20:33:36.518Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2024-07-05T20:33:36.816Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T20:33:37.464Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-05T20:33:37.464Z] [2024-07-05T20:33:37.464Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2024-07-05T20:33:37.894Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-05T20:33:37.894Z] latest: Pulling from edgex-lftools-log-publisher [2024-07-05T20:33:37.894Z] 5eb5b503b376: Pulling fs layer [2024-07-05T20:33:37.894Z] 5c69ac0246d0: Pulling fs layer [2024-07-05T20:33:37.894Z] ec43610c2a17: Pulling fs layer [2024-07-05T20:33:37.894Z] 3a2ae6a8a46f: Pulling fs layer [2024-07-05T20:33:37.894Z] 33b1e0a273af: Pulling fs layer [2024-07-05T20:33:37.894Z] 5d3b04190fa2: Pulling fs layer [2024-07-05T20:33:37.894Z] 2f39f015ded8: Pulling fs layer [2024-07-05T20:33:37.894Z] 3a2ae6a8a46f: Waiting [2024-07-05T20:33:37.894Z] 33b1e0a273af: Waiting [2024-07-05T20:33:37.894Z] 5d3b04190fa2: Waiting [2024-07-05T20:33:37.894Z] 5c69ac0246d0: Download complete [2024-07-05T20:33:37.895Z] 3a2ae6a8a46f: Verifying Checksum [2024-07-05T20:33:37.895Z] 3a2ae6a8a46f: Download complete [2024-07-05T20:33:37.895Z] 33b1e0a273af: Verifying Checksum [2024-07-05T20:33:37.895Z] 33b1e0a273af: Download complete [2024-07-05T20:33:37.895Z] 5d3b04190fa2: Download complete [2024-07-05T20:33:37.895Z] ec43610c2a17: Verifying Checksum [2024-07-05T20:33:37.895Z] ec43610c2a17: Download complete [2024-07-05T20:33:38.152Z] 5eb5b503b376: Verifying Checksum [2024-07-05T20:33:38.152Z] 5eb5b503b376: Download complete [2024-07-05T20:33:38.718Z] 2f39f015ded8: Download complete [2024-07-05T20:33:39.285Z] 5eb5b503b376: Pull complete [2024-07-05T20:33:39.285Z] 5c69ac0246d0: Pull complete [2024-07-05T20:33:39.851Z] ec43610c2a17: Pull complete [2024-07-05T20:33:39.851Z] 3a2ae6a8a46f: Pull complete [2024-07-05T20:33:39.851Z] 33b1e0a273af: Pull complete [2024-07-05T20:33:40.110Z] 5d3b04190fa2: Pull complete [2024-07-05T20:33:43.394Z] 2f39f015ded8: Pull complete [2024-07-05T20:33:43.652Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2024-07-05T20:33:43.652Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2024-07-05T20:33:43.652Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2024-07-05T20:33:43.894Z] prd-ubuntu20.04-docker-8c-8g-5089 does not seem to be running inside a container [2024-07-05T20:33:43.924Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/1/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/1 -v /w/workspace/edgex-go/1:/w/workspace/edgex-go/1:rw,z -v /w/workspace/edgex-go/1@tmp:/w/workspace/edgex-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2024-07-05T20:33:46.676Z] $ docker top fa7ae9efbeefac4dcb5dab04a3797ad097723bd6a52b274d3c7331ad12f54c59 -eo pid,comm [Pipeline] { [Pipeline] sh [2024-07-05T20:33:47.084Z] + touch /tmp/pre-build-complete [Pipeline] sh [2024-07-05T20:33:47.403Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2024-07-05T20:33:47.725Z] + ls /var/log/sa-host [2024-07-05T20:33:47.725Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2024-07-05T20:33:47.968Z] provisioning config files... [2024-07-05T20:33:47.977Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/1@tmp/config4554057372132698301tmp [Pipeline] { [Pipeline] echo [2024-07-05T20:33:48.046Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:48.373Z] ---> create-netrc.sh [Pipeline] } [2024-07-05T20:33:48.409Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:48.835Z] ---> python-tools-install.sh [Pipeline] echo [2024-07-05T20:33:48.881Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:49.208Z] ---> sudo-logs.sh [2024-07-05T20:33:49.208Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2024-07-05T20:33:49.310Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:49.630Z] ---> job-cost.sh [2024-07-05T20:33:49.631Z] lf-activate-venv: SKIPPING [2024-07-05T20:33:49.631Z] DEBUG: total: 0.10999999940395355 [2024-07-05T20:33:49.631Z] INFO: Retrieving Stack Cost... [2024-07-05T20:33:49.890Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2024-07-05T20:33:50.154Z] INFO: Archiving Costs [Pipeline] echo [2024-07-05T20:33:50.196Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2024-07-05T20:33:50.515Z] ---> logs-deploy.sh [2024-07-05T20:33:50.515Z] lf-activate-venv: SKIPPING [2024-07-05T20:33:50.515Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-4818/1 [2024-07-05T20:33:50.515Z] INFO: archiving workspace using pattern(s): [2024-07-05T20:33:51.449Z] Archives upload complete. [2024-07-05T20:33:51.449Z] INFO: archiving logs to Nexus