Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 92dddcec642c5f2665c5db2804977d383452cb95 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-ssh1375720960600661552.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-ssh16669569716673901841.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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh5546461831454679876.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eff4ace5e529e22b05c56fc30efd0d4b1d113677 # timeout=10 Commit message: "Merge pull request #397 from edgexfoundry/us4712" > 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 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-ssh2229793768465008547.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1206966942790290973.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 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/v2], buildSnap:false] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 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/v2 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-1544 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/239 [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/239 # 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 Avoid second fetch Checking out Revision 92dddcec642c5f2665c5db2804977d383452cb95 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f 92dddcec642c5f2665c5db2804977d383452cb95 # timeout=10 Commit message: "build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#4050)" > git rev-list --no-walk fed831e05d45eedf309a161f019c6bf56688bfb5 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-06T20:27:11.881Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-06T20:27:11.937Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-06T20:27:11.953Z] ========================================================= [2022-06-06T20:27:11.953Z] EdgeX Global Pipelines Version Info [2022-06-06T20:27:11.953Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-06T20:27:12.748Z] ------------------- [2022-06-06T20:27:12.748Z] stable info: [2022-06-06T20:27:12.748Z] ------------------- [2022-06-06T20:27:12.748Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-06T20:27:12.748Z] Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 [2022-06-06T20:27:12.748Z] Message: update stable to v1.0.232 [2022-06-06T20:27:13.324Z] ------------------- [2022-06-06T20:27:13.324Z] experimental info: [2022-06-06T20:27:13.324Z] ------------------- [2022-06-06T20:27:13.324Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-06T20:27:13.324Z] Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 [2022-06-06T20:27:13.324Z] Message: update experimental to v1.0.232 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-06T20:27:13.559Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-06-06T20:27:13.568Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-06-06T20:27:13.581Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-06T20:27:13.591Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-06T20:27:13.603Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-06T20:27:13.613Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-06T20:27:13.624Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-06T20:27:13.637Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-06-06T20:27:13.647Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-06-06T20:27:13.657Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-06-06T20:27:13.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-06T20:27:13.679Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-06T20:27:13.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-06T20:27:13.699Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-06T20:27:13.710Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-06T20:27:13.721Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-06T20:27:13.731Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-06T20:27:13.741Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-06T20:27:13.751Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-06-06T20:27:13.761Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-06-06T20:27:13.772Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-06T20:27:13.783Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-06T20:27:13.793Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-06T20:27:13.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-06-06T20:27:13.814Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-06-06T20:27:13.824Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-06-06T20:27:13.837Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] echo [2022-06-06T20:27:13.847Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 92dddce [Pipeline] echo [2022-06-06T20:27:13.859Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T20:27:13.906Z] provisioning config files... [2022-06-06T20:27:13.921Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config9079332709085689842tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T20:27:14.230Z] ---> docker-login.sh [2022-06-06T20:27:14.231Z] nexus3.edgexfoundry.org:10001 [2022-06-06T20:27:14.491Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:27:14.491Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:27:14.491Z] Configure a credential helper to remove this warning. See [2022-06-06T20:27:14.491Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:27:14.491Z] [2022-06-06T20:27:14.491Z] Login Succeeded [2022-06-06T20:27:14.491Z] nexus3.edgexfoundry.org:10002 [2022-06-06T20:27:14.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:27:14.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:27:14.752Z] Configure a credential helper to remove this warning. See [2022-06-06T20:27:14.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:27:14.752Z] [2022-06-06T20:27:14.752Z] Login Succeeded [2022-06-06T20:27:14.752Z] nexus3.edgexfoundry.org:10003 [2022-06-06T20:27:14.752Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:27:14.752Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:27:14.752Z] Configure a credential helper to remove this warning. See [2022-06-06T20:27:14.752Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:27:14.752Z] [2022-06-06T20:27:14.752Z] Login Succeeded [2022-06-06T20:27:14.752Z] nexus3.edgexfoundry.org:10004 [2022-06-06T20:27:15.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:27:15.014Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:27:15.014Z] Configure a credential helper to remove this warning. See [2022-06-06T20:27:15.014Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:27:15.014Z] [2022-06-06T20:27:15.014Z] Login Succeeded [2022-06-06T20:27:15.014Z] docker.io [2022-06-06T20:27:15.014Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:27:15.276Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:27:15.276Z] Configure a credential helper to remove this warning. See [2022-06-06T20:27:15.276Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:27:15.276Z] [2022-06-06T20:27:15.276Z] Login Succeeded [2022-06-06T20:27:15.276Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T20:27:15.286Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-06T20:27:15.607Z] + ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/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 cmd/sys-mgmt-agent/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/core-command/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo core-command,cmd/core-command/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/core-data/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo core-data,cmd/core-data/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/core-metadata/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-06-06T20:27:15.607Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-06-06T20:27:15.607Z] + dirname+ cmd/security-secretstore-setup/Dockerfile [2022-06-06T20:27:15.607Z] cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/security-spire-agent/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/security-spire-config/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + dirname cmd/security-spire-server/Dockerfile [2022-06-06T20:27:15.607Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/support-notifications/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/support-scheduler/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-06-06T20:27:15.607Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-06-06T20:27:15.607Z] + cut -d/ -f2 [2022-06-06T20:27:15.607Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-06-06T20:27:15.646Z] Generate Dockers from filesystem: [[image:core-command, dockerfile:cmd/core-command/Dockerfile], [image:core-data, dockerfile:cmd/core-data/Dockerfile], [image:core-metadata, dockerfile:cmd/core-metadata/Dockerfile], [image:security-bootstrapper, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:security-proxy-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], [image:sys-mgmt-agent, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-06T20:27:15.993Z] + git rev-list -1 --merges 92dddcec642c5f2665c5db2804977d383452cb95~1..92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] echo [2022-06-06T20:27:16.013Z] -----------> git rev-list -1 --merges 92dddcec642c5f2665c5db2804977d383452cb95~1..92dddcec642c5f2665c5db2804977d383452cb95 92dddcec642c5f2665c5db2804977d383452cb95 [false] [Pipeline] sh [2022-06-06T20:27:16.307Z] + git log --format=format:%s -1 92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] echo [2022-06-06T20:27:16.325Z] ========================================================= [2022-06-06T20:27:16.325Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-06T20:27:16.325Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-06-06T20:27:16.758Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-06T20:27:16.758Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-06T20:27:16.758Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-06T20:27:16.758Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-06T20:27:16.758Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-06T20:27:16.758Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-06T20:27:16.758Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:27:17.173Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T20:27:17.173Z] [2022-06-06T20:27:17.173Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:27:17.485Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T20:27:17.485Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-06T20:27:17.485Z] 42c077c10790: Pulling fs layer [2022-06-06T20:27:17.485Z] f63e77b7563a: Pulling fs layer [2022-06-06T20:27:17.485Z] bd5fdadae976: Pulling fs layer [2022-06-06T20:27:17.485Z] 205491f53016: Pulling fs layer [2022-06-06T20:27:17.485Z] df18705c85c3: Pulling fs layer [2022-06-06T20:27:17.485Z] bdb3f477010e: Pulling fs layer [2022-06-06T20:27:17.485Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-06T20:27:17.485Z] 2c6e9b1d212d: Pulling fs layer [2022-06-06T20:27:17.485Z] bdb8f0575790: Pulling fs layer [2022-06-06T20:27:17.485Z] df18705c85c3: Waiting [2022-06-06T20:27:17.485Z] 386e3cb2ff24: Pulling fs layer [2022-06-06T20:27:17.485Z] 2343380bae48: Pulling fs layer [2022-06-06T20:27:17.485Z] bdb3f477010e: Waiting [2022-06-06T20:27:17.485Z] 386e3cb2ff24: Waiting [2022-06-06T20:27:17.485Z] bdb8f0575790: Waiting [2022-06-06T20:27:17.485Z] 2343380bae48: Waiting [2022-06-06T20:27:17.485Z] 205491f53016: Waiting [2022-06-06T20:27:17.485Z] c8a8fc8e1c8f: Waiting [2022-06-06T20:27:17.485Z] 2c6e9b1d212d: Waiting [2022-06-06T20:27:17.485Z] f63e77b7563a: Download complete [2022-06-06T20:27:17.485Z] 205491f53016: Verifying Checksum [2022-06-06T20:27:17.485Z] 205491f53016: Download complete [2022-06-06T20:27:17.747Z] df18705c85c3: Verifying Checksum [2022-06-06T20:27:17.747Z] df18705c85c3: Download complete [2022-06-06T20:27:17.747Z] bdb3f477010e: Verifying Checksum [2022-06-06T20:27:17.747Z] bdb3f477010e: Download complete [2022-06-06T20:27:17.747Z] bd5fdadae976: Verifying Checksum [2022-06-06T20:27:17.747Z] bd5fdadae976: Download complete [2022-06-06T20:27:17.747Z] 2c6e9b1d212d: Verifying Checksum [2022-06-06T20:27:17.747Z] 2c6e9b1d212d: Download complete [2022-06-06T20:27:17.747Z] bdb8f0575790: Verifying Checksum [2022-06-06T20:27:17.747Z] bdb8f0575790: Download complete [2022-06-06T20:27:17.747Z] 386e3cb2ff24: Verifying Checksum [2022-06-06T20:27:17.747Z] 386e3cb2ff24: Download complete [2022-06-06T20:27:17.747Z] 2343380bae48: Verifying Checksum [2022-06-06T20:27:17.747Z] 2343380bae48: Download complete [2022-06-06T20:27:17.747Z] 42c077c10790: Verifying Checksum [2022-06-06T20:27:17.747Z] 42c077c10790: Download complete [2022-06-06T20:27:18.008Z] c8a8fc8e1c8f: Download complete [2022-06-06T20:27:18.952Z] 42c077c10790: Pull complete [2022-06-06T20:27:19.213Z] f63e77b7563a: Pull complete [2022-06-06T20:27:19.787Z] bd5fdadae976: Pull complete [2022-06-06T20:27:19.787Z] 205491f53016: Pull complete [2022-06-06T20:27:20.361Z] df18705c85c3: Pull complete [2022-06-06T20:27:20.361Z] bdb3f477010e: Pull complete [2022-06-06T20:27:22.273Z] c8a8fc8e1c8f: Pull complete [2022-06-06T20:27:22.273Z] 2c6e9b1d212d: Pull complete [2022-06-06T20:27:22.534Z] bdb8f0575790: Pull complete [2022-06-06T20:27:22.534Z] 386e3cb2ff24: Pull complete [2022-06-06T20:27:22.796Z] 2343380bae48: Pull complete [2022-06-06T20:27:22.796Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-06T20:27:22.796Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T20:27:22.796Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:27:22.897Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T20:27:22.933Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-06-06T20:27:24.490Z] $ docker top 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba -eo pid,comm [2022-06-06T20:27:24.569Z] 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). [2022-06-06T20:27:24.569Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-06T20:27:24.597Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T20:27:24.598Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T20:27:24.742Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T20:27:24.738Z] $ docker exec 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba ssh-agent [2022-06-06T20:27:24.890Z] SSH_AUTH_SOCK=/tmp/ssh-Mgf5wnv1mUhs/agent.33 [2022-06-06T20:27:24.890Z] SSH_AGENT_PID=39 [2022-06-06T20:27:24.899Z] Running ssh-add (command line suppressed) [2022-06-06T20:27:25.017Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_4143206399015933702.key (/w/workspace/edgex-go/239@tmp/private_key_4143206399015933702.key) [2022-06-06T20:27:25.042Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T20:27:25.334Z] + git tag --points-at HEAD [Pipeline] } [2022-06-06T20:27:25.342Z] $ docker exec --env ******** --env ******** 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba ssh-agent -k [2022-06-06T20:27:25.454Z] unset SSH_AUTH_SOCK; [2022-06-06T20:27:25.454Z] unset SSH_AGENT_PID; [2022-06-06T20:27:25.454Z] echo Agent pid 39 killed; [2022-06-06T20:27:25.479Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-06T20:27:25.503Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T20:27:25.503Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T20:27:25.635Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T20:27:25.631Z] $ docker exec 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba ssh-agent [2022-06-06T20:27:25.760Z] SSH_AUTH_SOCK=/tmp/ssh-sCxuEdfzLvWr/agent.71 [2022-06-06T20:27:25.760Z] SSH_AGENT_PID=77 [2022-06-06T20:27:25.766Z] Running ssh-add (command line suppressed) [2022-06-06T20:27:25.874Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_3189610400892385499.key (/w/workspace/edgex-go/239@tmp/private_key_3189610400892385499.key) [2022-06-06T20:27:25.902Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T20:27:26.196Z] + git semver init [2022-06-06T20:27:26.459Z] 2022-06-06 20:27:26,393 [run_init] DEBUG init version:0.0.0 force:False [2022-06-06T20:27:26.459Z] 2022-06-06 20:27:26,394 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgex-go/239/.semver [2022-06-06T20:27:26.459Z] 2022-06-06 20:27:26,395 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-go.git /w/workspace/edgex-go/239/.semver [2022-06-06T20:27:26.459Z] 2022-06-06 20:27:26,395 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-go.git', '/w/workspace/edgex-go/239/.semver'], cwd=/w/workspace/edgex-go/239, universal_newlines=False, shell=None, istream=None) [2022-06-06T20:27:30.711Z] 2022-06-06 20:27:30,148 [append_file] DEBUG append to file:/w/workspace/edgex-go/239/.git/info/exclude [2022-06-06T20:27:30.712Z] 2022-06-06 20:27:30,149 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgex-go/239/.semver/main with force:False [2022-06-06T20:27:30.712Z] 2022-06-06 20:27:30,149 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T20:27:30.712Z] 2022-06-06 20:27:30,149 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T20:27:30.712Z] 2.2.1-dev.10 [Pipeline] } [2022-06-06T20:27:30.720Z] $ docker exec --env ******** --env ******** 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba ssh-agent -k [2022-06-06T20:27:30.836Z] unset SSH_AUTH_SOCK; [2022-06-06T20:27:30.836Z] unset SSH_AGENT_PID; [2022-06-06T20:27:30.837Z] echo Agent pid 77 killed; [2022-06-06T20:27:30.852Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-06T20:27:31.153Z] + git semver [Pipeline] } [2022-06-06T20:27:31.429Z] $ docker stop --time=1 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba [2022-06-06T20:27:32.771Z] $ docker rm -f 3598a33b001ba37e60c418a0c46683a0afd7c93fc0be42c1308a4ff8b9fa29ba [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T20:27:33.133Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-06T20:27:33.391Z] Stashed 1 file(s) [Pipeline] echo [2022-06-06T20:27:33.393Z] [edgeXSemver]: initialized semver on version 2.2.1-dev.10 [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] echo [2022-06-06T20:27:33.489Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-06T20:27:33.494Z] ========================================================= [2022-06-06T20:27:33.494Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-06T20:27:33.494Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-06T20:27:33.784Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-06T20:27:33.785Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-06T20:27:33.785Z] 59bf1c3509f3: Pulling fs layer [2022-06-06T20:27:33.785Z] 666ba61612fd: Pulling fs layer [2022-06-06T20:27:33.785Z] 8ed8ca486205: Pulling fs layer [2022-06-06T20:27:33.785Z] cc1cd167ecdc: Pulling fs layer [2022-06-06T20:27:33.785Z] c516ae0d96e1: Pulling fs layer [2022-06-06T20:27:33.785Z] 684cea983483: Pulling fs layer [2022-06-06T20:27:33.785Z] dd3240ac7de5: Pulling fs layer [2022-06-06T20:27:33.785Z] b1e948a4e11c: Pulling fs layer [2022-06-06T20:27:33.785Z] a8fd76ee1af6: Pulling fs layer [2022-06-06T20:27:33.785Z] 646ad004c059: Pulling fs layer [2022-06-06T20:27:33.785Z] cc1cd167ecdc: Waiting [2022-06-06T20:27:33.785Z] c516ae0d96e1: Waiting [2022-06-06T20:27:33.785Z] 684cea983483: Waiting [2022-06-06T20:27:33.785Z] dd3240ac7de5: Waiting [2022-06-06T20:27:33.785Z] a8fd76ee1af6: Waiting [2022-06-06T20:27:33.785Z] b1e948a4e11c: Waiting [2022-06-06T20:27:33.785Z] 646ad004c059: Waiting [2022-06-06T20:27:33.785Z] 8ed8ca486205: Verifying Checksum [2022-06-06T20:27:33.785Z] 8ed8ca486205: Download complete [2022-06-06T20:27:33.785Z] 666ba61612fd: Download complete [2022-06-06T20:27:33.785Z] c516ae0d96e1: Verifying Checksum [2022-06-06T20:27:33.785Z] c516ae0d96e1: Download complete [2022-06-06T20:27:33.785Z] 684cea983483: Download complete [2022-06-06T20:27:33.785Z] dd3240ac7de5: Verifying Checksum [2022-06-06T20:27:33.785Z] dd3240ac7de5: Download complete [2022-06-06T20:27:33.785Z] 59bf1c3509f3: Verifying Checksum [2022-06-06T20:27:33.785Z] 59bf1c3509f3: Download complete [2022-06-06T20:27:34.045Z] b1e948a4e11c: Verifying Checksum [2022-06-06T20:27:34.045Z] b1e948a4e11c: Download complete [2022-06-06T20:27:34.045Z] 59bf1c3509f3: Pull complete [2022-06-06T20:27:34.307Z] 666ba61612fd: Pull complete [2022-06-06T20:27:34.307Z] 8ed8ca486205: Pull complete [2022-06-06T20:27:34.307Z] 646ad004c059: Verifying Checksum [2022-06-06T20:27:34.571Z] a8fd76ee1af6: Verifying Checksum [2022-06-06T20:27:34.571Z] a8fd76ee1af6: Download complete [2022-06-06T20:27:34.571Z] cc1cd167ecdc: Verifying Checksum [2022-06-06T20:27:34.571Z] cc1cd167ecdc: Download complete [2022-06-06T20:27:38.766Z] cc1cd167ecdc: Pull complete [2022-06-06T20:27:38.766Z] c516ae0d96e1: Pull complete [2022-06-06T20:27:38.766Z] 684cea983483: Pull complete [2022-06-06T20:27:38.766Z] dd3240ac7de5: Pull complete [2022-06-06T20:27:38.766Z] b1e948a4e11c: Pull complete [2022-06-06T20:27:40.673Z] a8fd76ee1af6: Pull complete [2022-06-06T20:27:40.933Z] 646ad004c059: Pull complete [2022-06-06T20:27:40.933Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-06T20:27:40.933Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-06T20:27:40.933Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-06-06T20:27:41.235Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-06T20:27:41.235Z] WORKDIR /edgex [2022-06-06T20:27:41.235Z] COPY go.mod . [2022-06-06T20:27:41.235Z] RUN go mod download [2022-06-06T20:27:41.235Z] + docker build -t ci-base-image-x86_64 -f - . [2022-06-06T20:27:42.615Z] Sending build context to Docker daemon 335.1MB [2022-06-06T20:27:42.615Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-06T20:27:42.615Z] ---> 8f69c11f6b0c [2022-06-06T20:27:42.615Z] Step 2/4 : WORKDIR /edgex [2022-06-06T20:27:45.167Z] ---> Running in 7ca59a6d1c3d [2022-06-06T20:27:45.167Z] Removing intermediate container 7ca59a6d1c3d [2022-06-06T20:27:45.167Z] ---> c006c69f4900 [2022-06-06T20:27:45.167Z] Step 3/4 : COPY go.mod . [2022-06-06T20:27:45.167Z] ---> 2215aead68e5 [2022-06-06T20:27:45.167Z] Step 4/4 : RUN go mod download [2022-06-06T20:27:45.167Z] ---> Running in 8930fc011efd [2022-06-06T20:27:48.460Z] Still waiting to schedule task [2022-06-06T20:27:48.460Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-06-06T20:28:00.080Z] Removing intermediate container 8930fc011efd [2022-06-06T20:28:00.080Z] ---> 9e4ed2c84d07 [2022-06-06T20:28:00.080Z] Successfully built 9e4ed2c84d07 [2022-06-06T20:28:00.080Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:28:00.384Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-06T20:28:00.384Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:28:00.469Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T20:28:00.508Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 ******** ci-base-image-x86_64 cat [2022-06-06T20:28:00.957Z] $ docker top ebb5d412b064d4934111b6d99700da3618ddb17cce053255a6601f4061cba884 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T20:28:01.299Z] + go version [2022-06-06T20:28:01.299Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-06T20:28:01.318Z] $ docker stop --time=1 ebb5d412b064d4934111b6d99700da3618ddb17cce053255a6601f4061cba884 [2022-06-06T20:28:02.624Z] $ docker rm -f ebb5d412b064d4934111b6d99700da3618ddb17cce053255a6601f4061cba884 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:28:03.023Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-06T20:28:03.023Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:28:03.096Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T20:28:03.141Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 ******** ci-base-image-x86_64 cat [2022-06-06T20:28:03.522Z] $ docker top 2ab0a45ac395ba7b752694a6e7e31a0263580c32a8e1b168bff8d206879177a1 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-06T20:28:03.588Z] ========================================================= [2022-06-06T20:28:03.588Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-06-06T20:28:03.588Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-06T20:28:03.919Z] + make test [2022-06-06T20:28:03.919Z] go mod tidy -compat=1.17 [2022-06-06T20:28:03.919Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-06-06T20:28:10.575Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-06-06T20:28:20.559Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-06-06T20:28:20.819Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.062s coverage: 28.7% of statements [2022-06-06T20:28:20.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-06-06T20:28:20.819Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-06-06T20:28:22.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.090s coverage: 98.5% of statements [2022-06-06T20:28:22.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-06-06T20:28:22.196Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.074s coverage: 53.4% of statements [2022-06-06T20:28:22.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-06-06T20:28:22.196Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-06-06T20:28:24.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 2.735s coverage: 89.2% of statements [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-06-06T20:28:24.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.075s coverage: 83.8% of statements [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-06-06T20:28:24.730Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.467s coverage: 95.6% of statements [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-06-06T20:28:24.730Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.081s coverage: 72.2% of statements [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-06-06T20:28:24.730Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.071s coverage: 60.0% of statements [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-06-06T20:28:24.730Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.083s coverage: 0.9% of statements [2022-06-06T20:28:24.731Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.092s coverage: 58.8% of statements [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.069s coverage: 29.6% of statements [2022-06-06T20:28:24.731Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.055s coverage: 79.5% of statements [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.064s coverage: 94.1% of statements [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.078s coverage: 96.3% of statements [2022-06-06T20:28:24.731Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.056s coverage: 87.5% of statements [2022-06-06T20:28:34.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.080s coverage: 94.4% of statements [2022-06-06T20:28:34.724Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.074s coverage: 44.8% of statements [2022-06-06T20:28:36.108Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.173s coverage: 82.5% of statements [2022-06-06T20:28:36.108Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.078s coverage: 92.9% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.026s coverage: 65.1% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.070s coverage: 87.2% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.053s coverage: 100.0% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.060s coverage: 58.8% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.070s coverage: 80.0% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.052s coverage: 87.2% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.069s coverage: 85.4% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.2% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.158s coverage: 64.4% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.062s coverage: 100.0% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.034s coverage: 100.0% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.024s coverage: 73.7% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.021s coverage: 100.0% of statements [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.331s coverage: 65.4% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.154s coverage: 43.8% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.053s coverage: 84.8% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-06-06T20:28:46.114Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.089s coverage: 17.7% of statements [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-06-06T20:28:46.114Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-06-06T20:28:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.152s coverage: 92.3% of statements [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-06-06T20:28:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.051s coverage: 63.2% of statements [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-06-06T20:28:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.104s coverage: 97.7% of statements [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-06-06T20:28:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.054s coverage: 28.9% of statements [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-06-06T20:28:46.115Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-06-06T20:28:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.054s coverage: 100.0% of statements [2022-06-06T20:28:46.115Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-06-06T20:28:46.115Z] 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 [2022-06-06T20:29:04.210Z] GO111MODULE=on go vet ./... [2022-06-06T20:29:08.412Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-06T20:29:08.412Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-06-06T20:29:08.674Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-06-06T20:29:09.261Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-06-06T20:29:09.557Z] + ls -al . [2022-06-06T20:29:09.557Z] total 684 [2022-06-06T20:29:09.557Z] drwxrwxr-x 10 1001 1001 4096 Jun 6 20:29 . [2022-06-06T20:29:09.557Z] drwxr-xr-x 4 root root 4096 Jun 6 20:28 .. [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 11 Jun 6 20:27 .dockerignore [2022-06-06T20:29:09.557Z] drwxrwxr-x 8 1001 1001 4096 Jun 6 20:27 .git [2022-06-06T20:29:09.557Z] drwxrwxr-x 3 1001 1001 4096 Jun 6 20:27 .github [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 879 Jun 6 20:27 .gitignore [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 42 Jun 6 20:27 .golangci.yml [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 87 Jun 6 20:27 .hadolint.yml [2022-06-06T20:29:09.557Z] drwxr-xr-x 3 1001 1001 4096 Jun 6 20:27 .semver [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 166 Jun 6 20:27 .sonarcloud.properties [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 1171 Jun 6 20:27 ADOPTERS.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 10220 Jun 6 20:27 Attribution.txt [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 63209 Jun 6 20:27 CHANGELOG.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 3804 Jun 6 20:27 CONTRIBUTING.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 677 Jun 6 20:27 GOVERNANCE.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 850 Jun 6 20:27 Jenkinsfile [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 10775 Jun 6 20:27 LICENSE [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 10389 Jun 6 20:27 Makefile [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 582 Jun 6 20:27 OWNERS.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 9094 Jun 6 20:27 README.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 6912 Jun 6 20:27 SECURITY.md [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 12 Jun 6 20:27 VERSION [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 4131 Jun 6 20:27 ZMQWindows.md [2022-06-06T20:29:09.557Z] drwxrwxr-x 2 1001 1001 4096 Jun 6 20:27 bin [2022-06-06T20:29:09.557Z] drwxrwxr-x 18 1001 1001 4096 Jun 6 20:27 cmd [2022-06-06T20:29:09.557Z] -rw-r--r-- 1 root root 435411 Jun 6 20:28 coverage.out [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 3239 Jun 6 20:27 go.mod [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 36010 Jun 6 20:28 go.sum [2022-06-06T20:29:09.557Z] drwxrwxr-x 8 1001 1001 4096 Jun 6 20:27 internal [2022-06-06T20:29:09.557Z] drwxrwxr-x 3 1001 1001 4096 Jun 6 20:27 openapi [2022-06-06T20:29:09.557Z] drwxrwxr-x 4 1001 1001 4096 Jun 6 20:27 snap [2022-06-06T20:29:09.557Z] -rw-rw-r-- 1 1001 1001 204 Jun 6 20:27 version.go [Pipeline] sh [2022-06-06T20:29:09.854Z] + '[' -e coverage.out ] [2022-06-06T20:29:09.854Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-06-06T20:29:09.947Z] Stashed 1 file(s) [Pipeline] sh [2022-06-06T20:29:10.232Z] + make build [2022-06-06T20:29:10.232Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-06-06T20:29:25.146Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-06T20:29:35.140Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-06-06T20:29:35.140Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-06T20:29:38.624Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1545 in /w/workspace/edgexfoundry_edgex-go_main [Pipeline] { [Pipeline] ws [2022-06-06T20:29:38.636Z] Running in /w/workspace/edgex-go/239 [Pipeline] { [Pipeline] checkout [2022-06-06T20:29:38.684Z] The recommended git tool is: git [2022-06-06T20:29:43.270Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-06T20:29:43.270Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-06T20:29:43.270Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-06T20:29:44.653Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-06T20:29:45.290Z] using credential edgex-jenkins-ssh [2022-06-06T20:29:45.308Z] Cloning the remote Git repository [2022-06-06T20:29:45.594Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-06T20:29:45.362Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-06-06T20:29:45.428Z] > git init /w/workspace/edgex-go/239 # timeout=10 [2022-06-06T20:29:45.508Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-06-06T20:29:45.509Z] > git --version # timeout=10 [2022-06-06T20:29:45.529Z] > git --version # 'git version 2.25.1' [2022-06-06T20:29:45.531Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-06T20:29:45.615Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-06T20:29:46.978Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-06T20:29:47.550Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-06T20:29:48.492Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-06T20:29:50.407Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-06-06T20:29:51.826Z] $ docker stop --time=1 2ab0a45ac395ba7b752694a6e7e31a0263580c32a8e1b168bff8d206879177a1 [2022-06-06T20:29:54.084Z] $ docker rm -f 2ab0a45ac395ba7b752694a6e7e31a0263580c32a8e1b168bff8d206879177a1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:29:54.928Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-06T20:29:54.928Z] [2022-06-06T20:29:54.928Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:29:55.229Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-06T20:29:55.229Z] latest: Pulling from edgex-devops/edgex-compose [2022-06-06T20:29:55.229Z] cbdbe7a5bc2a: Pulling fs layer [2022-06-06T20:29:55.229Z] ca9280d653b3: Pulling fs layer [2022-06-06T20:29:55.229Z] 7e9c9ca2126c: Pulling fs layer [2022-06-06T20:29:55.229Z] cbdbe7a5bc2a: Verifying Checksum [2022-06-06T20:29:55.229Z] cbdbe7a5bc2a: Download complete [2022-06-06T20:29:55.490Z] cbdbe7a5bc2a: Pull complete [2022-06-06T20:29:55.490Z] ca9280d653b3: Verifying Checksum [2022-06-06T20:29:55.490Z] ca9280d653b3: Download complete [2022-06-06T20:29:55.751Z] 7e9c9ca2126c: Download complete [2022-06-06T20:29:56.010Z] ca9280d653b3: Pull complete [2022-06-06T20:30:00.212Z] 7e9c9ca2126c: Pull complete [2022-06-06T20:30:00.212Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-06-06T20:30:00.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-06T20:30:00.212Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:30:00.306Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T20:30:00.360Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-06-06T20:30:01.847Z] $ docker top 57b7c3ee7fdc98b491009ac3a6dcfc2a4afe8b5355f3e16e4ed1cc032cbd05e9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T20:30:02.187Z] Avoid second fetch [2022-06-06T20:30:02.187Z] Checking out Revision 92dddcec642c5f2665c5db2804977d383452cb95 (main) [2022-06-06T20:30:02.199Z] + grep parallel [2022-06-06T20:30:02.199Z] + docker-compose build --help [2022-06-06T20:30:02.822Z] --parallel Build images in parallel. [Pipeline] } [2022-06-06T20:30:02.865Z] $ docker stop --time=1 57b7c3ee7fdc98b491009ac3a6dcfc2a4afe8b5355f3e16e4ed1cc032cbd05e9 [2022-06-06T20:30:02.153Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-06-06T20:30:02.173Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-06T20:30:02.216Z] > git config core.sparsecheckout # timeout=10 [2022-06-06T20:30:02.241Z] > git checkout -f 92dddcec642c5f2665c5db2804977d383452cb95 # timeout=10 [2022-06-06T20:30:04.217Z] $ docker rm -f 57b7c3ee7fdc98b491009ac3a6dcfc2a4afe8b5355f3e16e4ed1cc032cbd05e9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:30:04.615Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-06-06T20:30:04.615Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:30:04.694Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T20:30:04.748Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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-devops/edgex-compose:latest cat [2022-06-06T20:30:05.184Z] $ docker top dbebc0cbf56904faa527040703be7ba4cea7fc848985f36987c8a608f4a364e7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T20:30:05.540Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-06T20:30:06.115Z] Building core-command ... [2022-06-06T20:30:06.115Z] Building core-data ... [2022-06-06T20:30:06.115Z] Building core-metadata ... [2022-06-06T20:30:06.115Z] Building security-bootstrapper ... [2022-06-06T20:30:06.115Z] Building security-proxy-setup ... [2022-06-06T20:30:06.115Z] Building security-secretstore-setup ... [2022-06-06T20:30:06.115Z] Building security-spiffe-token-provider ... [2022-06-06T20:30:06.115Z] Building security-spire-agent ... [2022-06-06T20:30:06.115Z] Building security-spire-config ... [2022-06-06T20:30:06.115Z] Building security-spire-server ... [2022-06-06T20:30:06.115Z] Building support-notifications ... [2022-06-06T20:30:06.115Z] Building support-scheduler ... [2022-06-06T20:30:06.115Z] Building sys-mgmt-agent ... [2022-06-06T20:30:06.115Z] Building core-metadata [2022-06-06T20:30:06.115Z] Building security-spire-server [2022-06-06T20:30:06.115Z] Building security-spire-config [2022-06-06T20:30:06.115Z] Building security-spire-agent [2022-06-06T20:30:06.115Z] Building security-spiffe-token-provider [2022-06-06T20:30:06.742Z] Commit message: "build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#4050)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-06T20:30:07.645Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-06T20:30:07.645Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T20:30:07.645Z] Dload Upload Total Spent Left Speed [2022-06-06T20:30:07.645Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 90095 0 --:--:-- --:--:-- --:--:-- 90095 [Pipeline] sh [2022-06-06T20:30:08.287Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-06T20:30:08.639Z] + + sudo teesudo /etc/docker/daemon.new jq [2022-06-06T20:30:08.639Z] . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-06T20:30:08.639Z] { [2022-06-06T20:30:08.639Z] "registry-mirrors": [ [2022-06-06T20:30:08.639Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-06T20:30:08.639Z] ], [2022-06-06T20:30:08.639Z] "bip": "10.250.0.254/24", [2022-06-06T20:30:08.639Z] "hosts": [ [2022-06-06T20:30:08.639Z] "tcp://0.0.0.0:5555", [2022-06-06T20:30:08.639Z] "unix:///var/run/docker.sock" [2022-06-06T20:30:08.639Z] ], [2022-06-06T20:30:08.639Z] "mtu": 1458, [2022-06-06T20:30:08.639Z] "selinux-enabled": true, [2022-06-06T20:30:08.639Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-06T20:30:08.639Z] } [Pipeline] sh [2022-06-06T20:30:08.991Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-06T20:30:09.408Z] + sudo service docker restart [2022-06-06T20:30:24.217Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:30:24.217Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:30:24.217Z] ---> 9e4ed2c84d07 [2022-06-06T20:30:24.217Z] Step 3/26 : WORKDIR /edgex-go [2022-06-06T20:30:24.217Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:30:24.217Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:30:24.217Z] ---> 9e4ed2c84d07 [2022-06-06T20:30:24.217Z] Step 3/25 : WORKDIR /edgex-go [2022-06-06T20:30:24.217Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:30:24.217Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:30:24.217Z] ---> 9e4ed2c84d07 [2022-06-06T20:30:24.217Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:30:24.217Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:30:24.217Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:30:24.217Z] ---> 9e4ed2c84d07 [2022-06-06T20:30:24.217Z] Step 3/20 : WORKDIR /edgex-go [2022-06-06T20:30:24.217Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:30:24.217Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:30:24.217Z] ---> 9e4ed2c84d07 [2022-06-06T20:30:24.217Z] Step 3/26 : WORKDIR /edgex-go [2022-06-06T20:30:26.765Z] ---> Running in f843e0cd4795 [2022-06-06T20:30:26.765Z] ---> Running in 19cefa675e9c [2022-06-06T20:30:26.765Z] ---> Running in 4643bff5119d [2022-06-06T20:30:26.765Z] ---> Running in 9f9ac1b34fe3 [2022-06-06T20:30:26.765Z] ---> Running in ee65182d7802 [2022-06-06T20:30:26.765Z] Removing intermediate container 19cefa675e9c [2022-06-06T20:30:26.766Z] ---> 5351faa86b74 [2022-06-06T20:30:26.766Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:30:26.766Z] Removing intermediate container f843e0cd4795 [2022-06-06T20:30:26.766Z] ---> 21bc1306df4c [2022-06-06T20:30:26.766Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:30:26.766Z] ---> Running in 7191f0895e3f [2022-06-06T20:30:26.766Z] ---> Running in d479266b70aa [2022-06-06T20:30:26.766Z] Removing intermediate container 9f9ac1b34fe3 [2022-06-06T20:30:26.766Z] ---> 8705ffaef2fa [2022-06-06T20:30:26.766Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:30:26.766Z] Removing intermediate container 4643bff5119d [2022-06-06T20:30:26.766Z] ---> 4af4caa69e1a [2022-06-06T20:30:26.766Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:30:26.766Z] Removing intermediate container ee65182d7802 [2022-06-06T20:30:26.766Z] ---> 3456a6f56200 [2022-06-06T20:30:26.766Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-06-06T20:30:26.766Z] ---> Running in 8948db86fb0a [2022-06-06T20:30:26.766Z] ---> Running in 18f3d4db0106 [2022-06-06T20:30:26.766Z] ---> Running in ae064aa03ccf [2022-06-06T20:30:27.334Z] Removing intermediate container 7191f0895e3f [2022-06-06T20:30:27.334Z] ---> 1f1c809f6d8a [2022-06-06T20:30:27.334Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-06T20:30:27.334Z] ---> Running in 39671820d351 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T20:30:27.732Z] provisioning config files... [2022-06-06T20:30:27.760Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config6604050791900391708tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T20:30:27.904Z] Removing intermediate container ae064aa03ccf [2022-06-06T20:30:27.904Z] ---> c2e83c5e8db8 [2022-06-06T20:30:27.904Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-06-06T20:30:27.904Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:27.904Z] ---> Running in a4c68177bb3b [2022-06-06T20:30:27.904Z] Removing intermediate container d479266b70aa [2022-06-06T20:30:27.904Z] ---> 2b5164e28e88 [2022-06-06T20:30:27.904Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-06T20:30:28.116Z] ---> docker-login.sh [2022-06-06T20:30:28.116Z] nexus3.edgexfoundry.org:10001 [2022-06-06T20:30:28.164Z] ---> Running in 6ceebd91633d [2022-06-06T20:30:28.164Z] Removing intermediate container 8948db86fb0a [2022-06-06T20:30:28.164Z] ---> 1997a433b350 [2022-06-06T20:30:28.164Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-06T20:30:28.164Z] ---> Running in 0548bf3dd6cd [2022-06-06T20:30:28.164Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:28.425Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:28.425Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:28.425Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:28.686Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:28.709Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:30:28.947Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:28.985Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:30:28.985Z] Configure a credential helper to remove this warning. See [2022-06-06T20:30:28.985Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:30:28.985Z] [2022-06-06T20:30:28.985Z] Login Succeeded [2022-06-06T20:30:28.985Z] nexus3.edgexfoundry.org:10002 [2022-06-06T20:30:29.206Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:30:29.206Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:30:29.206Z] OK: 15864 distinct packages available [2022-06-06T20:30:29.206Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:29.206Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:29.206Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:29.206Z] OK: 221 MiB in 52 packages [2022-06-06T20:30:29.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:30:29.468Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:29.468Z] OK: 221 MiB in 52 packages [2022-06-06T20:30:29.468Z] OK: 221 MiB in 52 packages [2022-06-06T20:30:29.540Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:30:29.540Z] Configure a credential helper to remove this warning. See [2022-06-06T20:30:29.540Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:30:29.540Z] [2022-06-06T20:30:29.540Z] Login Succeeded [2022-06-06T20:30:29.540Z] nexus3.edgexfoundry.org:10003 [2022-06-06T20:30:29.727Z] OK: 221 MiB in 52 packages [2022-06-06T20:30:29.727Z] Removing intermediate container 39671820d351 [2022-06-06T20:30:29.727Z] ---> d7ba682c52fe [2022-06-06T20:30:29.727Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-06T20:30:29.819Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:30:29.819Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:30:29.819Z] Configure a credential helper to remove this warning. See [2022-06-06T20:30:29.819Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:30:29.819Z] [2022-06-06T20:30:29.819Z] Login Succeeded [2022-06-06T20:30:29.819Z] nexus3.edgexfoundry.org:10004 [2022-06-06T20:30:29.987Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:30:29.987Z] Removing intermediate container a4c68177bb3b [2022-06-06T20:30:29.987Z] ---> b706a615367d [2022-06-06T20:30:29.987Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-06T20:30:29.987Z] ---> 26a1b3ea9558 [2022-06-06T20:30:29.987Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:30:29.987Z] Removing intermediate container 6ceebd91633d [2022-06-06T20:30:29.987Z] ---> 7acfe90ec6ae [2022-06-06T20:30:29.987Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-06T20:30:29.987Z] ---> Running in b3436bd097c1 [2022-06-06T20:30:30.251Z] Removing intermediate container 0548bf3dd6cd [2022-06-06T20:30:30.251Z] ---> ce1d1bc1dadb [2022-06-06T20:30:30.251Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:30:30.251Z] ---> 7882aa0650bf [2022-06-06T20:30:30.251Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:30:30.251Z] ---> cd495cc11e19 [2022-06-06T20:30:30.251Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:30:30.251Z] ---> Running in 1c518a57e987 [2022-06-06T20:30:30.251Z] ---> Running in e6ef55f462d6 [2022-06-06T20:30:30.251Z] OK: 221 MiB in 52 packages [2022-06-06T20:30:30.420Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:30:30.420Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:30:30.420Z] Configure a credential helper to remove this warning. See [2022-06-06T20:30:30.420Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:30:30.420Z] [2022-06-06T20:30:30.420Z] Login Succeeded [2022-06-06T20:30:30.420Z] docker.io [2022-06-06T20:30:30.511Z] ---> 364e0ed47c57 [2022-06-06T20:30:30.511Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:30:30.511Z] ---> Running in 7e9c5e7912e9 [2022-06-06T20:30:30.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:30:31.081Z] Removing intermediate container b3436bd097c1 [2022-06-06T20:30:31.081Z] ---> e5476e2f7611 [2022-06-06T20:30:31.081Z] Step 8/26 : COPY . . [2022-06-06T20:30:31.081Z] Removing intermediate container 18f3d4db0106 [2022-06-06T20:30:31.081Z] ---> 5776664e187a [2022-06-06T20:30:31.081Z] Step 5/20 : COPY go.mod vendor* ./ [2022-06-06T20:30:31.287Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:30:31.287Z] Configure a credential helper to remove this warning. See [2022-06-06T20:30:31.287Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:30:31.288Z] [2022-06-06T20:30:31.288Z] Login Succeeded [2022-06-06T20:30:31.288Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T20:30:31.305Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2022-06-06T20:30:31.652Z] ---> d1cd804fe404 [2022-06-06T20:30:31.652Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:30:31.652Z] Removing intermediate container 1c518a57e987 [2022-06-06T20:30:31.652Z] ---> 387bffc0e4f3 [2022-06-06T20:30:31.652Z] Step 8/26 : COPY . . [2022-06-06T20:30:31.652Z] ---> Running in 82ce1365483e [Pipeline] echo [2022-06-06T20:30:31.830Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-06T20:30:31.841Z] ========================================================= [2022-06-06T20:30:31.841Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-06T20:30:31.841Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-06-06T20:30:32.181Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-06T20:30:32.220Z] Removing intermediate container 7e9c5e7912e9 [2022-06-06T20:30:32.220Z] ---> e0ede5aa17f1 [2022-06-06T20:30:32.220Z] Step 8/23 : COPY . . [2022-06-06T20:30:32.220Z] Removing intermediate container e6ef55f462d6 [2022-06-06T20:30:32.220Z] ---> de232d1d1010 [2022-06-06T20:30:32.220Z] Step 8/25 : COPY . . [2022-06-06T20:30:32.477Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-06T20:30:32.477Z] 9b3977197b4f: Pulling fs layer [2022-06-06T20:30:32.477Z] 1a89e8eeedd5: Pulling fs layer [2022-06-06T20:30:32.477Z] 94645a83ff95: Pulling fs layer [2022-06-06T20:30:32.477Z] e6fb740bc735: Pulling fs layer [2022-06-06T20:30:32.477Z] 3a77bd46dcc9: Pulling fs layer [2022-06-06T20:30:32.477Z] 355e64cbe906: Pulling fs layer [2022-06-06T20:30:32.477Z] 63ab81a10011: Pulling fs layer [2022-06-06T20:30:32.477Z] 555d1d1c4555: Pulling fs layer [2022-06-06T20:30:32.477Z] 7d9057610161: Pulling fs layer [2022-06-06T20:30:32.477Z] 7d9057610161: Waiting [2022-06-06T20:30:32.477Z] 355e64cbe906: Waiting [2022-06-06T20:30:32.477Z] e6fb740bc735: Waiting [2022-06-06T20:30:32.477Z] 3a77bd46dcc9: Waiting [2022-06-06T20:30:32.477Z] 63ab81a10011: Waiting [2022-06-06T20:30:32.477Z] 555d1d1c4555: Waiting [2022-06-06T20:30:32.477Z] 94645a83ff95: Verifying Checksum [2022-06-06T20:30:32.477Z] 94645a83ff95: Download complete [2022-06-06T20:30:32.477Z] 1a89e8eeedd5: Verifying Checksum [2022-06-06T20:30:32.477Z] 1a89e8eeedd5: Download complete [2022-06-06T20:30:32.477Z] 3a77bd46dcc9: Download complete [2022-06-06T20:30:32.477Z] 355e64cbe906: Verifying Checksum [2022-06-06T20:30:32.477Z] 355e64cbe906: Download complete [2022-06-06T20:30:32.477Z] 9b3977197b4f: Download complete [2022-06-06T20:30:32.477Z] 63ab81a10011: Verifying Checksum [2022-06-06T20:30:32.477Z] 63ab81a10011: Download complete [2022-06-06T20:30:33.464Z] 9b3977197b4f: Pull complete [2022-06-06T20:30:33.464Z] 7d9057610161: Verifying Checksum [2022-06-06T20:30:33.464Z] 7d9057610161: Download complete [2022-06-06T20:30:34.072Z] 1a89e8eeedd5: Pull complete [2022-06-06T20:30:34.345Z] 94645a83ff95: Pull complete [2022-06-06T20:30:34.617Z] 555d1d1c4555: Verifying Checksum [2022-06-06T20:30:34.617Z] 555d1d1c4555: Download complete [2022-06-06T20:30:35.213Z] e6fb740bc735: Verifying Checksum [2022-06-06T20:30:35.213Z] e6fb740bc735: Download complete [2022-06-06T20:30:38.796Z] Removing intermediate container 82ce1365483e [2022-06-06T20:30:38.796Z] ---> 213e5e4cca21 [2022-06-06T20:30:38.796Z] Step 7/20 : COPY . . [2022-06-06T20:30:38.796Z] ---> c12925e615a0 [2022-06-06T20:30:38.796Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-06-06T20:30:38.796Z] ---> fcee0934c08a [2022-06-06T20:30:38.796Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-06T20:30:38.796Z] ---> 8accab1d1645 [2022-06-06T20:30:38.796Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-06T20:30:38.796Z] ---> 333e2da15605 [2022-06-06T20:30:38.796Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-06-06T20:30:38.796Z] ---> Running in 83f2eff00cb7 [2022-06-06T20:30:38.796Z] ---> Running in 1f340b77c349 [2022-06-06T20:30:38.796Z] ---> Running in 681e84732e69 [2022-06-06T20:30:38.796Z] ---> Running in c4da5efe131f [2022-06-06T20:30:39.057Z] Removing intermediate container 83f2eff00cb7 [2022-06-06T20:30:39.057Z] ---> 4659149903d2 [2022-06-06T20:30:39.057Z] Step 10/26 : RUN mkdir -p spire-build [2022-06-06T20:30:39.319Z] Removing intermediate container 1f340b77c349 [2022-06-06T20:30:39.319Z] Removing intermediate container c4da5efe131f [2022-06-06T20:30:39.319Z] ---> a72f49f720ae [2022-06-06T20:30:39.319Z] ---> 51a298b2891a [2022-06-06T20:30:39.319Z] Step 10/25 : RUN mkdir -p spire-buildStep 10/26 : RUN mkdir -p spire-build [2022-06-06T20:30:39.319Z] [2022-06-06T20:30:39.319Z] ---> Running in 6584b9c71dc9 [2022-06-06T20:30:39.319Z] ---> Running in c38ff7715bba [2022-06-06T20:30:39.319Z] ---> Running in 6d823b9cb9bd [2022-06-06T20:30:39.319Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-06T20:30:40.710Z] Removing intermediate container 6584b9c71dc9 [2022-06-06T20:30:40.710Z] ---> 1b67d2c5ac43 [2022-06-06T20:30:40.710Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-06-06T20:30:40.710Z] Removing intermediate container 6d823b9cb9bd [2022-06-06T20:30:40.710Z] ---> c5493f7b1f2a [2022-06-06T20:30:40.710Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-06-06T20:30:40.710Z] ---> Running in 7fe688ce7599 [2022-06-06T20:30:41.000Z] ---> Running in 690bd8015216 [2022-06-06T20:30:41.000Z] Removing intermediate container c38ff7715bba [2022-06-06T20:30:41.000Z] ---> 5552eb2bbad0 [2022-06-06T20:30:41.000Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-06-06T20:30:41.000Z] ---> Running in 4ea6c9fa7448 [2022-06-06T20:30:41.000Z] Removing intermediate container 7fe688ce7599 [2022-06-06T20:30:41.000Z] ---> 228c6d183ff3 [2022-06-06T20:30:41.000Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-06-06T20:30:41.260Z] Removing intermediate container 690bd8015216 [2022-06-06T20:30:41.260Z] ---> e78b999a10d4 [2022-06-06T20:30:41.260Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-06-06T20:30:41.260Z] ---> Running in b079394eb57d [2022-06-06T20:30:41.260Z] ---> Running in 9ab650077f43 [2022-06-06T20:30:41.260Z] Removing intermediate container 4ea6c9fa7448 [2022-06-06T20:30:41.260Z] ---> f001a5b746c9 [2022-06-06T20:30:41.260Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-06-06T20:30:41.260Z] ---> Running in 0e94f900e315 [2022-06-06T20:30:42.654Z] spire-1.2.1/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.data/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.data/.file [2022-06-06T20:30:42.654Z] spire-1.2.1/.dockerignore [2022-06-06T20:30:42.654Z] spire-1.2.1/.gitattributes [2022-06-06T20:30:42.654Z] spire-1.2.1/.githooks/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.githooks/pre-commit [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/dependabot.yml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-06-06T20:30:42.654Z] spire-1.2.1/.gitignore [2022-06-06T20:30:42.654Z] spire-1.2.1/.go-version [2022-06-06T20:30:42.654Z] spire-1.2.1/.golangci.yml [2022-06-06T20:30:42.654Z] spire-1.2.1/ADOPTERS.md [2022-06-06T20:30:42.654Z] spire-1.2.1/CHANGELOG.md [2022-06-06T20:30:42.654Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-06-06T20:30:42.654Z] spire-1.2.1/CODEOWNERS [2022-06-06T20:30:42.654Z] spire-1.2.1/CONTRIBUTING.md [2022-06-06T20:30:42.654Z] spire-1.2.1/Dockerfile [2022-06-06T20:30:42.654Z] spire-1.2.1/Dockerfile.devspire-1.2.1/ [2022-06-06T20:30:42.654Z] spire-1.2.1/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.data/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.data/.file [2022-06-06T20:30:42.654Z] spire-1.2.1/.dockerignore [2022-06-06T20:30:42.654Z] spire-1.2.1/.gitattributes [2022-06-06T20:30:42.654Z] spire-1.2.1/.githooks/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.githooks/pre-commit [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/dependabot.yml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/ [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-06-06T20:30:42.654Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.gitignore [2022-06-06T20:30:42.655Z] spire-1.2.1/.go-version [2022-06-06T20:30:42.655Z] spire-1.2.1/.golangci.yml [2022-06-06T20:30:42.655Z] spire-1.2.1/ADOPTERS.md [2022-06-06T20:30:42.655Z] spire-1.2.1/CHANGELOG.md [2022-06-06T20:30:42.655Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-06-06T20:30:42.655Z] spire-1.2.1/CODEOWNERS [2022-06-06T20:30:42.655Z] spire-1.2.1/CONTRIBUTING.md [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile.dev [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile.scratch [2022-06-06T20:30:42.655Z] spire-1.2.1/LICENSE [2022-06-06T20:30:42.655Z] spire-1.2.1/MAINTAINERS.md [2022-06-06T20:30:42.655Z] spire-1.2.1/Makefile [2022-06-06T20:30:42.655Z] spire-1.2.1/README.md [2022-06-06T20:30:42.655Z] spire-1.2.1/ROADMAP.md [2022-06-06T20:30:42.655Z] spire-1.2.1/SECURITY.md [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile.scratch [2022-06-06T20:30:42.655Z] spire-1.2.1/LICENSE [2022-06-06T20:30:42.655Z] spire-1.2.1/MAINTAINERS.md [2022-06-06T20:30:42.655Z] spire-1.2.1/Makefile [2022-06-06T20:30:42.655Z] spire-1.2.1/README.md [2022-06-06T20:30:42.655Z] spire-1.2.1/ROADMAP.md [2022-06-06T20:30:42.655Z] spire-1.2.1/SECURITY.md [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/spire-1.2.1/.data/ [2022-06-06T20:30:42.655Z] spire-1.2.1/.data/.file [2022-06-06T20:30:42.655Z] spire-1.2.1/.dockerignore [2022-06-06T20:30:42.655Z] spire-1.2.1/.gitattributes [2022-06-06T20:30:42.655Z] spire-1.2.1/.githooks/ [2022-06-06T20:30:42.655Z] spire-1.2.1/.githooks/pre-commit [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/ [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/dependabot.yml [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/ [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/ [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-06-06T20:30:42.655Z] spire-1.2.1/.gitignore [2022-06-06T20:30:42.655Z] spire-1.2.1/.go-version [2022-06-06T20:30:42.655Z] spire-1.2.1/.golangci.yml [2022-06-06T20:30:42.655Z] spire-1.2.1/ADOPTERS.md [2022-06-06T20:30:42.655Z] spire-1.2.1/CHANGELOG.md [2022-06-06T20:30:42.655Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-06-06T20:30:42.655Z] spire-1.2.1/CODEOWNERS [2022-06-06T20:30:42.655Z] spire-1.2.1/CONTRIBUTING.md [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile.dev [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/main.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-06-06T20:30:42.655Z] spire-1.2.1/Dockerfile.scratch [2022-06-06T20:30:42.655Z] spire-1.2.1/LICENSE [2022-06-06T20:30:42.655Z] spire-1.2.1/MAINTAINERS.md [2022-06-06T20:30:42.655Z] spire-1.2.1/Makefile [2022-06-06T20:30:42.655Z] spire-1.2.1/README.md [2022-06-06T20:30:42.655Z] spire-1.2.1/ROADMAP.md [2022-06-06T20:30:42.655Z] spire-1.2.1/SECURITY.md [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-agent/main.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-06-06T20:30:42.655Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-agent/main.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/main.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/util/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/agent.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/agent_full.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/server.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/server_full.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/ [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/SPIRE101.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/auditlog.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/changelog_guidelines.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/cure53-report.pdf [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/ [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE101.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/main.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/util/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/agent.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/agent_full.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/server.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/server_full.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/ [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/SPIRE101.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/auditlog.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/changelog_guidelines.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/cure53-report.pdf [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/ [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE101.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/main.go [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/util/ [2022-06-06T20:30:42.656Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/agent.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/agent_full.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/ [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/server.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/conf/server/server_full.conf [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/ [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/SPIRE101.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/auditlog.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/changelog_guidelines.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/cure53-report.pdf [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/ [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE101.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/cache_mgr.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/federated_spire.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/ha_mode.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/nested_spire.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/oidc_federation.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/spire_logo.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/cache_mgr.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/federated_spire.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/ha_mode.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/nested_spire.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/oidc_federation.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/images/spire_logo.png [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-06-06T20:30:42.656Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/scaling_spire.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/spire_agent.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/spire_server.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/supported_integrations.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/telemetry.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/telemetry_config.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/upgrading.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/using_spire.md [2022-06-06T20:30:42.657Z] spire-1.2.1/examples/ [2022-06-06T20:30:42.657Z] spire-1.2.1/examples/README.md [2022-06-06T20:30:42.657Z] spire-1.2.1/go.mod [2022-06-06T20:30:42.657Z] spire-1.2.1/go.sum [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/agent.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/config.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/cache_mgr.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/federated_spire.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/ha_mode.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/nested_spire.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/oidc_federation.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/images/spire_logo.png [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/client.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/dial.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/update.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/client/util.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/config.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/scaling_spire.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/spire_agent.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/spire_server.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/supported_integrations.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/telemetry.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/telemetry_config.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/upgrading.md [2022-06-06T20:30:42.657Z] spire-1.2.1/doc/using_spire.md [2022-06-06T20:30:42.657Z] spire-1.2.1/examples/ [2022-06-06T20:30:42.657Z] spire-1.2.1/examples/README.md [2022-06-06T20:30:42.657Z] spire-1.2.1/go.mod [2022-06-06T20:30:42.657Z] spire-1.2.1/go.sum [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/agent.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/config.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/manager/config.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/ [2022-06-06T20:30:42.657Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/client.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/dial.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/update.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/util.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/config.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/scaling_spire.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/spire_agent.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/spire_server.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/supported_integrations.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/telemetry.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/telemetry_config.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/upgrading.md [2022-06-06T20:30:42.658Z] spire-1.2.1/doc/using_spire.md [2022-06-06T20:30:42.658Z] spire-1.2.1/examples/ [2022-06-06T20:30:42.658Z] spire-1.2.1/examples/README.md [2022-06-06T20:30:42.658Z] spire-1.2.1/go.mod [2022-06-06T20:30:42.658Z] spire-1.2.1/go.sum [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/agent.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/config.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/debug/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/config.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/health/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/client.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/dial.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/update.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/client/util.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/config.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:30:42.658Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/config.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/store/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/metrics.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/names.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/auth/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/ [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/config.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/context.go [2022-06-06T20:30:42.659Z] spire-1.2.1/pkg/common/catalog/external.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/host.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/env.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/flags.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/umask.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/store/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/metrics.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/names.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/auth/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-06-06T20:30:42.660Z] [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-06-06T20:30:42.660Z] spire-1.2.1/pkg/common/catalog/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/config.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/context.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/external.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/host.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/env.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/flags.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/umask.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-06-06T20:30:42.661Z] [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/errorutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/config.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/context.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/context_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/health.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/health_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/logger.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/log/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/log/log.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/log/log_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/log/options.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/nodeutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/peertracker/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/errorutil/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/config.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/context.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/context_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/health.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/health_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/health/logger.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/svid/ [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-06-06T20:30:42.661Z] spire-1.2.1/pkg/agent/svid/store/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/metrics.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/names.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/auth/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-06-06T20:30:42.662Z] [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/require.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtutil/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/log/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/log/log.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/log/log_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/log/options.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/nodeutil/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/log.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_keyspire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/config.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/context.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/external.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/host.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/env.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/flags.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/umask.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-06-06T20:30:42.662Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/profiling/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/protoutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/rotationutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/selector.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/log.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/set.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-06-06T20:30:42.663Z] [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/profiling/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/protoutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/rotationutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/selector.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.gospire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/set.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/diskutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/errorutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/config.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/context.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/context_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/health.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/health_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/health/logger.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/hostservice/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/require.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtutil/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/log/ [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-06-06T20:30:42.663Z] spire-1.2.1/pkg/common/log/log.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/log/log_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/log/options.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/nodeutil/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/uptime/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/certs.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/csr.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/hash.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/selectors.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/signals.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/sort.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/task.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/task_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/testdata/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/version/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/version/version.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/uptime/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/certs.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/csr.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/hash.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/selectors.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/signals.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/sort.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/task.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/task_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/testdata/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/version/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/version/version.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/agent.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/agent/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/api.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/audit/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/bundle.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/bundle/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/debug/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/entry.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/entry/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/health/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/id.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/id_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/limits/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-06-06T20:30:42.664Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/log.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/agent.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/agent/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/api.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/audit/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/bundle.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/bundle/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/debug/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/selector.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/status.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/status_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/entry.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/entry/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/health/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/id.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/id_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/limits/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/profiling/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/protoutil/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/rotationutil/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/selector/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/selector/selector.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/selector.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/status.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/status_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/selector/set.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ca/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ca/ca.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ca/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ca/ca.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-06-06T20:30:42.665Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/uptime/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/journal.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/manager.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/templates.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/validation.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-06-06T20:30:42.666Z] [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/journal.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/manager.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/templates.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ca/validation.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/config.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/certs.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/csr.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/hash.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/selectors.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/signals.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/sort.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/task.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/task_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/testdata/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/version/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/version/version.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509svid/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/dns_test.gospire-1.2.1/pkg/server/catalog/keymanager.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/config.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/agent.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/agent/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/api.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/audit/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/bundle.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/bundle/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/debug/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/hostservice/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-06-06T20:30:42.666Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/entry.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/entry/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/health/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/id.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/id_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/limits/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/selector.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/status.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/status_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/svid/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/ca/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/ca/ca.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:30:42.667Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/journal.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/manager.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/templates.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/ca/validation.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/catalog/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-06-06T20:30:42.668Z] [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/spire-1.2.1/pkg/server/catalog/keymanager.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/config.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/endpoints/ [2022-06-06T20:30:42.668Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-06-06T20:30:42.669Z] [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pemspire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/registration/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/registration/manager.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/scanentries.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/server.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/server_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/observer.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/proto/ [2022-06-06T20:30:42.669Z] spire-1.2.1/proto/private/ [2022-06-06T20:30:42.669Z] spire-1.2.1/proto/private/server/ [2022-06-06T20:30:42.669Z] spire-1.2.1/proto/private/server/journal/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/ [2022-06-06T20:30:42.669Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-06-06T20:30:42.670Z] [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/common.proto [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/plugin/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/README.md [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/conf/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/README.md [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/conf/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/conf/agent/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/conf/server/ [2022-06-06T20:30:42.670Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-06-06T20:30:42.670Z] spire-1.2.1/script/ [2022-06-06T20:30:42.670Z] spire-1.2.1/script/build-artifact.sh [2022-06-06T20:30:42.670Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-06-06T20:30:42.670Z] spire-1.2.1/support/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-06-06T20:30:42.670Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-06-06T20:30:42.670Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/clock/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/clock/clock.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/registration/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/registration/manager.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/scanentries.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/server.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/server_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/observer.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/private/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/private/server/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/private/server/journal/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/common.proto [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/plugin/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-06-06T20:30:42.671Z] spire-1.2.1/release/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/fixture.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-06-06T20:30:42.671Z] [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/conf/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/conf/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/conf/agent/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/conf/server/ [2022-06-06T20:30:42.671Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/script/ [2022-06-06T20:30:42.671Z] spire-1.2.1/script/build-artifact.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/support/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.gospire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/entries.json [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/good.json [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-06-06T20:30:42.671Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/common [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/itclient/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-06-06T20:30:42.671Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/registration/ [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/registration/manager.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/scanentries.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/server.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/server_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/ [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/observer.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/private/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/private/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/private/server/journal/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/common.proto [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/plugin/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-06-06T20:30:42.672Z] spire-1.2.1/release/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/conf/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/conf/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/script/ [2022-06-06T20:30:42.672Z] spire-1.2.1/script/build-artifact.sh [2022-06-06T20:30:42.672Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-06-06T20:30:42.672Z] spire-1.2.1/support/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/clock/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/clock/clock.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-06-06T20:30:42.672Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-06-06T20:30:42.672Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/ [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-06-06T20:30:42.672Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-06-06T20:30:42.673Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/clock/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/clock/clock.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/fixture.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/entries.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/good.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/common [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/itclient/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/self-test/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/fixture.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/entries.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/good.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-06-06T20:30:42.673Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/test-one.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/test.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/plugintest/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/plugintest/config.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/plugintest/load.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/plugintest/option.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/apiserver.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/assertions.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/common [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/itclient/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/dir.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/logs.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/socketapi.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/suite.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/spiretest/x509.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testca/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testca/ca.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testkey/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testkey/generate.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testkey/genkeys.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testkey/keys.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/testkey/new.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/tpmsimulator/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/util/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/util/cert_fixtures.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/util/cert_generation.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/util/io_redirection.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/util/race.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/util/util.go [2022-06-06T20:30:42.674Z] building spire from source... [2022-06-06T20:30:42.674Z] [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-06-06T20:30:42.674Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/self-test/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/test-one.sh [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/test.sh [2022-06-06T20:30:42.675Z] spire-1.2.1/test/plugintest/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/plugintest/config.go [2022-06-06T20:30:42.675Z] spire-1.2.1/test/plugintest/load.go [2022-06-06T20:30:42.675Z] spire-1.2.1/test/plugintest/option.go [2022-06-06T20:30:42.675Z] spire-1.2.1/test/spiretest/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/spiretest/apiserver.go [2022-06-06T20:30:42.675Z] spire-1.2.1/test/spiretest/assertions.go [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-06-06T20:30:42.675Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/self-test/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/dir.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/logs.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/socketapi.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/suite.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/x509.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testca/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testca/ca.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/generate.sh [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/genkeys.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/keys.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/new.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/tpmsimulator/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/cert_fixtures.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/cert_generation.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/io_redirection.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/race.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/util.go [2022-06-06T20:30:42.676Z] building spire from source... [2022-06-06T20:30:42.676Z] [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/test-one.sh [2022-06-06T20:30:42.676Z] spire-1.2.1/test/integration/test.sh [2022-06-06T20:30:42.676Z] spire-1.2.1/test/plugintest/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/plugintest/config.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/plugintest/load.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/plugintest/option.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/apiserver.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/assertions.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/dir.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/logs.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/socketapi.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/suite.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/spiretest/x509.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testca/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testca/ca.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/generate.sh [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/genkeys.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/keys.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/testkey/new.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/tpmsimulator/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/ [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/cert_fixtures.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/cert_generation.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/io_redirection.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/race.go [2022-06-06T20:30:42.676Z] spire-1.2.1/test/util/util.go [2022-06-06T20:30:42.676Z] building spire from source... [2022-06-06T20:30:42.676Z] Building bin/spire-server... [2022-06-06T20:30:42.676Z] Building bin/spire-server... [2022-06-06T20:30:42.676Z] go: downloading google.golang.org/grpc v1.44.0 [2022-06-06T20:30:42.676Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-06-06T20:30:42.676Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-06-06T20:30:42.676Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-06-06T20:30:42.676Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-06-06T20:30:42.676Z] Building bin/spire-server... [2022-06-06T20:30:42.676Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-06-06T20:30:42.676Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-06-06T20:30:42.676Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-06-06T20:30:42.676Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-06-06T20:30:42.676Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-06-06T20:30:42.676Z] go: downloading google.golang.org/grpc v1.44.0 [2022-06-06T20:30:42.676Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-06-06T20:30:42.676Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-06-06T20:30:42.676Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-06-06T20:30:42.676Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-06-06T20:30:42.676Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-06-06T20:30:42.941Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-06-06T20:30:42.941Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-06-06T20:30:42.941Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-06T20:30:42.941Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-06T20:30:42.941Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-06T20:30:42.941Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-06T20:30:42.941Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-06T20:30:42.941Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-06-06T20:30:42.941Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-06-06T20:30:42.941Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-06-06T20:30:42.941Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-06-06T20:30:42.941Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-06-06T20:30:42.941Z] go: downloading google.golang.org/grpc v1.44.0 [2022-06-06T20:30:42.942Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-06-06T20:30:42.942Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-06-06T20:30:42.942Z] go: downloading github.com/fatih/color v1.13.0 [2022-06-06T20:30:42.942Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-06-06T20:30:42.942Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-06T20:30:42.942Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-06T20:30:42.942Z] go: downloading github.com/fatih/color v1.13.0 [2022-06-06T20:30:43.205Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-06T20:30:43.205Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-06T20:30:43.205Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-06T20:30:43.205Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-06T20:30:43.464Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-06-06T20:30:43.464Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-06-06T20:30:43.464Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-06T20:30:43.464Z] go: downloading github.com/fatih/color v1.13.0 [2022-06-06T20:30:43.464Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-06-06T20:30:43.464Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-06-06T20:30:43.464Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-06-06T20:30:43.464Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-06-06T20:30:43.464Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-06-06T20:30:43.464Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-06-06T20:30:43.464Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-06-06T20:30:43.464Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-06-06T20:30:43.726Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-06-06T20:30:43.726Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-06-06T20:30:43.726Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-06-06T20:30:43.726Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-06-06T20:30:43.726Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-06-06T20:30:43.726Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-06-06T20:30:43.726Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-06-06T20:30:43.726Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-06-06T20:30:43.726Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-06-06T20:30:43.726Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-06-06T20:30:43.726Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-06-06T20:30:43.726Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-06-06T20:30:43.726Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-06-06T20:30:43.726Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-06-06T20:30:43.726Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-06-06T20:30:43.726Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-06-06T20:30:43.726Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-06-06T20:30:43.726Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-06-06T20:30:43.726Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-06-06T20:30:43.726Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-06-06T20:30:43.726Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-06T20:30:43.726Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-06-06T20:30:43.726Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-06T20:30:43.726Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-06-06T20:30:43.726Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-06-06T20:30:44.009Z] go: downloading github.com/google/uuid v1.1.2 [2022-06-06T20:30:44.009Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-06-06T20:30:44.009Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-06T20:30:44.009Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-06-06T20:30:44.009Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-06-06T20:30:44.009Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-06T20:30:44.009Z] go: downloading github.com/google/uuid v1.1.2 [2022-06-06T20:30:44.009Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-06-06T20:30:44.009Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-06T20:30:44.009Z] go: downloading github.com/google/uuid v1.1.2 [2022-06-06T20:30:44.009Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-06-06T20:30:44.009Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-06-06T20:30:44.009Z] go: downloading github.com/oklog/run v1.0.0 [2022-06-06T20:30:44.009Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-06-06T20:30:44.009Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-06-06T20:30:44.009Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-06T20:30:44.010Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-06-06T20:30:44.010Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-06-06T20:30:44.010Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-06-06T20:30:44.010Z] go: downloading github.com/oklog/run v1.0.0 [2022-06-06T20:30:44.010Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-06T20:30:44.010Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-06-06T20:30:44.010Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-06T20:30:44.010Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-06-06T20:30:44.010Z] go: downloading go.uber.org/atomic v1.9.0 [2022-06-06T20:30:44.010Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-06T20:30:44.010Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-06-06T20:30:44.010Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-06T20:30:44.010Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-06T20:30:44.010Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-06T20:30:44.280Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-06T20:30:44.280Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-06T20:30:44.280Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-06T20:30:44.280Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-06-06T20:30:44.280Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-06-06T20:30:44.280Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-06-06T20:30:44.280Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/oklog/run v1.0.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-06T20:30:44.280Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-06-06T20:30:44.280Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-06-06T20:30:44.280Z] go: downloading go.uber.org/atomic v1.9.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-06T20:30:44.280Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-06T20:30:44.280Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-06-06T20:30:44.280Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-06-06T20:30:44.280Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-06-06T20:30:44.280Z] go: downloading go.uber.org/atomic v1.9.0 [2022-06-06T20:30:44.280Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-06-06T20:30:44.561Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-06-06T20:30:44.561Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-06-06T20:30:44.561Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-06-06T20:30:44.561Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-06-06T20:30:44.561Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-06-06T20:30:44.561Z] go: downloading github.com/lib/pq v1.10.4 [2022-06-06T20:30:44.561Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-06-06T20:30:44.561Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-06-06T20:30:44.561Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-06-06T20:30:44.561Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-06-06T20:30:44.561Z] go: downloading github.com/lib/pq v1.10.4 [2022-06-06T20:30:44.561Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-06-06T20:30:44.561Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-06-06T20:30:44.562Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-06-06T20:30:44.562Z] go: downloading github.com/lib/pq v1.10.4 [2022-06-06T20:30:44.562Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-06-06T20:30:44.562Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-06-06T20:30:44.836Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-06-06T20:30:44.836Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-06-06T20:30:45.097Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-06-06T20:30:46.037Z]  ---> db00f3e2bc24 [2022-06-06T20:30:46.037Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-06-06T20:30:46.605Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-06-06T20:30:46.605Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-06-06T20:30:46.605Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-06-06T20:30:46.605Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-06-06T20:30:46.605Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-06T20:30:46.974Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-06T20:30:46.974Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-06-06T20:30:46.974Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-06T20:30:46.974Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-06T20:30:46.974Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-06-06T20:30:47.640Z] e6fb740bc735: Pull complete [2022-06-06T20:30:47.937Z] 3a77bd46dcc9: Pull complete [2022-06-06T20:30:48.219Z] 355e64cbe906: Pull complete [2022-06-06T20:30:48.494Z] 63ab81a10011: Pull complete [2022-06-06T20:30:48.880Z]  ---> Running in decfccee71f4 [2022-06-06T20:30:48.880Z] go: downloading google.golang.org/api v0.70.0 [2022-06-06T20:30:48.880Z] go: downloading k8s.io/client-go v0.23.4 [2022-06-06T20:30:48.880Z] go: downloading k8s.io/api v0.23.4 [2022-06-06T20:30:49.138Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-06-06T20:30:49.138Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-06-06T20:30:49.138Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-06-06T20:30:49.138Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-06-06T20:30:49.138Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-06-06T20:30:49.138Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-06-06T20:30:49.138Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-06-06T20:30:49.396Z] go: downloading cloud.google.com/go v0.100.2 [2022-06-06T20:30:50.342Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-06-06T20:30:50.609Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-06-06T20:30:50.609Z] go: downloading google.golang.org/api v0.70.0 [2022-06-06T20:30:50.609Z] go: downloading k8s.io/client-go v0.23.4 [2022-06-06T20:30:50.609Z] go: downloading k8s.io/api v0.23.4 [2022-06-06T20:30:50.609Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-06-06T20:30:50.609Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-06-06T20:30:50.609Z] go: downloading google.golang.org/api v0.70.0 [2022-06-06T20:30:50.609Z] go: downloading k8s.io/client-go v0.23.4 [2022-06-06T20:30:50.609Z] go: downloading k8s.io/api v0.23.4 [2022-06-06T20:30:50.609Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-06-06T20:30:50.610Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-06-06T20:30:50.610Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-06T20:30:50.610Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-06-06T20:30:50.610Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-06-06T20:30:50.893Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-06-06T20:30:50.893Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-06-06T20:30:50.893Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-06-06T20:30:50.893Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-06-06T20:30:50.893Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-06-06T20:30:50.893Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-06-06T20:30:50.893Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-06-06T20:30:50.893Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-06-06T20:30:50.893Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-06-06T20:30:51.154Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-06-06T20:30:51.154Z] go: downloading cloud.google.com/go v0.100.2 [2022-06-06T20:30:51.154Z] go: downloading cloud.google.com/go v0.100.2 [2022-06-06T20:30:53.432Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-06-06T20:30:53.432Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-06-06T20:30:53.432Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-06-06T20:30:53.432Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-06-06T20:30:53.432Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-06-06T20:30:53.432Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-06-06T20:30:53.432Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-06T20:30:53.432Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-06-06T20:30:53.432Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-06T20:30:53.432Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-06-06T20:30:53.432Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-06-06T20:30:53.432Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-06-06T20:30:53.432Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-06-06T20:30:53.432Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-06-06T20:30:53.432Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-06-06T20:30:53.432Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-06-06T20:30:53.432Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-06-06T20:30:53.432Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-06T20:30:53.432Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-06-06T20:30:53.432Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-06-06T20:30:53.432Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-06-06T20:30:53.432Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-06T20:30:53.432Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-06-06T20:30:53.432Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-06-06T20:30:53.692Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-06-06T20:30:53.692Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-06-06T20:30:53.692Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-06-06T20:30:53.692Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-06-06T20:30:53.692Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-06-06T20:30:53.692Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-06-06T20:30:53.692Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-06T20:30:53.692Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-06-06T20:30:54.076Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-06-06T20:30:54.076Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-06-06T20:30:54.076Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-06-06T20:30:54.336Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-06-06T20:30:54.336Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-06-06T20:30:54.336Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-06-06T20:30:54.336Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-06T20:30:54.336Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-06T20:30:54.336Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-06-06T20:30:54.336Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-06-06T20:30:54.336Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-06-06T20:30:54.336Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-06-06T20:30:54.336Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-06-06T20:30:54.336Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-06-06T20:30:54.336Z] go: downloading go.opencensus.io v0.23.0 [2022-06-06T20:30:54.336Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-06-06T20:30:54.336Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-06-06T20:30:54.336Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-06T20:30:54.336Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-06T20:30:54.336Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-06-06T20:30:54.596Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-06-06T20:30:54.596Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-06T20:30:54.596Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-06-06T20:30:54.596Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-06-06T20:30:54.596Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-06T20:30:54.596Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-06-06T20:30:54.596Z] go: downloading go.uber.org/zap v1.21.0 [2022-06-06T20:30:54.596Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-06-06T20:30:54.596Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-06-06T20:30:54.596Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-06-06T20:30:54.596Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-06T20:30:54.596Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-06-06T20:30:54.596Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-06-06T20:30:54.855Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-06-06T20:30:54.855Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-06-06T20:30:54.855Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-06-06T20:30:54.855Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-06-06T20:30:54.855Z] go: downloading github.com/golang/snappy v0.0.4 [2022-06-06T20:30:54.855Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-06-06T20:30:54.855Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-06-06T20:30:54.855Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-06T20:30:55.456Z] 555d1d1c4555: Pull complete [2022-06-06T20:30:55.793Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-06T20:30:55.793Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-06-06T20:30:55.793Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-06-06T20:30:55.793Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-06-06T20:30:55.793Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-06-06T20:30:55.793Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-06T20:30:55.793Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-06-06T20:30:55.793Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-06-06T20:30:55.793Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-06-06T20:30:55.793Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-06-06T20:30:55.793Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-06-06T20:30:55.793Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-06-06T20:30:55.793Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-06-06T20:30:55.793Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-06T20:30:55.793Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-06-06T20:30:55.793Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-06-06T20:30:56.108Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-06-06T20:30:56.108Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-06T20:30:56.108Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-06T20:30:56.108Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-06-06T20:30:56.108Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-06-06T20:30:56.108Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-06T20:30:56.108Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-06T20:30:56.375Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-06T20:30:56.375Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-06-06T20:30:56.375Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-06-06T20:30:56.375Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-06-06T20:30:56.375Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-06-06T20:30:56.375Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-06-06T20:30:56.375Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-06-06T20:30:56.375Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-06-06T20:30:56.375Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-06-06T20:30:56.375Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-06-06T20:30:56.375Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-06-06T20:30:56.375Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-06-06T20:30:56.375Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-06-06T20:30:56.375Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-06-06T20:30:56.375Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-06-06T20:30:56.375Z] go: downloading go.opencensus.io v0.23.0 [2022-06-06T20:30:56.375Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-06-06T20:30:56.375Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-06T20:30:56.375Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-06-06T20:30:56.375Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-06-06T20:30:56.375Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-06T20:30:56.375Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-06-06T20:30:56.375Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-06-06T20:30:56.375Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-06T20:30:56.375Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-06T20:30:56.687Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-06T20:30:56.687Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-06T20:30:56.687Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-06-06T20:30:56.687Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-06-06T20:30:56.687Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-06-06T20:30:56.687Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-06-06T20:30:56.687Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-06-06T20:30:56.687Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-06-06T20:30:56.687Z] go: downloading go.opencensus.io v0.23.0 [2022-06-06T20:30:56.687Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-06-06T20:30:56.687Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-06-06T20:30:56.888Z] 7d9057610161: Pull complete [2022-06-06T20:30:56.888Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-06T20:30:56.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-06T20:30:56.888Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-06-06T20:30:57.169Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-06-06T20:30:57.169Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-06T20:30:57.169Z] go: downloading go.uber.org/zap v1.21.0 [2022-06-06T20:30:57.169Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-06-06T20:30:57.169Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-06-06T20:30:57.169Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-06-06T20:30:57.169Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-06-06T20:30:57.169Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-06-06T20:30:57.169Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-06T20:30:57.169Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-06-06T20:30:57.169Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-06-06T20:30:57.169Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-06-06T20:30:57.169Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-06T20:30:57.169Z] go: downloading github.com/golang/snappy v0.0.4 [2022-06-06T20:30:57.169Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-06-06T20:30:57.169Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-06-06T20:30:57.169Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-06-06T20:30:57.169Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-06-06T20:30:57.169Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-06-06T20:30:57.169Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-06-06T20:30:57.169Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-06T20:30:57.169Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-06T20:30:57.169Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-06-06T20:30:57.240Z] + docker build -t ci-base-image-arm64 -f - . [2022-06-06T20:30:57.240Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-06T20:30:57.240Z] WORKDIR /edgex [2022-06-06T20:30:57.240Z] COPY go.mod . [2022-06-06T20:30:57.240Z] RUN go mod download [2022-06-06T20:30:57.477Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-06-06T20:30:57.477Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-06-06T20:30:57.477Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-06T20:30:57.477Z] go: downloading go.uber.org/zap v1.21.0 [2022-06-06T20:30:57.477Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-06-06T20:30:57.477Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-06-06T20:30:57.477Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-06-06T20:30:57.477Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-06T20:30:57.477Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-06-06T20:30:57.477Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-06-06T20:30:57.477Z] go: downloading github.com/golang/snappy v0.0.4 [2022-06-06T20:30:57.477Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-06-06T20:30:57.477Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-06-06T20:30:57.477Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-06-06T20:30:57.477Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-06-06T20:30:57.477Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-06-06T20:30:57.477Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-06-06T20:30:57.477Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-06T20:30:59.890Z] Sending build context to Docker daemon 169.2MB [2022-06-06T20:30:59.890Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-06T20:30:59.890Z] ---> 819e984ddca1 [2022-06-06T20:30:59.890Z] Step 2/4 : WORKDIR /edgex [2022-06-06T20:31:01.832Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-06-06T20:31:01.832Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-06-06T20:31:01.873Z] ---> Running in 9ddd6244471a [2022-06-06T20:31:01.873Z] Removing intermediate container 9ddd6244471a [2022-06-06T20:31:01.873Z] ---> e9e548cfa7c5 [2022-06-06T20:31:01.873Z] Step 3/4 : COPY go.mod . [2022-06-06T20:31:02.469Z] ---> 0d5f89971f64 [2022-06-06T20:31:02.469Z] Step 4/4 : RUN go mod download [2022-06-06T20:31:02.469Z] ---> Running in 0db153e12726 [2022-06-06T20:31:04.373Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-06-06T20:31:04.373Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-06-06T20:31:04.373Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-06-06T20:31:04.373Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-06-06T20:31:22.494Z] Removing intermediate container 681e84732e69 [2022-06-06T20:31:22.494Z] ---> 6ac98f871ace [2022-06-06T20:31:22.494Z] [2022-06-06T20:31:22.494Z] Step 10/23 : FROM alpine:3.14 [2022-06-06T20:31:22.494Z] 3.14: Pulling from library/alpine [2022-06-06T20:31:22.494Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-06T20:31:22.494Z] Status: Downloaded newer image for alpine:3.14 [2022-06-06T20:31:22.494Z] ---> e04c818066af [2022-06-06T20:31:22.494Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-06T20:31:22.494Z] Removing intermediate container decfccee71f4 [2022-06-06T20:31:22.494Z] ---> 602c5a6823dd [2022-06-06T20:31:22.494Z] [2022-06-06T20:31:22.494Z] Step 9/20 : FROM alpine:3.15 [2022-06-06T20:31:22.494Z] ---> Running in 5fbceec0ff9f [2022-06-06T20:31:22.494Z] 3.15: Pulling from library/alpine [2022-06-06T20:31:22.494Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-06T20:31:22.494Z] Status: Downloaded newer image for alpine:3.15 [2022-06-06T20:31:22.494Z] ---> 0ac33e5f5afa [2022-06-06T20:31:22.494Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T20:31:22.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:22.494Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:22.494Z] ---> Running in 5b880c24abfe [2022-06-06T20:31:22.494Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-06T20:31:22.494Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:31:22.494Z] OK: 6 MiB in 15 packages [2022-06-06T20:31:22.753Z] Removing intermediate container 5b880c24abfe [2022-06-06T20:31:22.753Z] ---> 47740a7cebd8 [2022-06-06T20:31:22.753Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:31:22.753Z] ---> Running in 713f83452034 [2022-06-06T20:31:23.322Z] Removing intermediate container 5fbceec0ff9f [2022-06-06T20:31:23.322Z] ---> 03404f30473b [2022-06-06T20:31:23.322Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:31:23.322Z] ---> Running in de8a481bab11 [2022-06-06T20:31:23.892Z] Removing intermediate container de8a481bab11 [2022-06-06T20:31:23.892Z] ---> 8c49723305be [2022-06-06T20:31:23.892Z] Step 13/23 : ENV APP_PORT=59881 [2022-06-06T20:31:23.892Z] ---> Running in e3c8701f1f85 [2022-06-06T20:31:24.504Z] Removing intermediate container e3c8701f1f85 [2022-06-06T20:31:24.504Z] ---> 9e03b2d99d66 [2022-06-06T20:31:24.504Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-06T20:31:24.504Z] ---> Running in 480e30fc5755 [2022-06-06T20:31:24.504Z] Removing intermediate container 713f83452034 [2022-06-06T20:31:24.504Z] ---> c2090e657b0f [2022-06-06T20:31:24.504Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-06-06T20:31:24.768Z] ---> Running in 7e8a4f7d23fc [2022-06-06T20:31:24.768Z] Removing intermediate container 480e30fc5755 [2022-06-06T20:31:24.768Z] ---> a4c5cb3d89d4 [2022-06-06T20:31:24.768Z] Step 15/23 : WORKDIR / [2022-06-06T20:31:24.768Z] ---> Running in 0fc8a1ff9ee7 [2022-06-06T20:31:25.337Z] Removing intermediate container 0fc8a1ff9ee7 [2022-06-06T20:31:25.337Z] ---> 7baf7b446b4b [2022-06-06T20:31:25.337Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:31:25.596Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:25.856Z] ---> 285cb8441c42 [2022-06-06T20:31:25.856Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-06T20:31:26.426Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:26.996Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:31:26.996Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:31:26.996Z] OK: 15859 distinct packages available [2022-06-06T20:31:26.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:27.256Z] ---> 41c7ffc50b2b [2022-06-06T20:31:27.256Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-06T20:31:27.826Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:27.826Z] ---> ce23b534f702 [2022-06-06T20:31:27.826Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-06-06T20:31:28.097Z] ---> Running in 62d315f30c59 [2022-06-06T20:31:28.097Z] (1/9) Installing ca-certificates (20211220-r0) [2022-06-06T20:31:28.097Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-06-06T20:31:28.366Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-06-06T20:31:28.366Z] (4/9) Installing libcurl (7.80.0-r1) [2022-06-06T20:31:28.366Z] Removing intermediate container 62d315f30c59 [2022-06-06T20:31:28.366Z] ---> bad1ee664ffb [2022-06-06T20:31:28.367Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:31:28.367Z] (5/9) Installing curl (7.80.0-r1) [2022-06-06T20:31:28.627Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-06-06T20:31:28.627Z] ---> Running in de29958a30b7 [2022-06-06T20:31:28.627Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-06-06T20:31:28.627Z] (8/9) Installing libucontext (1.1-r0) [2022-06-06T20:31:28.888Z] (9/9) Installing gcompat (1.0.0-r4) [2022-06-06T20:31:28.888Z] Removing intermediate container de29958a30b7 [2022-06-06T20:31:28.888Z] ---> 82307900b984 [2022-06-06T20:31:28.888Z] Step 21/23 : LABEL arch=x86_64 [2022-06-06T20:31:28.888Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:31:28.888Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:31:29.148Z] OK: 8 MiB in 23 packages [2022-06-06T20:31:29.148Z] ---> Running in 63e109e19c5f [2022-06-06T20:31:29.413Z] Removing intermediate container 63e109e19c5f [2022-06-06T20:31:29.413Z] ---> 42f4d283b6d8 [2022-06-06T20:31:29.413Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:31:29.673Z] ---> Running in 336b52679532 [2022-06-06T20:31:30.256Z] Removing intermediate container 336b52679532 [2022-06-06T20:31:30.256Z] ---> 07bbd2ed3dfe [2022-06-06T20:31:30.256Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:31:30.518Z] Removing intermediate container 7e8a4f7d23fc [2022-06-06T20:31:30.518Z] ---> 55e65ba54d75 [2022-06-06T20:31:30.518Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:31:30.518Z] ---> Running in af3d325deb1a [2022-06-06T20:31:30.806Z] Removing intermediate container af3d325deb1a [2022-06-06T20:31:30.806Z] ---> 17351beb60ac [2022-06-06T20:31:30.806Z] [2022-06-06T20:31:31.066Z] Successfully built 17351beb60ac [2022-06-06T20:31:31.066Z] ---> f74344f76cb5 [2022-06-06T20:31:31.066Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-06-06T20:31:31.066Z] Successfully tagged core-metadata:latest [2022-06-06T20:31:31.066Z]  Building core-metadata ... done Building support-scheduler [2022-06-06T20:31:34.362Z] ---> 568bb642e220 [2022-06-06T20:31:34.362Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-06-06T20:31:35.299Z] ---> a13519d165a4 [2022-06-06T20:31:35.299Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-06-06T20:31:35.868Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:31:35.868Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:31:35.868Z] ---> 9e4ed2c84d07 [2022-06-06T20:31:35.868Z] Step 3/22 : WORKDIR /edgex-go [2022-06-06T20:31:35.868Z] ---> Using cache [2022-06-06T20:31:35.868Z] ---> 3456a6f56200 [2022-06-06T20:31:35.868Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:31:35.868Z] ---> Running in faf352db7179 [2022-06-06T20:31:35.868Z] ---> Running in 6f23304f8d3b [2022-06-06T20:31:36.136Z] Removing intermediate container faf352db7179 [2022-06-06T20:31:36.136Z] ---> 228c1d16a1bd [2022-06-06T20:31:36.136Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:31:36.396Z] ---> Running in a2f3a1e07548 [2022-06-06T20:31:36.655Z] Removing intermediate container a2f3a1e07548 [2022-06-06T20:31:36.655Z] ---> 486ff8ac1a69 [2022-06-06T20:31:36.655Z] Step 18/20 : LABEL arch=x86_64 [2022-06-06T20:31:36.913Z] ---> Running in fec14a305db6 [2022-06-06T20:31:37.172Z] Removing intermediate container fec14a305db6 [2022-06-06T20:31:37.172Z] ---> cfc0e5d62716 [2022-06-06T20:31:37.172Z] Step 19/20 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:31:37.172Z] ---> Running in 107c35953e97 [2022-06-06T20:31:37.741Z] Removing intermediate container 6f23304f8d3b [2022-06-06T20:31:37.741Z] ---> e8f304c1b3e1 [2022-06-06T20:31:37.741Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-06T20:31:37.741Z] Removing intermediate container 107c35953e97 [2022-06-06T20:31:37.741Z] ---> 93fea6e3bc3e [2022-06-06T20:31:37.741Z] Step 20/20 : LABEL version=2.2.1-dev.10 [2022-06-06T20:31:38.000Z] ---> Running in f2395af635f3 [2022-06-06T20:31:38.000Z] ---> Running in 9e7c8289c043 [2022-06-06T20:31:38.263Z] Removing intermediate container 9e7c8289c043 [2022-06-06T20:31:38.263Z] ---> f7504cf9a298 [2022-06-06T20:31:38.263Z] [2022-06-06T20:31:38.263Z] Successfully built f7504cf9a298 [2022-06-06T20:31:38.263Z] Successfully tagged security-spiffe-token-provider:latest [2022-06-06T20:31:38.263Z] Building sys-mgmt-agent [2022-06-06T20:31:38.831Z]  Building security-spiffe-token-provider ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:39.777Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:40.043Z] OK: 221 MiB in 52 packages [2022-06-06T20:31:43.343Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:31:43.343Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:31:43.343Z] ---> 9e4ed2c84d07 [2022-06-06T20:31:43.343Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:31:43.343Z] ---> Using cache [2022-06-06T20:31:43.343Z] ---> 3456a6f56200 [2022-06-06T20:31:43.343Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:31:43.343Z] ---> Using cache [2022-06-06T20:31:43.343Z] ---> e8f304c1b3e1 [2022-06-06T20:31:43.343Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-06-06T20:31:43.605Z] Removing intermediate container f2395af635f3 [2022-06-06T20:31:43.605Z] ---> 40454b4314c5 [2022-06-06T20:31:43.605Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-06T20:31:43.605Z] ---> Running in 03b7baaf6606 [2022-06-06T20:31:44.558Z] ---> 83628da96379 [2022-06-06T20:31:44.558Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:31:44.558Z] ---> Running in 1a586a4475a7 [2022-06-06T20:31:44.816Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:45.753Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:31:46.014Z] OK: 221 MiB in 52 packages [2022-06-06T20:31:47.391Z] Removing intermediate container 03b7baaf6606 [2022-06-06T20:31:47.391Z] ---> 9ab65b3f4f27 [2022-06-06T20:31:47.391Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:31:47.391Z] Removing intermediate container 1a586a4475a7 [2022-06-06T20:31:47.391Z] ---> 120a5695f014 [2022-06-06T20:31:47.391Z] Step 8/22 : COPY . . [2022-06-06T20:31:48.391Z] ---> e46e04aca8ee [2022-06-06T20:31:48.391Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:31:48.652Z] ---> Running in 8647960ab608 [2022-06-06T20:31:51.947Z] Removing intermediate container 8647960ab608 [2022-06-06T20:31:51.947Z] ---> 03abf23cc9fb [2022-06-06T20:31:51.947Z] Step 8/23 : COPY . . [2022-06-06T20:31:59.057Z] Removing intermediate container 0db153e12726 [2022-06-06T20:31:59.057Z] ---> 71a185cfde2b [2022-06-06T20:31:59.057Z] Successfully built 71a185cfde2b [2022-06-06T20:31:59.057Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:31:59.424Z] + docker inspect -f . ci-base-image-arm64 [2022-06-06T20:31:59.424Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:31:59.698Z] prd-ubuntu20.04-docker-arm64-4c-16g-1545 does not seem to be running inside a container [2022-06-06T20:31:59.798Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 ******** ci-base-image-arm64 cat [2022-06-06T20:32:01.248Z] $ docker top 9b6fd2266d3da22fa789cfd2a1c2b0b5f3a5f6b22767a14175d8cb060a65777a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T20:32:02.180Z] + go version [2022-06-06T20:32:02.181Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-06T20:32:02.213Z] $ docker stop --time=1 9b6fd2266d3da22fa789cfd2a1c2b0b5f3a5f6b22767a14175d8cb060a65777a [2022-06-06T20:32:03.946Z] $ docker rm -f 9b6fd2266d3da22fa789cfd2a1c2b0b5f3a5f6b22767a14175d8cb060a65777a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "Test" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:32:04.601Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-06T20:32:04.601Z] [2022-06-06T20:32:04.601Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:32:04.956Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-06T20:32:05.233Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-06-06T20:32:05.233Z] 29e5d40040c1: Pulling fs layer [2022-06-06T20:32:05.233Z] 1ce36da41761: Pulling fs layer [2022-06-06T20:32:05.233Z] 25b303627fd3: Pulling fs layer [2022-06-06T20:32:05.233Z] 29e5d40040c1: Download complete [2022-06-06T20:32:05.512Z] 1ce36da41761: Verifying Checksum [2022-06-06T20:32:05.512Z] 1ce36da41761: Download complete [2022-06-06T20:32:05.789Z] 29e5d40040c1: Pull complete [2022-06-06T20:32:07.247Z] 25b303627fd3: Verifying Checksum [2022-06-06T20:32:07.247Z] 25b303627fd3: Download complete [2022-06-06T20:32:07.247Z] 1ce36da41761: Pull complete [2022-06-06T20:32:13.905Z] ---> 45339d37078a [2022-06-06T20:32:13.905Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-06-06T20:32:13.905Z] ---> Running in af78b00c3551 [2022-06-06T20:32:13.905Z] ---> 3948e0852c36 [2022-06-06T20:32:13.905Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-06T20:32:13.905Z] ---> Running in 138a231ba718 [2022-06-06T20:32:14.165Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-06T20:32:14.427Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-06T20:32:19.661Z] 25b303627fd3: Pull complete [2022-06-06T20:32:19.661Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-06-06T20:32:19.661Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-06T20:32:19.661Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:32:19.990Z] prd-ubuntu20.04-docker-arm64-4c-16g-1545 does not seem to be running inside a container [2022-06-06T20:32:20.097Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-06-06T20:32:22.539Z] $ docker top 68cfafea7677a44afc0647adee361e6cc5786b5d0f79df04bbea255357db392f -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T20:32:23.465Z] + docker-compose+ buildgrep --help parallel [2022-06-06T20:32:23.465Z] [2022-06-06T20:32:28.861Z] --parallel Build images in parallel. [Pipeline] } [2022-06-06T20:32:28.894Z] $ docker stop --time=1 68cfafea7677a44afc0647adee361e6cc5786b5d0f79df04bbea255357db392f [2022-06-06T20:32:30.648Z] $ docker rm -f 68cfafea7677a44afc0647adee361e6cc5786b5d0f79df04bbea255357db392f [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:32:31.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-06-06T20:32:31.274Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T20:32:31.553Z] prd-ubuntu20.04-docker-arm64-4c-16g-1545 does not seem to be running inside a container [2022-06-06T20:32:31.647Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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-devops/edgex-compose-arm64:latest cat [2022-06-06T20:32:32.971Z] $ docker top b5c15612f5daf6f09f5a6ed424a483a8431018fa7b4beada5881817e0f5412fd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T20:32:33.912Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-06-06T20:32:38.218Z] Building core-command ... [2022-06-06T20:32:38.218Z] Building core-data ... [2022-06-06T20:32:38.218Z] Building core-metadata ... [2022-06-06T20:32:38.218Z] Building security-bootstrapper ... [2022-06-06T20:32:38.218Z] Building security-proxy-setup ... [2022-06-06T20:32:38.218Z] Building security-secretstore-setup ... [2022-06-06T20:32:38.218Z] Building security-spiffe-token-provider ... [2022-06-06T20:32:38.218Z] Building security-spire-agent ... [2022-06-06T20:32:38.218Z] Building security-spire-config ... [2022-06-06T20:32:38.218Z] Building security-spire-server ... [2022-06-06T20:32:38.218Z] Building support-notifications ... [2022-06-06T20:32:38.218Z] Building support-scheduler ... [2022-06-06T20:32:38.218Z] Building sys-mgmt-agent ... [2022-06-06T20:32:38.218Z] Building core-data [2022-06-06T20:32:38.218Z] Building core-metadata [2022-06-06T20:32:38.218Z] Building security-proxy-setup [2022-06-06T20:32:38.218Z] Building sys-mgmt-agent [2022-06-06T20:32:38.218Z] Building support-notifications [2022-06-06T20:33:01.104Z] Removing intermediate container 138a231ba718 [2022-06-06T20:33:01.104Z] ---> 9842606033ba [2022-06-06T20:33:01.104Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-06T20:33:01.104Z] ---> Running in bc560c365a82 [2022-06-06T20:33:01.104Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-06T20:33:01.104Z] Removing intermediate container bc560c365a82 [2022-06-06T20:33:01.104Z] ---> 98917ece1d22 [2022-06-06T20:33:01.104Z] [2022-06-06T20:33:01.104Z] Step 11/23 : FROM docker:20.10.14 [2022-06-06T20:33:01.104Z] 20.10.14: Pulling from library/docker [2022-06-06T20:33:06.387Z] Removing intermediate container af78b00c3551 [2022-06-06T20:33:06.387Z] ---> 149da004ed3b [2022-06-06T20:33:06.387Z] [2022-06-06T20:33:06.387Z] Step 10/22 : FROM alpine:3.14 [2022-06-06T20:33:06.387Z] ---> e04c818066af [2022-06-06T20:33:06.387Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-06-06T20:33:06.387Z] ---> Using cache [2022-06-06T20:33:06.387Z] ---> 03404f30473b [2022-06-06T20:33:06.387Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:33:06.387Z] ---> Using cache [2022-06-06T20:33:06.387Z] ---> 8c49723305be [2022-06-06T20:33:06.387Z] Step 13/22 : ENV APP_PORT=59861 [2022-06-06T20:33:06.387Z] ---> Running in 8de8032fb30b [2022-06-06T20:33:06.649Z] Removing intermediate container 8de8032fb30b [2022-06-06T20:33:06.649Z] ---> 0f3e5cdccf03 [2022-06-06T20:33:06.649Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-06T20:33:06.908Z] ---> Running in 67383574c1b1 [2022-06-06T20:33:07.477Z] Removing intermediate container 67383574c1b1 [2022-06-06T20:33:07.477Z] ---> 51a909ba30ac [2022-06-06T20:33:07.477Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:33:08.416Z] ---> e4f8f3c791fc [2022-06-06T20:33:08.416Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-06T20:33:10.954Z] ---> d68393f056bb [2022-06-06T20:33:10.954Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-06T20:33:11.523Z] ---> 8e6951cf4526 [2022-06-06T20:33:11.523Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-06-06T20:33:11.523Z] ---> Running in 0208d4896ee8 [2022-06-06T20:33:12.093Z] Removing intermediate container 0208d4896ee8 [2022-06-06T20:33:12.093Z] ---> 4adb8df7fbef [2022-06-06T20:33:12.093Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:33:12.093Z] ---> Running in 2cea95930b00 [2022-06-06T20:33:12.360Z] Removing intermediate container 2cea95930b00 [2022-06-06T20:33:12.360Z] ---> b4cdb143cb5b [2022-06-06T20:33:12.360Z] Step 20/22 : LABEL arch=x86_64 [2022-06-06T20:33:12.619Z] ---> Running in 6ccd8c64724e [2022-06-06T20:33:12.914Z] Removing intermediate container 6ccd8c64724e [2022-06-06T20:33:12.914Z] ---> 680bdeb6f103 [2022-06-06T20:33:12.914Z] Step 21/22 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:33:13.175Z] ---> Running in f608e83209b2 [2022-06-06T20:33:13.175Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-06-06T20:33:13.175Z] Status: Downloaded newer image for docker:20.10.14 [2022-06-06T20:33:13.175Z] ---> 7417809fdb73 [2022-06-06T20:33:13.175Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:33:13.442Z] ---> Running in 9dcafb7785ad [2022-06-06T20:33:13.442Z] Removing intermediate container f608e83209b2 [2022-06-06T20:33:13.442Z] ---> 6025f3a9b166 [2022-06-06T20:33:13.442Z] Step 22/22 : LABEL version=2.2.1-dev.10 [2022-06-06T20:33:13.748Z] ---> Running in eec36970419d [2022-06-06T20:33:13.748Z] Removing intermediate container 9dcafb7785ad [2022-06-06T20:33:13.748Z] ---> 997231d8cb41 [2022-06-06T20:33:13.748Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-06-06T20:33:14.008Z] ---> Running in 18a183df527e [2022-06-06T20:33:14.008Z] Removing intermediate container eec36970419d [2022-06-06T20:33:14.008Z] ---> 8397d5f4591b [2022-06-06T20:33:14.008Z] [2022-06-06T20:33:14.352Z] Successfully built 8397d5f4591b [2022-06-06T20:33:14.352Z] Successfully tagged support-scheduler:latest [2022-06-06T20:33:14.352Z]  Building support-scheduler ... done Building support-notifications [2022-06-06T20:33:15.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:15.045Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:15.324Z] (1/43) Installing readline (8.1.1-r0) [2022-06-06T20:33:15.324Z] (2/43) Installing bash (5.1.16-r0) [2022-06-06T20:33:15.324Z] Executing bash-5.1.16-r0.post-install [2022-06-06T20:33:15.324Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-06-06T20:33:15.324Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-06-06T20:33:15.324Z] (5/43) Installing libcurl (7.80.0-r1) [2022-06-06T20:33:15.583Z] (6/43) Installing curl (7.80.0-r1) [2022-06-06T20:33:15.583Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-06-06T20:33:15.583Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-06-06T20:33:15.583Z] (9/43) Installing expat (2.4.7-r0) [2022-06-06T20:33:15.583Z] (10/43) Installing libffi (3.4.2-r1) [2022-06-06T20:33:15.583Z] (11/43) Installing gdbm (1.22-r0) [2022-06-06T20:33:15.583Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-06-06T20:33:15.583Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-06-06T20:33:15.583Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-06T20:33:15.583Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-06-06T20:33:15.583Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-06-06T20:33:15.583Z] (17/43) Installing python3 (3.9.7-r4) [2022-06-06T20:33:16.155Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-06-06T20:33:16.155Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-06-06T20:33:16.155Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-06-06T20:33:16.155Z] (21/43) Installing py3-idna (3.3-r0) [2022-06-06T20:33:16.155Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-06-06T20:33:16.155Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-06-06T20:33:16.155Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-06-06T20:33:16.155Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-06-06T20:33:16.155Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-06-06T20:33:16.155Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-06-06T20:33:16.155Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-06-06T20:33:16.155Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-06-06T20:33:16.155Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-06-06T20:33:16.155Z] (31/43) Installing py3-six (1.16.0-r0) [2022-06-06T20:33:16.155Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-06-06T20:33:16.155Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-06-06T20:33:16.155Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-06-06T20:33:16.155Z] (35/43) Installing py3-packaging (20.9-r1) [2022-06-06T20:33:16.155Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-06-06T20:33:16.155Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-06-06T20:33:16.155Z] (38/43) Installing py3-progress (1.6-r0) [2022-06-06T20:33:16.155Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-06-06T20:33:16.155Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-06-06T20:33:16.155Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-06-06T20:33:16.415Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-06-06T20:33:16.415Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-06-06T20:33:16.415Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:33:16.415Z] OK: 83 MiB in 65 packages [2022-06-06T20:33:17.351Z] Collecting docker-compose==1.23.2 [2022-06-06T20:33:17.351Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-06T20:33:17.351Z] Collecting docker<4.0,>=3.6.0 [2022-06-06T20:33:17.351Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-06T20:33:17.351Z] Collecting docopt<0.7,>=0.6.1 [2022-06-06T20:33:17.351Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-06T20:33:17.920Z] Collecting cached-property<2,>=1.2.0 [2022-06-06T20:33:17.920Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-06T20:33:17.920Z] Collecting texttable<0.10,>=0.9.0 [2022-06-06T20:33:17.920Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-06T20:33:18.179Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-06T20:33:18.179Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-06T20:33:18.746Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-06-06T20:33:18.746Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-06T20:33:18.746Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-06T20:33:19.006Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:19.006Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:19.006Z] ---> 9e4ed2c84d07 [2022-06-06T20:33:19.006Z] Step 3/22 : WORKDIR /edgex-go [2022-06-06T20:33:19.006Z] ---> Using cache [2022-06-06T20:33:19.006Z] ---> 3456a6f56200 [2022-06-06T20:33:19.006Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:19.006Z] ---> Using cache [2022-06-06T20:33:19.006Z] ---> e8f304c1b3e1 [2022-06-06T20:33:19.006Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-06T20:33:19.006Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-06T20:33:19.006Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-06T20:33:19.265Z] Collecting PyYAML<4,>=3.10 [2022-06-06T20:33:19.265Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-06T20:33:19.834Z] Collecting jsonschema<3,>=2.5.1 [2022-06-06T20:33:19.834Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-06T20:33:19.834Z] Collecting docker-pycreds>=0.4.0 [2022-06-06T20:33:19.834Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-06T20:33:19.834Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-06T20:33:19.834Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-06T20:33:19.834Z] Collecting idna<2.8,>=2.5 [2022-06-06T20:33:19.834Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-06T20:33:20.094Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-06T20:33:20.094Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-06T20:33:20.094Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-06-06T20:33:20.094Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-06T20:33:20.094Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-06T20:33:20.094Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-06T20:33:20.094Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-06T20:33:20.094Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-06T20:33:20.094Z] Attempting uninstall: urllib3 [2022-06-06T20:33:20.094Z] Found existing installation: urllib3 1.26.7 [2022-06-06T20:33:20.094Z] Uninstalling urllib3-1.26.7: [2022-06-06T20:33:20.094Z] Successfully uninstalled urllib3-1.26.7 [2022-06-06T20:33:20.661Z] Attempting uninstall: idna [2022-06-06T20:33:20.661Z] Found existing installation: idna 3.3 [2022-06-06T20:33:20.661Z] Uninstalling idna-3.3: [2022-06-06T20:33:20.661Z] Successfully uninstalled idna-3.3 [2022-06-06T20:33:22.043Z] Attempting uninstall: requests [2022-06-06T20:33:22.043Z] Found existing installation: requests 2.26.0 [2022-06-06T20:33:22.043Z] ---> Running in c1a624fe0b43 [2022-06-06T20:33:22.043Z] Uninstalling requests-2.26.0: [2022-06-06T20:33:22.043Z] Successfully uninstalled requests-2.26.0 [2022-06-06T20:33:22.043Z] Running setup.py install for texttable: started [2022-06-06T20:33:22.302Z] Running setup.py install for texttable: finished with status 'done' [2022-06-06T20:33:22.302Z] Running setup.py install for PyYAML: started [2022-06-06T20:33:22.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:22.872Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-06T20:33:22.872Z] Running setup.py install for docopt: started [2022-06-06T20:33:23.132Z] Running setup.py install for docopt: finished with status 'done' [2022-06-06T20:33:23.132Z] Running setup.py install for dockerpty: started [2022-06-06T20:33:23.132Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:23.392Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-06T20:33:23.392Z] OK: 221 MiB in 52 packages [2022-06-06T20:33:23.651Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-06-06T20:33:25.039Z] Removing intermediate container c1a624fe0b43 [2022-06-06T20:33:25.039Z] ---> a5bad3326f4c [2022-06-06T20:33:25.039Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-06T20:33:25.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:25.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:25.226Z] ---> 71a185cfde2b [2022-06-06T20:33:25.226Z] Step 3/22 : WORKDIR /edgex-go [2022-06-06T20:33:25.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:25.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:25.226Z] ---> 71a185cfde2b [2022-06-06T20:33:25.226Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:33:25.226Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:25.226Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:25.226Z] ---> 71a185cfde2b [2022-06-06T20:33:25.226Z] Step 3/22 : WORKDIR /edgex-go [2022-06-06T20:33:25.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:25.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:25.226Z] ---> 71a185cfde2b [2022-06-06T20:33:25.226Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:33:25.226Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:25.226Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:25.226Z] ---> 71a185cfde2b [2022-06-06T20:33:25.226Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:33:25.226Z] ---> Running in bc828b6afeed [2022-06-06T20:33:25.226Z] ---> Running in 1e49cbcb2365 [2022-06-06T20:33:25.226Z] ---> Running in a339c17f917f [2022-06-06T20:33:25.226Z] ---> Running in 69d0364114ab [2022-06-06T20:33:25.226Z] ---> Running in c1ece18d8946 [2022-06-06T20:33:25.226Z] Removing intermediate container c1ece18d8946 [2022-06-06T20:33:25.226Z] ---> 49c5320e63cc [2022-06-06T20:33:25.226Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:25.226Z] Removing intermediate container bc828b6afeed [2022-06-06T20:33:25.226Z] ---> 34a2923f8b75 [2022-06-06T20:33:25.226Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:25.226Z] Removing intermediate container a339c17f917f [2022-06-06T20:33:25.226Z] ---> b8593f032771 [2022-06-06T20:33:25.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:25.226Z] Removing intermediate container 1e49cbcb2365 [2022-06-06T20:33:25.226Z] ---> 6ed5b8cd07aa [2022-06-06T20:33:25.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:25.226Z] ---> Running in 565585a96ab5 [2022-06-06T20:33:25.226Z] ---> Running in 40348d0892d1 [2022-06-06T20:33:25.226Z] ---> Running in b27d7345fa5d [2022-06-06T20:33:25.226Z] Removing intermediate container 69d0364114ab [2022-06-06T20:33:25.226Z] ---> 5af22ab76e0a [2022-06-06T20:33:25.226Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:25.226Z] ---> Running in 92eed45edc30 [2022-06-06T20:33:25.226Z] ---> Running in 2c1a47b3af38 [2022-06-06T20:33:25.298Z] ---> cc1ad66b8dd0 [2022-06-06T20:33:25.298Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:25.298Z] ---> Running in 046f919dd346 [2022-06-06T20:33:26.688Z] Removing intermediate container 046f919dd346 [2022-06-06T20:33:26.688Z] ---> 10e072990941 [2022-06-06T20:33:26.688Z] Step 8/22 : COPY . . [2022-06-06T20:33:26.948Z] Removing intermediate container 18a183df527e [2022-06-06T20:33:26.948Z] ---> 6472f5976f96 [2022-06-06T20:33:26.948Z] Step 14/23 : ENV APP_PORT=58890 [2022-06-06T20:33:26.948Z] ---> Running in 76634bb87291 [2022-06-06T20:33:27.885Z] Removing intermediate container 76634bb87291 [2022-06-06T20:33:27.885Z] ---> 5568153ef1d1 [2022-06-06T20:33:27.885Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-06T20:33:28.673Z] Removing intermediate container b27d7345fa5d [2022-06-06T20:33:28.673Z] ---> 1e465dd7bfe7 [2022-06-06T20:33:28.673Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-06T20:33:28.673Z] ---> Running in cd5711c962a9 [2022-06-06T20:33:28.673Z] Removing intermediate container 565585a96ab5 [2022-06-06T20:33:28.673Z] ---> 2dce216fb5e4 [2022-06-06T20:33:28.673Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-06T20:33:28.821Z] ---> Running in c6e99a312b86 [2022-06-06T20:33:28.821Z] Removing intermediate container c6e99a312b86 [2022-06-06T20:33:28.821Z] ---> 25dbba4c277f [2022-06-06T20:33:28.821Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-06T20:33:28.959Z] ---> Running in 6b7c7f3126f6 [2022-06-06T20:33:29.242Z] Removing intermediate container 40348d0892d1 [2022-06-06T20:33:29.242Z] ---> 459c75d520c6 [2022-06-06T20:33:29.242Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-06-06T20:33:29.390Z] ---> e9d468add2ef [2022-06-06T20:33:29.390Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-06T20:33:29.523Z] ---> Running in cce4c2ba39bf [2022-06-06T20:33:29.524Z] Removing intermediate container 92eed45edc30 [2022-06-06T20:33:29.524Z] ---> a8a21536bde4 [2022-06-06T20:33:29.524Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-06-06T20:33:29.650Z] ---> 6f95de5d4674 [2022-06-06T20:33:29.650Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-06T20:33:29.800Z] ---> Running in 53461aa15f4a [2022-06-06T20:33:29.912Z] ---> 9dcd8aaf9140 [2022-06-06T20:33:29.912Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-06T20:33:30.080Z] Removing intermediate container 2c1a47b3af38 [2022-06-06T20:33:30.080Z] ---> deb7eb9aa867 [2022-06-06T20:33:30.080Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-06T20:33:30.173Z] ---> Running in 5f649bf2025f [2022-06-06T20:33:30.173Z] Removing intermediate container 5f649bf2025f [2022-06-06T20:33:30.173Z] ---> 43738dc8c301 [2022-06-06T20:33:30.173Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:33:30.173Z] ---> Running in 34796a9c7212 [2022-06-06T20:33:30.361Z] ---> Running in 0172140fc8bb [2022-06-06T20:33:30.436Z] Removing intermediate container 34796a9c7212 [2022-06-06T20:33:30.436Z] ---> b914a7fda44b [2022-06-06T20:33:30.436Z] Step 21/23 : LABEL arch=x86_64 [2022-06-06T20:33:30.436Z] ---> Running in c6dbdf30d782 [2022-06-06T20:33:30.697Z] Removing intermediate container c6dbdf30d782 [2022-06-06T20:33:30.697Z] ---> e84fb95c6a0b [2022-06-06T20:33:30.697Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:33:30.697Z] ---> Running in 94e1a5a1b100 [2022-06-06T20:33:30.697Z] Removing intermediate container 94e1a5a1b100 [2022-06-06T20:33:30.697Z] ---> 81a100c60444 [2022-06-06T20:33:30.697Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:33:30.956Z] ---> Running in fecf361b7708 [2022-06-06T20:33:30.956Z] Removing intermediate container fecf361b7708 [2022-06-06T20:33:30.956Z] ---> a22220f0288b [2022-06-06T20:33:30.956Z] [2022-06-06T20:33:31.215Z] Successfully built a22220f0288b [2022-06-06T20:33:31.215Z] Successfully tagged sys-mgmt-agent:latest [2022-06-06T20:33:31.215Z]  Building sys-mgmt-agent ... done Building core-data [2022-06-06T20:33:31.352Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:31.352Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:31.352Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:31.632Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:31.912Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:32.188Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:32.188Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:32.469Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:32.748Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:33.041Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:33:33.326Z] OK: 220 MiB in 52 packages [2022-06-06T20:33:33.326Z] OK: 220 MiB in 52 packages [2022-06-06T20:33:33.608Z] OK: 220 MiB in 52 packages [2022-06-06T20:33:33.751Z] ---> 4be61036dfea [2022-06-06T20:33:33.751Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-06-06T20:33:34.011Z] ---> Running in 87e06d8f8461 [2022-06-06T20:33:34.233Z] OK: 220 MiB in 52 packages [2022-06-06T20:33:34.269Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-06T20:33:34.525Z] OK: 220 MiB in 52 packages [2022-06-06T20:33:34.527Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:33:34.527Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:33:34.527Z] ---> 9e4ed2c84d07 [2022-06-06T20:33:34.527Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:33:34.527Z] ---> Using cache [2022-06-06T20:33:34.527Z] ---> 3456a6f56200 [2022-06-06T20:33:34.527Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:33:34.527Z] ---> Using cache [2022-06-06T20:33:34.527Z] ---> e8f304c1b3e1 [2022-06-06T20:33:34.527Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-06-06T20:33:34.786Z] ---> Running in 662f11306ff2 [2022-06-06T20:33:35.044Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:35.525Z] Removing intermediate container cd5711c962a9 [2022-06-06T20:33:35.525Z] ---> fad89cc74c48 [2022-06-06T20:33:35.525Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:33:35.525Z] Removing intermediate container 6b7c7f3126f6 [2022-06-06T20:33:35.525Z] ---> fe73d23e50ba [2022-06-06T20:33:35.525Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-06T20:33:35.802Z] Removing intermediate container cce4c2ba39bf [2022-06-06T20:33:35.802Z] ---> 8424536831c8 [2022-06-06T20:33:35.802Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-06T20:33:35.802Z] Removing intermediate container 53461aa15f4a [2022-06-06T20:33:35.802Z] ---> c02577358bab [2022-06-06T20:33:35.802Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:33:35.980Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:36.083Z] Removing intermediate container 0172140fc8bb [2022-06-06T20:33:36.083Z] ---> 6b2e51be9154 [2022-06-06T20:33:36.083Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:33:36.240Z] OK: 221 MiB in 52 packages [2022-06-06T20:33:36.689Z] ---> c18c4b78d883 [2022-06-06T20:33:36.689Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:36.689Z] ---> Running in 5f6916687e35 [2022-06-06T20:33:36.689Z] ---> 51c2156f3321 [2022-06-06T20:33:36.689Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:36.808Z] Removing intermediate container 662f11306ff2 [2022-06-06T20:33:36.808Z] ---> 13f5d6c64735 [2022-06-06T20:33:36.808Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:33:36.967Z] ---> Running in 2ba60ddcf4e7 [2022-06-06T20:33:36.967Z] ---> 1b99dc810cd4 [2022-06-06T20:33:36.967Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:37.071Z] ---> 160dc205d8f1 [2022-06-06T20:33:37.071Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:37.071Z] ---> Running in 32952a68111c [2022-06-06T20:33:37.244Z] ---> Running in c0485bb4d574 [2022-06-06T20:33:37.533Z] ---> 32eb146891a5 [2022-06-06T20:33:37.533Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:37.533Z] ---> 29ac2b842164 [2022-06-06T20:33:37.533Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:33:37.818Z] ---> Running in 005b222d656e [2022-06-06T20:33:37.818Z] ---> Running in a2c5869312cc [2022-06-06T20:33:38.449Z] Removing intermediate container 32952a68111c [2022-06-06T20:33:38.449Z] ---> 276104a1ccdd [2022-06-06T20:33:38.449Z] Step 8/23 : COPY . . [2022-06-06T20:33:42.194Z] Removing intermediate container 5f6916687e35 [2022-06-06T20:33:42.194Z] ---> 68bb1e59cedb [2022-06-06T20:33:42.194Z] Step 8/22 : COPY . . [2022-06-06T20:33:44.216Z] Removing intermediate container 005b222d656e [2022-06-06T20:33:44.216Z] ---> 5d43e4df8072 [2022-06-06T20:33:44.216Z] Step 8/23 : COPY . . [2022-06-06T20:33:44.216Z] Removing intermediate container c0485bb4d574 [2022-06-06T20:33:44.216Z] ---> 81484c716ee1 [2022-06-06T20:33:44.216Z] Step 8/22 : COPY . . [2022-06-06T20:33:44.216Z] Removing intermediate container 2ba60ddcf4e7 [2022-06-06T20:33:44.216Z] ---> 400a6d0f7cd8 [2022-06-06T20:33:44.216Z] Step 8/23 : COPY . . [2022-06-06T20:33:44.216Z] Removing intermediate container a2c5869312cc [2022-06-06T20:33:44.216Z] ---> ef23f3e93d64 [2022-06-06T20:33:44.216Z] Step 8/23 : COPY . . [2022-06-06T20:33:46.582Z] ---> 98391736cf67 [2022-06-06T20:33:46.582Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-06-06T20:33:46.582Z] ---> Running in b8a562212217 [2022-06-06T20:33:46.582Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-06-06T20:33:58.816Z] Removing intermediate container 87e06d8f8461 [2022-06-06T20:33:58.816Z] ---> 6f1fc7c6d683 [2022-06-06T20:33:58.816Z] [2022-06-06T20:33:58.816Z] Step 10/22 : FROM alpine:3.14 [2022-06-06T20:33:58.817Z] ---> e04c818066af [2022-06-06T20:33:58.817Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-06T20:33:58.817Z] ---> Running in 8b03300eb960 [2022-06-06T20:33:58.817Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:59.077Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:33:59.337Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-06T20:33:59.337Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-06T20:33:59.337Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:33:59.337Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:33:59.337Z] OK: 6 MiB in 16 packages [2022-06-06T20:33:59.910Z] Removing intermediate container 8b03300eb960 [2022-06-06T20:33:59.910Z] ---> 1be35b49f521 [2022-06-06T20:33:59.910Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:33:59.910Z] ---> Running in 97971fafa337 [2022-06-06T20:34:00.171Z] Removing intermediate container 97971fafa337 [2022-06-06T20:34:00.171Z] ---> 503014c15a36 [2022-06-06T20:34:00.171Z] Step 13/22 : ENV APP_PORT=59860 [2022-06-06T20:34:00.171Z] ---> Running in 369ed22c3ecb [2022-06-06T20:34:00.171Z] Removing intermediate container 369ed22c3ecb [2022-06-06T20:34:00.171Z] ---> 5085a469f282 [2022-06-06T20:34:00.171Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-06T20:34:00.171Z] ---> Running in af9b5ce5877e [2022-06-06T20:34:00.431Z] Removing intermediate container af9b5ce5877e [2022-06-06T20:34:00.431Z] ---> eeab86825076 [2022-06-06T20:34:00.431Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:34:00.694Z] ---> d7f569ec8fd1 [2022-06-06T20:34:00.694Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-06T20:34:01.264Z] ---> 0e8d6747fc2e [2022-06-06T20:34:01.264Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-06T20:34:01.526Z] ---> 62f024ca3756 [2022-06-06T20:34:01.526Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-06-06T20:34:01.526Z] ---> Running in 7d6ad4414403 [2022-06-06T20:34:01.526Z] Removing intermediate container 7d6ad4414403 [2022-06-06T20:34:01.526Z] ---> d34432303774 [2022-06-06T20:34:01.526Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:34:01.786Z] ---> Running in 993d4f2f03bd [2022-06-06T20:34:01.786Z] Removing intermediate container 993d4f2f03bd [2022-06-06T20:34:01.786Z] ---> e4d24ecedcc8 [2022-06-06T20:34:01.786Z] Step 20/22 : LABEL arch=x86_64 [2022-06-06T20:34:02.045Z] ---> Running in 0d53fe6dd694 [2022-06-06T20:34:02.045Z] Removing intermediate container 0d53fe6dd694 [2022-06-06T20:34:02.045Z] ---> 741da8f11b7f [2022-06-06T20:34:02.045Z] Step 21/22 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:34:02.045Z] ---> Running in 034223b7bf05 [2022-06-06T20:34:02.572Z] ---> e1e93de08f2c [2022-06-06T20:34:02.572Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-06T20:34:02.572Z] ---> 8a9fd315a748 [2022-06-06T20:34:02.572Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-06-06T20:34:02.572Z] ---> Running in dc88cacfa0ad [2022-06-06T20:34:02.572Z] ---> Running in 5603cfe0d9e7 [2022-06-06T20:34:02.572Z] ---> 868217a565e5 [2022-06-06T20:34:02.572Z] ---> cb85365f3b7a [2022-06-06T20:34:02.572Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-06-06T20:34:02.572Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-06-06T20:34:02.572Z] ---> f7cff2515a6d [2022-06-06T20:34:02.572Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-06-06T20:34:02.572Z] ---> Running in 2c3cdecd5422 [2022-06-06T20:34:02.572Z] ---> Running in 782e96bb5a54 [2022-06-06T20:34:02.572Z] ---> Running in 7cd9bce3bcdd [2022-06-06T20:34:02.572Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-06T20:34:02.613Z] Removing intermediate container 034223b7bf05 [2022-06-06T20:34:02.613Z] ---> 24bec0c3d41e [2022-06-06T20:34:02.613Z] Step 22/22 : LABEL version=2.2.1-dev.10 [2022-06-06T20:34:02.613Z] ---> Running in a61029b217b4 [2022-06-06T20:34:02.872Z] Removing intermediate container a61029b217b4 [2022-06-06T20:34:02.872Z] ---> a88ed2fc8234 [2022-06-06T20:34:02.872Z] [2022-06-06T20:34:02.872Z] Successfully built a88ed2fc8234 [2022-06-06T20:34:02.872Z] Successfully tagged support-notifications:latest [2022-06-06T20:34:02.872Z] Building security-bootstrapper [2022-06-06T20:34:03.170Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-06-06T20:34:03.170Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-06-06T20:34:03.170Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-06-06T20:34:03.443Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-06-06T20:34:07.071Z]  Building support-notifications ... done Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:34:07.071Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:34:07.071Z] ---> 9e4ed2c84d07 [2022-06-06T20:34:07.071Z] Step 3/31 : WORKDIR /edgex-go [2022-06-06T20:34:07.071Z] ---> Using cache [2022-06-06T20:34:07.071Z] ---> 3456a6f56200 [2022-06-06T20:34:07.071Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:34:07.071Z] ---> Using cache [2022-06-06T20:34:07.071Z] ---> e8f304c1b3e1 [2022-06-06T20:34:07.071Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-06-06T20:34:07.071Z] ---> Using cache [2022-06-06T20:34:07.071Z] ---> 40454b4314c5 [2022-06-06T20:34:07.071Z] Step 6/31 : COPY go.mod vendor* ./ [2022-06-06T20:34:07.071Z] ---> Using cache [2022-06-06T20:34:07.071Z] ---> 83628da96379 [2022-06-06T20:34:07.071Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:34:07.071Z] ---> Using cache [2022-06-06T20:34:07.071Z] ---> 120a5695f014 [2022-06-06T20:34:07.071Z] Step 8/31 : COPY . . [2022-06-06T20:34:07.071Z] ---> Using cache [2022-06-06T20:34:07.071Z] ---> 45339d37078a [2022-06-06T20:34:07.071Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-06T20:34:10.366Z] Building bin/spire-agent... [2022-06-06T20:34:10.366Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-06-06T20:34:10.366Z]  ---> Running in 3c3352f16998 [2022-06-06T20:34:10.366Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-06-06T20:34:10.366Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-06-06T20:34:10.366Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-06-06T20:34:10.366Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-06-06T20:34:10.366Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-06-06T20:34:10.628Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-06-06T20:34:10.628Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-06T20:34:10.887Z] Building bin/spire-agent... [2022-06-06T20:34:10.887Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-06-06T20:34:10.887Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-06-06T20:34:10.887Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-06-06T20:34:10.887Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-06-06T20:34:10.887Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-06-06T20:34:11.180Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-06T20:34:11.180Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-06T20:34:11.180Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-06-06T20:34:11.180Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-06-06T20:34:11.180Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-06-06T20:34:11.180Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-06T20:34:11.751Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-06-06T20:34:11.751Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-06-06T20:34:11.751Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-06T20:34:11.751Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-06T20:34:11.751Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-06-06T20:34:11.751Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-06-06T20:34:11.751Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-06-06T20:34:11.751Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-06T20:34:11.751Z] Building bin/spire-agent... [2022-06-06T20:34:11.751Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-06-06T20:34:11.751Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-06-06T20:34:11.751Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-06-06T20:34:11.751Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-06-06T20:34:12.691Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-06-06T20:34:12.691Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-06-06T20:34:12.691Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-06-06T20:34:12.950Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-06T20:34:12.950Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-06T20:34:12.950Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-06-06T20:34:12.950Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-06-06T20:34:12.950Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-06-06T20:34:12.950Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-06T20:34:13.896Z] Removing intermediate container b8a562212217 [2022-06-06T20:34:13.896Z] ---> 8b06620b5105 [2022-06-06T20:34:13.896Z] [2022-06-06T20:34:13.896Z] Step 10/23 : FROM alpine:3.14 [2022-06-06T20:34:13.896Z] ---> e04c818066af [2022-06-06T20:34:13.896Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-06T20:34:14.834Z] ---> Running in ddb1904970f7 [2022-06-06T20:34:15.109Z] Removing intermediate container ddb1904970f7 [2022-06-06T20:34:15.109Z] ---> b43d0a5eea30 [2022-06-06T20:34:15.109Z] Step 12/23 : ENV APP_PORT=59880 [2022-06-06T20:34:15.676Z] ---> Running in 616a39e345ae [2022-06-06T20:34:16.245Z] Removing intermediate container 616a39e345ae [2022-06-06T20:34:16.245Z] ---> ccc71ebb7038 [2022-06-06T20:34:16.245Z] Step 13/23 : EXPOSE $APP_PORT [2022-06-06T20:34:16.245Z] ---> Running in b22d50f6c27a [2022-06-06T20:34:16.814Z] Removing intermediate container b22d50f6c27a [2022-06-06T20:34:16.814Z] ---> 5c102b781d73 [2022-06-06T20:34:16.814Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:34:16.814Z] ---> Running in 91ff1a138882 [2022-06-06T20:34:19.354Z] Removing intermediate container 91ff1a138882 [2022-06-06T20:34:19.354Z] ---> fe3170d206b2 [2022-06-06T20:34:19.354Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-06T20:34:19.354Z] ---> Running in 126883b326b4 [2022-06-06T20:34:20.292Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:34:21.229Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:34:21.488Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-06T20:34:21.488Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-06T20:34:21.488Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-06T20:34:21.747Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-06T20:34:21.747Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-06T20:34:21.747Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-06T20:34:22.006Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:34:22.006Z] OK: 8 MiB in 20 packages [2022-06-06T20:34:23.913Z] Removing intermediate container 126883b326b4 [2022-06-06T20:34:23.913Z] ---> f1a751e142be [2022-06-06T20:34:23.913Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:34:24.172Z] ---> 3edafa30a95a [2022-06-06T20:34:24.172Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-06T20:34:25.109Z] ---> 3dc9b372b9f3 [2022-06-06T20:34:25.109Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-06T20:34:25.679Z] ---> d74e353096d1 [2022-06-06T20:34:25.679Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-06-06T20:34:25.679Z] ---> Running in a0bad77b952c [2022-06-06T20:34:26.619Z] Removing intermediate container a0bad77b952c [2022-06-06T20:34:26.619Z] ---> 58ac4f16a4ee [2022-06-06T20:34:26.619Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:34:26.619Z] ---> Running in 11ce0799c058 [2022-06-06T20:34:27.194Z] Removing intermediate container 11ce0799c058 [2022-06-06T20:34:27.194Z] ---> fee6b7e6b463 [2022-06-06T20:34:27.194Z] Step 21/23 : LABEL arch=x86_64 [2022-06-06T20:34:27.194Z] ---> Running in 3f7ccd079623 [2022-06-06T20:34:27.779Z] Removing intermediate container 3f7ccd079623 [2022-06-06T20:34:27.779Z] ---> 525bc6fb1c59 [2022-06-06T20:34:27.779Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:34:28.043Z] ---> Running in 2d8c53902e64 [2022-06-06T20:34:28.043Z] Removing intermediate container 2d8c53902e64 [2022-06-06T20:34:28.043Z] ---> 3220a1eaa4dc [2022-06-06T20:34:28.043Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:34:28.301Z] ---> Running in 96a4b7c81acc [2022-06-06T20:34:28.302Z] Removing intermediate container 96a4b7c81acc [2022-06-06T20:34:28.302Z] ---> 4c2ef7e355c0 [2022-06-06T20:34:28.302Z] [2022-06-06T20:34:28.561Z] Successfully built 4c2ef7e355c0 [2022-06-06T20:34:28.561Z] Successfully tagged core-data:latest [2022-06-06T20:34:28.561Z]  Building core-data ... done Building security-secretstore-setup [2022-06-06T20:34:31.855Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:34:31.855Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:34:31.855Z] ---> 9e4ed2c84d07 [2022-06-06T20:34:31.855Z] Step 3/25 : WORKDIR /edgex-go [2022-06-06T20:34:31.855Z] ---> Using cache [2022-06-06T20:34:31.855Z] ---> 3456a6f56200 [2022-06-06T20:34:31.855Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:34:31.855Z] ---> Using cache [2022-06-06T20:34:31.855Z] ---> e8f304c1b3e1 [2022-06-06T20:34:31.855Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-06-06T20:34:31.855Z] ---> Using cache [2022-06-06T20:34:31.855Z] ---> 40454b4314c5 [2022-06-06T20:34:31.855Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-06T20:34:31.855Z] ---> Using cache [2022-06-06T20:34:31.855Z] ---> 83628da96379 [2022-06-06T20:34:31.855Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:34:31.855Z] ---> Using cache [2022-06-06T20:34:31.855Z] ---> 120a5695f014 [2022-06-06T20:34:31.855Z] Step 8/25 : COPY . . [2022-06-06T20:34:31.855Z] ---> Using cache [2022-06-06T20:34:31.855Z] ---> 45339d37078a [2022-06-06T20:34:31.855Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-06T20:34:33.235Z] ---> Running in c0aeffae2a63 [2022-06-06T20:34:33.235Z] Removing intermediate container 3c3352f16998 [2022-06-06T20:34:33.235Z] ---> dead0774a241 [2022-06-06T20:34:33.235Z] [2022-06-06T20:34:33.235Z] Step 10/31 : FROM alpine:3.14 [2022-06-06T20:34:33.235Z] ---> e04c818066af [2022-06-06T20:34:33.235Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-06T20:34:33.517Z] ---> Running in 51044483ee37 [2022-06-06T20:34:33.517Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-06T20:34:33.776Z] Removing intermediate container 51044483ee37 [2022-06-06T20:34:33.776Z] ---> 37ab334de66e [2022-06-06T20:34:33.776Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-06T20:34:35.239Z] ---> Running in a582e1926cdb [2022-06-06T20:34:35.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:34:35.521Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:34:35.782Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-06T20:34:35.782Z] (2/2) Installing su-exec (0.2-r1) [2022-06-06T20:34:35.782Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:34:35.782Z] OK: 6 MiB in 16 packages [2022-06-06T20:34:39.082Z] Removing intermediate container a582e1926cdb [2022-06-06T20:34:39.082Z] ---> 721271a7b68e [2022-06-06T20:34:39.082Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-06T20:34:40.021Z] ---> Running in f55d655b963f [2022-06-06T20:34:40.280Z] Removing intermediate container f55d655b963f [2022-06-06T20:34:40.280Z] ---> 48183a18f1ed [2022-06-06T20:34:40.280Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-06T20:34:40.280Z] ---> Running in 88d632e04c79 [2022-06-06T20:34:41.218Z] Removing intermediate container 88d632e04c79 [2022-06-06T20:34:41.218Z] ---> b79c34ff8303 [2022-06-06T20:34:41.218Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-06T20:34:41.478Z] ---> Running in 6ce69cdbf14a [2022-06-06T20:34:44.027Z] Removing intermediate container 6ce69cdbf14a [2022-06-06T20:34:44.027Z] ---> d20bfc687c71 [2022-06-06T20:34:44.027Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-06T20:34:44.964Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-06T20:34:44.964Z] ---> Running in 691abe5740c7 [2022-06-06T20:34:47.507Z] Removing intermediate container 691abe5740c7 [2022-06-06T20:34:47.507Z] ---> b6c86b0307d8 [2022-06-06T20:34:47.507Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-06T20:34:48.445Z] ---> a28814198923 [2022-06-06T20:34:48.445Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-06T20:34:49.823Z] Removing intermediate container c0aeffae2a63 [2022-06-06T20:34:49.823Z] ---> 21a39c4b6111 [2022-06-06T20:34:49.823Z] [2022-06-06T20:34:49.823Z] Step 10/25 : FROM alpine:3.14 [2022-06-06T20:34:49.823Z] ---> e04c818066af [2022-06-06T20:34:49.823Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-06T20:34:51.206Z] ---> Running in d861cf67fe6b [2022-06-06T20:34:52.142Z] ---> Running in 61c8c843024f [2022-06-06T20:34:52.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:34:52.401Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:34:52.660Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-06T20:34:52.660Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-06T20:34:52.660Z] (3/3) Installing su-exec (0.2-r1) [2022-06-06T20:34:52.660Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:34:52.660Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:34:52.660Z] OK: 6 MiB in 17 packages [2022-06-06T20:34:55.212Z] Removing intermediate container d861cf67fe6b [2022-06-06T20:34:55.212Z] ---> 9f450cf4a64f [2022-06-06T20:34:55.212Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:34:55.212Z] Removing intermediate container 61c8c843024f [2022-06-06T20:34:55.212Z] ---> d054bbfe0a06 [2022-06-06T20:34:55.212Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-06T20:34:55.472Z] ---> Running in e0b6539ea6bc [2022-06-06T20:34:55.472Z] ---> f239fc41cf20 [2022-06-06T20:34:55.472Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-06T20:34:56.043Z] Removing intermediate container e0b6539ea6bc [2022-06-06T20:34:56.043Z] ---> 86381afee761 [2022-06-06T20:34:56.043Z] Step 13/25 : WORKDIR / [2022-06-06T20:34:56.303Z] ---> 623f2c05c215 [2022-06-06T20:34:56.303Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-06T20:34:56.303Z] ---> Running in 7882d6736b73 [2022-06-06T20:34:56.873Z] Removing intermediate container 7882d6736b73 [2022-06-06T20:34:56.873Z] ---> 6b1382a9b6e0 [2022-06-06T20:34:56.873Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-06-06T20:34:56.873Z] ---> 8bbd3d51c1d2 [2022-06-06T20:34:56.873Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-06T20:34:57.818Z] ---> 51836c2e6a6e [2022-06-06T20:34:57.818Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-06-06T20:34:57.818Z] ---> 072af0893d28 [2022-06-06T20:34:57.818Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-06T20:34:58.389Z] ---> 3bf7be3f9c1b [2022-06-06T20:34:58.389Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-06-06T20:34:58.389Z] ---> f97e8dfabf96 [2022-06-06T20:34:58.389Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-06T20:34:58.962Z] ---> Running in a02bc3c46c84 [2022-06-06T20:34:59.221Z] ---> 76b73ea13b4e [2022-06-06T20:34:59.221Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-06-06T20:34:59.221Z] Removing intermediate container a02bc3c46c84 [2022-06-06T20:34:59.221Z] ---> 507ae13275dd [2022-06-06T20:34:59.221Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-06T20:34:59.812Z] ---> 9209e848d815 [2022-06-06T20:34:59.812Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-06T20:35:00.383Z] ---> 3137f2864428 [2022-06-06T20:35:00.383Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-06-06T20:35:05.657Z] ---> 7ee76ac51bc1 [2022-06-06T20:35:05.657Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-06T20:35:05.657Z] ---> Running in 392a4794a03c [2022-06-06T20:35:08.966Z] ---> 6d328f1af076 [2022-06-06T20:35:08.966Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-06T20:35:12.263Z] Removing intermediate container 392a4794a03c [2022-06-06T20:35:12.263Z] ---> 57ab7a2434a9 [2022-06-06T20:35:12.263Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-06T20:35:13.209Z] ---> d6b88f5767a4 [2022-06-06T20:35:13.209Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-06-06T20:35:15.124Z] ---> Running in e89797e79adc [2022-06-06T20:35:15.124Z] ---> Running in 12e795fa1a09 [2022-06-06T20:35:15.124Z] Removing intermediate container e89797e79adc [2022-06-06T20:35:15.124Z] ---> a05289a5dcec [2022-06-06T20:35:15.124Z] Step 28/31 : CMD ["gate"] [2022-06-06T20:35:16.066Z] ---> Running in 56442d015b31 [2022-06-06T20:35:17.007Z] Removing intermediate container 56442d015b31 [2022-06-06T20:35:17.007Z] ---> f7e39ecd0b31 [2022-06-06T20:35:17.007Z] Step 29/31 : LABEL arch=x86_64 [2022-06-06T20:35:17.007Z] Removing intermediate container 12e795fa1a09 [2022-06-06T20:35:17.007Z] ---> 885f0469db65 [2022-06-06T20:35:17.007Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-06-06T20:35:17.270Z] ---> Running in 5fde9028cc84 [2022-06-06T20:35:17.533Z] ---> Running in 795e555cf112 [2022-06-06T20:35:17.832Z] Removing intermediate container 795e555cf112 [2022-06-06T20:35:17.832Z] ---> 7a7e29f9ba37 [2022-06-06T20:35:17.832Z] Step 23/25 : LABEL arch=x86_64 [2022-06-06T20:35:18.144Z] Removing intermediate container 5fde9028cc84 [2022-06-06T20:35:18.144Z] ---> 1165aeac1315 [2022-06-06T20:35:18.144Z] Step 30/31 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:18.144Z] ---> Running in 8f25f56ab259 [2022-06-06T20:35:18.405Z] ---> Running in 68e2f58f9680 [2022-06-06T20:35:18.405Z] Removing intermediate container 8f25f56ab259 [2022-06-06T20:35:18.405Z] ---> 5d618a3a1612 [2022-06-06T20:35:18.405Z] Step 24/25 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:18.666Z] ---> Running in d7ff8e8ccb4f [2022-06-06T20:35:18.666Z] Removing intermediate container 68e2f58f9680 [2022-06-06T20:35:18.666Z] ---> ead0306ffe9a [2022-06-06T20:35:18.666Z] Step 31/31 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:18.926Z] ---> Running in 91466e353ae2 [2022-06-06T20:35:18.926Z] Removing intermediate container d7ff8e8ccb4f [2022-06-06T20:35:18.926Z] ---> 7d7628cafd39 [2022-06-06T20:35:18.926Z] Step 25/25 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:19.187Z] ---> Running in 056400e8da95 [2022-06-06T20:35:19.187Z] Removing intermediate container 91466e353ae2 [2022-06-06T20:35:19.187Z] ---> f2b9e28f5782 [2022-06-06T20:35:19.187Z] [2022-06-06T20:35:19.448Z] Removing intermediate container 056400e8da95 [2022-06-06T20:35:19.448Z] ---> cbda66ca3b74 [2022-06-06T20:35:19.448Z] [2022-06-06T20:35:19.448Z] Successfully built f2b9e28f5782 [2022-06-06T20:35:19.448Z] Successfully tagged security-bootstrapper:latest [2022-06-06T20:35:19.448Z]  Building security-bootstrapper ... done Building security-proxy-setup [2022-06-06T20:35:19.448Z] Successfully built cbda66ca3b74 [2022-06-06T20:35:19.448Z] Successfully tagged security-secretstore-setup:latest [2022-06-06T20:35:19.448Z] Building core-command [2022-06-06T20:35:20.016Z]  Building security-secretstore-setup ... done Removing intermediate container 0e94f900e315 [2022-06-06T20:35:20.016Z] ---> a442e801f513 [2022-06-06T20:35:20.016Z] [2022-06-06T20:35:20.016Z] Step 13/26 : FROM alpine:3.15 [2022-06-06T20:35:20.016Z] ---> 0ac33e5f5afa [2022-06-06T20:35:20.016Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T20:35:20.016Z] ---> Using cache [2022-06-06T20:35:20.016Z] ---> 47740a7cebd8 [2022-06-06T20:35:20.016Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:35:20.016Z] ---> Using cache [2022-06-06T20:35:20.016Z] ---> c2090e657b0f [2022-06-06T20:35:20.016Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-06T20:35:21.100Z] Removing intermediate container b079394eb57d [2022-06-06T20:35:21.100Z] ---> 674b750df2ef [2022-06-06T20:35:21.100Z] [2022-06-06T20:35:21.100Z] Step 13/25 : FROM alpine:3.15 [2022-06-06T20:35:21.100Z] ---> 0ac33e5f5afa [2022-06-06T20:35:21.100Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T20:35:21.100Z] ---> Using cache [2022-06-06T20:35:21.100Z] ---> 47740a7cebd8 [2022-06-06T20:35:21.100Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:35:21.100Z] ---> Using cache [2022-06-06T20:35:21.100Z] ---> c2090e657b0f [2022-06-06T20:35:21.101Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-06T20:35:21.361Z] Removing intermediate container 9ab650077f43 [2022-06-06T20:35:21.361Z] ---> 6cd06a057f15 [2022-06-06T20:35:21.361Z] [2022-06-06T20:35:21.361Z] Step 13/26 : FROM alpine:3.15 [2022-06-06T20:35:21.361Z] ---> 0ac33e5f5afa [2022-06-06T20:35:21.361Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T20:35:21.361Z] ---> Using cache [2022-06-06T20:35:21.361Z] ---> 47740a7cebd8 [2022-06-06T20:35:21.361Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:35:21.361Z] ---> Using cache [2022-06-06T20:35:21.361Z] ---> c2090e657b0f [2022-06-06T20:35:21.361Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-06-06T20:35:24.656Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:35:24.656Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:35:24.656Z] ---> 9e4ed2c84d07 [2022-06-06T20:35:24.656Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:35:24.656Z] ---> Using cache [2022-06-06T20:35:24.656Z] ---> 3456a6f56200 [2022-06-06T20:35:24.656Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:35:24.656Z] ---> Using cache [2022-06-06T20:35:24.656Z] ---> e8f304c1b3e1 [2022-06-06T20:35:24.656Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-06T20:35:24.656Z] ---> Using cache [2022-06-06T20:35:24.656Z] ---> 40454b4314c5 [2022-06-06T20:35:24.656Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:35:24.656Z] ---> Using cache [2022-06-06T20:35:24.656Z] ---> 83628da96379 [2022-06-06T20:35:24.656Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:35:24.656Z] ---> Using cache [2022-06-06T20:35:24.656Z] ---> 120a5695f014 [2022-06-06T20:35:24.656Z] Step 8/23 : COPY . . [2022-06-06T20:35:24.656Z] ---> Using cache [2022-06-06T20:35:24.656Z] ---> 45339d37078a [2022-06-06T20:35:24.656Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-06-06T20:35:24.916Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:35:24.916Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:35:24.916Z] ---> 9e4ed2c84d07 [2022-06-06T20:35:24.916Z] Step 3/22 : WORKDIR /edgex-go [2022-06-06T20:35:24.916Z] ---> Using cache [2022-06-06T20:35:24.916Z] ---> 3456a6f56200 [2022-06-06T20:35:24.916Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:35:24.916Z] ---> Using cache [2022-06-06T20:35:24.916Z] ---> e8f304c1b3e1 [2022-06-06T20:35:24.916Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-06T20:35:24.916Z] ---> Using cache [2022-06-06T20:35:24.916Z] ---> 40454b4314c5 [2022-06-06T20:35:24.916Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-06T20:35:24.916Z] ---> Using cache [2022-06-06T20:35:24.916Z] ---> 83628da96379 [2022-06-06T20:35:24.916Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:35:24.916Z] ---> Using cache [2022-06-06T20:35:24.916Z] ---> 120a5695f014 [2022-06-06T20:35:24.916Z] Step 8/22 : COPY . . [2022-06-06T20:35:24.916Z] ---> Using cache [2022-06-06T20:35:24.916Z] ---> 45339d37078a [2022-06-06T20:35:24.916Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-06-06T20:35:26.302Z] ---> Running in 0818e8b04bd4 [2022-06-06T20:35:26.302Z] ---> Running in 9aaa9f770374 [2022-06-06T20:35:26.302Z] ---> Running in fe9bc78c4bfa [2022-06-06T20:35:26.302Z] ---> Running in ab37f560c311 [2022-06-06T20:35:26.302Z] ---> Running in c1da1de8952c [2022-06-06T20:35:26.872Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:26.872Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-06-06T20:35:27.138Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:27.138Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-06-06T20:35:27.138Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:27.705Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:27.705Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:27.971Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:27.971Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:35:27.971Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:35:27.971Z] OK: 15859 distinct packages available [2022-06-06T20:35:27.971Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:28.230Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:35:28.230Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:35:28.230Z] OK: 15859 distinct packages available [2022-06-06T20:35:28.230Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:28.230Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:35:28.230Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:35:28.230Z] OK: 15859 distinct packages available [2022-06-06T20:35:28.230Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:28.800Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:29.060Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:29.060Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:29.060Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-06T20:35:29.319Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-06T20:35:29.319Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-06-06T20:35:29.319Z] (3/5) Installing libucontext (1.1-r0) [2022-06-06T20:35:29.319Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-06-06T20:35:29.319Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-06T20:35:29.578Z] (3/4) Installing libucontext (1.1-r0) [2022-06-06T20:35:29.578Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-06T20:35:29.578Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-06T20:35:29.578Z] (4/4) Installing gcompat (1.0.0-r4) [2022-06-06T20:35:29.578Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-06T20:35:29.578Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:35:29.578Z] OK: 6 MiB in 19 packages [2022-06-06T20:35:29.578Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:35:29.578Z] OK: 6 MiB in 18 packages [2022-06-06T20:35:29.578Z] (3/5) Installing libucontext (1.1-r0) [2022-06-06T20:35:29.837Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-06T20:35:29.837Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-06T20:35:29.837Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:35:29.837Z] OK: 6 MiB in 19 packages [2022-06-06T20:35:31.216Z] Removing intermediate container c1da1de8952c [2022-06-06T20:35:31.216Z] ---> dfbaabf9d3d2 [2022-06-06T20:35:31.216Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-06-06T20:35:31.216Z] Removing intermediate container 0818e8b04bd4 [2022-06-06T20:35:31.216Z] ---> 9ee2167a6b6d [2022-06-06T20:35:31.216Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-06-06T20:35:31.216Z] Removing intermediate container fe9bc78c4bfa [2022-06-06T20:35:31.216Z] ---> 0bae53451ed6 [2022-06-06T20:35:31.216Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-06-06T20:35:34.518Z] ---> 84d8a45fa10c [2022-06-06T20:35:34.518Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-06-06T20:35:34.518Z] ---> 8a2bbef2ff41 [2022-06-06T20:35:34.518Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-06-06T20:35:34.518Z] ---> d9c0a39b3ba5 [2022-06-06T20:35:34.518Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-06-06T20:35:35.104Z] ---> 834a5b21fceb [2022-06-06T20:35:35.104Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-06-06T20:35:35.104Z] ---> eac48e15c02b [2022-06-06T20:35:35.104Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-06-06T20:35:35.363Z] ---> Running in 84ee159a13d9 [2022-06-06T20:35:35.934Z] ---> 81d78af90e2d [2022-06-06T20:35:35.934Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-06-06T20:35:35.934Z] Removing intermediate container 84ee159a13d9 [2022-06-06T20:35:35.934Z] ---> 6ebe7bab9365 [2022-06-06T20:35:35.934Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-06-06T20:35:36.505Z] ---> 246c9c15a516 [2022-06-06T20:35:36.505Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-06T20:35:36.767Z] ---> f6e312c23577 [2022-06-06T20:35:36.767Z] Step 21/26 : WORKDIR / [2022-06-06T20:35:36.767Z] ---> Running in 50189aaa010c [2022-06-06T20:35:36.767Z] ---> 109bf2f42e1b [2022-06-06T20:35:36.767Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-06-06T20:35:36.767Z] ---> Running in df9a86459b6b [2022-06-06T20:35:36.767Z] Removing intermediate container 50189aaa010c [2022-06-06T20:35:36.767Z] ---> 348aea2c9d63 [2022-06-06T20:35:36.767Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-06T20:35:37.027Z] ---> Running in 4e9e14925d5b [2022-06-06T20:35:37.027Z] ---> eeb0c2f1b8c7 [2022-06-06T20:35:37.027Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-06-06T20:35:37.027Z] Removing intermediate container df9a86459b6b [2022-06-06T20:35:37.027Z] ---> 2e5c1724c931 [2022-06-06T20:35:37.027Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-06T20:35:37.027Z] ---> Running in 30ed71020d03 [2022-06-06T20:35:37.287Z] Removing intermediate container 4e9e14925d5b [2022-06-06T20:35:37.287Z] ---> fbbe01984fc5 [2022-06-06T20:35:37.287Z] Step 23/25 : LABEL arch=x86_64 [2022-06-06T20:35:37.287Z] ---> Running in 2cad97d3d7b2 [2022-06-06T20:35:37.287Z] Removing intermediate container 30ed71020d03 [2022-06-06T20:35:37.287Z] ---> c0a9abda44c6 [2022-06-06T20:35:37.287Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-06T20:35:37.287Z] ---> f6ed399d75f7 [2022-06-06T20:35:37.287Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-06-06T20:35:37.287Z] ---> Running in 5a716fdbdc43 [2022-06-06T20:35:37.555Z] Removing intermediate container 2cad97d3d7b2 [2022-06-06T20:35:37.555Z] ---> 19896a57d3e5 [2022-06-06T20:35:37.555Z] Step 24/25 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:37.555Z] ---> Running in eaeb773283bc [2022-06-06T20:35:37.555Z] Removing intermediate container eaeb773283bc [2022-06-06T20:35:37.555Z] ---> 827cf6f6351b [2022-06-06T20:35:37.555Z] Step 25/25 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:37.555Z] Removing intermediate container 5a716fdbdc43 [2022-06-06T20:35:37.555Z] ---> dd5e59e2bfd9 [2022-06-06T20:35:37.555Z] Step 24/26 : LABEL arch=x86_64 [2022-06-06T20:35:37.815Z] ---> Running in 363c7fd4cbe4 [2022-06-06T20:35:37.815Z] ---> Running in 479f925e11a7 [2022-06-06T20:35:37.815Z] ---> 24f42437a786 [2022-06-06T20:35:37.815Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-06T20:35:37.815Z] ---> Running in 7336e1ceea7a [2022-06-06T20:35:37.815Z] Removing intermediate container 479f925e11a7 [2022-06-06T20:35:37.815Z] ---> d250cee3561a [2022-06-06T20:35:37.815Z] Step 25/26 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:38.077Z] Removing intermediate container 363c7fd4cbe4 [2022-06-06T20:35:38.077Z] ---> d6c129369131 [2022-06-06T20:35:38.077Z] [2022-06-06T20:35:38.077Z] ---> Running in 5c6b63499acc [2022-06-06T20:35:38.077Z] Removing intermediate container 7336e1ceea7a [2022-06-06T20:35:38.077Z] ---> d95e0f2d6b5d [2022-06-06T20:35:38.077Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-06T20:35:38.077Z] Successfully built d6c129369131 [2022-06-06T20:35:38.077Z] ---> Running in 2559eadd2a9f [2022-06-06T20:35:38.077Z] Successfully tagged security-spire-server:latest [2022-06-06T20:35:38.376Z]  Building security-spire-server ... done Removing intermediate container 5c6b63499acc [2022-06-06T20:35:38.376Z] ---> e1991eb0f300 [2022-06-06T20:35:38.376Z] Step 26/26 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:38.376Z] ---> Running in ff5bf4f126b3 [2022-06-06T20:35:38.376Z] Removing intermediate container 2559eadd2a9f [2022-06-06T20:35:38.376Z] ---> f17a1a17408a [2022-06-06T20:35:38.376Z] Step 24/26 : LABEL arch=x86_64 [2022-06-06T20:35:38.635Z] ---> Running in 830739c93e3c [2022-06-06T20:35:38.635Z] Removing intermediate container ff5bf4f126b3 [2022-06-06T20:35:38.635Z] ---> 90afcca07f45 [2022-06-06T20:35:38.635Z] [2022-06-06T20:35:38.635Z] Successfully built 90afcca07f45 [2022-06-06T20:35:38.635Z] Successfully tagged security-spire-config:latest [2022-06-06T20:35:38.895Z]  Building security-spire-config ... done Removing intermediate container 830739c93e3c [2022-06-06T20:35:38.895Z] ---> 7cecc6abfeff [2022-06-06T20:35:38.895Z] Step 25/26 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:39.154Z] ---> Running in 77cfa55b6e2b [2022-06-06T20:35:39.413Z] Removing intermediate container 77cfa55b6e2b [2022-06-06T20:35:39.413Z] ---> 731affb5f2dc [2022-06-06T20:35:39.413Z] Step 26/26 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:39.413Z] ---> Running in 3791d811a131 [2022-06-06T20:35:39.674Z] Removing intermediate container 3791d811a131 [2022-06-06T20:35:39.674Z] ---> 83e9d6bde2e3 [2022-06-06T20:35:39.674Z] [2022-06-06T20:35:39.674Z] Successfully built 83e9d6bde2e3 [2022-06-06T20:35:39.674Z] Successfully tagged security-spire-agent:latest [2022-06-06T20:35:40.613Z]  Building security-spire-agent ... done CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-06T20:35:41.997Z] Removing intermediate container 9aaa9f770374 [2022-06-06T20:35:41.997Z] ---> 0fcbed2ec154 [2022-06-06T20:35:41.997Z] [2022-06-06T20:35:41.997Z] Step 10/23 : FROM alpine:3.14 [2022-06-06T20:35:41.997Z] ---> e04c818066af [2022-06-06T20:35:41.997Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-06T20:35:41.997Z] ---> Using cache [2022-06-06T20:35:41.997Z] ---> 03404f30473b [2022-06-06T20:35:41.997Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:35:41.997Z] ---> Using cache [2022-06-06T20:35:41.997Z] ---> 8c49723305be [2022-06-06T20:35:41.997Z] Step 13/23 : ENV APP_PORT=59882 [2022-06-06T20:35:41.997Z] ---> Running in 1d35fbe3b904 [2022-06-06T20:35:42.258Z] Removing intermediate container 1d35fbe3b904 [2022-06-06T20:35:42.258Z] ---> c9521b6c6fd8 [2022-06-06T20:35:42.258Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-06T20:35:42.258Z] ---> Running in 6b6600a546c5 [2022-06-06T20:35:42.518Z] Removing intermediate container 6b6600a546c5 [2022-06-06T20:35:42.518Z] ---> b3eff59cb807 [2022-06-06T20:35:42.518Z] Step 15/23 : WORKDIR / [2022-06-06T20:35:42.518Z] ---> Running in 2c2858ed5d54 [2022-06-06T20:35:42.777Z] Removing intermediate container 2c2858ed5d54 [2022-06-06T20:35:42.777Z] ---> 122456f35c55 [2022-06-06T20:35:42.777Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:35:43.064Z] ---> d6ecba8bc4c0 [2022-06-06T20:35:43.064Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-06T20:35:43.064Z] Removing intermediate container ab37f560c311 [2022-06-06T20:35:43.064Z] ---> 3ce8e4304669 [2022-06-06T20:35:43.064Z] [2022-06-06T20:35:43.064Z] Step 10/22 : FROM alpine:3.14 [2022-06-06T20:35:43.064Z] ---> e04c818066af [2022-06-06T20:35:43.064Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-06-06T20:35:43.347Z] ---> Running in 47a06c9ab3f6 [2022-06-06T20:35:43.608Z] ---> 204f7817db2f [2022-06-06T20:35:43.608Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-06T20:35:43.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:43.608Z] ---> 63fff0ee9d9f [2022-06-06T20:35:43.608Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-06-06T20:35:43.608Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-06-06T20:35:43.608Z] ---> Running in 7e02f1df1f8c [2022-06-06T20:35:43.868Z] Removing intermediate container 7e02f1df1f8c [2022-06-06T20:35:43.868Z] ---> 4097b2bb954f [2022-06-06T20:35:43.868Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:35:43.868Z] (1/6) Installing ca-certificates (20211220-r0) [2022-06-06T20:35:43.868Z] ---> Running in 40031c86b215 [2022-06-06T20:35:43.868Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-06-06T20:35:43.868Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-06-06T20:35:43.868Z] (4/6) Installing libcurl (7.79.1-r1) [2022-06-06T20:35:43.868Z] (5/6) Installing curl (7.79.1-r1) [2022-06-06T20:35:43.868Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-06-06T20:35:43.868Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:35:43.868Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:35:44.128Z] Removing intermediate container 40031c86b215 [2022-06-06T20:35:44.128Z] ---> 483177ebb04a [2022-06-06T20:35:44.128Z] Step 21/23 : LABEL arch=x86_64 [2022-06-06T20:35:44.128Z] OK: 8 MiB in 20 packages [2022-06-06T20:35:44.128Z] ---> Running in 716e260279fd [2022-06-06T20:35:44.128Z] Removing intermediate container 716e260279fd [2022-06-06T20:35:44.128Z] ---> c31d91681cc3 [2022-06-06T20:35:44.128Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:44.128Z] ---> Running in a1ca4233a76d [2022-06-06T20:35:44.414Z] Removing intermediate container a1ca4233a76d [2022-06-06T20:35:44.414Z] ---> 1e17362a8b5d [2022-06-06T20:35:44.414Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:44.414Z] ---> Running in bcbcbc0bd2da [2022-06-06T20:35:44.672Z] Removing intermediate container 47a06c9ab3f6 [2022-06-06T20:35:44.672Z] ---> 161c9c3de415 [2022-06-06T20:35:44.672Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-06T20:35:44.672Z] Removing intermediate container bcbcbc0bd2da [2022-06-06T20:35:44.672Z] ---> 07e5c40c3cd8 [2022-06-06T20:35:44.672Z] [2022-06-06T20:35:44.672Z] ---> Running in 9b41376b621a [2022-06-06T20:35:44.672Z] Successfully built 07e5c40c3cd8 [2022-06-06T20:35:44.672Z] Successfully tagged core-command:latest [2022-06-06T20:35:44.672Z]  Building core-command ... done Removing intermediate container 9b41376b621a [2022-06-06T20:35:44.672Z] ---> a212e6bcaec9 [2022-06-06T20:35:44.672Z] Step 13/22 : WORKDIR /edgex [2022-06-06T20:35:44.944Z] ---> Running in 3d307b6e0783 [2022-06-06T20:35:44.944Z] Removing intermediate container 3d307b6e0783 [2022-06-06T20:35:44.944Z] ---> 31d098ceff91 [2022-06-06T20:35:44.944Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-06T20:35:45.254Z] ---> 808473218475 [2022-06-06T20:35:45.254Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-06T20:35:45.543Z] ---> 73e42210b7b6 [2022-06-06T20:35:45.543Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-06T20:35:45.814Z] ---> 73ce0be35f2f [2022-06-06T20:35:45.814Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-06-06T20:35:46.074Z] ---> 8ff8cfeb0a88 [2022-06-06T20:35:46.074Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-06-06T20:35:46.074Z] ---> Running in afde1cf8ffa7 [2022-06-06T20:35:46.644Z] Removing intermediate container afde1cf8ffa7 [2022-06-06T20:35:46.644Z] ---> f61eda924d0f [2022-06-06T20:35:46.644Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-06-06T20:35:46.644Z] ---> Running in 7808766e21c6 [2022-06-06T20:35:46.644Z] Removing intermediate container 7808766e21c6 [2022-06-06T20:35:46.644Z] ---> 59cd33dc34b9 [2022-06-06T20:35:46.644Z] Step 20/22 : LABEL arch=x86_64 [2022-06-06T20:35:46.922Z] ---> Running in 6a17ddfc209e [2022-06-06T20:35:46.922Z] Removing intermediate container 6a17ddfc209e [2022-06-06T20:35:46.922Z] ---> 422aa79bf2c3 [2022-06-06T20:35:46.922Z] Step 21/22 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:46.922Z] ---> Running in 9672af5fc7ed [2022-06-06T20:35:46.922Z] Removing intermediate container 9672af5fc7ed [2022-06-06T20:35:46.922Z] ---> de26771c90c4 [2022-06-06T20:35:46.922Z] Step 22/22 : LABEL version=2.2.1-dev.10 [2022-06-06T20:35:47.183Z] ---> Running in cff784485fd2 [2022-06-06T20:35:47.183Z] Removing intermediate container cff784485fd2 [2022-06-06T20:35:47.183Z] ---> 9e9db54ffd25 [2022-06-06T20:35:47.183Z] [2022-06-06T20:35:47.183Z] Successfully built 9e9db54ffd25 [2022-06-06T20:35:47.183Z] Successfully tagged security-proxy-setup:latest [2022-06-06T20:35:47.453Z]  Building security-proxy-setup ... done  [Pipeline] } [2022-06-06T20:35:47.476Z] $ docker stop --time=1 dbebc0cbf56904faa527040703be7ba4cea7fc848985f36987c8a608f4a364e7 [2022-06-06T20:35:48.778Z] $ docker rm -f dbebc0cbf56904faa527040703be7ba4cea7fc848985f36987c8a608f4a364e7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T20:35:49.125Z] + docker images [2022-06-06T20:35:49.125Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-06T20:35:49.125Z] security-proxy-setup latest 9e9db54ffd25 1 second ago 26.9MB [2022-06-06T20:35:49.125Z] core-command latest 07e5c40c3cd8 4 seconds ago 16.1MB [2022-06-06T20:35:49.125Z] 3ce8e4304669 6 seconds ago 1.62GB [2022-06-06T20:35:49.125Z] 0fcbed2ec154 7 seconds ago 1.61GB [2022-06-06T20:35:49.125Z] security-spire-agent latest 83e9d6bde2e3 9 seconds ago 127MB [2022-06-06T20:35:49.125Z] security-spire-config latest 90afcca07f45 10 seconds ago 86.7MB [2022-06-06T20:35:49.125Z] security-spire-server latest d6c129369131 11 seconds ago 87.3MB [2022-06-06T20:35:49.125Z] security-secretstore-setup latest cbda66ca3b74 29 seconds ago 28.5MB [2022-06-06T20:35:49.125Z] security-bootstrapper latest f2b9e28f5782 30 seconds ago 19.1MB [2022-06-06T20:35:49.125Z] 6cd06a057f15 32 seconds ago 4.16GB [2022-06-06T20:35:49.125Z] a442e801f513 34 seconds ago 4.16GB [2022-06-06T20:35:49.125Z] 674b750df2ef 34 seconds ago 4.16GB [2022-06-06T20:35:49.125Z] 21a39c4b6111 About a minute ago 1.63GB [2022-06-06T20:35:49.125Z] dead0774a241 About a minute ago 1.62GB [2022-06-06T20:35:49.125Z] core-data latest 4c2ef7e355c0 About a minute ago 22.5MB [2022-06-06T20:35:49.125Z] 8b06620b5105 About a minute ago 1.65GB [2022-06-06T20:35:49.125Z] support-notifications latest a88ed2fc8234 About a minute ago 27MB [2022-06-06T20:35:49.125Z] 6f1fc7c6d683 About a minute ago 1.67GB [2022-06-06T20:35:49.125Z] sys-mgmt-agent latest a22220f0288b 2 minutes ago 299MB [2022-06-06T20:35:49.125Z] support-scheduler latest 8397d5f4591b 2 minutes ago 26.4MB [2022-06-06T20:35:49.125Z] 149da004ed3b 2 minutes ago 1.67GB [2022-06-06T20:35:49.125Z] 98917ece1d22 2 minutes ago 1.62GB [2022-06-06T20:35:49.125Z] security-spiffe-token-provider latest f7504cf9a298 4 minutes ago 29MB [2022-06-06T20:35:49.125Z] core-metadata latest 17351beb60ac 4 minutes ago 17MB [2022-06-06T20:35:49.125Z] 602c5a6823dd 4 minutes ago 1.67GB [2022-06-06T20:35:49.125Z] 6ac98f871ace 4 minutes ago 1.62GB [2022-06-06T20:35:49.125Z] ci-base-image-x86_64 latest 9e4ed2c84d07 7 minutes ago 1.02GB [2022-06-06T20:35:49.125Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 8f69c11f6b0c 3 days ago 680MB [2022-06-06T20:35:49.125Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver 0.1.4 d7ea09dbb500 3 days ago 253MB [2022-06-06T20:35:49.125Z] docker 20.10.14 7417809fdb73 2 months ago 218MB [2022-06-06T20:35:49.125Z] alpine 3.14 e04c818066af 2 months ago 5.59MB [2022-06-06T20:35:49.125Z] alpine 3.15 0ac33e5f5afa 2 months ago 5.57MB [2022-06-06T20:35:49.126Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 23 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T20:35:49.236Z] provisioning config files... [2022-06-06T20:35:49.247Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config2848087862611743106tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T20:35:49.549Z] ---> docker-login.sh [2022-06-06T20:35:49.549Z] nexus3.edgexfoundry.org:10001 [2022-06-06T20:35:49.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:35:49.549Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:35:49.549Z] Configure a credential helper to remove this warning. See [2022-06-06T20:35:49.549Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:35:49.549Z] [2022-06-06T20:35:49.549Z] Login Succeeded [2022-06-06T20:35:49.549Z] nexus3.edgexfoundry.org:10002 [2022-06-06T20:35:49.549Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:35:49.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:35:49.810Z] Configure a credential helper to remove this warning. See [2022-06-06T20:35:49.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:35:49.810Z] [2022-06-06T20:35:49.810Z] Login Succeeded [2022-06-06T20:35:49.810Z] nexus3.edgexfoundry.org:10003 [2022-06-06T20:35:49.810Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:35:49.810Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:35:49.810Z] Configure a credential helper to remove this warning. See [2022-06-06T20:35:49.810Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:35:49.810Z] [2022-06-06T20:35:49.810Z] Login Succeeded [2022-06-06T20:35:49.810Z] nexus3.edgexfoundry.org:10004 [2022-06-06T20:35:50.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:35:50.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:35:50.070Z] Configure a credential helper to remove this warning. See [2022-06-06T20:35:50.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:35:50.070Z] [2022-06-06T20:35:50.070Z] Login Succeeded [2022-06-06T20:35:50.070Z] docker.io [2022-06-06T20:35:50.070Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T20:35:50.331Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T20:35:50.331Z] Configure a credential helper to remove this warning. See [2022-06-06T20:35:50.331Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T20:35:50.331Z] [2022-06-06T20:35:50.331Z] Login Succeeded [2022-06-06T20:35:50.331Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T20:35:50.340Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:35:50.370Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-06T20:35:50.395Z] [edgeXDocker.push] Tagging docker image core-command with the following tags: [2022-06-06T20:35:50.395Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:50.395Z] latest [2022-06-06T20:35:50.395Z] 2.2.1-dev.10 [2022-06-06T20:35:50.395Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:35:50.395Z] main [2022-06-06T20:35:50.395Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:50.718Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:51.029Z] + docker push nexus3.edgexfoundry.org:10004/core-command:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:51.029Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-06-06T20:35:51.029Z] 7d779b770017: Preparing [2022-06-06T20:35:51.029Z] 669a23b5abb6: Preparing [2022-06-06T20:35:51.029Z] 33528e5cad17: Preparing [2022-06-06T20:35:51.029Z] 0d38269f5ae6: Preparing [2022-06-06T20:35:51.029Z] b541d28bf3b4: Preparing [2022-06-06T20:35:51.029Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:51.029Z] 0d38269f5ae6: Pushed [2022-06-06T20:35:51.029Z] 7d779b770017: Pushed [2022-06-06T20:35:51.029Z] 33528e5cad17: Pushed [2022-06-06T20:35:52.411Z] 669a23b5abb6: Pushed [2022-06-06T20:35:52.411Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:c381b6d860fc5b194307d24086bcecd5eaa137f529f8945f8d6cbf9d2cc2466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:52.737Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:53.044Z] + docker push nexus3.edgexfoundry.org:10004/core-command:latest [2022-06-06T20:35:53.044Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-06-06T20:35:53.044Z] 7d779b770017: Preparing [2022-06-06T20:35:53.044Z] 669a23b5abb6: Preparing [2022-06-06T20:35:53.044Z] 33528e5cad17: Preparing [2022-06-06T20:35:53.044Z] 0d38269f5ae6: Preparing [2022-06-06T20:35:53.044Z] b541d28bf3b4: Preparing [2022-06-06T20:35:53.044Z] 7d779b770017: Layer already exists [2022-06-06T20:35:53.044Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:53.044Z] 669a23b5abb6: Layer already exists [2022-06-06T20:35:53.044Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:35:53.044Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:53.044Z] latest: digest: sha256:c381b6d860fc5b194307d24086bcecd5eaa137f529f8945f8d6cbf9d2cc2466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:53.362Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:53.676Z] + docker push nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.10 [2022-06-06T20:35:53.676Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-06-06T20:35:53.676Z] 7d779b770017: Preparing [2022-06-06T20:35:53.676Z] 669a23b5abb6: Preparing [2022-06-06T20:35:53.676Z] 33528e5cad17: Preparing [2022-06-06T20:35:53.676Z] 0d38269f5ae6: Preparing [2022-06-06T20:35:53.676Z] b541d28bf3b4: Preparing [2022-06-06T20:35:53.676Z] 669a23b5abb6: Layer already exists [2022-06-06T20:35:53.676Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:53.676Z] 7d779b770017: Layer already exists [2022-06-06T20:35:53.676Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:53.676Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:35:53.676Z] 2.2.1-dev.10: digest: sha256:c381b6d860fc5b194307d24086bcecd5eaa137f529f8945f8d6cbf9d2cc2466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:53.998Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:54.312Z] + docker push nexus3.edgexfoundry.org:10004/core-command:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:35:54.312Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-06-06T20:35:54.312Z] 7d779b770017: Preparing [2022-06-06T20:35:54.312Z] 669a23b5abb6: Preparing [2022-06-06T20:35:54.312Z] 33528e5cad17: Preparing [2022-06-06T20:35:54.312Z] 0d38269f5ae6: Preparing [2022-06-06T20:35:54.312Z] b541d28bf3b4: Preparing [2022-06-06T20:35:54.312Z] 669a23b5abb6: Layer already exists [2022-06-06T20:35:54.312Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:54.312Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:35:54.312Z] 7d779b770017: Layer already exists [2022-06-06T20:35:54.312Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:54.312Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:c381b6d860fc5b194307d24086bcecd5eaa137f529f8945f8d6cbf9d2cc2466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:54.626Z] + docker tag core-command nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:54.936Z] + docker push nexus3.edgexfoundry.org:10004/core-command:main [2022-06-06T20:35:54.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command] [2022-06-06T20:35:54.936Z] 7d779b770017: Preparing [2022-06-06T20:35:54.936Z] 669a23b5abb6: Preparing [2022-06-06T20:35:54.936Z] 33528e5cad17: Preparing [2022-06-06T20:35:54.936Z] 0d38269f5ae6: Preparing [2022-06-06T20:35:54.936Z] b541d28bf3b4: Preparing [2022-06-06T20:35:54.936Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:54.936Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:35:54.936Z] 7d779b770017: Layer already exists [2022-06-06T20:35:54.936Z] 669a23b5abb6: Layer already exists [2022-06-06T20:35:54.936Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:54.936Z] main: digest: sha256:c381b6d860fc5b194307d24086bcecd5eaa137f529f8945f8d6cbf9d2cc2466c size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:35:54.987Z] ===================================================== [Pipeline] echo [2022-06-06T20:35:54.994Z] taggedImages: [2022-06-06T20:35:54.994Z] - nexus3.edgexfoundry.org:10004/core-command:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:54.994Z] - nexus3.edgexfoundry.org:10004/core-command:latest [2022-06-06T20:35:54.994Z] - nexus3.edgexfoundry.org:10004/core-command:2.2.1-dev.10 [2022-06-06T20:35:54.994Z] - nexus3.edgexfoundry.org:10004/core-command:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:35:54.994Z] - nexus3.edgexfoundry.org:10004/core-command:main [Pipeline] echo [2022-06-06T20:35:55.015Z] [edgeXDocker.push] Tagging docker image core-data with the following tags: [2022-06-06T20:35:55.015Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:55.015Z] latest [2022-06-06T20:35:55.015Z] 2.2.1-dev.10 [2022-06-06T20:35:55.015Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:35:55.015Z] main [2022-06-06T20:35:55.015Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:55.339Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:55.649Z] + docker push nexus3.edgexfoundry.org:10004/core-data:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:35:55.649Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-06-06T20:35:55.649Z] b52893b99d96: Preparing [2022-06-06T20:35:55.649Z] f830af3d3322: Preparing [2022-06-06T20:35:55.649Z] 33528e5cad17: Preparing [2022-06-06T20:35:55.649Z] 408bce7ab327: Preparing [2022-06-06T20:35:55.649Z] 6d3902c82d08: Preparing [2022-06-06T20:35:55.649Z] b541d28bf3b4: Preparing [2022-06-06T20:35:55.649Z] b541d28bf3b4: Waiting [2022-06-06T20:35:55.649Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:55.649Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:55.649Z] 6d3902c82d08: Pushed [2022-06-06T20:35:55.649Z] b52893b99d96: Pushed [2022-06-06T20:35:55.910Z] 408bce7ab327: Pushed [2022-06-06T20:35:57.298Z] f830af3d3322: Pushed [2022-06-06T20:35:57.559Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:7990bd5585def48f4a6714973bb2bef79e49304593b45e341317a6df92669540 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:57.871Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:58.189Z] + docker push nexus3.edgexfoundry.org:10004/core-data:latest [2022-06-06T20:35:58.189Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-06-06T20:35:58.189Z] b52893b99d96: Preparing [2022-06-06T20:35:58.189Z] f830af3d3322: Preparing [2022-06-06T20:35:58.190Z] 33528e5cad17: Preparing [2022-06-06T20:35:58.190Z] 408bce7ab327: Preparing [2022-06-06T20:35:58.190Z] 6d3902c82d08: Preparing [2022-06-06T20:35:58.190Z] b541d28bf3b4: Preparing [2022-06-06T20:35:58.190Z] b541d28bf3b4: Waiting [2022-06-06T20:35:58.190Z] 408bce7ab327: Layer already exists [2022-06-06T20:35:58.190Z] b52893b99d96: Layer already exists [2022-06-06T20:35:58.190Z] 6d3902c82d08: Layer already exists [2022-06-06T20:35:58.190Z] f830af3d3322: Layer already exists [2022-06-06T20:35:58.190Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:58.190Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:58.190Z] latest: digest: sha256:7990bd5585def48f4a6714973bb2bef79e49304593b45e341317a6df92669540 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:58.508Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:58.820Z] + docker push nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.10 [2022-06-06T20:35:58.820Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-06-06T20:35:58.820Z] b52893b99d96: Preparing [2022-06-06T20:35:58.820Z] f830af3d3322: Preparing [2022-06-06T20:35:58.820Z] 33528e5cad17: Preparing [2022-06-06T20:35:58.820Z] 408bce7ab327: Preparing [2022-06-06T20:35:58.820Z] 6d3902c82d08: Preparing [2022-06-06T20:35:58.820Z] b541d28bf3b4: Preparing [2022-06-06T20:35:58.820Z] b541d28bf3b4: Waiting [2022-06-06T20:35:58.820Z] f830af3d3322: Layer already exists [2022-06-06T20:35:58.820Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:58.820Z] b52893b99d96: Layer already exists [2022-06-06T20:35:58.820Z] 6d3902c82d08: Layer already exists [2022-06-06T20:35:58.820Z] 408bce7ab327: Layer already exists [2022-06-06T20:35:58.820Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:58.820Z] 2.2.1-dev.10: digest: sha256:7990bd5585def48f4a6714973bb2bef79e49304593b45e341317a6df92669540 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:59.136Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:59.448Z] + docker push nexus3.edgexfoundry.org:10004/core-data:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:35:59.448Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-06-06T20:35:59.448Z] b52893b99d96: Preparing [2022-06-06T20:35:59.448Z] f830af3d3322: Preparing [2022-06-06T20:35:59.448Z] 33528e5cad17: Preparing [2022-06-06T20:35:59.448Z] 408bce7ab327: Preparing [2022-06-06T20:35:59.448Z] 6d3902c82d08: Preparing [2022-06-06T20:35:59.448Z] b541d28bf3b4: Preparing [2022-06-06T20:35:59.448Z] b541d28bf3b4: Waiting [2022-06-06T20:35:59.448Z] 33528e5cad17: Layer already exists [2022-06-06T20:35:59.448Z] f830af3d3322: Layer already exists [2022-06-06T20:35:59.448Z] 6d3902c82d08: Layer already exists [2022-06-06T20:35:59.448Z] 408bce7ab327: Layer already exists [2022-06-06T20:35:59.448Z] b52893b99d96: Layer already exists [2022-06-06T20:35:59.448Z] b541d28bf3b4: Layer already exists [2022-06-06T20:35:59.448Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:7990bd5585def48f4a6714973bb2bef79e49304593b45e341317a6df92669540 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:35:59.768Z] + docker tag core-data nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:00.081Z] + docker push nexus3.edgexfoundry.org:10004/core-data:main [2022-06-06T20:36:00.081Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data] [2022-06-06T20:36:00.081Z] b52893b99d96: Preparing [2022-06-06T20:36:00.081Z] f830af3d3322: Preparing [2022-06-06T20:36:00.081Z] 33528e5cad17: Preparing [2022-06-06T20:36:00.081Z] 408bce7ab327: Preparing [2022-06-06T20:36:00.081Z] 6d3902c82d08: Preparing [2022-06-06T20:36:00.081Z] b541d28bf3b4: Preparing [2022-06-06T20:36:00.081Z] b541d28bf3b4: Waiting [2022-06-06T20:36:00.081Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:00.081Z] b52893b99d96: Layer already exists [2022-06-06T20:36:00.081Z] 6d3902c82d08: Layer already exists [2022-06-06T20:36:00.081Z] f830af3d3322: Layer already exists [2022-06-06T20:36:00.081Z] 408bce7ab327: Layer already exists [2022-06-06T20:36:00.081Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:00.081Z] main: digest: sha256:7990bd5585def48f4a6714973bb2bef79e49304593b45e341317a6df92669540 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:00.127Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:00.136Z] taggedImages: [2022-06-06T20:36:00.136Z] - nexus3.edgexfoundry.org:10004/core-data:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:00.136Z] - nexus3.edgexfoundry.org:10004/core-data:latest [2022-06-06T20:36:00.136Z] - nexus3.edgexfoundry.org:10004/core-data:2.2.1-dev.10 [2022-06-06T20:36:00.136Z] - nexus3.edgexfoundry.org:10004/core-data:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:00.136Z] - nexus3.edgexfoundry.org:10004/core-data:main [Pipeline] echo [2022-06-06T20:36:00.155Z] [edgeXDocker.push] Tagging docker image core-metadata with the following tags: [2022-06-06T20:36:00.155Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:00.155Z] latest [2022-06-06T20:36:00.155Z] 2.2.1-dev.10 [2022-06-06T20:36:00.155Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:00.155Z] main [2022-06-06T20:36:00.155Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:00.472Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:00.786Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:00.786Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-06-06T20:36:00.786Z] feddfe2b2364: Preparing [2022-06-06T20:36:00.786Z] b4ba9f46946f: Preparing [2022-06-06T20:36:00.786Z] 33528e5cad17: Preparing [2022-06-06T20:36:00.786Z] 0d38269f5ae6: Preparing [2022-06-06T20:36:00.786Z] b541d28bf3b4: Preparing [2022-06-06T20:36:00.786Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:00.786Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:36:00.786Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:00.786Z] feddfe2b2364: Pushed [2022-06-06T20:36:02.170Z] b4ba9f46946f: Pushed [2022-06-06T20:36:02.170Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:7c6cc992990483f2f2ecff14e3a4041a355fd8411ad65e398c2867f85b6fe01d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:02.490Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:02.799Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-06-06T20:36:02.799Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-06-06T20:36:02.799Z] feddfe2b2364: Preparing [2022-06-06T20:36:02.799Z] b4ba9f46946f: Preparing [2022-06-06T20:36:02.799Z] 33528e5cad17: Preparing [2022-06-06T20:36:02.799Z] 0d38269f5ae6: Preparing [2022-06-06T20:36:02.799Z] b541d28bf3b4: Preparing [2022-06-06T20:36:02.799Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:36:02.799Z] feddfe2b2364: Layer already exists [2022-06-06T20:36:02.799Z] b4ba9f46946f: Layer already exists [2022-06-06T20:36:02.799Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:02.799Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:02.799Z] latest: digest: sha256:7c6cc992990483f2f2ecff14e3a4041a355fd8411ad65e398c2867f85b6fe01d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:03.113Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:03.423Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.10 [2022-06-06T20:36:03.423Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-06-06T20:36:03.423Z] feddfe2b2364: Preparing [2022-06-06T20:36:03.423Z] b4ba9f46946f: Preparing [2022-06-06T20:36:03.423Z] 33528e5cad17: Preparing [2022-06-06T20:36:03.423Z] 0d38269f5ae6: Preparing [2022-06-06T20:36:03.423Z] b541d28bf3b4: Preparing [2022-06-06T20:36:03.423Z] feddfe2b2364: Layer already exists [2022-06-06T20:36:03.423Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:36:03.423Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:03.423Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:03.423Z] b4ba9f46946f: Layer already exists [2022-06-06T20:36:03.423Z] 2.2.1-dev.10: digest: sha256:7c6cc992990483f2f2ecff14e3a4041a355fd8411ad65e398c2867f85b6fe01d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:03.778Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:04.104Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:04.104Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-06-06T20:36:04.104Z] feddfe2b2364: Preparing [2022-06-06T20:36:04.104Z] b4ba9f46946f: Preparing [2022-06-06T20:36:04.104Z] 33528e5cad17: Preparing [2022-06-06T20:36:04.104Z] 0d38269f5ae6: Preparing [2022-06-06T20:36:04.104Z] b541d28bf3b4: Preparing [2022-06-06T20:36:04.104Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:36:04.104Z] feddfe2b2364: Layer already exists [2022-06-06T20:36:04.104Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:04.104Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:04.104Z] b4ba9f46946f: Layer already exists [2022-06-06T20:36:04.104Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:7c6cc992990483f2f2ecff14e3a4041a355fd8411ad65e398c2867f85b6fe01d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:04.416Z] + docker tag core-metadata nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:04.722Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata:main [2022-06-06T20:36:04.722Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata] [2022-06-06T20:36:04.722Z] feddfe2b2364: Preparing [2022-06-06T20:36:04.722Z] b4ba9f46946f: Preparing [2022-06-06T20:36:04.722Z] 33528e5cad17: Preparing [2022-06-06T20:36:04.722Z] 0d38269f5ae6: Preparing [2022-06-06T20:36:04.722Z] b541d28bf3b4: Preparing [2022-06-06T20:36:04.722Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:04.722Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:04.722Z] b4ba9f46946f: Layer already exists [2022-06-06T20:36:04.722Z] feddfe2b2364: Layer already exists [2022-06-06T20:36:04.722Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:36:04.722Z] main: digest: sha256:7c6cc992990483f2f2ecff14e3a4041a355fd8411ad65e398c2867f85b6fe01d size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:04.767Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:04.774Z] taggedImages: [2022-06-06T20:36:04.774Z] - nexus3.edgexfoundry.org:10004/core-metadata:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:04.774Z] - nexus3.edgexfoundry.org:10004/core-metadata:latest [2022-06-06T20:36:04.774Z] - nexus3.edgexfoundry.org:10004/core-metadata:2.2.1-dev.10 [2022-06-06T20:36:04.774Z] - nexus3.edgexfoundry.org:10004/core-metadata:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:04.774Z] - nexus3.edgexfoundry.org:10004/core-metadata:main [Pipeline] echo [2022-06-06T20:36:04.793Z] [edgeXDocker.push] Tagging docker image security-bootstrapper with the following tags: [2022-06-06T20:36:04.793Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:04.793Z] latest [2022-06-06T20:36:04.793Z] 2.2.1-dev.10 [2022-06-06T20:36:04.793Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:04.793Z] main [2022-06-06T20:36:04.793Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:05.120Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:05.433Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:05.433Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-06-06T20:36:05.433Z] 4aadeb255829: Preparing [2022-06-06T20:36:05.433Z] 4aadeb255829: Preparing [2022-06-06T20:36:05.433Z] d0103d083188: Preparing [2022-06-06T20:36:05.433Z] ab767f7371f0: Preparing [2022-06-06T20:36:05.433Z] 5e876b9472cf: Preparing [2022-06-06T20:36:05.433Z] d09c6b1bb062: Preparing [2022-06-06T20:36:05.433Z] 33528e5cad17: Preparing [2022-06-06T20:36:05.433Z] e08b39c5e28e: Preparing [2022-06-06T20:36:05.433Z] a2c2a2704cdf: Preparing [2022-06-06T20:36:05.433Z] 0f32fb3b0b6f: Preparing [2022-06-06T20:36:05.433Z] 37a20c22719e: Preparing [2022-06-06T20:36:05.433Z] b541d28bf3b4: Preparing [2022-06-06T20:36:05.433Z] a2c2a2704cdf: Waiting [2022-06-06T20:36:05.433Z] 0f32fb3b0b6f: Waiting [2022-06-06T20:36:05.433Z] 37a20c22719e: Waiting [2022-06-06T20:36:05.433Z] b541d28bf3b4: Waiting [2022-06-06T20:36:05.433Z] e08b39c5e28e: Waiting [2022-06-06T20:36:05.433Z] 33528e5cad17: Waiting [2022-06-06T20:36:05.433Z] 5e876b9472cf: Pushed [2022-06-06T20:36:05.433Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:05.433Z] 4aadeb255829: Pushed [2022-06-06T20:36:05.433Z] d0103d083188: Pushed [2022-06-06T20:36:05.433Z] ab767f7371f0: Pushed [2022-06-06T20:36:05.693Z] e08b39c5e28e: Pushed [2022-06-06T20:36:05.693Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:05.693Z] a2c2a2704cdf: Pushed [2022-06-06T20:36:05.693Z] 37a20c22719e: Pushed [2022-06-06T20:36:05.693Z] 0f32fb3b0b6f: Pushed [2022-06-06T20:36:07.075Z] d09c6b1bb062: Pushed [2022-06-06T20:36:07.075Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:6be40fb9bc1e1702e6cde6ffdf068a4237f8d4cd96341e521b3db08bb76d0021 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:07.394Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:07.704Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-06-06T20:36:07.704Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-06-06T20:36:07.704Z] 4aadeb255829: Preparing [2022-06-06T20:36:07.704Z] 4aadeb255829: Preparing [2022-06-06T20:36:07.704Z] d0103d083188: Preparing [2022-06-06T20:36:07.704Z] ab767f7371f0: Preparing [2022-06-06T20:36:07.704Z] 5e876b9472cf: Preparing [2022-06-06T20:36:07.704Z] d09c6b1bb062: Preparing [2022-06-06T20:36:07.704Z] 33528e5cad17: Preparing [2022-06-06T20:36:07.704Z] e08b39c5e28e: Preparing [2022-06-06T20:36:07.704Z] a2c2a2704cdf: Preparing [2022-06-06T20:36:07.704Z] 0f32fb3b0b6f: Preparing [2022-06-06T20:36:07.704Z] 37a20c22719e: Preparing [2022-06-06T20:36:07.704Z] b541d28bf3b4: Preparing [2022-06-06T20:36:07.704Z] e08b39c5e28e: Waiting [2022-06-06T20:36:07.704Z] b541d28bf3b4: Waiting [2022-06-06T20:36:07.704Z] a2c2a2704cdf: Waiting [2022-06-06T20:36:07.704Z] 0f32fb3b0b6f: Waiting [2022-06-06T20:36:07.704Z] 33528e5cad17: Waiting [2022-06-06T20:36:07.704Z] 37a20c22719e: Waiting [2022-06-06T20:36:07.704Z] 4aadeb255829: Layer already exists [2022-06-06T20:36:07.704Z] ab767f7371f0: Layer already exists [2022-06-06T20:36:07.704Z] 5e876b9472cf: Layer already exists [2022-06-06T20:36:07.704Z] d0103d083188: Layer already exists [2022-06-06T20:36:07.704Z] d09c6b1bb062: Layer already exists [2022-06-06T20:36:07.705Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:07.705Z] a2c2a2704cdf: Layer already exists [2022-06-06T20:36:07.705Z] e08b39c5e28e: Layer already exists [2022-06-06T20:36:07.705Z] 0f32fb3b0b6f: Layer already exists [2022-06-06T20:36:07.705Z] 37a20c22719e: Layer already exists [2022-06-06T20:36:07.705Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:07.705Z] latest: digest: sha256:6be40fb9bc1e1702e6cde6ffdf068a4237f8d4cd96341e521b3db08bb76d0021 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:08.026Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:08.340Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.10 [2022-06-06T20:36:08.340Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-06-06T20:36:08.340Z] 4aadeb255829: Preparing [2022-06-06T20:36:08.340Z] 4aadeb255829: Preparing [2022-06-06T20:36:08.340Z] d0103d083188: Preparing [2022-06-06T20:36:08.340Z] ab767f7371f0: Preparing [2022-06-06T20:36:08.340Z] 5e876b9472cf: Preparing [2022-06-06T20:36:08.340Z] d09c6b1bb062: Preparing [2022-06-06T20:36:08.340Z] 33528e5cad17: Preparing [2022-06-06T20:36:08.340Z] e08b39c5e28e: Preparing [2022-06-06T20:36:08.340Z] a2c2a2704cdf: Preparing [2022-06-06T20:36:08.340Z] 0f32fb3b0b6f: Preparing [2022-06-06T20:36:08.340Z] 37a20c22719e: Preparing [2022-06-06T20:36:08.340Z] b541d28bf3b4: Preparing [2022-06-06T20:36:08.340Z] a2c2a2704cdf: Waiting [2022-06-06T20:36:08.340Z] 0f32fb3b0b6f: Waiting [2022-06-06T20:36:08.340Z] 37a20c22719e: Waiting [2022-06-06T20:36:08.340Z] b541d28bf3b4: Waiting [2022-06-06T20:36:08.340Z] 33528e5cad17: Waiting [2022-06-06T20:36:08.340Z] e08b39c5e28e: Waiting [2022-06-06T20:36:08.340Z] d0103d083188: Layer already exists [2022-06-06T20:36:08.340Z] d09c6b1bb062: Layer already exists [2022-06-06T20:36:08.340Z] ab767f7371f0: Layer already exists [2022-06-06T20:36:08.340Z] 5e876b9472cf: Layer already exists [2022-06-06T20:36:08.340Z] 4aadeb255829: Layer already exists [2022-06-06T20:36:08.340Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:08.340Z] 0f32fb3b0b6f: Layer already exists [2022-06-06T20:36:08.340Z] 37a20c22719e: Layer already exists [2022-06-06T20:36:08.340Z] e08b39c5e28e: Layer already exists [2022-06-06T20:36:08.340Z] a2c2a2704cdf: Layer already exists [2022-06-06T20:36:08.340Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:08.340Z] 2.2.1-dev.10: digest: sha256:6be40fb9bc1e1702e6cde6ffdf068a4237f8d4cd96341e521b3db08bb76d0021 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:08.661Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:08.977Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:08.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-06-06T20:36:08.977Z] 4aadeb255829: Preparing [2022-06-06T20:36:08.977Z] 4aadeb255829: Preparing [2022-06-06T20:36:08.977Z] d0103d083188: Preparing [2022-06-06T20:36:08.977Z] ab767f7371f0: Preparing [2022-06-06T20:36:08.977Z] 5e876b9472cf: Preparing [2022-06-06T20:36:08.977Z] d09c6b1bb062: Preparing [2022-06-06T20:36:08.977Z] 33528e5cad17: Preparing [2022-06-06T20:36:08.977Z] e08b39c5e28e: Preparing [2022-06-06T20:36:08.977Z] a2c2a2704cdf: Preparing [2022-06-06T20:36:08.977Z] 0f32fb3b0b6f: Preparing [2022-06-06T20:36:08.977Z] 37a20c22719e: Preparing [2022-06-06T20:36:08.977Z] b541d28bf3b4: Preparing [2022-06-06T20:36:08.977Z] e08b39c5e28e: Waiting [2022-06-06T20:36:08.977Z] a2c2a2704cdf: Waiting [2022-06-06T20:36:08.977Z] 0f32fb3b0b6f: Waiting [2022-06-06T20:36:08.977Z] 33528e5cad17: Waiting [2022-06-06T20:36:08.977Z] 37a20c22719e: Waiting [2022-06-06T20:36:08.977Z] ab767f7371f0: Layer already exists [2022-06-06T20:36:08.977Z] d0103d083188: Layer already exists [2022-06-06T20:36:08.977Z] 5e876b9472cf: Layer already exists [2022-06-06T20:36:08.977Z] d09c6b1bb062: Layer already exists [2022-06-06T20:36:08.977Z] 4aadeb255829: Layer already exists [2022-06-06T20:36:08.977Z] e08b39c5e28e: Layer already exists [2022-06-06T20:36:08.977Z] a2c2a2704cdf: Layer already exists [2022-06-06T20:36:08.977Z] 37a20c22719e: Layer already exists [2022-06-06T20:36:08.977Z] 0f32fb3b0b6f: Layer already exists [2022-06-06T20:36:08.977Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:08.977Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:08.977Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:6be40fb9bc1e1702e6cde6ffdf068a4237f8d4cd96341e521b3db08bb76d0021 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:09.291Z] + docker tag security-bootstrapper nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:09.598Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper:main [2022-06-06T20:36:09.598Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper] [2022-06-06T20:36:09.598Z] 4aadeb255829: Preparing [2022-06-06T20:36:09.598Z] 4aadeb255829: Preparing [2022-06-06T20:36:09.598Z] d0103d083188: Preparing [2022-06-06T20:36:09.598Z] ab767f7371f0: Preparing [2022-06-06T20:36:09.598Z] 5e876b9472cf: Preparing [2022-06-06T20:36:09.598Z] d09c6b1bb062: Preparing [2022-06-06T20:36:09.598Z] 33528e5cad17: Preparing [2022-06-06T20:36:09.598Z] e08b39c5e28e: Preparing [2022-06-06T20:36:09.598Z] a2c2a2704cdf: Preparing [2022-06-06T20:36:09.598Z] 0f32fb3b0b6f: Preparing [2022-06-06T20:36:09.598Z] 37a20c22719e: Preparing [2022-06-06T20:36:09.598Z] b541d28bf3b4: Preparing [2022-06-06T20:36:09.598Z] e08b39c5e28e: Waiting [2022-06-06T20:36:09.598Z] a2c2a2704cdf: Waiting [2022-06-06T20:36:09.598Z] 0f32fb3b0b6f: Waiting [2022-06-06T20:36:09.598Z] b541d28bf3b4: Waiting [2022-06-06T20:36:09.598Z] 33528e5cad17: Waiting [2022-06-06T20:36:09.598Z] 37a20c22719e: Waiting [2022-06-06T20:36:09.598Z] 4aadeb255829: Layer already exists [2022-06-06T20:36:09.598Z] d09c6b1bb062: Layer already exists [2022-06-06T20:36:09.598Z] ab767f7371f0: Layer already exists [2022-06-06T20:36:09.598Z] d0103d083188: Layer already exists [2022-06-06T20:36:09.598Z] 5e876b9472cf: Layer already exists [2022-06-06T20:36:09.598Z] a2c2a2704cdf: Layer already exists [2022-06-06T20:36:09.598Z] e08b39c5e28e: Layer already exists [2022-06-06T20:36:09.598Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:09.598Z] 37a20c22719e: Layer already exists [2022-06-06T20:36:09.598Z] 0f32fb3b0b6f: Layer already exists [2022-06-06T20:36:09.598Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:09.598Z] main: digest: sha256:6be40fb9bc1e1702e6cde6ffdf068a4237f8d4cd96341e521b3db08bb76d0021 size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:09.651Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:09.659Z] taggedImages: [2022-06-06T20:36:09.659Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:09.659Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:latest [2022-06-06T20:36:09.659Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:2.2.1-dev.10 [2022-06-06T20:36:09.659Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:09.659Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper:main [Pipeline] echo [2022-06-06T20:36:09.679Z] [edgeXDocker.push] Tagging docker image security-proxy-setup with the following tags: [2022-06-06T20:36:09.679Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:09.679Z] latest [2022-06-06T20:36:09.679Z] 2.2.1-dev.10 [2022-06-06T20:36:09.679Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:09.679Z] main [2022-06-06T20:36:09.679Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:09.996Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:10.306Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:10.306Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-06-06T20:36:10.306Z] 4bc7a3a2c8cd: Preparing [2022-06-06T20:36:10.306Z] e0842b0dc2dc: Preparing [2022-06-06T20:36:10.306Z] f6b284cb3955: Preparing [2022-06-06T20:36:10.306Z] 34eeefdc2c90: Preparing [2022-06-06T20:36:10.306Z] 92fbf2a4d2f4: Preparing [2022-06-06T20:36:10.306Z] c848189effca: Preparing [2022-06-06T20:36:10.306Z] c0a0b8f2d2f3: Preparing [2022-06-06T20:36:10.306Z] b541d28bf3b4: Preparing [2022-06-06T20:36:10.306Z] c848189effca: Waiting [2022-06-06T20:36:10.306Z] c0a0b8f2d2f3: Waiting [2022-06-06T20:36:10.306Z] b541d28bf3b4: Waiting [2022-06-06T20:36:10.306Z] e0842b0dc2dc: Pushed [2022-06-06T20:36:10.306Z] 4bc7a3a2c8cd: Pushed [2022-06-06T20:36:10.306Z] 92fbf2a4d2f4: Pushed [2022-06-06T20:36:10.306Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:10.567Z] c848189effca: Pushed [2022-06-06T20:36:10.827Z] c0a0b8f2d2f3: Pushed [2022-06-06T20:36:11.398Z] f6b284cb3955: Pushed [2022-06-06T20:36:11.398Z] 34eeefdc2c90: Pushed [2022-06-06T20:36:11.659Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:9a929847b2d7de150c880a077be1040a8550ed955edaca256e28e48cc1482b17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:11.979Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:12.292Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-06-06T20:36:12.292Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-06-06T20:36:12.292Z] 4bc7a3a2c8cd: Preparing [2022-06-06T20:36:12.292Z] e0842b0dc2dc: Preparing [2022-06-06T20:36:12.292Z] f6b284cb3955: Preparing [2022-06-06T20:36:12.292Z] 34eeefdc2c90: Preparing [2022-06-06T20:36:12.292Z] 92fbf2a4d2f4: Preparing [2022-06-06T20:36:12.292Z] c848189effca: Preparing [2022-06-06T20:36:12.292Z] c0a0b8f2d2f3: Preparing [2022-06-06T20:36:12.292Z] b541d28bf3b4: Preparing [2022-06-06T20:36:12.292Z] c848189effca: Waiting [2022-06-06T20:36:12.292Z] b541d28bf3b4: Waiting [2022-06-06T20:36:12.292Z] c0a0b8f2d2f3: Waiting [2022-06-06T20:36:12.292Z] f6b284cb3955: Layer already exists [2022-06-06T20:36:12.292Z] 34eeefdc2c90: Layer already exists [2022-06-06T20:36:12.292Z] 4bc7a3a2c8cd: Layer already exists [2022-06-06T20:36:12.292Z] e0842b0dc2dc: Layer already exists [2022-06-06T20:36:12.292Z] 92fbf2a4d2f4: Layer already exists [2022-06-06T20:36:12.292Z] c848189effca: Layer already exists [2022-06-06T20:36:12.292Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:12.292Z] c0a0b8f2d2f3: Layer already exists [2022-06-06T20:36:12.292Z] latest: digest: sha256:9a929847b2d7de150c880a077be1040a8550ed955edaca256e28e48cc1482b17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:12.605Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:12.915Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.10 [2022-06-06T20:36:12.915Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-06-06T20:36:12.915Z] 4bc7a3a2c8cd: Preparing [2022-06-06T20:36:12.915Z] e0842b0dc2dc: Preparing [2022-06-06T20:36:12.915Z] f6b284cb3955: Preparing [2022-06-06T20:36:12.915Z] 34eeefdc2c90: Preparing [2022-06-06T20:36:12.915Z] 92fbf2a4d2f4: Preparing [2022-06-06T20:36:12.915Z] c848189effca: Preparing [2022-06-06T20:36:12.915Z] c0a0b8f2d2f3: Preparing [2022-06-06T20:36:12.915Z] b541d28bf3b4: Preparing [2022-06-06T20:36:12.915Z] c848189effca: Waiting [2022-06-06T20:36:12.915Z] c0a0b8f2d2f3: Waiting [2022-06-06T20:36:12.915Z] b541d28bf3b4: Waiting [2022-06-06T20:36:12.915Z] 4bc7a3a2c8cd: Layer already exists [2022-06-06T20:36:12.915Z] 34eeefdc2c90: Layer already exists [2022-06-06T20:36:12.915Z] e0842b0dc2dc: Layer already exists [2022-06-06T20:36:12.915Z] 92fbf2a4d2f4: Layer already exists [2022-06-06T20:36:12.915Z] f6b284cb3955: Layer already exists [2022-06-06T20:36:12.915Z] c848189effca: Layer already exists [2022-06-06T20:36:12.915Z] c0a0b8f2d2f3: Layer already exists [2022-06-06T20:36:12.915Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:12.915Z] 2.2.1-dev.10: digest: sha256:9a929847b2d7de150c880a077be1040a8550ed955edaca256e28e48cc1482b17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:13.229Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:13.539Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:13.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-06-06T20:36:13.540Z] 4bc7a3a2c8cd: Preparing [2022-06-06T20:36:13.540Z] e0842b0dc2dc: Preparing [2022-06-06T20:36:13.540Z] f6b284cb3955: Preparing [2022-06-06T20:36:13.540Z] 34eeefdc2c90: Preparing [2022-06-06T20:36:13.540Z] 92fbf2a4d2f4: Preparing [2022-06-06T20:36:13.540Z] c848189effca: Preparing [2022-06-06T20:36:13.540Z] c0a0b8f2d2f3: Preparing [2022-06-06T20:36:13.540Z] b541d28bf3b4: Preparing [2022-06-06T20:36:13.540Z] c848189effca: Waiting [2022-06-06T20:36:13.540Z] c0a0b8f2d2f3: Waiting [2022-06-06T20:36:13.540Z] b541d28bf3b4: Waiting [2022-06-06T20:36:13.540Z] 4bc7a3a2c8cd: Layer already exists [2022-06-06T20:36:13.540Z] e0842b0dc2dc: Layer already exists [2022-06-06T20:36:13.540Z] f6b284cb3955: Layer already exists [2022-06-06T20:36:13.540Z] 92fbf2a4d2f4: Layer already exists [2022-06-06T20:36:13.540Z] 34eeefdc2c90: Layer already exists [2022-06-06T20:36:13.540Z] c848189effca: Layer already exists [2022-06-06T20:36:13.540Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:13.540Z] c0a0b8f2d2f3: Layer already exists [2022-06-06T20:36:13.540Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:9a929847b2d7de150c880a077be1040a8550ed955edaca256e28e48cc1482b17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:13.855Z] + docker tag security-proxy-setup nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:14.167Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup:main [2022-06-06T20:36:14.168Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup] [2022-06-06T20:36:14.168Z] 4bc7a3a2c8cd: Preparing [2022-06-06T20:36:14.168Z] e0842b0dc2dc: Preparing [2022-06-06T20:36:14.168Z] f6b284cb3955: Preparing [2022-06-06T20:36:14.168Z] 34eeefdc2c90: Preparing [2022-06-06T20:36:14.168Z] 92fbf2a4d2f4: Preparing [2022-06-06T20:36:14.168Z] c848189effca: Preparing [2022-06-06T20:36:14.168Z] c0a0b8f2d2f3: Preparing [2022-06-06T20:36:14.168Z] b541d28bf3b4: Preparing [2022-06-06T20:36:14.168Z] c848189effca: Waiting [2022-06-06T20:36:14.168Z] c0a0b8f2d2f3: Waiting [2022-06-06T20:36:14.168Z] b541d28bf3b4: Waiting [2022-06-06T20:36:14.168Z] 4bc7a3a2c8cd: Layer already exists [2022-06-06T20:36:14.168Z] f6b284cb3955: Layer already exists [2022-06-06T20:36:14.168Z] e0842b0dc2dc: Layer already exists [2022-06-06T20:36:14.168Z] 92fbf2a4d2f4: Layer already exists [2022-06-06T20:36:14.168Z] 34eeefdc2c90: Layer already exists [2022-06-06T20:36:14.168Z] c848189effca: Layer already exists [2022-06-06T20:36:14.168Z] c0a0b8f2d2f3: Layer already exists [2022-06-06T20:36:14.168Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:14.168Z] main: digest: sha256:9a929847b2d7de150c880a077be1040a8550ed955edaca256e28e48cc1482b17 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:14.215Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:14.224Z] taggedImages: [2022-06-06T20:36:14.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:14.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:latest [2022-06-06T20:36:14.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:2.2.1-dev.10 [2022-06-06T20:36:14.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:14.224Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup:main [Pipeline] echo [2022-06-06T20:36:14.245Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup with the following tags: [2022-06-06T20:36:14.245Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:14.245Z] latest [2022-06-06T20:36:14.245Z] 2.2.1-dev.10 [2022-06-06T20:36:14.245Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:14.245Z] main [2022-06-06T20:36:14.245Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:14.571Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:14.882Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:14.882Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-06-06T20:36:14.882Z] 46ff913c93b9: Preparing [2022-06-06T20:36:14.882Z] 728f43ea08e8: Preparing [2022-06-06T20:36:14.882Z] f32052472da1: Preparing [2022-06-06T20:36:14.882Z] a6110c1ace3a: Preparing [2022-06-06T20:36:14.882Z] a19b311ffbef: Preparing [2022-06-06T20:36:14.882Z] c5b174ed393f: Preparing [2022-06-06T20:36:14.882Z] 4e30215dc7aa: Preparing [2022-06-06T20:36:14.882Z] 55979a3286c5: Preparing [2022-06-06T20:36:14.882Z] 0de59b7a876d: Preparing [2022-06-06T20:36:14.882Z] b541d28bf3b4: Preparing [2022-06-06T20:36:14.882Z] 0de59b7a876d: Waiting [2022-06-06T20:36:14.882Z] b541d28bf3b4: Waiting [2022-06-06T20:36:14.882Z] 4e30215dc7aa: Waiting [2022-06-06T20:36:14.882Z] 55979a3286c5: Waiting [2022-06-06T20:36:14.882Z] c5b174ed393f: Waiting [2022-06-06T20:36:14.882Z] 728f43ea08e8: Pushed [2022-06-06T20:36:14.882Z] a19b311ffbef: Pushed [2022-06-06T20:36:14.882Z] 46ff913c93b9: Pushed [2022-06-06T20:36:15.141Z] 4e30215dc7aa: Pushed [2022-06-06T20:36:15.141Z] c5b174ed393f: Pushed [2022-06-06T20:36:15.141Z] 55979a3286c5: Pushed [2022-06-06T20:36:15.141Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:15.141Z] 0de59b7a876d: Pushed [2022-06-06T20:36:16.080Z] a6110c1ace3a: Pushed [2022-06-06T20:36:16.340Z] f32052472da1: Pushed [2022-06-06T20:36:16.340Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:50105abddc6d6df6a54af1d24ceee64565c51bfbd8a2436ff77b380ccc9948de size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:16.662Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:16.975Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-06-06T20:36:16.975Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-06-06T20:36:16.975Z] 46ff913c93b9: Preparing [2022-06-06T20:36:16.975Z] 728f43ea08e8: Preparing [2022-06-06T20:36:16.975Z] f32052472da1: Preparing [2022-06-06T20:36:16.975Z] a6110c1ace3a: Preparing [2022-06-06T20:36:16.975Z] a19b311ffbef: Preparing [2022-06-06T20:36:16.975Z] c5b174ed393f: Preparing [2022-06-06T20:36:16.976Z] 4e30215dc7aa: Preparing [2022-06-06T20:36:16.976Z] 55979a3286c5: Preparing [2022-06-06T20:36:16.976Z] 0de59b7a876d: Preparing [2022-06-06T20:36:16.976Z] b541d28bf3b4: Preparing [2022-06-06T20:36:16.976Z] c5b174ed393f: Waiting [2022-06-06T20:36:16.976Z] 4e30215dc7aa: Waiting [2022-06-06T20:36:16.976Z] 55979a3286c5: Waiting [2022-06-06T20:36:16.976Z] 0de59b7a876d: Waiting [2022-06-06T20:36:16.976Z] b541d28bf3b4: Waiting [2022-06-06T20:36:16.976Z] a19b311ffbef: Layer already exists [2022-06-06T20:36:16.976Z] 46ff913c93b9: Layer already exists [2022-06-06T20:36:16.976Z] f32052472da1: Layer already exists [2022-06-06T20:36:16.976Z] 728f43ea08e8: Layer already exists [2022-06-06T20:36:16.976Z] a6110c1ace3a: Layer already exists [2022-06-06T20:36:16.976Z] c5b174ed393f: Layer already exists [2022-06-06T20:36:16.976Z] 55979a3286c5: Layer already exists [2022-06-06T20:36:16.976Z] 4e30215dc7aa: Layer already exists [2022-06-06T20:36:16.976Z] 0de59b7a876d: Layer already exists [2022-06-06T20:36:16.976Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:16.976Z] latest: digest: sha256:50105abddc6d6df6a54af1d24ceee64565c51bfbd8a2436ff77b380ccc9948de size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:17.294Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:17.602Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.10 [2022-06-06T20:36:17.602Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-06-06T20:36:17.602Z] 46ff913c93b9: Preparing [2022-06-06T20:36:17.602Z] 728f43ea08e8: Preparing [2022-06-06T20:36:17.602Z] f32052472da1: Preparing [2022-06-06T20:36:17.602Z] a6110c1ace3a: Preparing [2022-06-06T20:36:17.602Z] a19b311ffbef: Preparing [2022-06-06T20:36:17.602Z] c5b174ed393f: Preparing [2022-06-06T20:36:17.602Z] 4e30215dc7aa: Preparing [2022-06-06T20:36:17.602Z] 55979a3286c5: Preparing [2022-06-06T20:36:17.602Z] 0de59b7a876d: Preparing [2022-06-06T20:36:17.602Z] b541d28bf3b4: Preparing [2022-06-06T20:36:17.602Z] c5b174ed393f: Waiting [2022-06-06T20:36:17.602Z] b541d28bf3b4: Waiting [2022-06-06T20:36:17.602Z] 0de59b7a876d: Waiting [2022-06-06T20:36:17.602Z] 4e30215dc7aa: Waiting [2022-06-06T20:36:17.602Z] f32052472da1: Layer already exists [2022-06-06T20:36:17.602Z] 728f43ea08e8: Layer already exists [2022-06-06T20:36:17.602Z] a6110c1ace3a: Layer already exists [2022-06-06T20:36:17.602Z] 46ff913c93b9: Layer already exists [2022-06-06T20:36:17.602Z] a19b311ffbef: Layer already exists [2022-06-06T20:36:17.602Z] c5b174ed393f: Layer already exists [2022-06-06T20:36:17.602Z] 4e30215dc7aa: Layer already exists [2022-06-06T20:36:17.602Z] 55979a3286c5: Layer already exists [2022-06-06T20:36:17.603Z] 0de59b7a876d: Layer already exists [2022-06-06T20:36:17.603Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:17.603Z] 2.2.1-dev.10: digest: sha256:50105abddc6d6df6a54af1d24ceee64565c51bfbd8a2436ff77b380ccc9948de size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:17.921Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:18.242Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:18.242Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-06-06T20:36:18.242Z] 46ff913c93b9: Preparing [2022-06-06T20:36:18.242Z] 728f43ea08e8: Preparing [2022-06-06T20:36:18.242Z] f32052472da1: Preparing [2022-06-06T20:36:18.242Z] a6110c1ace3a: Preparing [2022-06-06T20:36:18.242Z] a19b311ffbef: Preparing [2022-06-06T20:36:18.242Z] c5b174ed393f: Preparing [2022-06-06T20:36:18.242Z] 4e30215dc7aa: Preparing [2022-06-06T20:36:18.242Z] 55979a3286c5: Preparing [2022-06-06T20:36:18.242Z] 0de59b7a876d: Preparing [2022-06-06T20:36:18.242Z] b541d28bf3b4: Preparing [2022-06-06T20:36:18.242Z] 0de59b7a876d: Waiting [2022-06-06T20:36:18.242Z] c5b174ed393f: Waiting [2022-06-06T20:36:18.242Z] 4e30215dc7aa: Waiting [2022-06-06T20:36:18.242Z] b541d28bf3b4: Waiting [2022-06-06T20:36:18.242Z] 46ff913c93b9: Layer already exists [2022-06-06T20:36:18.242Z] 728f43ea08e8: Layer already exists [2022-06-06T20:36:18.242Z] f32052472da1: Layer already exists [2022-06-06T20:36:18.242Z] a19b311ffbef: Layer already exists [2022-06-06T20:36:18.242Z] a6110c1ace3a: Layer already exists [2022-06-06T20:36:18.242Z] c5b174ed393f: Layer already exists [2022-06-06T20:36:18.242Z] 4e30215dc7aa: Layer already exists [2022-06-06T20:36:18.242Z] 0de59b7a876d: Layer already exists [2022-06-06T20:36:18.242Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:18.242Z] 55979a3286c5: Layer already exists [2022-06-06T20:36:18.242Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:50105abddc6d6df6a54af1d24ceee64565c51bfbd8a2436ff77b380ccc9948de size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:18.555Z] + docker tag security-secretstore-setup nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:18.862Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [2022-06-06T20:36:18.862Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup] [2022-06-06T20:36:18.862Z] 46ff913c93b9: Preparing [2022-06-06T20:36:18.862Z] 728f43ea08e8: Preparing [2022-06-06T20:36:18.862Z] f32052472da1: Preparing [2022-06-06T20:36:18.862Z] a6110c1ace3a: Preparing [2022-06-06T20:36:18.862Z] a19b311ffbef: Preparing [2022-06-06T20:36:18.862Z] c5b174ed393f: Preparing [2022-06-06T20:36:18.862Z] 4e30215dc7aa: Preparing [2022-06-06T20:36:18.862Z] 55979a3286c5: Preparing [2022-06-06T20:36:18.862Z] 0de59b7a876d: Preparing [2022-06-06T20:36:18.862Z] b541d28bf3b4: Preparing [2022-06-06T20:36:18.862Z] c5b174ed393f: Waiting [2022-06-06T20:36:18.862Z] 55979a3286c5: Waiting [2022-06-06T20:36:18.862Z] 4e30215dc7aa: Waiting [2022-06-06T20:36:18.862Z] 0de59b7a876d: Waiting [2022-06-06T20:36:18.862Z] a19b311ffbef: Layer already exists [2022-06-06T20:36:18.862Z] f32052472da1: Layer already exists [2022-06-06T20:36:18.862Z] 46ff913c93b9: Layer already exists [2022-06-06T20:36:18.862Z] 728f43ea08e8: Layer already exists [2022-06-06T20:36:18.862Z] a6110c1ace3a: Layer already exists [2022-06-06T20:36:18.862Z] c5b174ed393f: Layer already exists [2022-06-06T20:36:18.862Z] 4e30215dc7aa: Layer already exists [2022-06-06T20:36:18.862Z] 55979a3286c5: Layer already exists [2022-06-06T20:36:18.862Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:18.862Z] 0de59b7a876d: Layer already exists [2022-06-06T20:36:18.862Z] main: digest: sha256:50105abddc6d6df6a54af1d24ceee64565c51bfbd8a2436ff77b380ccc9948de size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:18.903Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:18.908Z] taggedImages: [2022-06-06T20:36:18.908Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:18.908Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:latest [2022-06-06T20:36:18.908Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:2.2.1-dev.10 [2022-06-06T20:36:18.908Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:18.908Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup:main [Pipeline] echo [2022-06-06T20:36:18.925Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider with the following tags: [2022-06-06T20:36:18.925Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:18.925Z] latest [2022-06-06T20:36:18.925Z] 2.2.1-dev.10 [2022-06-06T20:36:18.925Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:18.925Z] main [2022-06-06T20:36:18.925Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:19.231Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:19.544Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:19.544Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-06-06T20:36:19.544Z] a0dfa03a687b: Preparing [2022-06-06T20:36:19.544Z] 35010f991fc7: Preparing [2022-06-06T20:36:19.544Z] 33528e5cad17: Preparing [2022-06-06T20:36:19.544Z] 599c036b22a2: Preparing [2022-06-06T20:36:19.544Z] c95907f332c2: Preparing [2022-06-06T20:36:19.544Z] 4fc242d58285: Preparing [2022-06-06T20:36:19.544Z] 4fc242d58285: Waiting [2022-06-06T20:36:19.544Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:19.544Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:19.544Z] c95907f332c2: Pushed [2022-06-06T20:36:19.544Z] a0dfa03a687b: Pushed [2022-06-06T20:36:20.114Z] 599c036b22a2: Pushed [2022-06-06T20:36:21.496Z] 35010f991fc7: Pushed [2022-06-06T20:36:21.756Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:00653b565a0ecd51130ddd6a8fb402b1f4fc99ebe8380cd7f74fa55cfd471c87 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:22.074Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:22.385Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-06-06T20:36:22.385Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-06-06T20:36:22.385Z] a0dfa03a687b: Preparing [2022-06-06T20:36:22.385Z] 35010f991fc7: Preparing [2022-06-06T20:36:22.385Z] 33528e5cad17: Preparing [2022-06-06T20:36:22.385Z] 599c036b22a2: Preparing [2022-06-06T20:36:22.385Z] c95907f332c2: Preparing [2022-06-06T20:36:22.385Z] 4fc242d58285: Preparing [2022-06-06T20:36:22.385Z] 4fc242d58285: Waiting [2022-06-06T20:36:22.385Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:22.385Z] c95907f332c2: Layer already exists [2022-06-06T20:36:22.385Z] a0dfa03a687b: Layer already exists [2022-06-06T20:36:22.385Z] 35010f991fc7: Layer already exists [2022-06-06T20:36:22.385Z] 599c036b22a2: Layer already exists [2022-06-06T20:36:22.385Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:22.385Z] latest: digest: sha256:00653b565a0ecd51130ddd6a8fb402b1f4fc99ebe8380cd7f74fa55cfd471c87 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:22.739Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:23.069Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.10 [2022-06-06T20:36:23.069Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-06-06T20:36:23.069Z] a0dfa03a687b: Preparing [2022-06-06T20:36:23.069Z] 35010f991fc7: Preparing [2022-06-06T20:36:23.069Z] 33528e5cad17: Preparing [2022-06-06T20:36:23.069Z] 599c036b22a2: Preparing [2022-06-06T20:36:23.069Z] c95907f332c2: Preparing [2022-06-06T20:36:23.069Z] 4fc242d58285: Preparing [2022-06-06T20:36:23.069Z] 4fc242d58285: Waiting [2022-06-06T20:36:23.069Z] 599c036b22a2: Layer already exists [2022-06-06T20:36:23.069Z] c95907f332c2: Layer already exists [2022-06-06T20:36:23.069Z] a0dfa03a687b: Layer already exists [2022-06-06T20:36:23.069Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:23.069Z] 35010f991fc7: Layer already exists [2022-06-06T20:36:23.069Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:23.069Z] 2.2.1-dev.10: digest: sha256:00653b565a0ecd51130ddd6a8fb402b1f4fc99ebe8380cd7f74fa55cfd471c87 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:23.397Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:23.710Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:23.710Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-06-06T20:36:23.710Z] a0dfa03a687b: Preparing [2022-06-06T20:36:23.710Z] 35010f991fc7: Preparing [2022-06-06T20:36:23.710Z] 33528e5cad17: Preparing [2022-06-06T20:36:23.710Z] 599c036b22a2: Preparing [2022-06-06T20:36:23.710Z] c95907f332c2: Preparing [2022-06-06T20:36:23.710Z] 4fc242d58285: Preparing [2022-06-06T20:36:23.710Z] 4fc242d58285: Waiting [2022-06-06T20:36:23.710Z] a0dfa03a687b: Layer already exists [2022-06-06T20:36:23.710Z] 599c036b22a2: Layer already exists [2022-06-06T20:36:23.710Z] c95907f332c2: Layer already exists [2022-06-06T20:36:23.710Z] 35010f991fc7: Layer already exists [2022-06-06T20:36:23.710Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:23.710Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:23.710Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:00653b565a0ecd51130ddd6a8fb402b1f4fc99ebe8380cd7f74fa55cfd471c87 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:24.025Z] + docker tag security-spiffe-token-provider nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:24.335Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [2022-06-06T20:36:24.335Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider] [2022-06-06T20:36:24.335Z] a0dfa03a687b: Preparing [2022-06-06T20:36:24.335Z] 35010f991fc7: Preparing [2022-06-06T20:36:24.335Z] 33528e5cad17: Preparing [2022-06-06T20:36:24.335Z] 599c036b22a2: Preparing [2022-06-06T20:36:24.335Z] c95907f332c2: Preparing [2022-06-06T20:36:24.335Z] 4fc242d58285: Preparing [2022-06-06T20:36:24.335Z] 4fc242d58285: Waiting [2022-06-06T20:36:24.335Z] c95907f332c2: Layer already exists [2022-06-06T20:36:24.335Z] 599c036b22a2: Layer already exists [2022-06-06T20:36:24.335Z] a0dfa03a687b: Layer already exists [2022-06-06T20:36:24.335Z] 35010f991fc7: Layer already exists [2022-06-06T20:36:24.335Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:24.335Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:24.335Z] main: digest: sha256:00653b565a0ecd51130ddd6a8fb402b1f4fc99ebe8380cd7f74fa55cfd471c87 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:24.381Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:24.390Z] taggedImages: [2022-06-06T20:36:24.390Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:24.390Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:latest [2022-06-06T20:36:24.390Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:2.2.1-dev.10 [2022-06-06T20:36:24.390Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:24.390Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider:main [Pipeline] echo [2022-06-06T20:36:24.411Z] [edgeXDocker.push] Tagging docker image security-spire-agent with the following tags: [2022-06-06T20:36:24.411Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:24.411Z] latest [2022-06-06T20:36:24.411Z] 2.2.1-dev.10 [2022-06-06T20:36:24.411Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:24.411Z] main [2022-06-06T20:36:24.411Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:24.728Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:25.037Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:25.038Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-06-06T20:36:25.038Z] da8d5e55c641: Preparing [2022-06-06T20:36:25.038Z] e0bc9977e617: Preparing [2022-06-06T20:36:25.038Z] 85173765fc68: Preparing [2022-06-06T20:36:25.038Z] 01fc52475b7c: Preparing [2022-06-06T20:36:25.038Z] b34ccdc67ece: Preparing [2022-06-06T20:36:25.038Z] 778d506d41b9: Preparing [2022-06-06T20:36:25.038Z] c95907f332c2: Preparing [2022-06-06T20:36:25.038Z] 4fc242d58285: Preparing [2022-06-06T20:36:25.038Z] 778d506d41b9: Waiting [2022-06-06T20:36:25.038Z] c95907f332c2: Waiting [2022-06-06T20:36:25.038Z] 4fc242d58285: Waiting [2022-06-06T20:36:25.038Z] 85173765fc68: Pushed [2022-06-06T20:36:25.038Z] da8d5e55c641: Pushed [2022-06-06T20:36:25.038Z] e0bc9977e617: Pushed [2022-06-06T20:36:25.038Z] c95907f332c2: Layer already exists [2022-06-06T20:36:25.038Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:25.609Z] 778d506d41b9: Pushed [2022-06-06T20:36:28.906Z] b34ccdc67ece: Pushed [2022-06-06T20:36:32.219Z] 01fc52475b7c: Pushed [2022-06-06T20:36:32.219Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:d98fed6eeb565b5048fa14b5a27d2db5323577436a398bf600341aa3937b737c size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:32.539Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:32.849Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-06-06T20:36:32.849Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-06-06T20:36:32.849Z] da8d5e55c641: Preparing [2022-06-06T20:36:32.849Z] e0bc9977e617: Preparing [2022-06-06T20:36:32.849Z] 85173765fc68: Preparing [2022-06-06T20:36:32.849Z] 01fc52475b7c: Preparing [2022-06-06T20:36:32.849Z] b34ccdc67ece: Preparing [2022-06-06T20:36:32.849Z] 778d506d41b9: Preparing [2022-06-06T20:36:32.849Z] c95907f332c2: Preparing [2022-06-06T20:36:32.849Z] 4fc242d58285: Preparing [2022-06-06T20:36:32.849Z] 778d506d41b9: Waiting [2022-06-06T20:36:32.849Z] c95907f332c2: Waiting [2022-06-06T20:36:32.849Z] 4fc242d58285: Waiting [2022-06-06T20:36:32.849Z] e0bc9977e617: Layer already exists [2022-06-06T20:36:32.849Z] 85173765fc68: Layer already exists [2022-06-06T20:36:32.849Z] da8d5e55c641: Layer already exists [2022-06-06T20:36:32.849Z] 01fc52475b7c: Layer already exists [2022-06-06T20:36:32.849Z] b34ccdc67ece: Layer already exists [2022-06-06T20:36:32.849Z] 778d506d41b9: Layer already exists [2022-06-06T20:36:32.849Z] c95907f332c2: Layer already exists [2022-06-06T20:36:32.849Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:32.849Z] latest: digest: sha256:d98fed6eeb565b5048fa14b5a27d2db5323577436a398bf600341aa3937b737c size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:33.173Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:33.482Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.10 [2022-06-06T20:36:33.483Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-06-06T20:36:33.483Z] da8d5e55c641: Preparing [2022-06-06T20:36:33.483Z] e0bc9977e617: Preparing [2022-06-06T20:36:33.483Z] 85173765fc68: Preparing [2022-06-06T20:36:33.483Z] 01fc52475b7c: Preparing [2022-06-06T20:36:33.483Z] b34ccdc67ece: Preparing [2022-06-06T20:36:33.483Z] 778d506d41b9: Preparing [2022-06-06T20:36:33.483Z] c95907f332c2: Preparing [2022-06-06T20:36:33.483Z] 4fc242d58285: Preparing [2022-06-06T20:36:33.483Z] 778d506d41b9: Waiting [2022-06-06T20:36:33.483Z] 4fc242d58285: Waiting [2022-06-06T20:36:33.483Z] c95907f332c2: Waiting [2022-06-06T20:36:33.483Z] b34ccdc67ece: Layer already exists [2022-06-06T20:36:33.483Z] 85173765fc68: Layer already exists [2022-06-06T20:36:33.483Z] 01fc52475b7c: Layer already exists [2022-06-06T20:36:33.483Z] da8d5e55c641: Layer already exists [2022-06-06T20:36:33.483Z] e0bc9977e617: Layer already exists [2022-06-06T20:36:33.483Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:33.483Z] 778d506d41b9: Layer already exists [2022-06-06T20:36:33.483Z] c95907f332c2: Layer already exists [2022-06-06T20:36:33.483Z] 2.2.1-dev.10: digest: sha256:d98fed6eeb565b5048fa14b5a27d2db5323577436a398bf600341aa3937b737c size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:33.806Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:34.115Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:34.115Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-06-06T20:36:34.115Z] da8d5e55c641: Preparing [2022-06-06T20:36:34.115Z] e0bc9977e617: Preparing [2022-06-06T20:36:34.115Z] 85173765fc68: Preparing [2022-06-06T20:36:34.115Z] 01fc52475b7c: Preparing [2022-06-06T20:36:34.115Z] b34ccdc67ece: Preparing [2022-06-06T20:36:34.115Z] 778d506d41b9: Preparing [2022-06-06T20:36:34.115Z] c95907f332c2: Preparing [2022-06-06T20:36:34.115Z] 4fc242d58285: Preparing [2022-06-06T20:36:34.115Z] 778d506d41b9: Waiting [2022-06-06T20:36:34.115Z] c95907f332c2: Waiting [2022-06-06T20:36:34.115Z] 01fc52475b7c: Layer already exists [2022-06-06T20:36:34.115Z] b34ccdc67ece: Layer already exists [2022-06-06T20:36:34.115Z] 85173765fc68: Layer already exists [2022-06-06T20:36:34.115Z] da8d5e55c641: Layer already exists [2022-06-06T20:36:34.115Z] e0bc9977e617: Layer already exists [2022-06-06T20:36:34.115Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:34.115Z] 778d506d41b9: Layer already exists [2022-06-06T20:36:34.115Z] c95907f332c2: Layer already exists [2022-06-06T20:36:34.115Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:d98fed6eeb565b5048fa14b5a27d2db5323577436a398bf600341aa3937b737c size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:34.437Z] + docker tag security-spire-agent nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:34.759Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent:main [2022-06-06T20:36:34.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent] [2022-06-06T20:36:34.759Z] da8d5e55c641: Preparing [2022-06-06T20:36:34.759Z] e0bc9977e617: Preparing [2022-06-06T20:36:34.759Z] 85173765fc68: Preparing [2022-06-06T20:36:34.759Z] 01fc52475b7c: Preparing [2022-06-06T20:36:34.759Z] b34ccdc67ece: Preparing [2022-06-06T20:36:34.759Z] 778d506d41b9: Preparing [2022-06-06T20:36:34.759Z] c95907f332c2: Preparing [2022-06-06T20:36:34.759Z] 4fc242d58285: Preparing [2022-06-06T20:36:34.759Z] 778d506d41b9: Waiting [2022-06-06T20:36:34.759Z] c95907f332c2: Waiting [2022-06-06T20:36:34.759Z] 4fc242d58285: Waiting [2022-06-06T20:36:34.759Z] 85173765fc68: Layer already exists [2022-06-06T20:36:34.759Z] e0bc9977e617: Layer already exists [2022-06-06T20:36:34.759Z] 01fc52475b7c: Layer already exists [2022-06-06T20:36:34.759Z] b34ccdc67ece: Layer already exists [2022-06-06T20:36:34.759Z] da8d5e55c641: Layer already exists [2022-06-06T20:36:34.759Z] 778d506d41b9: Layer already exists [2022-06-06T20:36:34.759Z] c95907f332c2: Layer already exists [2022-06-06T20:36:34.759Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:34.759Z] main: digest: sha256:d98fed6eeb565b5048fa14b5a27d2db5323577436a398bf600341aa3937b737c size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:34.806Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:34.813Z] taggedImages: [2022-06-06T20:36:34.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:34.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:latest [2022-06-06T20:36:34.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:2.2.1-dev.10 [2022-06-06T20:36:34.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:34.813Z] - nexus3.edgexfoundry.org:10004/security-spire-agent:main [Pipeline] echo [2022-06-06T20:36:34.832Z] [edgeXDocker.push] Tagging docker image security-spire-config with the following tags: [2022-06-06T20:36:34.832Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:34.832Z] latest [2022-06-06T20:36:34.832Z] 2.2.1-dev.10 [2022-06-06T20:36:34.832Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:34.832Z] main [2022-06-06T20:36:34.832Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:35.161Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:35.477Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:35.477Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-06-06T20:36:35.477Z] d36044ebcf80: Preparing [2022-06-06T20:36:35.477Z] 182dddf9fccc: Preparing [2022-06-06T20:36:35.477Z] a7e82f8cc750: Preparing [2022-06-06T20:36:35.477Z] d03238093738: Preparing [2022-06-06T20:36:35.477Z] 9580a6a4219a: Preparing [2022-06-06T20:36:35.477Z] c95907f332c2: Preparing [2022-06-06T20:36:35.477Z] 4fc242d58285: Preparing [2022-06-06T20:36:35.477Z] c95907f332c2: Waiting [2022-06-06T20:36:35.477Z] 4fc242d58285: Waiting [2022-06-06T20:36:35.477Z] d36044ebcf80: Pushed [2022-06-06T20:36:35.477Z] a7e82f8cc750: Pushed [2022-06-06T20:36:35.477Z] 182dddf9fccc: Pushed [2022-06-06T20:36:35.477Z] c95907f332c2: Layer already exists [2022-06-06T20:36:35.477Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:35.737Z] 9580a6a4219a: Pushed [2022-06-06T20:36:42.313Z] d03238093738: Pushed [2022-06-06T20:36:42.313Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:b9b1142dda001b87977c6777fa0ccb4c6b9b30f3fc9d1a27334481242987981e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:42.630Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:42.942Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-06-06T20:36:42.942Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-06-06T20:36:42.942Z] d36044ebcf80: Preparing [2022-06-06T20:36:42.942Z] 182dddf9fccc: Preparing [2022-06-06T20:36:42.942Z] a7e82f8cc750: Preparing [2022-06-06T20:36:42.942Z] d03238093738: Preparing [2022-06-06T20:36:42.942Z] 9580a6a4219a: Preparing [2022-06-06T20:36:42.942Z] c95907f332c2: Preparing [2022-06-06T20:36:42.942Z] 4fc242d58285: Preparing [2022-06-06T20:36:42.942Z] c95907f332c2: Waiting [2022-06-06T20:36:42.942Z] 4fc242d58285: Waiting [2022-06-06T20:36:42.942Z] d03238093738: Layer already exists [2022-06-06T20:36:42.942Z] 182dddf9fccc: Layer already exists [2022-06-06T20:36:42.942Z] d36044ebcf80: Layer already exists [2022-06-06T20:36:42.942Z] 9580a6a4219a: Layer already exists [2022-06-06T20:36:42.942Z] a7e82f8cc750: Layer already exists [2022-06-06T20:36:42.942Z] c95907f332c2: Layer already exists [2022-06-06T20:36:42.942Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:42.942Z] latest: digest: sha256:b9b1142dda001b87977c6777fa0ccb4c6b9b30f3fc9d1a27334481242987981e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:43.260Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:43.571Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.10 [2022-06-06T20:36:43.572Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-06-06T20:36:43.572Z] d36044ebcf80: Preparing [2022-06-06T20:36:43.572Z] 182dddf9fccc: Preparing [2022-06-06T20:36:43.572Z] a7e82f8cc750: Preparing [2022-06-06T20:36:43.572Z] d03238093738: Preparing [2022-06-06T20:36:43.572Z] 9580a6a4219a: Preparing [2022-06-06T20:36:43.572Z] c95907f332c2: Preparing [2022-06-06T20:36:43.572Z] 4fc242d58285: Preparing [2022-06-06T20:36:43.572Z] c95907f332c2: Waiting [2022-06-06T20:36:43.572Z] 4fc242d58285: Waiting [2022-06-06T20:36:43.572Z] d36044ebcf80: Layer already exists [2022-06-06T20:36:43.572Z] 9580a6a4219a: Layer already exists [2022-06-06T20:36:43.572Z] a7e82f8cc750: Layer already exists [2022-06-06T20:36:43.572Z] 182dddf9fccc: Layer already exists [2022-06-06T20:36:43.572Z] d03238093738: Layer already exists [2022-06-06T20:36:43.572Z] c95907f332c2: Layer already exists [2022-06-06T20:36:43.572Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:43.572Z] 2.2.1-dev.10: digest: sha256:b9b1142dda001b87977c6777fa0ccb4c6b9b30f3fc9d1a27334481242987981e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:43.890Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:44.195Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:44.195Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-06-06T20:36:44.195Z] d36044ebcf80: Preparing [2022-06-06T20:36:44.195Z] 182dddf9fccc: Preparing [2022-06-06T20:36:44.195Z] a7e82f8cc750: Preparing [2022-06-06T20:36:44.195Z] d03238093738: Preparing [2022-06-06T20:36:44.195Z] 9580a6a4219a: Preparing [2022-06-06T20:36:44.195Z] c95907f332c2: Preparing [2022-06-06T20:36:44.195Z] 4fc242d58285: Preparing [2022-06-06T20:36:44.195Z] 4fc242d58285: Waiting [2022-06-06T20:36:44.195Z] c95907f332c2: Waiting [2022-06-06T20:36:44.195Z] 182dddf9fccc: Layer already exists [2022-06-06T20:36:44.195Z] 9580a6a4219a: Layer already exists [2022-06-06T20:36:44.195Z] d36044ebcf80: Layer already exists [2022-06-06T20:36:44.195Z] a7e82f8cc750: Layer already exists [2022-06-06T20:36:44.195Z] d03238093738: Layer already exists [2022-06-06T20:36:44.195Z] c95907f332c2: Layer already exists [2022-06-06T20:36:44.195Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:44.195Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:b9b1142dda001b87977c6777fa0ccb4c6b9b30f3fc9d1a27334481242987981e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:44.509Z] + docker tag security-spire-config nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:44.815Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config:main [2022-06-06T20:36:44.815Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config] [2022-06-06T20:36:44.815Z] d36044ebcf80: Preparing [2022-06-06T20:36:44.815Z] 182dddf9fccc: Preparing [2022-06-06T20:36:44.815Z] a7e82f8cc750: Preparing [2022-06-06T20:36:44.815Z] d03238093738: Preparing [2022-06-06T20:36:44.815Z] 9580a6a4219a: Preparing [2022-06-06T20:36:44.815Z] c95907f332c2: Preparing [2022-06-06T20:36:44.815Z] 4fc242d58285: Preparing [2022-06-06T20:36:44.815Z] c95907f332c2: Waiting [2022-06-06T20:36:44.815Z] 4fc242d58285: Waiting [2022-06-06T20:36:44.815Z] a7e82f8cc750: Layer already exists [2022-06-06T20:36:44.815Z] d03238093738: Layer already exists [2022-06-06T20:36:44.815Z] 9580a6a4219a: Layer already exists [2022-06-06T20:36:44.815Z] d36044ebcf80: Layer already exists [2022-06-06T20:36:44.815Z] 182dddf9fccc: Layer already exists [2022-06-06T20:36:44.815Z] c95907f332c2: Layer already exists [2022-06-06T20:36:44.815Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:44.815Z] main: digest: sha256:b9b1142dda001b87977c6777fa0ccb4c6b9b30f3fc9d1a27334481242987981e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:44.863Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:44.871Z] taggedImages: [2022-06-06T20:36:44.871Z] - nexus3.edgexfoundry.org:10004/security-spire-config:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:44.871Z] - nexus3.edgexfoundry.org:10004/security-spire-config:latest [2022-06-06T20:36:44.871Z] - nexus3.edgexfoundry.org:10004/security-spire-config:2.2.1-dev.10 [2022-06-06T20:36:44.871Z] - nexus3.edgexfoundry.org:10004/security-spire-config:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:44.871Z] - nexus3.edgexfoundry.org:10004/security-spire-config:main [Pipeline] echo [2022-06-06T20:36:44.889Z] [edgeXDocker.push] Tagging docker image security-spire-server with the following tags: [2022-06-06T20:36:44.889Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:44.889Z] latest [2022-06-06T20:36:44.889Z] 2.2.1-dev.10 [2022-06-06T20:36:44.889Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:44.889Z] main [2022-06-06T20:36:44.889Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:45.210Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:45.522Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:45.522Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-06-06T20:36:45.522Z] 10880c900508: Preparing [2022-06-06T20:36:45.522Z] 4be6c57e85dc: Preparing [2022-06-06T20:36:45.522Z] eae7243717b5: Preparing [2022-06-06T20:36:45.522Z] 2e7e304c1344: Preparing [2022-06-06T20:36:45.522Z] 0392ff921129: Preparing [2022-06-06T20:36:45.522Z] c95907f332c2: Preparing [2022-06-06T20:36:45.522Z] 4fc242d58285: Preparing [2022-06-06T20:36:45.522Z] c95907f332c2: Waiting [2022-06-06T20:36:45.522Z] 4fc242d58285: Waiting [2022-06-06T20:36:45.522Z] 4be6c57e85dc: Pushed [2022-06-06T20:36:45.522Z] eae7243717b5: Pushed [2022-06-06T20:36:45.522Z] 10880c900508: Pushed [2022-06-06T20:36:45.522Z] c95907f332c2: Layer already exists [2022-06-06T20:36:45.522Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:46.093Z] 0392ff921129: Pushed [2022-06-06T20:36:52.680Z] 2e7e304c1344: Pushed [2022-06-06T20:36:52.680Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:8c93cdc470243d019fc35e6585c0b5dcc5eaff65c98a47c74b6667c5f326e2be size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:53.004Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:53.318Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-06-06T20:36:53.318Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-06-06T20:36:53.318Z] 10880c900508: Preparing [2022-06-06T20:36:53.318Z] 4be6c57e85dc: Preparing [2022-06-06T20:36:53.318Z] eae7243717b5: Preparing [2022-06-06T20:36:53.318Z] 2e7e304c1344: Preparing [2022-06-06T20:36:53.318Z] 0392ff921129: Preparing [2022-06-06T20:36:53.318Z] c95907f332c2: Preparing [2022-06-06T20:36:53.318Z] 4fc242d58285: Preparing [2022-06-06T20:36:53.318Z] c95907f332c2: Waiting [2022-06-06T20:36:53.318Z] 4fc242d58285: Waiting [2022-06-06T20:36:53.318Z] 2e7e304c1344: Layer already exists [2022-06-06T20:36:53.318Z] 10880c900508: Layer already exists [2022-06-06T20:36:53.318Z] 0392ff921129: Layer already exists [2022-06-06T20:36:53.318Z] eae7243717b5: Layer already exists [2022-06-06T20:36:53.318Z] 4be6c57e85dc: Layer already exists [2022-06-06T20:36:53.318Z] c95907f332c2: Layer already exists [2022-06-06T20:36:53.318Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:53.318Z] latest: digest: sha256:8c93cdc470243d019fc35e6585c0b5dcc5eaff65c98a47c74b6667c5f326e2be size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:53.632Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:53.949Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.10 [2022-06-06T20:36:53.949Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-06-06T20:36:53.949Z] 10880c900508: Preparing [2022-06-06T20:36:53.949Z] 4be6c57e85dc: Preparing [2022-06-06T20:36:53.949Z] eae7243717b5: Preparing [2022-06-06T20:36:53.949Z] 2e7e304c1344: Preparing [2022-06-06T20:36:53.949Z] 0392ff921129: Preparing [2022-06-06T20:36:53.949Z] c95907f332c2: Preparing [2022-06-06T20:36:53.949Z] 4fc242d58285: Preparing [2022-06-06T20:36:53.949Z] c95907f332c2: Waiting [2022-06-06T20:36:53.949Z] 4fc242d58285: Waiting [2022-06-06T20:36:53.949Z] eae7243717b5: Layer already exists [2022-06-06T20:36:53.949Z] 10880c900508: Layer already exists [2022-06-06T20:36:53.949Z] 2e7e304c1344: Layer already exists [2022-06-06T20:36:53.949Z] 4be6c57e85dc: Layer already exists [2022-06-06T20:36:53.949Z] 0392ff921129: Layer already exists [2022-06-06T20:36:53.949Z] c95907f332c2: Layer already exists [2022-06-06T20:36:53.949Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:53.949Z] 2.2.1-dev.10: digest: sha256:8c93cdc470243d019fc35e6585c0b5dcc5eaff65c98a47c74b6667c5f326e2be size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:54.283Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:54.603Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:54.603Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-06-06T20:36:54.603Z] 10880c900508: Preparing [2022-06-06T20:36:54.603Z] 4be6c57e85dc: Preparing [2022-06-06T20:36:54.603Z] eae7243717b5: Preparing [2022-06-06T20:36:54.603Z] 2e7e304c1344: Preparing [2022-06-06T20:36:54.603Z] 0392ff921129: Preparing [2022-06-06T20:36:54.603Z] c95907f332c2: Preparing [2022-06-06T20:36:54.603Z] 4fc242d58285: Preparing [2022-06-06T20:36:54.603Z] c95907f332c2: Waiting [2022-06-06T20:36:54.603Z] 4fc242d58285: Waiting [2022-06-06T20:36:54.603Z] eae7243717b5: Layer already exists [2022-06-06T20:36:54.603Z] 10880c900508: Layer already exists [2022-06-06T20:36:54.603Z] 2e7e304c1344: Layer already exists [2022-06-06T20:36:54.603Z] 4be6c57e85dc: Layer already exists [2022-06-06T20:36:54.603Z] 0392ff921129: Layer already exists [2022-06-06T20:36:54.603Z] c95907f332c2: Layer already exists [2022-06-06T20:36:54.603Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:54.603Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:8c93cdc470243d019fc35e6585c0b5dcc5eaff65c98a47c74b6667c5f326e2be size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:54.917Z] + docker tag security-spire-server nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:55.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server:main [2022-06-06T20:36:55.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server] [2022-06-06T20:36:55.225Z] 10880c900508: Preparing [2022-06-06T20:36:55.225Z] 4be6c57e85dc: Preparing [2022-06-06T20:36:55.225Z] eae7243717b5: Preparing [2022-06-06T20:36:55.225Z] 2e7e304c1344: Preparing [2022-06-06T20:36:55.225Z] 0392ff921129: Preparing [2022-06-06T20:36:55.225Z] c95907f332c2: Preparing [2022-06-06T20:36:55.226Z] 4fc242d58285: Preparing [2022-06-06T20:36:55.226Z] 4fc242d58285: Waiting [2022-06-06T20:36:55.226Z] c95907f332c2: Waiting [2022-06-06T20:36:55.226Z] 2e7e304c1344: Layer already exists [2022-06-06T20:36:55.226Z] 4be6c57e85dc: Layer already exists [2022-06-06T20:36:55.226Z] 10880c900508: Layer already exists [2022-06-06T20:36:55.226Z] eae7243717b5: Layer already exists [2022-06-06T20:36:55.226Z] 0392ff921129: Layer already exists [2022-06-06T20:36:55.226Z] c95907f332c2: Layer already exists [2022-06-06T20:36:55.226Z] 4fc242d58285: Layer already exists [2022-06-06T20:36:55.226Z] main: digest: sha256:8c93cdc470243d019fc35e6585c0b5dcc5eaff65c98a47c74b6667c5f326e2be size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:36:55.267Z] ===================================================== [Pipeline] echo [2022-06-06T20:36:55.275Z] taggedImages: [2022-06-06T20:36:55.275Z] - nexus3.edgexfoundry.org:10004/security-spire-server:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:55.275Z] - nexus3.edgexfoundry.org:10004/security-spire-server:latest [2022-06-06T20:36:55.275Z] - nexus3.edgexfoundry.org:10004/security-spire-server:2.2.1-dev.10 [2022-06-06T20:36:55.275Z] - nexus3.edgexfoundry.org:10004/security-spire-server:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:55.275Z] - nexus3.edgexfoundry.org:10004/security-spire-server:main [Pipeline] echo [2022-06-06T20:36:55.290Z] [edgeXDocker.push] Tagging docker image support-notifications with the following tags: [2022-06-06T20:36:55.290Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:55.290Z] latest [2022-06-06T20:36:55.290Z] 2.2.1-dev.10 [2022-06-06T20:36:55.290Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:36:55.290Z] main [2022-06-06T20:36:55.290Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:55.597Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:55.909Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:36:55.909Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-06-06T20:36:55.909Z] 624817ba298d: Preparing [2022-06-06T20:36:55.909Z] 21fa9efbbedc: Preparing [2022-06-06T20:36:55.909Z] 33528e5cad17: Preparing [2022-06-06T20:36:55.909Z] c014a605c299: Preparing [2022-06-06T20:36:55.909Z] b541d28bf3b4: Preparing [2022-06-06T20:36:55.909Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:55.909Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:55.909Z] 624817ba298d: Pushed [2022-06-06T20:36:55.909Z] c014a605c299: Pushed [2022-06-06T20:36:58.456Z] 21fa9efbbedc: Pushed [2022-06-06T20:36:58.456Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:2a2a08382acf2891f377af83da3c2fa3d0a133100649fd5f9ba02f34d195ee6d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:58.777Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:59.084Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-06-06T20:36:59.084Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-06-06T20:36:59.084Z] 624817ba298d: Preparing [2022-06-06T20:36:59.084Z] 21fa9efbbedc: Preparing [2022-06-06T20:36:59.084Z] 33528e5cad17: Preparing [2022-06-06T20:36:59.084Z] c014a605c299: Preparing [2022-06-06T20:36:59.084Z] b541d28bf3b4: Preparing [2022-06-06T20:36:59.084Z] c014a605c299: Layer already exists [2022-06-06T20:36:59.084Z] 624817ba298d: Layer already exists [2022-06-06T20:36:59.084Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:59.084Z] 21fa9efbbedc: Layer already exists [2022-06-06T20:36:59.084Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:59.084Z] latest: digest: sha256:2a2a08382acf2891f377af83da3c2fa3d0a133100649fd5f9ba02f34d195ee6d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:59.398Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:36:59.707Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.10 [2022-06-06T20:36:59.707Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-06-06T20:36:59.707Z] 624817ba298d: Preparing [2022-06-06T20:36:59.707Z] 21fa9efbbedc: Preparing [2022-06-06T20:36:59.707Z] 33528e5cad17: Preparing [2022-06-06T20:36:59.707Z] c014a605c299: Preparing [2022-06-06T20:36:59.707Z] b541d28bf3b4: Preparing [2022-06-06T20:36:59.707Z] c014a605c299: Layer already exists [2022-06-06T20:36:59.707Z] 33528e5cad17: Layer already exists [2022-06-06T20:36:59.707Z] 21fa9efbbedc: Layer already exists [2022-06-06T20:36:59.707Z] b541d28bf3b4: Layer already exists [2022-06-06T20:36:59.707Z] 624817ba298d: Layer already exists [2022-06-06T20:36:59.707Z] 2.2.1-dev.10: digest: sha256:2a2a08382acf2891f377af83da3c2fa3d0a133100649fd5f9ba02f34d195ee6d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:00.023Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:00.332Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:00.333Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-06-06T20:37:00.333Z] 624817ba298d: Preparing [2022-06-06T20:37:00.333Z] 21fa9efbbedc: Preparing [2022-06-06T20:37:00.333Z] 33528e5cad17: Preparing [2022-06-06T20:37:00.333Z] c014a605c299: Preparing [2022-06-06T20:37:00.333Z] b541d28bf3b4: Preparing [2022-06-06T20:37:00.333Z] 624817ba298d: Layer already exists [2022-06-06T20:37:00.333Z] c014a605c299: Layer already exists [2022-06-06T20:37:00.333Z] 21fa9efbbedc: Layer already exists [2022-06-06T20:37:00.333Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:00.333Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:00.333Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:2a2a08382acf2891f377af83da3c2fa3d0a133100649fd5f9ba02f34d195ee6d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:00.657Z] + docker tag support-notifications nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:00.969Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications:main [2022-06-06T20:37:00.969Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications] [2022-06-06T20:37:00.969Z] 624817ba298d: Preparing [2022-06-06T20:37:00.969Z] 21fa9efbbedc: Preparing [2022-06-06T20:37:00.969Z] 33528e5cad17: Preparing [2022-06-06T20:37:00.969Z] c014a605c299: Preparing [2022-06-06T20:37:00.969Z] b541d28bf3b4: Preparing [2022-06-06T20:37:00.969Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:00.969Z] c014a605c299: Layer already exists [2022-06-06T20:37:00.969Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:00.969Z] 21fa9efbbedc: Layer already exists [2022-06-06T20:37:00.969Z] 624817ba298d: Layer already exists [2022-06-06T20:37:00.969Z] main: digest: sha256:2a2a08382acf2891f377af83da3c2fa3d0a133100649fd5f9ba02f34d195ee6d size: 1366 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:37:01.017Z] ===================================================== [Pipeline] echo [2022-06-06T20:37:01.026Z] taggedImages: [2022-06-06T20:37:01.026Z] - nexus3.edgexfoundry.org:10004/support-notifications:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:01.026Z] - nexus3.edgexfoundry.org:10004/support-notifications:latest [2022-06-06T20:37:01.026Z] - nexus3.edgexfoundry.org:10004/support-notifications:2.2.1-dev.10 [2022-06-06T20:37:01.026Z] - nexus3.edgexfoundry.org:10004/support-notifications:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:01.026Z] - nexus3.edgexfoundry.org:10004/support-notifications:main [Pipeline] echo [2022-06-06T20:37:01.045Z] [edgeXDocker.push] Tagging docker image support-scheduler with the following tags: [2022-06-06T20:37:01.045Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:01.045Z] latest [2022-06-06T20:37:01.045Z] 2.2.1-dev.10 [2022-06-06T20:37:01.045Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:01.045Z] main [2022-06-06T20:37:01.045Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:01.370Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:01.683Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:01.683Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-06-06T20:37:01.683Z] dbcf5da07ee1: Preparing [2022-06-06T20:37:01.683Z] 77eb77ae8818: Preparing [2022-06-06T20:37:01.683Z] 33528e5cad17: Preparing [2022-06-06T20:37:01.683Z] 0d38269f5ae6: Preparing [2022-06-06T20:37:01.683Z] b541d28bf3b4: Preparing [2022-06-06T20:37:01.683Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:01.683Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:01.683Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:37:01.683Z] dbcf5da07ee1: Pushed [2022-06-06T20:37:04.228Z] 77eb77ae8818: Pushed [2022-06-06T20:37:04.228Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:a175beebcf929c50286afde8b224f15fb8f96616dbb836be778b3451fb667f77 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:04.548Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:04.863Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-06-06T20:37:04.863Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-06-06T20:37:04.863Z] dbcf5da07ee1: Preparing [2022-06-06T20:37:04.863Z] 77eb77ae8818: Preparing [2022-06-06T20:37:04.863Z] 33528e5cad17: Preparing [2022-06-06T20:37:04.863Z] 0d38269f5ae6: Preparing [2022-06-06T20:37:04.863Z] b541d28bf3b4: Preparing [2022-06-06T20:37:04.863Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:04.863Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:37:04.863Z] 77eb77ae8818: Layer already exists [2022-06-06T20:37:04.863Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:04.863Z] dbcf5da07ee1: Layer already exists [2022-06-06T20:37:04.863Z] latest: digest: sha256:a175beebcf929c50286afde8b224f15fb8f96616dbb836be778b3451fb667f77 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:05.181Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:05.488Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.10 [2022-06-06T20:37:05.488Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-06-06T20:37:05.488Z] dbcf5da07ee1: Preparing [2022-06-06T20:37:05.488Z] 77eb77ae8818: Preparing [2022-06-06T20:37:05.488Z] 33528e5cad17: Preparing [2022-06-06T20:37:05.488Z] 0d38269f5ae6: Preparing [2022-06-06T20:37:05.488Z] b541d28bf3b4: Preparing [2022-06-06T20:37:05.488Z] dbcf5da07ee1: Layer already exists [2022-06-06T20:37:05.488Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:37:05.488Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:05.488Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:05.488Z] 77eb77ae8818: Layer already exists [2022-06-06T20:37:05.488Z] 2.2.1-dev.10: digest: sha256:a175beebcf929c50286afde8b224f15fb8f96616dbb836be778b3451fb667f77 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:05.807Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:06.119Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:06.119Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-06-06T20:37:06.119Z] dbcf5da07ee1: Preparing [2022-06-06T20:37:06.119Z] 77eb77ae8818: Preparing [2022-06-06T20:37:06.119Z] 33528e5cad17: Preparing [2022-06-06T20:37:06.119Z] 0d38269f5ae6: Preparing [2022-06-06T20:37:06.119Z] b541d28bf3b4: Preparing [2022-06-06T20:37:06.119Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:37:06.119Z] 77eb77ae8818: Layer already exists [2022-06-06T20:37:06.119Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:06.119Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:06.119Z] dbcf5da07ee1: Layer already exists [2022-06-06T20:37:06.119Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:a175beebcf929c50286afde8b224f15fb8f96616dbb836be778b3451fb667f77 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:06.441Z] + docker tag support-scheduler nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:06.759Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler:main [2022-06-06T20:37:06.759Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler] [2022-06-06T20:37:06.759Z] dbcf5da07ee1: Preparing [2022-06-06T20:37:06.759Z] 77eb77ae8818: Preparing [2022-06-06T20:37:06.759Z] 33528e5cad17: Preparing [2022-06-06T20:37:06.759Z] 0d38269f5ae6: Preparing [2022-06-06T20:37:06.759Z] b541d28bf3b4: Preparing [2022-06-06T20:37:06.759Z] b541d28bf3b4: Layer already exists [2022-06-06T20:37:06.759Z] 33528e5cad17: Layer already exists [2022-06-06T20:37:06.759Z] dbcf5da07ee1: Layer already exists [2022-06-06T20:37:06.759Z] 77eb77ae8818: Layer already exists [2022-06-06T20:37:06.759Z] 0d38269f5ae6: Layer already exists [2022-06-06T20:37:06.759Z] main: digest: sha256:a175beebcf929c50286afde8b224f15fb8f96616dbb836be778b3451fb667f77 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:37:06.807Z] ===================================================== [Pipeline] echo [2022-06-06T20:37:06.817Z] taggedImages: [2022-06-06T20:37:06.817Z] - nexus3.edgexfoundry.org:10004/support-scheduler:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:06.817Z] - nexus3.edgexfoundry.org:10004/support-scheduler:latest [2022-06-06T20:37:06.817Z] - nexus3.edgexfoundry.org:10004/support-scheduler:2.2.1-dev.10 [2022-06-06T20:37:06.817Z] - nexus3.edgexfoundry.org:10004/support-scheduler:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:06.817Z] - nexus3.edgexfoundry.org:10004/support-scheduler:main [Pipeline] echo [2022-06-06T20:37:06.839Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent with the following tags: [2022-06-06T20:37:06.839Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:06.839Z] latest [2022-06-06T20:37:06.839Z] 2.2.1-dev.10 [2022-06-06T20:37:06.839Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:06.839Z] main [2022-06-06T20:37:06.839Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:07.175Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:07.494Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:07.494Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-06-06T20:37:07.494Z] a1d994e69177: Preparing [2022-06-06T20:37:07.494Z] 1fcdfa0c89e1: Preparing [2022-06-06T20:37:07.494Z] ab79e5f6d63c: Preparing [2022-06-06T20:37:07.494Z] e0b23bd6f6b5: Preparing [2022-06-06T20:37:07.494Z] 52f44be93a46: Preparing [2022-06-06T20:37:07.494Z] 10d82663b225: Preparing [2022-06-06T20:37:07.494Z] f7a7a140f1b3: Preparing [2022-06-06T20:37:07.494Z] 31e69d4774c9: Preparing [2022-06-06T20:37:07.494Z] 7750d494dfbd: Preparing [2022-06-06T20:37:07.494Z] 18708474c90b: Preparing [2022-06-06T20:37:07.494Z] 4fc242d58285: Preparing [2022-06-06T20:37:07.494Z] 31e69d4774c9: Waiting [2022-06-06T20:37:07.494Z] 7750d494dfbd: Waiting [2022-06-06T20:37:07.494Z] 18708474c90b: Waiting [2022-06-06T20:37:07.494Z] 10d82663b225: Waiting [2022-06-06T20:37:07.494Z] 4fc242d58285: Waiting [2022-06-06T20:37:07.494Z] f7a7a140f1b3: Waiting [2022-06-06T20:37:07.494Z] 52f44be93a46: Layer already exists [2022-06-06T20:37:07.494Z] 10d82663b225: Layer already exists [2022-06-06T20:37:07.494Z] f7a7a140f1b3: Layer already exists [2022-06-06T20:37:07.494Z] 31e69d4774c9: Layer already exists [2022-06-06T20:37:07.494Z] 1fcdfa0c89e1: Pushed [2022-06-06T20:37:07.494Z] 7750d494dfbd: Layer already exists [2022-06-06T20:37:07.494Z] 18708474c90b: Layer already exists [2022-06-06T20:37:07.494Z] 4fc242d58285: Layer already exists [2022-06-06T20:37:07.754Z] a1d994e69177: Pushed [2022-06-06T20:37:08.694Z] ab79e5f6d63c: Pushed [2022-06-06T20:37:15.274Z] e0b23bd6f6b5: Pushed [2022-06-06T20:37:15.274Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:3abf57cdc990e3422be85edb76560791343941642f2ba3fda77f5fa4d4858410 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:15.591Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:15.904Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-06-06T20:37:15.904Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-06-06T20:37:15.904Z] a1d994e69177: Preparing [2022-06-06T20:37:15.904Z] 1fcdfa0c89e1: Preparing [2022-06-06T20:37:15.904Z] ab79e5f6d63c: Preparing [2022-06-06T20:37:15.904Z] e0b23bd6f6b5: Preparing [2022-06-06T20:37:15.904Z] 52f44be93a46: Preparing [2022-06-06T20:37:15.904Z] 10d82663b225: Preparing [2022-06-06T20:37:15.904Z] f7a7a140f1b3: Preparing [2022-06-06T20:37:15.904Z] 31e69d4774c9: Preparing [2022-06-06T20:37:15.904Z] 7750d494dfbd: Preparing [2022-06-06T20:37:15.904Z] 18708474c90b: Preparing [2022-06-06T20:37:15.904Z] 4fc242d58285: Preparing [2022-06-06T20:37:15.904Z] 10d82663b225: Waiting [2022-06-06T20:37:15.904Z] 7750d494dfbd: Waiting [2022-06-06T20:37:15.904Z] 18708474c90b: Waiting [2022-06-06T20:37:15.904Z] f7a7a140f1b3: Waiting [2022-06-06T20:37:15.904Z] 31e69d4774c9: Waiting [2022-06-06T20:37:15.904Z] 4fc242d58285: Waiting [2022-06-06T20:37:15.904Z] ab79e5f6d63c: Layer already exists [2022-06-06T20:37:15.904Z] 1fcdfa0c89e1: Layer already exists [2022-06-06T20:37:15.904Z] a1d994e69177: Layer already exists [2022-06-06T20:37:15.904Z] e0b23bd6f6b5: Layer already exists [2022-06-06T20:37:15.904Z] 52f44be93a46: Layer already exists [2022-06-06T20:37:15.904Z] 10d82663b225: Layer already exists [2022-06-06T20:37:15.904Z] f7a7a140f1b3: Layer already exists [2022-06-06T20:37:15.904Z] 18708474c90b: Layer already exists [2022-06-06T20:37:15.904Z] 31e69d4774c9: Layer already exists [2022-06-06T20:37:15.904Z] 7750d494dfbd: Layer already exists [2022-06-06T20:37:15.904Z] 4fc242d58285: Layer already exists [2022-06-06T20:37:15.904Z] latest: digest: sha256:3abf57cdc990e3422be85edb76560791343941642f2ba3fda77f5fa4d4858410 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:16.225Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:16.540Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.10 [2022-06-06T20:37:16.540Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-06-06T20:37:16.540Z] a1d994e69177: Preparing [2022-06-06T20:37:16.540Z] 1fcdfa0c89e1: Preparing [2022-06-06T20:37:16.540Z] ab79e5f6d63c: Preparing [2022-06-06T20:37:16.540Z] e0b23bd6f6b5: Preparing [2022-06-06T20:37:16.540Z] 52f44be93a46: Preparing [2022-06-06T20:37:16.540Z] 10d82663b225: Preparing [2022-06-06T20:37:16.540Z] f7a7a140f1b3: Preparing [2022-06-06T20:37:16.540Z] 31e69d4774c9: Preparing [2022-06-06T20:37:16.540Z] 7750d494dfbd: Preparing [2022-06-06T20:37:16.540Z] 18708474c90b: Preparing [2022-06-06T20:37:16.540Z] 4fc242d58285: Preparing [2022-06-06T20:37:16.540Z] 10d82663b225: Waiting [2022-06-06T20:37:16.540Z] 7750d494dfbd: Waiting [2022-06-06T20:37:16.540Z] f7a7a140f1b3: Waiting [2022-06-06T20:37:16.540Z] 31e69d4774c9: Waiting [2022-06-06T20:37:16.540Z] 18708474c90b: Waiting [2022-06-06T20:37:16.540Z] 4fc242d58285: Waiting [2022-06-06T20:37:16.540Z] ab79e5f6d63c: Layer already exists [2022-06-06T20:37:16.540Z] 52f44be93a46: Layer already exists [2022-06-06T20:37:16.540Z] a1d994e69177: Layer already exists [2022-06-06T20:37:16.540Z] 1fcdfa0c89e1: Layer already exists [2022-06-06T20:37:16.540Z] e0b23bd6f6b5: Layer already exists [2022-06-06T20:37:16.540Z] 10d82663b225: Layer already exists [2022-06-06T20:37:16.540Z] 7750d494dfbd: Layer already exists [2022-06-06T20:37:16.540Z] 31e69d4774c9: Layer already exists [2022-06-06T20:37:16.540Z] f7a7a140f1b3: Layer already exists [2022-06-06T20:37:16.540Z] 18708474c90b: Layer already exists [2022-06-06T20:37:16.540Z] 4fc242d58285: Layer already exists [2022-06-06T20:37:16.540Z] 2.2.1-dev.10: digest: sha256:3abf57cdc990e3422be85edb76560791343941642f2ba3fda77f5fa4d4858410 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:16.862Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:17.172Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:17.172Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-06-06T20:37:17.172Z] a1d994e69177: Preparing [2022-06-06T20:37:17.172Z] 1fcdfa0c89e1: Preparing [2022-06-06T20:37:17.172Z] ab79e5f6d63c: Preparing [2022-06-06T20:37:17.172Z] e0b23bd6f6b5: Preparing [2022-06-06T20:37:17.172Z] 52f44be93a46: Preparing [2022-06-06T20:37:17.172Z] 10d82663b225: Preparing [2022-06-06T20:37:17.172Z] f7a7a140f1b3: Preparing [2022-06-06T20:37:17.172Z] 31e69d4774c9: Preparing [2022-06-06T20:37:17.172Z] 7750d494dfbd: Preparing [2022-06-06T20:37:17.172Z] 18708474c90b: Preparing [2022-06-06T20:37:17.172Z] 4fc242d58285: Preparing [2022-06-06T20:37:17.172Z] 7750d494dfbd: Waiting [2022-06-06T20:37:17.172Z] f7a7a140f1b3: Waiting [2022-06-06T20:37:17.172Z] 18708474c90b: Waiting [2022-06-06T20:37:17.172Z] 4fc242d58285: Waiting [2022-06-06T20:37:17.172Z] 31e69d4774c9: Waiting [2022-06-06T20:37:17.172Z] 10d82663b225: Waiting [2022-06-06T20:37:17.172Z] e0b23bd6f6b5: Layer already exists [2022-06-06T20:37:17.172Z] ab79e5f6d63c: Layer already exists [2022-06-06T20:37:17.172Z] a1d994e69177: Layer already exists [2022-06-06T20:37:17.172Z] 52f44be93a46: Layer already exists [2022-06-06T20:37:17.172Z] 1fcdfa0c89e1: Layer already exists [2022-06-06T20:37:17.172Z] 10d82663b225: Layer already exists [2022-06-06T20:37:17.172Z] f7a7a140f1b3: Layer already exists [2022-06-06T20:37:17.172Z] 31e69d4774c9: Layer already exists [2022-06-06T20:37:17.172Z] 7750d494dfbd: Layer already exists [2022-06-06T20:37:17.172Z] 18708474c90b: Layer already exists [2022-06-06T20:37:17.172Z] 4fc242d58285: Layer already exists [2022-06-06T20:37:17.172Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:3abf57cdc990e3422be85edb76560791343941642f2ba3fda77f5fa4d4858410 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:17.493Z] + docker tag sys-mgmt-agent nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T20:37:17.808Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [2022-06-06T20:37:17.808Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent] [2022-06-06T20:37:17.808Z] a1d994e69177: Preparing [2022-06-06T20:37:17.808Z] 1fcdfa0c89e1: Preparing [2022-06-06T20:37:17.808Z] ab79e5f6d63c: Preparing [2022-06-06T20:37:17.808Z] e0b23bd6f6b5: Preparing [2022-06-06T20:37:17.808Z] 52f44be93a46: Preparing [2022-06-06T20:37:17.808Z] 10d82663b225: Preparing [2022-06-06T20:37:17.808Z] f7a7a140f1b3: Preparing [2022-06-06T20:37:17.808Z] 31e69d4774c9: Preparing [2022-06-06T20:37:17.808Z] 7750d494dfbd: Preparing [2022-06-06T20:37:17.808Z] 18708474c90b: Preparing [2022-06-06T20:37:17.808Z] 4fc242d58285: Preparing [2022-06-06T20:37:17.808Z] 31e69d4774c9: Waiting [2022-06-06T20:37:17.808Z] 7750d494dfbd: Waiting [2022-06-06T20:37:17.808Z] 18708474c90b: Waiting [2022-06-06T20:37:17.808Z] 4fc242d58285: Waiting [2022-06-06T20:37:17.808Z] 10d82663b225: Waiting [2022-06-06T20:37:17.808Z] f7a7a140f1b3: Waiting [2022-06-06T20:37:17.808Z] 52f44be93a46: Layer already exists [2022-06-06T20:37:17.808Z] a1d994e69177: Layer already exists [2022-06-06T20:37:17.808Z] e0b23bd6f6b5: Layer already exists [2022-06-06T20:37:17.808Z] ab79e5f6d63c: Layer already exists [2022-06-06T20:37:17.808Z] 1fcdfa0c89e1: Layer already exists [2022-06-06T20:37:17.808Z] 31e69d4774c9: Layer already exists [2022-06-06T20:37:17.808Z] 7750d494dfbd: Layer already exists [2022-06-06T20:37:17.808Z] f7a7a140f1b3: Layer already exists [2022-06-06T20:37:17.808Z] 18708474c90b: Layer already exists [2022-06-06T20:37:17.808Z] 10d82663b225: Layer already exists [2022-06-06T20:37:17.808Z] 4fc242d58285: Layer already exists [2022-06-06T20:37:17.808Z] main: digest: sha256:3abf57cdc990e3422be85edb76560791343941642f2ba3fda77f5fa4d4858410 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T20:37:17.861Z] ===================================================== [Pipeline] echo [2022-06-06T20:37:17.869Z] taggedImages: [2022-06-06T20:37:17.869Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:37:17.869Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:latest [2022-06-06T20:37:17.869Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:2.2.1-dev.10 [2022-06-06T20:37:17.869Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T20:37:17.869Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-06T20:38:55.755Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-06-06T20:38:55.755Z] Removing intermediate container 2c3cdecd5422 [2022-06-06T20:38:55.755Z] ---> 995ff0ef167c [2022-06-06T20:38:55.755Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-06-06T20:38:55.755Z] ---> Running in 76a77ab055f9 [2022-06-06T20:38:55.755Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-06-06T20:39:02.536Z] Removing intermediate container 76a77ab055f9 [2022-06-06T20:39:02.536Z] ---> 27a7b4275b47 [2022-06-06T20:39:02.536Z] [2022-06-06T20:39:02.536Z] Step 11/23 : FROM docker:20.10.14 [2022-06-06T20:39:02.536Z] 20.10.14: Pulling from library/docker [2022-06-06T20:39:10.887Z] Removing intermediate container dc88cacfa0ad [2022-06-06T20:39:10.887Z] ---> 28d49e0b9f30 [2022-06-06T20:39:10.887Z] [2022-06-06T20:39:10.887Z] Step 10/22 : FROM alpine:3.14 [2022-06-06T20:39:10.887Z] 3.14: Pulling from library/alpine [2022-06-06T20:39:12.345Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-06T20:39:12.345Z] Status: Downloaded newer image for alpine:3.14 [2022-06-06T20:39:12.345Z] ---> ac73e934f311 [2022-06-06T20:39:12.345Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-06-06T20:39:12.957Z] ---> Running in 30c1125c4f92 [2022-06-06T20:39:15.597Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:39:16.204Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:39:17.196Z] (1/6) Installing ca-certificates (20211220-r0) [2022-06-06T20:39:17.196Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-06-06T20:39:17.196Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-06-06T20:39:17.196Z] (4/6) Installing libcurl (7.79.1-r1) [2022-06-06T20:39:17.196Z] (5/6) Installing curl (7.79.1-r1) [2022-06-06T20:39:17.481Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-06-06T20:39:17.481Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:39:17.481Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:39:17.768Z] OK: 8 MiB in 20 packages [2022-06-06T20:39:21.218Z] Removing intermediate container 30c1125c4f92 [2022-06-06T20:39:21.218Z] ---> 2a1bea32c320 [2022-06-06T20:39:21.219Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-06T20:39:21.219Z] ---> Running in f92c9630de6a [2022-06-06T20:39:21.503Z] Removing intermediate container 5603cfe0d9e7 [2022-06-06T20:39:21.504Z] ---> 81b90fc39473 [2022-06-06T20:39:21.504Z] [2022-06-06T20:39:21.504Z] Step 10/23 : FROM alpine:3.14 [2022-06-06T20:39:21.504Z] ---> ac73e934f311 [2022-06-06T20:39:21.504Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-06T20:39:21.786Z] ---> Running in d4e7ddcd358f [2022-06-06T20:39:22.788Z] Removing intermediate container f92c9630de6a [2022-06-06T20:39:22.788Z] ---> e2c3d1d93504 [2022-06-06T20:39:22.788Z] Step 13/22 : WORKDIR /edgex [2022-06-06T20:39:22.788Z] ---> Running in 5afe200a568b [2022-06-06T20:39:24.261Z] Removing intermediate container 5afe200a568b [2022-06-06T20:39:24.261Z] ---> 449910a0a44f [2022-06-06T20:39:24.261Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-06-06T20:39:24.545Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:39:24.836Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:39:25.837Z] ---> 1a041df2d852 [2022-06-06T20:39:25.837Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-06-06T20:39:25.837Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-06-06T20:39:25.837Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:39:25.837Z] OK: 5 MiB in 15 packages [2022-06-06T20:39:27.863Z] Removing intermediate container d4e7ddcd358f [2022-06-06T20:39:27.863Z] ---> 2b5845b29558 [2022-06-06T20:39:27.863Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:39:28.149Z] ---> Running in ec78900a305c [2022-06-06T20:39:28.149Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-06-06T20:39:28.149Z] Status: Downloaded newer image for docker:20.10.14 [2022-06-06T20:39:28.149Z] ---> c346e9eafbab [2022-06-06T20:39:28.149Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:39:28.426Z] ---> Running in 5f6cc1d2543a [2022-06-06T20:39:29.040Z] Removing intermediate container ec78900a305c [2022-06-06T20:39:29.040Z] ---> 7c0365467e55 [2022-06-06T20:39:29.040Z] Step 13/23 : ENV APP_PORT=59881 [2022-06-06T20:39:29.040Z] ---> a3569cdb37a5 [2022-06-06T20:39:29.040Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-06-06T20:39:29.317Z] Removing intermediate container 5f6cc1d2543a [2022-06-06T20:39:29.317Z] ---> 9c92e048c930 [2022-06-06T20:39:29.317Z] Step 13/23 : RUN apk add --update --no-cache bash dumb-init py3-pip curl && pip install --no-cache-dir docker-compose==1.23.2 [2022-06-06T20:39:29.317Z] ---> Running in 8d24a6614461 [2022-06-06T20:39:29.604Z] ---> Running in 97c36396c66d [2022-06-06T20:39:30.603Z] Removing intermediate container 8d24a6614461 [2022-06-06T20:39:30.603Z] ---> d1160f4097dc [2022-06-06T20:39:30.603Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-06T20:39:30.603Z] ---> Running in a39bc0aebca6 [2022-06-06T20:39:31.598Z] Removing intermediate container a39bc0aebca6 [2022-06-06T20:39:31.598Z] ---> 14d819ddeead [2022-06-06T20:39:31.598Z] Step 15/23 : WORKDIR / [2022-06-06T20:39:31.878Z] ---> Running in cdf65f448801 [2022-06-06T20:39:32.159Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:39:32.159Z] ---> db69cec8daf6 [2022-06-06T20:39:32.159Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-06-06T20:39:32.447Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:39:32.725Z] Removing intermediate container cdf65f448801 [2022-06-06T20:39:32.725Z] ---> d2d513cdf841 [2022-06-06T20:39:32.725Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:39:33.721Z] (1/43) Installing readline (8.1.1-r0) [2022-06-06T20:39:33.721Z] (2/43) Installing bash (5.1.16-r0) [2022-06-06T20:39:33.721Z] Executing bash-5.1.16-r0.post-install [2022-06-06T20:39:33.721Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-06-06T20:39:33.721Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-06-06T20:39:33.721Z] (5/43) Installing libcurl (7.80.0-r1) [2022-06-06T20:39:33.721Z] (6/43) Installing curl (7.80.0-r1) [2022-06-06T20:39:33.721Z] ---> 41160c83ed53 [2022-06-06T20:39:33.721Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-06-06T20:39:33.721Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-06-06T20:39:33.721Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-06-06T20:39:33.721Z] (9/43) Installing expat (2.4.7-r0) [2022-06-06T20:39:33.721Z] (10/43) Installing libffi (3.4.2-r1) [2022-06-06T20:39:33.721Z] (11/43) Installing gdbm (1.22-r0) [2022-06-06T20:39:33.721Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-06-06T20:39:34.002Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-06-06T20:39:34.002Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-06-06T20:39:34.002Z] ---> fece8e01f36f [2022-06-06T20:39:34.002Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-06-06T20:39:34.002Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-06-06T20:39:34.002Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-06-06T20:39:34.002Z] ---> Running in 807f466d8a37 [2022-06-06T20:39:34.002Z] (17/43) Installing python3 (3.9.7-r4) [2022-06-06T20:39:37.447Z] ---> f8c957623212 [2022-06-06T20:39:37.447Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-06-06T20:39:37.447Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-06-06T20:39:37.447Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-06-06T20:39:37.447Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-06-06T20:39:37.447Z] (21/43) Installing py3-idna (3.3-r0) [2022-06-06T20:39:37.447Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-06-06T20:39:37.447Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-06-06T20:39:37.447Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-06-06T20:39:37.447Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-06-06T20:39:37.447Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-06-06T20:39:37.447Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-06-06T20:39:37.447Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-06-06T20:39:37.447Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-06-06T20:39:37.447Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-06-06T20:39:37.447Z] (31/43) Installing py3-six (1.16.0-r0) [2022-06-06T20:39:37.447Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-06-06T20:39:37.447Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-06-06T20:39:37.740Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-06-06T20:39:37.740Z] (35/43) Installing py3-packaging (20.9-r1) [2022-06-06T20:39:37.740Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-06-06T20:39:37.740Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-06-06T20:39:37.740Z] Removing intermediate container 807f466d8a37 [2022-06-06T20:39:37.740Z] ---> ba648406a719 [2022-06-06T20:39:37.740Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-06-06T20:39:37.740Z] (38/43) Installing py3-progress (1.6-r0) [2022-06-06T20:39:38.014Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-06-06T20:39:38.014Z] ---> Running in 53def53409c4 [2022-06-06T20:39:38.014Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-06-06T20:39:38.014Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-06-06T20:39:38.014Z] ---> dfa46254baed [2022-06-06T20:39:38.014Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-06-06T20:39:38.298Z] ---> Running in 15b9d10b4883 [2022-06-06T20:39:38.298Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-06-06T20:39:38.298Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-06-06T20:39:38.580Z] Removing intermediate container 53def53409c4 [2022-06-06T20:39:38.580Z] ---> 32b67572f5cd [2022-06-06T20:39:38.580Z] Step 20/22 : LABEL arch=arm64 [2022-06-06T20:39:38.880Z] ---> Running in b03b46d918cc [2022-06-06T20:39:38.880Z] Removing intermediate container 15b9d10b4883 [2022-06-06T20:39:38.880Z] ---> cd7fa64cb9b5 [2022-06-06T20:39:38.880Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:39:39.160Z] ---> Running in f4a83feb9e78 [2022-06-06T20:39:39.458Z] Removing intermediate container b03b46d918cc [2022-06-06T20:39:39.458Z] ---> c44e4f0eefd1 [2022-06-06T20:39:39.458Z] Step 21/22 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:39:39.458Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:39:39.458Z] ---> Running in e2135e891a0a [2022-06-06T20:39:39.458Z] OK: 82 MiB in 65 packages [2022-06-06T20:39:40.091Z] Removing intermediate container f4a83feb9e78 [2022-06-06T20:39:40.091Z] ---> 20c3e181a43e [2022-06-06T20:39:40.091Z] Step 21/23 : LABEL arch=arm64 [2022-06-06T20:39:40.091Z] Removing intermediate container e2135e891a0a [2022-06-06T20:39:40.091Z] ---> 7841402d69db [2022-06-06T20:39:40.091Z] Step 22/22 : LABEL version=2.2.1-dev.10 [2022-06-06T20:39:40.091Z] ---> Running in e7d66786768c [2022-06-06T20:39:40.375Z] ---> Running in 72bb993ecf39 [2022-06-06T20:39:40.988Z] Removing intermediate container e7d66786768c [2022-06-06T20:39:40.988Z] ---> 20dd7c292b9a [2022-06-06T20:39:40.988Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:39:40.988Z] Removing intermediate container 72bb993ecf39 [2022-06-06T20:39:40.988Z] ---> 41ccd3387dfa [2022-06-06T20:39:40.988Z] [2022-06-06T20:39:40.988Z] ---> Running in 233e8cb90a57 [2022-06-06T20:39:41.592Z] Successfully built 41ccd3387dfa [2022-06-06T20:39:41.592Z] Successfully tagged security-proxy-setup-arm64:latest [2022-06-06T20:39:41.592Z]  Building security-proxy-setup ... done Building security-secretstore-setup [2022-06-06T20:39:41.592Z] Removing intermediate container 233e8cb90a57 [2022-06-06T20:39:41.592Z] ---> b9a33818825c [2022-06-06T20:39:41.592Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:39:41.592Z] ---> Running in ccd2732677ad [2022-06-06T20:39:42.217Z] Removing intermediate container ccd2732677ad [2022-06-06T20:39:42.217Z] ---> 9556ad033b0d [2022-06-06T20:39:42.217Z] [2022-06-06T20:39:42.495Z] Successfully built 9556ad033b0d [2022-06-06T20:39:42.495Z] Successfully tagged core-metadata-arm64:latest [2022-06-06T20:39:42.495Z] Building security-spire-server [2022-06-06T20:39:45.136Z]  Building core-metadata ... done Collecting docker-compose==1.23.2 [2022-06-06T20:39:45.136Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-06-06T20:39:45.738Z] Collecting texttable<0.10,>=0.9.0 [2022-06-06T20:39:45.738Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-06-06T20:39:49.437Z] Collecting PyYAML<4,>=3.10 [2022-06-06T20:39:49.437Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-06-06T20:39:55.339Z] Collecting docopt<0.7,>=0.6.1 [2022-06-06T20:39:55.339Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-06-06T20:39:57.331Z] Collecting docker<4.0,>=3.6.0 [2022-06-06T20:39:57.331Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-06-06T20:39:57.608Z] Collecting dockerpty<0.5,>=0.4.1 [2022-06-06T20:39:57.608Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-06-06T20:39:59.594Z] Collecting cached-property<2,>=1.2.0 [2022-06-06T20:39:59.594Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-06-06T20:40:00.202Z] Collecting jsonschema<3,>=2.5.1 [2022-06-06T20:40:00.202Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-06-06T20:40:01.648Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-06-06T20:40:01.648Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-06-06T20:40:01.648Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.9/site-packages (from docker-compose==1.23.2) (1.16.0) [2022-06-06T20:40:01.921Z] Collecting websocket-client<1.0,>=0.32.0 [2022-06-06T20:40:01.921Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-06-06T20:40:02.526Z] Collecting docker-pycreds>=0.4.0 [2022-06-06T20:40:02.527Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-06-06T20:40:03.130Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.9/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.12.5) [2022-06-06T20:40:03.420Z] Collecting idna<2.8,>=2.5 [2022-06-06T20:40:03.420Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-06-06T20:40:03.420Z] Collecting chardet<3.1.0,>=3.0.2 [2022-06-06T20:40:03.420Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-06-06T20:40:04.408Z] Collecting urllib3<1.25,>=1.21.1 [2022-06-06T20:40:04.408Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-06-06T20:40:04.688Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-06-06T20:40:04.688Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-06-06T20:40:04.688Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-06-06T20:40:04.688Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-06-06T20:40:05.298Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:40:05.298Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:40:05.298Z] ---> 71a185cfde2b [2022-06-06T20:40:05.298Z] Step 3/25 : WORKDIR /edgex-go [2022-06-06T20:40:05.298Z] ---> Using cache [2022-06-06T20:40:05.298Z] ---> 5af22ab76e0a [2022-06-06T20:40:05.298Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:40:05.298Z] ---> Using cache [2022-06-06T20:40:05.575Z] ---> deb7eb9aa867 [2022-06-06T20:40:05.575Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-06-06T20:40:05.850Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-06-06T20:40:05.850Z] Attempting uninstall: urllib3 [2022-06-06T20:40:05.850Z] Found existing installation: urllib3 1.26.7 [2022-06-06T20:40:05.850Z] Uninstalling urllib3-1.26.7: [2022-06-06T20:40:06.179Z] Successfully uninstalled urllib3-1.26.7 [2022-06-06T20:40:06.519Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:40:06.519Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:40:06.519Z] ---> 71a185cfde2b [2022-06-06T20:40:06.519Z] Step 3/25 : WORKDIR /edgex-go [2022-06-06T20:40:06.519Z] ---> Using cache [2022-06-06T20:40:06.519Z] ---> 5af22ab76e0a [2022-06-06T20:40:06.519Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:40:06.519Z] ---> Using cache [2022-06-06T20:40:06.519Z] ---> deb7eb9aa867 [2022-06-06T20:40:06.519Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-06-06T20:40:06.790Z] ---> Running in 08437b0fec61 [2022-06-06T20:40:06.790Z] ---> Running in bdb7b7d34e3b [2022-06-06T20:40:07.062Z] Attempting uninstall: idna [2022-06-06T20:40:07.062Z] Found existing installation: idna 3.3 [2022-06-06T20:40:07.062Z] Uninstalling idna-3.3: [2022-06-06T20:40:07.339Z] Successfully uninstalled idna-3.3 [2022-06-06T20:40:07.955Z] Removing intermediate container 782e96bb5a54 [2022-06-06T20:40:07.955Z] ---> ccde20a53a88 [2022-06-06T20:40:07.955Z] [2022-06-06T20:40:07.955Z] Step 10/23 : FROM alpine:3.14 [2022-06-06T20:40:07.955Z] ---> ac73e934f311 [2022-06-06T20:40:07.955Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-06-06T20:40:07.955Z] ---> Running in 1a6152c16add [2022-06-06T20:40:08.564Z] Removing intermediate container 1a6152c16add [2022-06-06T20:40:08.564Z] ---> dfab79dfd12b [2022-06-06T20:40:08.564Z] Step 12/23 : ENV APP_PORT=59880 [2022-06-06T20:40:08.564Z] ---> Running in 1061530b550f [2022-06-06T20:40:09.174Z] Removing intermediate container 1061530b550f [2022-06-06T20:40:09.174Z] ---> e69fc218f2b1 [2022-06-06T20:40:09.174Z] Step 13/23 : EXPOSE $APP_PORT [2022-06-06T20:40:09.174Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:40:09.452Z] ---> Running in 95bb34863115 [2022-06-06T20:40:09.452Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:40:09.735Z] Removing intermediate container 95bb34863115 [2022-06-06T20:40:09.735Z] ---> cbd388948ea6 [2022-06-06T20:40:09.735Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:40:10.025Z] ---> Running in 635dabc69bf8 [2022-06-06T20:40:10.302Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:40:10.583Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:40:11.223Z] Attempting uninstall: requests [2022-06-06T20:40:11.223Z] Found existing installation: requests 2.26.0 [2022-06-06T20:40:11.223Z] Uninstalling requests-2.26.0: [2022-06-06T20:40:11.498Z] Successfully uninstalled requests-2.26.0 [2022-06-06T20:40:11.780Z] OK: 220 MiB in 52 packages [2022-06-06T20:40:11.780Z] OK: 220 MiB in 52 packages [2022-06-06T20:40:12.059Z] Running setup.py install for texttable: started [2022-06-06T20:40:13.537Z] Removing intermediate container 08437b0fec61 [2022-06-06T20:40:13.537Z] ---> 4bdf9061df47 [2022-06-06T20:40:13.537Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-06T20:40:13.817Z] Removing intermediate container 635dabc69bf8 [2022-06-06T20:40:13.817Z] ---> e5383b02b7bb [2022-06-06T20:40:13.817Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-06-06T20:40:14.096Z] Removing intermediate container bdb7b7d34e3b [2022-06-06T20:40:14.096Z] ---> c49c4cc87ebb [2022-06-06T20:40:14.096Z] Step 6/25 : COPY go.mod vendor* ./ [2022-06-06T20:40:14.096Z] ---> Running in 3028394144e0 [2022-06-06T20:40:14.699Z] Running setup.py install for texttable: finished with status 'done' [2022-06-06T20:40:14.699Z] Running setup.py install for PyYAML: started [2022-06-06T20:40:15.304Z] ---> b739f1df0795 [2022-06-06T20:40:15.304Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:40:15.587Z] ---> Running in 33cccac51d9a [2022-06-06T20:40:15.861Z] ---> 90d6f3a3d881 [2022-06-06T20:40:15.861Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:40:16.135Z] ---> Running in 850ae40c7d30 [2022-06-06T20:40:16.740Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:40:17.726Z] Running setup.py install for PyYAML: finished with status 'done' [2022-06-06T20:40:18.003Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:40:18.282Z] Running setup.py install for docopt: started [2022-06-06T20:40:19.266Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-06-06T20:40:19.267Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-06-06T20:40:19.267Z] (3/6) Installing libsodium (1.0.18-r0) [2022-06-06T20:40:19.267Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-06-06T20:40:19.541Z] (5/6) Installing libzmq (4.3.4-r0) [2022-06-06T20:40:19.817Z] (6/6) Installing zeromq (4.3.4-r0) [2022-06-06T20:40:19.817Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:40:19.817Z] OK: 8 MiB in 20 packages [2022-06-06T20:40:21.276Z] Running setup.py install for docopt: finished with status 'done' [2022-06-06T20:40:21.276Z] Running setup.py install for dockerpty: started [2022-06-06T20:40:21.896Z] Removing intermediate container 3028394144e0 [2022-06-06T20:40:21.896Z] ---> 3739061e9d45 [2022-06-06T20:40:21.896Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:40:22.193Z] Removing intermediate container 33cccac51d9a [2022-06-06T20:40:22.193Z] ---> fa9ff0801159 [2022-06-06T20:40:22.193Z] Step 8/25 : COPY . . [2022-06-06T20:40:22.815Z] Removing intermediate container 850ae40c7d30 [2022-06-06T20:40:22.815Z] ---> aa778123c5a7 [2022-06-06T20:40:22.815Z] Step 8/25 : COPY . . [2022-06-06T20:40:23.094Z] ---> bd7dab233228 [2022-06-06T20:40:23.094Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-06-06T20:40:24.087Z] Running setup.py install for dockerpty: finished with status 'done' [2022-06-06T20:40:26.078Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 chardet-3.0.4 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.59.0 [2022-06-06T20:40:27.070Z] ---> e684453acb37 [2022-06-06T20:40:27.070Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-06-06T20:40:29.073Z] ---> 110f38168ca1 [2022-06-06T20:40:29.073Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-06-06T20:40:29.073Z] ---> Running in ec8dbe7b02c7 [2022-06-06T20:40:30.073Z] Removing intermediate container ec8dbe7b02c7 [2022-06-06T20:40:30.073Z] ---> 9a850ef2b7f1 [2022-06-06T20:40:30.073Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:40:30.352Z] ---> Running in 2f762c7935cb [2022-06-06T20:40:30.977Z] Removing intermediate container 2f762c7935cb [2022-06-06T20:40:30.977Z] ---> bda862397f6f [2022-06-06T20:40:30.977Z] Step 21/23 : LABEL arch=arm64 [2022-06-06T20:40:30.977Z] ---> Running in 4a1fea9b7de7 [2022-06-06T20:40:32.439Z] Removing intermediate container 4a1fea9b7de7 [2022-06-06T20:40:32.439Z] ---> be12e82019de [2022-06-06T20:40:32.439Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:40:32.439Z] ---> Running in 8f79d134fadd [2022-06-06T20:40:33.440Z] Removing intermediate container 8f79d134fadd [2022-06-06T20:40:33.440Z] ---> 683cd0872ff3 [2022-06-06T20:40:33.440Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:40:33.440Z] ---> Running in 0b275da3fa89 [2022-06-06T20:40:34.905Z] Removing intermediate container 0b275da3fa89 [2022-06-06T20:40:34.905Z] ---> 0887c58c2ec8 [2022-06-06T20:40:34.905Z] [2022-06-06T20:40:36.364Z] Successfully built 0887c58c2ec8 [2022-06-06T20:40:36.364Z] Successfully tagged core-data-arm64:latest [2022-06-06T20:40:36.364Z]  Building core-data ... done Building security-spire-agent [2022-06-06T20:40:46.570Z] ---> 57a61889e609 [2022-06-06T20:40:46.570Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-06-06T20:40:46.570Z] ---> Running in 207be3939751 [2022-06-06T20:40:46.570Z] ---> 216ff01b30a6 [2022-06-06T20:40:46.570Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-06-06T20:40:46.570Z] ---> Running in 9634046810c4 [2022-06-06T20:40:47.192Z] Removing intermediate container 9634046810c4 [2022-06-06T20:40:47.192Z] ---> 4eab9bc0f45e [2022-06-06T20:40:47.192Z] Step 10/25 : RUN mkdir -p spire-build [2022-06-06T20:40:47.478Z] ---> Running in e8f382f370fa [2022-06-06T20:40:47.478Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-06-06T20:40:48.488Z] Removing intermediate container 97c36396c66d [2022-06-06T20:40:48.488Z] ---> 0b53292accbd [2022-06-06T20:40:48.488Z] Step 14/23 : ENV APP_PORT=58890 [2022-06-06T20:40:48.768Z] ---> Running in 2690aae3104b [2022-06-06T20:40:49.779Z] Removing intermediate container 2690aae3104b [2022-06-06T20:40:49.779Z] ---> c6f9ec532d6c [2022-06-06T20:40:49.779Z] Step 15/23 : EXPOSE $APP_PORT [2022-06-06T20:40:50.050Z] ---> Running in 6680cce0d83c [2022-06-06T20:40:51.042Z] Removing intermediate container 6680cce0d83c [2022-06-06T20:40:51.042Z] ---> 3118a9e3387e [2022-06-06T20:40:51.042Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-06-06T20:40:51.315Z] Removing intermediate container e8f382f370fa [2022-06-06T20:40:51.315Z] ---> 8a3b1c160c71 [2022-06-06T20:40:51.315Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-06-06T20:40:51.596Z] ---> Running in 1e03e7f454ff [2022-06-06T20:40:52.598Z] Removing intermediate container 1e03e7f454ff [2022-06-06T20:40:52.598Z] ---> 2aeadc4b57ee [2022-06-06T20:40:52.598Z] Step 12/25 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-06-06T20:40:52.873Z] ---> Running in 0380bec885ca [2022-06-06T20:40:54.857Z] ---> 811ed8a16e8f [2022-06-06T20:40:54.857Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-06-06T20:40:55.459Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:40:55.459Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:40:55.459Z] ---> 71a185cfde2b [2022-06-06T20:40:55.459Z] Step 3/26 : WORKDIR /edgex-go [2022-06-06T20:40:55.459Z] ---> Using cache [2022-06-06T20:40:55.459Z] ---> 5af22ab76e0a [2022-06-06T20:40:55.459Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:40:55.459Z] ---> Using cache [2022-06-06T20:40:55.459Z] ---> deb7eb9aa867 [2022-06-06T20:40:55.459Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-06T20:40:55.459Z] ---> Using cache [2022-06-06T20:40:55.459Z] ---> c49c4cc87ebb [2022-06-06T20:40:55.459Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-06T20:40:55.459Z] ---> Using cache [2022-06-06T20:40:55.459Z] ---> 90d6f3a3d881 [2022-06-06T20:40:55.459Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:40:55.459Z] ---> Using cache [2022-06-06T20:40:55.459Z] ---> aa778123c5a7 [2022-06-06T20:40:55.459Z] Step 8/26 : COPY . . [2022-06-06T20:40:55.740Z] spire-1.2.1/ [2022-06-06T20:40:55.740Z] spire-1.2.1/.data/ [2022-06-06T20:40:55.740Z] spire-1.2.1/.data/.file [2022-06-06T20:40:55.740Z] spire-1.2.1/.dockerignore [2022-06-06T20:40:55.740Z] spire-1.2.1/.gitattributes [2022-06-06T20:40:55.740Z] spire-1.2.1/.githooks/ [2022-06-06T20:40:55.740Z] spire-1.2.1/.githooks/pre-commit [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/ [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/dependabot.yml [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/workflows/ [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-06-06T20:40:55.740Z] spire-1.2.1/.github/workflows/scripts/ [2022-06-06T20:40:55.741Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-06-06T20:40:55.741Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-06-06T20:40:55.741Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-06-06T20:40:55.741Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-06-06T20:40:55.741Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-06-06T20:40:55.741Z] spire-1.2.1/.gitignore [2022-06-06T20:40:55.741Z] spire-1.2.1/.go-version [2022-06-06T20:40:55.741Z] spire-1.2.1/.golangci.yml [2022-06-06T20:40:55.741Z] spire-1.2.1/ADOPTERS.md [2022-06-06T20:40:55.741Z] spire-1.2.1/CHANGELOG.md [2022-06-06T20:40:55.741Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-06-06T20:40:55.741Z] spire-1.2.1/CODEOWNERS [2022-06-06T20:40:55.741Z] spire-1.2.1/CONTRIBUTING.md [2022-06-06T20:40:55.741Z] spire-1.2.1/Dockerfile [2022-06-06T20:40:55.741Z] spire-1.2.1/Dockerfile.dev [2022-06-06T20:40:55.741Z] spire-1.2.1/Dockerfile.scratch [2022-06-06T20:40:55.741Z] spire-1.2.1/LICENSE [2022-06-06T20:40:55.741Z] spire-1.2.1/MAINTAINERS.md [2022-06-06T20:40:55.741Z] spire-1.2.1/Makefile [2022-06-06T20:40:55.741Z] spire-1.2.1/README.md [2022-06-06T20:40:55.741Z] spire-1.2.1/ROADMAP.md [2022-06-06T20:40:55.741Z] spire-1.2.1/SECURITY.md [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-agent/main.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go ---> Using cache [2022-06-06T20:40:55.741Z] ---> 216ff01b30a6 [2022-06-06T20:40:55.741Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-06T20:40:55.741Z] ---> Using cache [2022-06-06T20:40:55.741Z] ---> 4eab9bc0f45e [2022-06-06T20:40:55.741Z] Step 10/26 : RUN mkdir -p spire-build [2022-06-06T20:40:55.741Z] [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/main.go [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/util/ [2022-06-06T20:40:55.741Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/ [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/agent/ [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/agent/agent.conf [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/agent/agent_full.conf [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/server/ [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/server/server.conf [2022-06-06T20:40:55.741Z] spire-1.2.1/conf/server/server_full.conf [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/ [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/SPIRE101.md [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/auditlog.md [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/changelog_guidelines.md [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/cure53-report.pdf [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/images/ [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/images/SPIRE101.png [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-06-06T20:40:55.741Z] spire-1.2.1/doc/images/SPIRE_server.png ---> Using cache [2022-06-06T20:40:55.741Z] ---> 8a3b1c160c71 [2022-06-06T20:40:55.741Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-06-06T20:40:55.741Z] ---> Using cache [2022-06-06T20:40:55.741Z] ---> 2aeadc4b57ee [2022-06-06T20:40:55.741Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-06-06T20:40:56.019Z] [2022-06-06T20:40:56.019Z] spire-1.2.1/doc/images/cache_mgr.png [2022-06-06T20:40:56.019Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-06-06T20:40:56.019Z] spire-1.2.1/doc/images/federated_spire.png [2022-06-06T20:40:56.019Z] spire-1.2.1/doc/images/ha_mode.png [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/images/nested_spire.png [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/images/oidc_federation.png [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/images/spire_logo.png [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/scaling_spire.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/spire_agent.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/spire_server.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/supported_integrations.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/telemetry.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/telemetry_config.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/upgrading.md [2022-06-06T20:40:56.020Z] spire-1.2.1/doc/using_spire.md [2022-06-06T20:40:56.020Z] spire-1.2.1/examples/ [2022-06-06T20:40:56.020Z] spire-1.2.1/examples/README.md [2022-06-06T20:40:56.020Z] spire-1.2.1/go.mod [2022-06-06T20:40:56.020Z] spire-1.2.1/go.sum [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/agent.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/config.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/debug/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/health/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/catalog/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/client.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/dial.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/update.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/client/util.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/config.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/config.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-06-06T20:40:56.020Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-06-06T20:40:56.021Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ ---> Running in 00356c7dc70f [2022-06-06T20:40:56.299Z] [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/store/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/metrics.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/names.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/auth/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/config.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/context.go ---> e12467b17f2b [2022-06-06T20:40:56.299Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-06-06T20:40:56.299Z] [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/external.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/host.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/cli/ [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/cli/env.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/cli/flags.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-06-06T20:40:56.299Z] spire-1.2.1/pkg/common/cli/umask.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/diskutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/errorutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/config.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/context.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/context_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/health.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/health_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/health/logger.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/hostservice/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/require.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/log/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/log/log.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/log/log_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/log/options.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/nodeutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/log.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/profiling/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/protoutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/rotationutil/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/selector/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/selector/selector.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/selector/set.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-06-06T20:40:56.300Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/uptime/ [2022-06-06T20:40:56.301Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/certs.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/csr.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/hash.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/selectors.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/signals.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/sort.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/task.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/task_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/testdata/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/version/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/version/version.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509svid/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/agent.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/agent/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/api.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/audit/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/bundle.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/bundle/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/debug/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/entry.go [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/entry/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-06-06T20:40:56.576Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/health/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/id.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/id_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/limits/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/selector.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/status.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/status_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/svid/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/ca.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/journal.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/manager.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/templates.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/ca/validation.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/config.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:40:56.577Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-06-06T20:40:56.578Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/registration/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/registration/manager.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/scanentries.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/server.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/server_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/ [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/observer.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/private/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/private/server/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/private/server/journal/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/common.proto [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/plugin/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-06-06T20:40:56.853Z] spire-1.2.1/release/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/README.md [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/conf/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/README.md [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/conf/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/conf/agent/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/conf/server/ [2022-06-06T20:40:56.853Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-06-06T20:40:56.853Z] spire-1.2.1/script/ [2022-06-06T20:40:56.853Z] spire-1.2.1/script/build-artifact.sh [2022-06-06T20:40:56.853Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-06-06T20:40:56.853Z] spire-1.2.1/support/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-06-06T20:40:56.853Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-06-06T20:40:56.854Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/clock/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/clock/clock.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/ [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-06-06T20:40:56.854Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/ [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/fixture.go [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-06-06T20:40:57.137Z] spire-1.2.1/test/fixture/registration/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/fixture/registration/entries.json [2022-06-06T20:40:57.138Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-06-06T20:40:57.138Z] spire-1.2.1/test/fixture/registration/good.json [2022-06-06T20:40:57.138Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-06-06T20:40:57.138Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-06-06T20:40:57.138Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/common [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/itclient/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-06-06T20:40:57.138Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-06-06T20:40:57.139Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/ [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-06-06T20:40:57.140Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/self-test/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-06-06T20:40:57.418Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/test-one.sh [2022-06-06T20:40:57.419Z] spire-1.2.1/test/integration/test.sh [2022-06-06T20:40:57.419Z] spire-1.2.1/test/plugintest/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/plugintest/config.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/plugintest/load.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/plugintest/option.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/apiserver.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/assertions.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/dir.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/logs.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/socketapi.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/suite.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/spiretest/x509.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testca/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testca/ca.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testkey/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testkey/generate.sh [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testkey/genkeys.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testkey/keys.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/testkey/new.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/tpmsimulator/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/util/ [2022-06-06T20:40:57.419Z] spire-1.2.1/test/util/cert_fixtures.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/util/cert_generation.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/util/io_redirection.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/util/race.go [2022-06-06T20:40:57.419Z] spire-1.2.1/test/util/util.go [2022-06-06T20:40:57.419Z] building spire from source... [2022-06-06T20:40:57.703Z] Building bin/spire-server... [2022-06-06T20:40:57.994Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-06-06T20:40:57.994Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-06-06T20:40:57.994Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-06-06T20:40:58.284Z]  ---> d813dce4935a [2022-06-06T20:40:58.284Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-06-06T20:40:58.561Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-06-06T20:40:58.844Z]  ---> Running in e308a3eb5119 [2022-06-06T20:40:59.461Z] spire-1.2.1/ [2022-06-06T20:40:59.461Z] spire-1.2.1/.data/ [2022-06-06T20:40:59.461Z] spire-1.2.1/.data/.file [2022-06-06T20:40:59.461Z] spire-1.2.1/.dockerignore [2022-06-06T20:40:59.461Z] spire-1.2.1/.gitattributes [2022-06-06T20:40:59.461Z] spire-1.2.1/.githooks/ [2022-06-06T20:40:59.461Z] spire-1.2.1/.githooks/pre-commit [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/ [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/dependabot.yml [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/ [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/scripts/ [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-06-06T20:40:59.461Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-06-06T20:40:59.461Z] spire-1.2.1/.gitignore [2022-06-06T20:40:59.461Z] spire-1.2.1/.go-version [2022-06-06T20:40:59.461Z] spire-1.2.1/.golangci.yml [2022-06-06T20:40:59.461Z] spire-1.2.1/ADOPTERS.md [2022-06-06T20:40:59.461Z] spire-1.2.1/CHANGELOG.md [2022-06-06T20:40:59.461Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-06-06T20:40:59.461Z] spire-1.2.1/CODEOWNERS [2022-06-06T20:40:59.461Z] spire-1.2.1/CONTRIBUTING.md [2022-06-06T20:40:59.461Z] spire-1.2.1/Dockerfile [2022-06-06T20:40:59.461Z] spire-1.2.1/Dockerfile.devgo: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-06-06T20:40:59.461Z]  [2022-06-06T20:40:59.461Z] spire-1.2.1/Dockerfile.scratch [2022-06-06T20:40:59.461Z] spire-1.2.1/LICENSE [2022-06-06T20:40:59.461Z] spire-1.2.1/MAINTAINERS.md [2022-06-06T20:40:59.461Z] spire-1.2.1/Makefile [2022-06-06T20:40:59.461Z] spire-1.2.1/README.md [2022-06-06T20:40:59.461Z] spire-1.2.1/ROADMAP.md [2022-06-06T20:40:59.461Z] spire-1.2.1/SECURITY.md [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-agent/main.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/list.gogo: downloading github.com/fatih/color v1.13.0 [2022-06-06T20:40:59.461Z]  [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/main.go [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/util/ [2022-06-06T20:40:59.461Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/ [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/agent/ [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/agent/agent.conf [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/agent/agent_full.conf [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/server/ [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/server/server.conf [2022-06-06T20:40:59.461Z] spire-1.2.1/conf/server/server_full.conf [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/ [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/SPIRE101.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/auditlog.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/changelog_guidelines.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/cure53-report.pdf [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/ [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/SPIRE101.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/cache_mgr.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/federated_spire.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/ha_mode.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/nested_spire.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/oidc_federation.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/images/spire_logo.png [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.mdRemoving intermediate container e308a3eb5119 [2022-06-06T20:40:59.461Z] ---> de7fcc54d977 [2022-06-06T20:40:59.461Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:40:59.461Z] [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-06-06T20:40:59.461Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.mdgo: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-06T20:40:59.766Z]  [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/scaling_spire.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/spire_agent.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/spire_server.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/supported_integrations.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/telemetry.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/telemetry_config.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/upgrading.md [2022-06-06T20:40:59.766Z] spire-1.2.1/doc/using_spire.md [2022-06-06T20:40:59.766Z] spire-1.2.1/examples/ [2022-06-06T20:40:59.766Z] spire-1.2.1/examples/README.md [2022-06-06T20:40:59.766Z] spire-1.2.1/go.mod [2022-06-06T20:40:59.766Z] spire-1.2.1/go.sum [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/agent.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/config.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/debug/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/health/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/catalog/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/client.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/dial.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/update.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/client/util.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/config.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/metrics.go ---> Running in df0b94e9671f [2022-06-06T20:40:59.766Z] [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/config.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-06-06T20:40:59.766Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-06-06T20:40:59.767Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-06-06T20:41:00.043Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-06-06T20:41:00.043Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/store/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/metrics.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/names.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/auth/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/config.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/context.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/external.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/host.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/env.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/flags.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/umask.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/format_test.gogo: downloading google.golang.org/grpc v1.44.0 [2022-06-06T20:41:00.044Z]  [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/diskutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/errorutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/config.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/context.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/context_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/health.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/health_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/health/logger.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/hostservice/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/require.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/log/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/log/log.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/log/log_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/log/options.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/nodeutil/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/ [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-06-06T20:41:00.044Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/log.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/profiling/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/protoutil/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/rotationutil/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/selector/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/selector/selector.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/selector/set.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/uptime/ [2022-06-06T20:41:00.045Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-06-06T20:41:00.325Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-06-06T20:41:00.325Z] spire-1.2.1/pkg/common/util/ [2022-06-06T20:41:00.325Z] spire-1.2.1/pkg/common/util/certs.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/csr.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/hash.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/selectors.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/signals.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/sort.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/task.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/task_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/testdata/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/version/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/version/version.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509svid/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/agent.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/agent/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/api.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/audit/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/bundle.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/bundle/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/debug/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/entry.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/entry/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/health/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/id.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/id_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/limits/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/selector.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/status.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/status_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/svid/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/ca.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/journal.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/manager.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/templates.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/ca/validation.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/config.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/hostservice/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-06-06T20:41:00.326Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-06-06T20:41:00.327Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-06-06T20:41:00.605Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/registration/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/registration/manager.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/scanentries.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/server.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/server_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/ [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/observer.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/private/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/private/server/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/private/server/journal/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/common.proto [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/plugin/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-06-06T20:41:00.606Z] spire-1.2.1/release/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/README.md [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/conf/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/README.md [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/conf/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/conf/agent/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/conf/server/ [2022-06-06T20:41:00.606Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-06-06T20:41:00.606Z] spire-1.2.1/script/ [2022-06-06T20:41:00.606Z] spire-1.2.1/script/build-artifact.sh [2022-06-06T20:41:00.606Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-06-06T20:41:00.606Z] spire-1.2.1/support/ [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/ [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-06-06T20:41:00.606Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-06-06T20:41:00.607Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.goRemoving intermediate container df0b94e9671f [2022-06-06T20:41:00.900Z] [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go ---> 9d78eaadc264 [2022-06-06T20:41:00.900Z] Step 21/23 : LABEL arch=arm64 [2022-06-06T20:41:00.900Z] [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-06-06T20:41:00.900Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/clock/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/clock/clock.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/bundle.der ---> Running in be163dfa5609 [2022-06-06T20:41:00.900Z] [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/fixture.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/entries.json [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/good.json [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-06-06T20:41:00.900Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-06-06T20:41:00.900Z] spire-1.2.1/test/integration/ [2022-06-06T20:41:00.900Z] spire-1.2.1/test/integration/README.md [2022-06-06T20:41:00.900Z] spire-1.2.1/test/integration/common [2022-06-06T20:41:00.900Z] spire-1.2.1/test/integration/setup/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/itclient/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-06-06T20:41:00.901Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-06-06T20:41:01.198Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-06-06T20:41:01.199Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/ [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-06-06T20:41:01.200Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/self-test/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-06-06T20:41:01.484Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/test-one.sh [2022-06-06T20:41:01.485Z] spire-1.2.1/test/integration/test.sh [2022-06-06T20:41:01.485Z] spire-1.2.1/test/plugintest/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/plugintest/config.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/plugintest/load.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/plugintest/option.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/apiserver.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/assertions.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/dir.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/logs.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/socketapi.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/suite.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/spiretest/x509.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testca/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testca/ca.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testkey/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testkey/generate.sh [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testkey/genkeys.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testkey/keys.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/testkey/new.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/tpmsimulator/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/util/ [2022-06-06T20:41:01.485Z] spire-1.2.1/test/util/cert_fixtures.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/util/cert_generation.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/util/io_redirection.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/util/race.go [2022-06-06T20:41:01.485Z] spire-1.2.1/test/util/util.go [2022-06-06T20:41:01.485Z] building spire from source... [2022-06-06T20:41:01.762Z] Removing intermediate container be163dfa5609 [2022-06-06T20:41:01.762Z] ---> dcd800c14043 [2022-06-06T20:41:01.762Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:41:01.762Z] Building bin/spire-server... [2022-06-06T20:41:02.048Z] ---> Running in 855a7bfda344 [2022-06-06T20:41:02.048Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-06-06T20:41:02.048Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-06-06T20:41:02.048Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-06-06T20:41:02.348Z] Removing intermediate container 7cd9bce3bcdd [2022-06-06T20:41:02.348Z] ---> 342d1f705e89 [2022-06-06T20:41:02.348Z] [2022-06-06T20:41:02.348Z] Step 10/22 : FROM alpine:3.14 [2022-06-06T20:41:02.348Z] ---> ac73e934f311 [2022-06-06T20:41:02.348Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-06-06T20:41:02.630Z] Removing intermediate container 855a7bfda344 [2022-06-06T20:41:02.630Z] ---> 23b8aff4d204 [2022-06-06T20:41:02.630Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:41:02.630Z] ---> Running in 652f5c90996a [2022-06-06T20:41:02.630Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-06-06T20:41:02.907Z]  ---> Running in 8971de63beeb [2022-06-06T20:41:03.194Z] go: downloading google.golang.org/grpc v1.44.0 [2022-06-06T20:41:03.194Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-06T20:41:03.800Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-06-06T20:41:03.800Z] Removing intermediate container 8971de63beeb [2022-06-06T20:41:03.800Z] ---> aa8a76966237 [2022-06-06T20:41:03.800Z] [2022-06-06T20:41:03.800Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-06-06T20:41:04.080Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-06T20:41:04.080Z] Successfully built aa8a76966237 [2022-06-06T20:41:04.080Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-06-06T20:41:04.080Z] Building security-spire-config [2022-06-06T20:41:04.360Z]  Building sys-mgmt-agent ... done go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-06-06T20:41:04.636Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:41:05.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:41:05.509Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-06T20:41:05.509Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-06-06T20:41:05.509Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-06-06T20:41:06.110Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-06T20:41:06.110Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-06T20:41:06.396Z] (1/2) Installing ca-certificates (20211220-r0) [2022-06-06T20:41:06.396Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-06-06T20:41:06.396Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-06T20:41:06.396Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-06-06T20:41:06.396Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:41:06.396Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-06-06T20:41:06.396Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:41:06.396Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-06-06T20:41:06.396Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-06T20:41:06.675Z] go: downloading github.com/google/uuid v1.1.2 [2022-06-06T20:41:06.956Z] OK: 6 MiB in 16 packages [2022-06-06T20:41:06.956Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-06-06T20:41:07.235Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-06-06T20:41:07.515Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-06-06T20:41:07.515Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-06-06T20:41:08.507Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-06-06T20:41:08.507Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-06-06T20:41:08.790Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-06-06T20:41:08.790Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-06-06T20:41:08.790Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-06-06T20:41:09.070Z] go: downloading github.com/fatih/color v1.13.0 [2022-06-06T20:41:09.070Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-06T20:41:09.070Z] Removing intermediate container 652f5c90996a [2022-06-06T20:41:09.070Z] ---> c33faecd95c0 [2022-06-06T20:41:09.070Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:41:09.070Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-06-06T20:41:09.070Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-06T20:41:09.364Z]  ---> Running in 6c4df69d94da [2022-06-06T20:41:09.364Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-06-06T20:41:09.652Z] Removing intermediate container 6c4df69d94da [2022-06-06T20:41:09.652Z] ---> 43f2043d53f9 [2022-06-06T20:41:09.652Z] Step 13/22 : ENV APP_PORT=59860 [2022-06-06T20:41:09.652Z] ---> Running in 8ae8af53e13e [2022-06-06T20:41:10.267Z] Removing intermediate container 8ae8af53e13e [2022-06-06T20:41:10.267Z] ---> 0f6376171d6d [2022-06-06T20:41:10.267Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-06T20:41:10.267Z] ---> Running in e173b6d1d526 [2022-06-06T20:41:10.876Z] Removing intermediate container e173b6d1d526 [2022-06-06T20:41:10.876Z] ---> 40b68fc8e168 [2022-06-06T20:41:10.876Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:41:11.882Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-06-06T20:41:11.882Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-06-06T20:41:11.882Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-06-06T20:41:12.164Z]  ---> a0b3b8c867eb [2022-06-06T20:41:12.164Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-06-06T20:41:13.161Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-06-06T20:41:13.161Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-06-06T20:41:13.161Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-06-06T20:41:13.441Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-06-06T20:41:13.720Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-06-06T20:41:14.709Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-06-06T20:41:14.985Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-06-06T20:41:15.591Z]  ---> 14e265f43052 [2022-06-06T20:41:15.591Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-06-06T20:41:16.602Z] ---> 4ec2871b643f [2022-06-06T20:41:16.602Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-06-06T20:41:16.879Z] ---> Running in 596f6fcbfc6c [2022-06-06T20:41:17.491Z] Removing intermediate container 596f6fcbfc6c [2022-06-06T20:41:17.491Z] ---> 66604c624089 [2022-06-06T20:41:17.491Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:41:17.780Z] ---> Running in 1cc64754d7d3 [2022-06-06T20:41:18.389Z] Removing intermediate container 1cc64754d7d3 [2022-06-06T20:41:18.389Z] ---> 55942d3e16ce [2022-06-06T20:41:18.389Z] Step 20/22 : LABEL arch=arm64 [2022-06-06T20:41:18.680Z] ---> Running in c60caceadbf3 [2022-06-06T20:41:19.289Z] Removing intermediate container c60caceadbf3 [2022-06-06T20:41:19.289Z] ---> 16c1584b9b22 [2022-06-06T20:41:19.289Z] Step 21/22 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:41:19.564Z] ---> Running in b2812c3f199d [2022-06-06T20:41:20.562Z] Removing intermediate container b2812c3f199d [2022-06-06T20:41:20.562Z] ---> 9d641ffa1639 [2022-06-06T20:41:20.562Z] Step 22/22 : LABEL version=2.2.1-dev.10 [2022-06-06T20:41:20.562Z] ---> Running in 62f46908d1eb [2022-06-06T20:41:21.164Z] Removing intermediate container 62f46908d1eb [2022-06-06T20:41:21.164Z] ---> fb8cdca5049d [2022-06-06T20:41:21.164Z] [2022-06-06T20:41:21.443Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:41:21.443Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:41:21.443Z] ---> 71a185cfde2b [2022-06-06T20:41:21.443Z] Step 3/26 : WORKDIR /edgex-go [2022-06-06T20:41:21.443Z] ---> Using cache [2022-06-06T20:41:21.443Z] ---> 5af22ab76e0a [2022-06-06T20:41:21.443Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:41:21.443Z] ---> Using cache [2022-06-06T20:41:21.443Z] ---> deb7eb9aa867 [2022-06-06T20:41:21.443Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-06-06T20:41:21.443Z] ---> Using cache [2022-06-06T20:41:21.443Z] ---> c49c4cc87ebb [2022-06-06T20:41:21.443Z] Step 6/26 : COPY go.mod vendor* ./ [2022-06-06T20:41:21.443Z] ---> Using cache [2022-06-06T20:41:21.443Z] ---> 90d6f3a3d881 [2022-06-06T20:41:21.443Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:41:21.443Z] ---> Using cache [2022-06-06T20:41:21.443Z] ---> aa778123c5a7 [2022-06-06T20:41:21.443Z] Step 8/26 : COPY . . [2022-06-06T20:41:21.715Z] ---> Using cache [2022-06-06T20:41:21.715Z] ---> 216ff01b30a6 [2022-06-06T20:41:21.715Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-06-06T20:41:21.715Z] ---> Using cache [2022-06-06T20:41:21.715Z] ---> 4eab9bc0f45e [2022-06-06T20:41:21.715Z] Step 10/26 : RUN mkdir -p spire-build [2022-06-06T20:41:21.715Z] ---> Using cache [2022-06-06T20:41:21.715Z] ---> 8a3b1c160c71 [2022-06-06T20:41:21.715Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-06-06T20:41:21.715Z] ---> Using cache [2022-06-06T20:41:21.715Z] ---> 2aeadc4b57ee [2022-06-06T20:41:21.715Z] Step 12/26 : RUN wget -q "https://github.com/spiffe/spire/archive/refs/tags/v${SPIRE_RELEASE}.tar.gz" && tar xv --strip-components=1 -f "v${SPIRE_RELEASE}.tar.gz" && echo "building spire from source..." && make bin/spire-server bin/spire-agent [2022-06-06T20:41:21.715Z] Successfully built fb8cdca5049d [2022-06-06T20:41:21.715Z] ---> Running in b142b1e50b8f [2022-06-06T20:41:22.006Z] Successfully tagged support-notifications-arm64:latest [2022-06-06T20:41:22.006Z] Building security-bootstrapper [2022-06-06T20:41:24.664Z]  Building support-notifications ... done spire-1.2.1/ [2022-06-06T20:41:24.664Z] spire-1.2.1/.data/ [2022-06-06T20:41:24.664Z] spire-1.2.1/.data/.file [2022-06-06T20:41:24.664Z] spire-1.2.1/.dockerignore [2022-06-06T20:41:24.664Z] spire-1.2.1/.gitattributes [2022-06-06T20:41:24.664Z] spire-1.2.1/.githooks/ [2022-06-06T20:41:24.664Z] spire-1.2.1/.githooks/pre-commit [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/ [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/dependabot.yml [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/ [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/scripts/ [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-06-06T20:41:24.664Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-06-06T20:41:24.664Z] spire-1.2.1/.gitignore [2022-06-06T20:41:24.664Z] spire-1.2.1/.go-version [2022-06-06T20:41:24.664Z] spire-1.2.1/.golangci.yml [2022-06-06T20:41:24.664Z] spire-1.2.1/ADOPTERS.md [2022-06-06T20:41:24.664Z] spire-1.2.1/CHANGELOG.md [2022-06-06T20:41:24.664Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-06-06T20:41:24.664Z] spire-1.2.1/CODEOWNERS [2022-06-06T20:41:24.664Z] spire-1.2.1/CONTRIBUTING.md [2022-06-06T20:41:24.664Z] spire-1.2.1/Dockerfile [2022-06-06T20:41:24.664Z] spire-1.2.1/Dockerfile.dev [2022-06-06T20:41:24.664Z] spire-1.2.1/Dockerfile.scratch [2022-06-06T20:41:24.664Z] spire-1.2.1/LICENSE [2022-06-06T20:41:24.664Z] spire-1.2.1/MAINTAINERS.md [2022-06-06T20:41:24.664Z] spire-1.2.1/Makefile [2022-06-06T20:41:24.664Z] spire-1.2.1/README.md [2022-06-06T20:41:24.664Z] spire-1.2.1/ROADMAP.md [2022-06-06T20:41:24.664Z] spire-1.2.1/SECURITY.md [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/ [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/ [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-06-06T20:41:24.664Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-agent/main.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/main.go [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/util/ [2022-06-06T20:41:24.665Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/ [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/agent/ [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/agent/agent.conf [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/agent/agent_full.conf [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/server/ [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/server/server.conf [2022-06-06T20:41:24.665Z] spire-1.2.1/conf/server/server_full.conf [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/ [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/SPIRE101.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/auditlog.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/changelog_guidelines.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/cure53-report.pdf [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/ [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/SPIRE101.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/cache_mgr.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/federated_spire.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/ha_mode.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/nested_spire.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/oidc_federation.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/images/spire_logo.png [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/scaling_spire.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/spire_agent.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/spire_server.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/supported_integrations.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/telemetry.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/telemetry_config.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/upgrading.md [2022-06-06T20:41:24.665Z] spire-1.2.1/doc/using_spire.md [2022-06-06T20:41:24.665Z] spire-1.2.1/examples/ [2022-06-06T20:41:24.665Z] spire-1.2.1/examples/README.md [2022-06-06T20:41:24.665Z] spire-1.2.1/go.mod [2022-06-06T20:41:24.665Z] spire-1.2.1/go.sum [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/agent.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/config.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/debug/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/health/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/catalog/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/client.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/dial.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/update.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/client/util.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/config.go [2022-06-06T20:41:24.665Z] spire-1.2.1/pkg/agent/endpoints/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/config.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-06-06T20:41:24.666Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/store/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/api/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/api/metrics.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/api/middleware/ [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-06-06T20:41:24.945Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/names.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/auth/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/config.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/context.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/external.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/host.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/env.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/flags.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/umask.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/diskutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/errorutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/config.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/context.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/context_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/health.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/health_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/health/logger.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/hostservice/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/require.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/log/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/log/log.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/log/log_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/log/options.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/nodeutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/plugin/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-06-06T20:41:24.946Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/log.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-06-06T20:41:24.947Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/profiling/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/protoutil/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/rotationutil/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/selector/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/selector/selector.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/selector/set.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/uptime/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/certs.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/csr.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/hash.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/selectors.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/signals.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/sort.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/task.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/task_test.go [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/testdata/ [2022-06-06T20:41:25.226Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/version/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/version/version.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509svid/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/agent.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/agent/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/api.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/audit/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/bundle.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/bundle/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/debug/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/entry.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/entry/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/health/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/id.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/id_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/limits/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/selector.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/status.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/status_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/svid/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/ca.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/journal.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/manager.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/templates.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/ca/validation.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/config.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-06-06T20:41:25.227Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-06-06T20:41:25.228Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-06-06T20:41:25.506Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/registration/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/registration/manager.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/scanentries.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/server.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/server_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/ [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/observer.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/private/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/private/server/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/private/server/journal/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/common.proto [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/plugin/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/plugin/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-06-06T20:41:25.507Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-06-06T20:41:25.508Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-06-06T20:41:25.508Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-06-06T20:41:25.508Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-06-06T20:41:25.508Z] spire-1.2.1/release/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/README.md [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/conf/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/README.md [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/conf/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/conf/agent/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/conf/server/ [2022-06-06T20:41:25.508Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-06-06T20:41:25.508Z] spire-1.2.1/script/ [2022-06-06T20:41:25.508Z] spire-1.2.1/script/build-artifact.sh [2022-06-06T20:41:25.508Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-06-06T20:41:25.508Z] spire-1.2.1/support/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-06-06T20:41:25.508Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/clock/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/clock/clock.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-06-06T20:41:25.508Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/fixture.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/entries.json [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/good.json [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-06-06T20:41:25.788Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/README.md [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/common [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/itclient/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-06-06T20:41:25.788Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/join-token/ [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-06-06T20:41:25.789Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-06-06T20:41:25.790Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/self-test/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-06-06T20:41:26.069Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/test-one.sh [2022-06-06T20:41:26.070Z] spire-1.2.1/test/integration/test.sh [2022-06-06T20:41:26.070Z] spire-1.2.1/test/plugintest/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/plugintest/config.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/plugintest/load.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/plugintest/option.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/apiserver.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/assertions.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/dir.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/logs.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/socketapi.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/suite.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/spiretest/x509.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testca/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testca/ca.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testkey/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testkey/generate.sh [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testkey/genkeys.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testkey/keys.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/testkey/new.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/tpmsimulator/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/util/ [2022-06-06T20:41:26.070Z] spire-1.2.1/test/util/cert_fixtures.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/util/cert_generation.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/util/io_redirection.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/util/race.go [2022-06-06T20:41:26.070Z] spire-1.2.1/test/util/util.go [2022-06-06T20:41:26.070Z] building spire from source... [2022-06-06T20:41:26.347Z] Building bin/spire-server... [2022-06-06T20:41:26.627Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-06-06T20:41:26.627Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-06-06T20:41:26.627Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-06-06T20:41:27.233Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-06-06T20:41:28.231Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-06-06T20:41:28.231Z] go: downloading github.com/fatih/color v1.13.0 [2022-06-06T20:41:28.508Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-06-06T20:41:28.788Z] go: downloading google.golang.org/grpc v1.44.0 [2022-06-06T20:41:33.153Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-06-06T20:41:33.153Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-06T20:41:33.153Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-06-06T20:41:33.153Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-06T20:41:33.153Z] go: downloading github.com/google/uuid v1.1.2 [2022-06-06T20:41:33.153Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-06-06T20:41:33.432Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-06-06T20:41:33.715Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-06-06T20:41:33.993Z] go: downloading google.golang.org/protobuf v1.27.1 [2022-06-06T20:41:34.273Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-06-06T20:41:34.273Z] go: downloading github.com/oklog/run v1.0.0 [2022-06-06T20:41:34.552Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-06-06T20:41:34.552Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-06T20:41:34.552Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-06T20:41:34.829Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-06T20:41:34.829Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-06T20:41:35.108Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-06T20:41:35.108Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-06-06T20:41:35.108Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-06-06T20:41:35.108Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-06-06T20:41:35.718Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-06-06T20:41:35.995Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-06T20:41:35.995Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-06-06T20:41:35.995Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-06-06T20:41:35.995Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-06-06T20:41:35.995Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-06-06T20:41:35.995Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-06T20:41:35.995Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-06T20:41:35.995Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-06T20:41:36.278Z] go: downloading go.uber.org/atomic v1.9.0 [2022-06-06T20:41:36.278Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-06T20:41:36.278Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-06-06T20:41:36.278Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-06T20:41:36.557Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-06-06T20:41:36.838Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-06-06T20:41:36.838Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-06-06T20:41:36.838Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-06-06T20:41:36.838Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-06-06T20:41:37.116Z] go: downloading go.uber.org/atomic v1.9.0 [2022-06-06T20:41:37.116Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-06T20:41:37.116Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-06-06T20:41:37.397Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-06T20:41:37.397Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-06-06T20:41:37.397Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-06-06T20:41:37.397Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-06-06T20:41:37.397Z] go: downloading github.com/google/uuid v1.1.2 [2022-06-06T20:41:37.676Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-06-06T20:41:37.676Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-06-06T20:41:37.676Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-06-06T20:41:37.676Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-06-06T20:41:37.676Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-06-06T20:41:37.676Z] go: downloading github.com/oklog/run v1.0.0 [2022-06-06T20:41:37.958Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-06-06T20:41:38.245Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-06-06T20:41:38.245Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-06-06T20:41:38.528Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-06-06T20:41:38.528Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-06T20:41:38.807Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-06-06T20:41:38.807Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-06-06T20:41:39.085Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-06T20:41:39.364Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-06T20:41:39.364Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-06-06T20:41:39.364Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-06-06T20:41:39.364Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-06-06T20:41:39.650Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-06-06T20:41:39.927Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-06-06T20:41:39.927Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-06-06T20:41:39.927Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-06-06T20:41:39.927Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-06-06T20:41:40.208Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-06-06T20:41:40.208Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-06-06T20:41:40.487Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-06-06T20:41:40.770Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:41:40.770Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:41:40.770Z] ---> 71a185cfde2b [2022-06-06T20:41:40.770Z] Step 3/31 : WORKDIR /edgex-go [2022-06-06T20:41:40.770Z] ---> Using cache [2022-06-06T20:41:40.770Z] ---> 5af22ab76e0a [2022-06-06T20:41:40.770Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:41:40.770Z] ---> Using cache [2022-06-06T20:41:40.770Z] ---> deb7eb9aa867 [2022-06-06T20:41:40.770Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-06-06T20:41:40.770Z] ---> Using cache [2022-06-06T20:41:40.770Z] ---> 4bdf9061df47 [2022-06-06T20:41:40.770Z] Step 6/31 : COPY go.mod vendor* ./ [2022-06-06T20:41:40.770Z] ---> Using cache [2022-06-06T20:41:40.770Z] ---> b739f1df0795 [2022-06-06T20:41:40.770Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:41:40.770Z] ---> Using cache [2022-06-06T20:41:40.770Z] ---> fa9ff0801159 [2022-06-06T20:41:40.770Z] Step 8/31 : COPY . . [2022-06-06T20:41:40.770Z] ---> Using cache [2022-06-06T20:41:40.770Z] ---> 57a61889e609 [2022-06-06T20:41:40.770Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-06-06T20:41:41.051Z] go: downloading github.com/lib/pq v1.10.4 [2022-06-06T20:41:41.051Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-06-06T20:41:41.332Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-06-06T20:41:41.332Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-06-06T20:41:41.610Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-06-06T20:41:41.610Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-06-06T20:41:41.889Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-06-06T20:41:41.889Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-06-06T20:41:41.889Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-06-06T20:41:42.507Z]  ---> Running in f695c80a801e [2022-06-06T20:41:44.537Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-06-06T20:41:44.814Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-06-06T20:41:50.242Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-06-06T20:41:50.242Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-06T20:41:50.242Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-06T20:41:50.242Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-06-06T20:41:50.520Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-06-06T20:41:50.520Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-06-06T20:41:50.798Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-06-06T20:41:51.079Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-06T20:41:51.079Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-06T20:41:51.357Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-06-06T20:41:51.357Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-06-06T20:41:51.637Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-06-06T20:41:51.637Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-06-06T20:41:52.636Z] go: downloading github.com/lib/pq v1.10.4 [2022-06-06T20:41:52.636Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-06-06T20:41:52.636Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-06-06T20:42:07.820Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-06-06T20:42:07.820Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-06-06T20:42:07.820Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-06-06T20:42:07.820Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-06-06T20:42:07.820Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-06-06T20:42:07.820Z] go: downloading github.com/prometheus/common v0.32.1 [2022-06-06T20:42:07.820Z] go: downloading go.uber.org/atomic v1.9.0 [2022-06-06T20:42:07.820Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-06-06T20:42:07.820Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-06-06T20:42:07.820Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-06-06T20:42:07.820Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-06-06T20:42:07.820Z] go: downloading github.com/oklog/run v1.0.0 [2022-06-06T20:42:07.820Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-06-06T20:42:08.098Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-06-06T20:42:08.098Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-06-06T20:42:08.380Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-06-06T20:42:08.380Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-06-06T20:42:08.380Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-06-06T20:42:08.659Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-06-06T20:42:08.937Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-06-06T20:42:08.937Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-06-06T20:42:08.937Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-06-06T20:42:10.941Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-06-06T20:42:11.555Z] go: downloading google.golang.org/api v0.70.0 [2022-06-06T20:42:11.556Z] go: downloading k8s.io/api v0.23.4 [2022-06-06T20:42:11.556Z] go: downloading k8s.io/client-go v0.23.4 [2022-06-06T20:42:17.032Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-06-06T20:42:17.032Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-06-06T20:42:17.032Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-06-06T20:42:17.313Z] go: downloading google.golang.org/api v0.70.0 [2022-06-06T20:42:17.595Z] go: downloading k8s.io/client-go v0.23.4 [2022-06-06T20:42:17.595Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-06-06T20:42:19.063Z] go: downloading k8s.io/api v0.23.4 [2022-06-06T20:42:26.576Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-06-06T20:42:26.576Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-06-06T20:42:33.337Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-06-06T20:42:33.614Z] go: downloading cloud.google.com/go v0.100.2 [2022-06-06T20:42:35.615Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-06-06T20:42:42.399Z] go: downloading google.golang.org/api v0.70.0 [2022-06-06T20:42:42.399Z] go: downloading k8s.io/api v0.23.4 [2022-06-06T20:42:42.399Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-06-06T20:42:42.399Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-06-06T20:42:54.871Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-06-06T20:42:55.145Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-06-06T20:42:55.145Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-06-06T20:42:55.145Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-06-06T20:42:55.754Z] go: downloading cloud.google.com/go v0.100.2 [2022-06-06T20:42:56.747Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-06-06T20:42:59.399Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-06-06T20:42:59.679Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-06-06T20:42:59.960Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-06-06T20:43:01.965Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-06-06T20:43:01.965Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-06-06T20:43:02.245Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-06-06T20:43:02.524Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-06-06T20:43:02.803Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-06-06T20:43:02.803Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-06-06T20:43:02.803Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-06-06T20:43:03.082Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-06-06T20:43:03.082Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-06-06T20:43:04.537Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-06-06T20:43:04.537Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-06-06T20:43:04.537Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-06-06T20:43:04.815Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-06-06T20:43:05.092Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-06-06T20:43:05.092Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-06-06T20:43:05.372Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-06T20:43:05.979Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-06-06T20:43:06.259Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-06-06T20:43:06.869Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-06-06T20:43:07.148Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-06-06T20:43:08.142Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-06-06T20:43:08.142Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-06T20:43:08.420Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-06T20:43:08.697Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-06-06T20:43:09.300Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-06-06T20:43:09.300Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-06-06T20:43:09.573Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-06-06T20:43:09.573Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-06-06T20:43:09.844Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-06-06T20:43:09.844Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-06-06T20:43:10.823Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-06-06T20:43:10.823Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-06-06T20:43:11.108Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-06-06T20:43:11.108Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-06-06T20:43:11.388Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-06T20:43:11.664Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-06-06T20:43:11.664Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-06-06T20:43:11.664Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-06-06T20:43:11.943Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-06-06T20:43:11.943Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-06-06T20:43:11.943Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-06-06T20:43:12.930Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-06-06T20:43:13.206Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-06-06T20:43:13.483Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-06-06T20:43:13.483Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-06-06T20:43:13.763Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-06-06T20:43:15.209Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-06-06T20:43:15.502Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-06T20:43:15.775Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-06-06T20:43:16.049Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-06-06T20:43:16.049Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-06-06T20:43:16.049Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-06-06T20:43:16.326Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-06-06T20:43:16.326Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-06-06T20:43:16.326Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-06-06T20:43:16.326Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-06-06T20:43:17.315Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-06-06T20:43:17.315Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-06-06T20:43:17.315Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-06-06T20:43:17.592Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-06T20:43:17.592Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-06-06T20:43:17.870Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-06-06T20:43:17.870Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-06-06T20:43:18.145Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-06-06T20:43:18.145Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-06-06T20:43:18.145Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-06-06T20:43:18.145Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-06-06T20:43:18.145Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-06T20:43:18.145Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-06-06T20:43:18.425Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-06-06T20:43:18.425Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-06-06T20:43:18.425Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-06-06T20:43:18.425Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-06-06T20:43:19.412Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-06-06T20:43:19.689Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-06T20:43:20.291Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-06-06T20:43:20.291Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-06-06T20:43:20.291Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-06-06T20:43:20.567Z] go: downloading go.opencensus.io v0.23.0 [2022-06-06T20:43:20.567Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-06-06T20:43:20.567Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-06-06T20:43:20.567Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-06-06T20:43:20.843Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-06-06T20:43:20.843Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-06-06T20:43:20.843Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-06-06T20:43:20.843Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-06-06T20:43:21.119Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-06-06T20:43:21.395Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-06-06T20:43:21.395Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-06-06T20:43:21.395Z] go: downloading cloud.google.com/go v0.100.2 [2022-06-06T20:43:21.671Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-06-06T20:43:21.671Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-06T20:43:21.948Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-06T20:43:21.948Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-06T20:43:22.224Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-06-06T20:43:22.224Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-06-06T20:43:22.497Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-06-06T20:43:22.497Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-06-06T20:43:22.497Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-06-06T20:43:22.770Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-06T20:43:22.770Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-06-06T20:43:23.045Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-06-06T20:43:23.045Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-06-06T20:43:25.027Z] go: downloading go.opencensus.io v0.23.0 [2022-06-06T20:43:25.027Z] go: downloading k8s.io/client-go v0.23.4 [2022-06-06T20:43:25.301Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-06-06T20:43:25.578Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-06-06T20:43:25.578Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-06-06T20:43:25.852Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-06-06T20:43:25.852Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-06T20:43:26.134Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-06-06T20:43:26.407Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-06T20:43:26.407Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-06-06T20:43:27.391Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-06-06T20:43:27.664Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-06-06T20:43:27.943Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-06T20:43:28.219Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-06-06T20:43:28.219Z] go: downloading go.uber.org/zap v1.21.0 [2022-06-06T20:43:28.821Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-06-06T20:43:29.097Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-06T20:43:29.097Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-06-06T20:43:29.097Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-06-06T20:43:29.373Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-06-06T20:43:29.373Z] go: downloading github.com/golang/snappy v0.0.4 [2022-06-06T20:43:29.648Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-06-06T20:43:30.249Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-06-06T20:43:32.881Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-06-06T20:43:32.881Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-06T20:43:32.881Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-06-06T20:43:32.881Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-06-06T20:43:32.881Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-06-06T20:43:32.881Z] go: downloading go.uber.org/zap v1.21.0 [2022-06-06T20:43:33.482Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-06-06T20:43:33.482Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-06-06T20:43:33.482Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-06T20:43:33.758Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-06-06T20:43:33.758Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-06-06T20:43:33.758Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-06-06T20:43:33.758Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-06-06T20:43:34.034Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-06-06T20:43:34.034Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-06-06T20:43:34.034Z] go: downloading github.com/golang/snappy v0.0.4 [2022-06-06T20:43:34.313Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-06-06T20:43:34.592Z] go: downloading github.com/lib/pq v1.10.4 [2022-06-06T20:43:34.868Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-06-06T20:43:37.503Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-06-06T20:43:37.779Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-06-06T20:43:39.219Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-06-06T20:43:39.494Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-06-06T20:43:39.494Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-06-06T20:43:39.768Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-06-06T20:43:39.768Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-06-06T20:43:39.768Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-06T20:43:39.768Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-06-06T20:43:40.043Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-06-06T20:43:40.318Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-06-06T20:43:40.595Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-06-06T20:43:40.871Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-06-06T20:43:41.146Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-06-06T20:43:42.133Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-06-06T20:43:42.407Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-06-06T20:43:42.407Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-06-06T20:43:42.683Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-06-06T20:43:42.961Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-06-06T20:43:43.235Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-06-06T20:43:44.326Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-06-06T20:43:44.326Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-06-06T20:43:44.599Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-06-06T20:43:44.599Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-06T20:43:48.002Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-06-06T20:43:48.606Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-06-06T20:43:48.606Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-06-06T20:43:48.882Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-06-06T20:43:48.882Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-06-06T20:43:48.882Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-06-06T20:43:48.882Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-06-06T20:43:49.870Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-06-06T20:43:50.144Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-06-06T20:43:50.420Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-06-06T20:43:50.420Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-06-06T20:43:50.697Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-06-06T20:43:51.687Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-06-06T20:43:52.289Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-06-06T20:43:52.567Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-06-06T20:43:52.843Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-06-06T20:43:52.843Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-06-06T20:43:53.122Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-06-06T20:43:53.122Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-06-06T20:43:53.122Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-06-06T20:43:53.398Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-06-06T20:43:53.398Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-06-06T20:43:54.848Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-06-06T20:43:54.848Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-06-06T20:43:54.848Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-06-06T20:43:54.848Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-06-06T20:43:55.123Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-06-06T20:43:55.123Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-06-06T20:43:57.107Z] go: downloading go.opencensus.io v0.23.0 [2022-06-06T20:43:57.709Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-06-06T20:43:57.709Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-06-06T20:43:58.308Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-06-06T20:43:58.308Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-06-06T20:43:58.585Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-06-06T20:43:58.585Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-06-06T20:43:58.863Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-06-06T20:43:59.464Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-06-06T20:44:02.099Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-06-06T20:44:03.544Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-06-06T20:44:03.544Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-06-06T20:44:04.535Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-06-06T20:44:04.535Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-06-06T20:44:05.134Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-06-06T20:44:05.409Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-06-06T20:44:05.409Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-06-06T20:44:05.409Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-06-06T20:44:06.004Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-06-06T20:44:06.004Z] go: downloading go.uber.org/zap v1.21.0 [2022-06-06T20:44:06.987Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-06-06T20:44:06.987Z] go: downloading github.com/golang/snappy v0.0.4 [2022-06-06T20:44:06.987Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-06-06T20:44:13.716Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-06-06T20:44:13.716Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-06-06T20:44:15.709Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-06-06T20:44:15.709Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-06-06T20:44:15.709Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-06-06T20:44:15.709Z] go: downloading go.uber.org/multierr v1.6.0 [2022-06-06T20:44:34.184Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-06-06T20:44:34.184Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-06-06T20:45:13.285Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-06-06T20:45:28.458Z] Removing intermediate container 207be3939751 [2022-06-06T20:45:28.458Z] ---> 27365d078f61 [2022-06-06T20:45:28.458Z] [2022-06-06T20:45:28.458Z] Step 10/25 : FROM alpine:3.14 [2022-06-06T20:45:28.458Z] ---> ac73e934f311 [2022-06-06T20:45:28.458Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-06-06T20:45:28.458Z] ---> Running in 4e56ba9d801b [2022-06-06T20:45:28.738Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:45:29.354Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:45:30.353Z] (1/3) Installing ca-certificates (20211220-r0) [2022-06-06T20:45:30.353Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-06-06T20:45:30.353Z] (3/3) Installing su-exec (0.2-r1) [2022-06-06T20:45:30.353Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:45:30.636Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:45:30.919Z] OK: 6 MiB in 17 packages [2022-06-06T20:45:32.943Z] Removing intermediate container 4e56ba9d801b [2022-06-06T20:45:32.943Z] ---> a0d1e316dfd1 [2022-06-06T20:45:32.943Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-06-06T20:45:32.943Z] ---> Running in 37ea8018aaaa [2022-06-06T20:45:33.565Z] Removing intermediate container 37ea8018aaaa [2022-06-06T20:45:33.565Z] ---> e8c470030bea [2022-06-06T20:45:33.565Z] Step 13/25 : WORKDIR / [2022-06-06T20:45:33.565Z] ---> Running in e16d05e2f623 [2022-06-06T20:45:34.207Z] Removing intermediate container e16d05e2f623 [2022-06-06T20:45:34.207Z] ---> e30deb86d844 [2022-06-06T20:45:34.207Z] Step 14/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2022-06-06T20:45:35.209Z] ---> 3d7fb10640d5 [2022-06-06T20:45:35.209Z] Step 15/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2022-06-06T20:45:36.198Z] ---> 2cc679af33b0 [2022-06-06T20:45:36.198Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-06-06T20:45:36.798Z] ---> ac0a087cd731 [2022-06-06T20:45:36.798Z] Step 17/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/kong-admin-config.template.yml /res/kong-admin-config.template.yml [2022-06-06T20:45:37.783Z] ---> aa9c59d27578 [2022-06-06T20:45:37.783Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-06-06T20:45:39.813Z] ---> c411ec1d7ff8 [2022-06-06T20:45:39.813Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-06-06T20:45:40.810Z] ---> 32ae968341e4 [2022-06-06T20:45:40.810Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-06-06T20:45:41.803Z] ---> 53f80760e93a [2022-06-06T20:45:41.803Z] Step 21/25 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2022-06-06T20:45:42.080Z] ---> Running in c021e66b6310 [2022-06-06T20:45:45.525Z] Removing intermediate container c021e66b6310 [2022-06-06T20:45:45.525Z] ---> e97f9d150068 [2022-06-06T20:45:45.525Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-06-06T20:45:45.525Z] ---> Running in 08ac2326996c [2022-06-06T20:45:45.525Z] Removing intermediate container 08ac2326996c [2022-06-06T20:45:45.525Z] ---> c7689c584d66 [2022-06-06T20:45:45.525Z] Step 23/25 : LABEL arch=arm64 [2022-06-06T20:45:45.805Z] ---> Running in 1fd3d403d423 [2022-06-06T20:45:46.086Z] Removing intermediate container 1fd3d403d423 [2022-06-06T20:45:46.086Z] ---> f0202e7c1c2e [2022-06-06T20:45:46.086Z] Step 24/25 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:45:46.086Z] ---> Running in 3358a3e2e9d5 [2022-06-06T20:45:46.700Z] Removing intermediate container 3358a3e2e9d5 [2022-06-06T20:45:46.700Z] ---> 11913d5fae4f [2022-06-06T20:45:46.700Z] Step 25/25 : LABEL version=2.2.1-dev.10 [2022-06-06T20:45:46.985Z] ---> Running in 404f667feb23 [2022-06-06T20:45:47.268Z] Removing intermediate container 404f667feb23 [2022-06-06T20:45:47.268Z] ---> 42be73183ddb [2022-06-06T20:45:47.268Z] [2022-06-06T20:45:47.552Z] Successfully built 42be73183ddb [2022-06-06T20:45:47.552Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-06-06T20:45:47.552Z] Building support-scheduler [2022-06-06T20:46:06.130Z]  Building security-secretstore-setup ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:46:06.130Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:46:06.130Z] ---> 71a185cfde2b [2022-06-06T20:46:06.130Z] Step 3/22 : WORKDIR /edgex-go [2022-06-06T20:46:06.130Z] ---> Using cache [2022-06-06T20:46:06.130Z] ---> 5af22ab76e0a [2022-06-06T20:46:06.130Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:46:06.130Z] ---> Using cache [2022-06-06T20:46:06.130Z] ---> deb7eb9aa867 [2022-06-06T20:46:06.130Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-06-06T20:46:06.130Z] ---> Using cache [2022-06-06T20:46:06.130Z] ---> 4bdf9061df47 [2022-06-06T20:46:06.130Z] Step 6/22 : COPY go.mod vendor* ./ [2022-06-06T20:46:06.130Z] ---> Using cache [2022-06-06T20:46:06.130Z] ---> b739f1df0795 [2022-06-06T20:46:06.130Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:46:06.130Z] ---> Using cache [2022-06-06T20:46:06.130Z] ---> fa9ff0801159 [2022-06-06T20:46:06.130Z] Step 8/22 : COPY . . [2022-06-06T20:46:06.130Z] ---> Using cache [2022-06-06T20:46:06.130Z] ---> 57a61889e609 [2022-06-06T20:46:06.130Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-06-06T20:46:06.130Z] ---> Running in 41bd13c21119 [2022-06-06T20:46:07.716Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-06-06T20:46:34.919Z] Removing intermediate container f695c80a801e [2022-06-06T20:46:34.919Z] ---> ca10553dda68 [2022-06-06T20:46:34.919Z] [2022-06-06T20:46:34.919Z] Step 10/31 : FROM alpine:3.14 [2022-06-06T20:46:34.919Z] ---> ac73e934f311 [2022-06-06T20:46:34.919Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-06-06T20:46:34.919Z] ---> Running in 242a43455ad2 [2022-06-06T20:46:35.204Z] Removing intermediate container 242a43455ad2 [2022-06-06T20:46:35.204Z] ---> c9810c4e1ad2 [2022-06-06T20:46:35.204Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-06-06T20:46:35.481Z] ---> Running in dc29868a653d [2022-06-06T20:46:37.486Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:46:37.767Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:46:38.761Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-06-06T20:46:38.761Z] (2/2) Installing su-exec (0.2-r1) [2022-06-06T20:46:38.761Z] Executing busybox-1.33.1-r7.trigger [2022-06-06T20:46:38.761Z] OK: 6 MiB in 16 packages [2022-06-06T20:46:40.216Z] Removing intermediate container dc29868a653d [2022-06-06T20:46:40.216Z] ---> 3d0d225ca7de [2022-06-06T20:46:40.216Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-06-06T20:46:40.216Z] ---> Running in 3230efb23d7b [2022-06-06T20:46:40.820Z] Removing intermediate container 3230efb23d7b [2022-06-06T20:46:40.820Z] ---> b40cee5f3084 [2022-06-06T20:46:40.820Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-06-06T20:46:40.820Z] ---> Running in 5f27abbb98eb [2022-06-06T20:46:41.431Z] Removing intermediate container 5f27abbb98eb [2022-06-06T20:46:41.431Z] ---> 71f4a6848814 [2022-06-06T20:46:41.431Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-06-06T20:46:41.431Z] ---> Running in 088c5e9a8d3d [2022-06-06T20:46:44.858Z] Removing intermediate container 088c5e9a8d3d [2022-06-06T20:46:44.858Z] ---> 2a715b057f3b [2022-06-06T20:46:44.858Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-06-06T20:46:44.858Z] ---> Running in 6c1a7b212c7c [2022-06-06T20:46:45.138Z] Removing intermediate container 6c1a7b212c7c [2022-06-06T20:46:45.138Z] ---> d01f782925e6 [2022-06-06T20:46:45.138Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-06-06T20:46:46.130Z] ---> 78f9b12ab44e [2022-06-06T20:46:46.130Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-06-06T20:46:46.130Z] ---> Running in bad5a18bf41c [2022-06-06T20:46:49.558Z] Removing intermediate container bad5a18bf41c [2022-06-06T20:46:49.558Z] ---> 6e06192f2aa0 [2022-06-06T20:46:49.558Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:46:50.175Z] ---> d2ac1c8a9f14 [2022-06-06T20:46:50.176Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-06-06T20:46:52.169Z] ---> 931ca231f16b [2022-06-06T20:46:52.169Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-06-06T20:46:52.773Z] ---> f736c205b349 [2022-06-06T20:46:52.773Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-06-06T20:46:53.751Z] ---> 1cfbc0ae2e05 [2022-06-06T20:46:53.751Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-06-06T20:46:54.734Z] ---> f12bc835bdcb [2022-06-06T20:46:54.734Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-06-06T20:46:55.010Z] ---> Running in e44d095d2ac5 [2022-06-06T20:46:55.617Z] Removing intermediate container e44d095d2ac5 [2022-06-06T20:46:55.618Z] ---> 513f2352cac7 [2022-06-06T20:46:55.618Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-06-06T20:46:56.601Z] ---> 108d4b49f40b [2022-06-06T20:46:56.601Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-06-06T20:46:56.885Z] ---> Running in 15fbfdfd7ab2 [2022-06-06T20:46:59.534Z] Removing intermediate container 15fbfdfd7ab2 [2022-06-06T20:46:59.534Z] ---> 8d53fb5c6ec7 [2022-06-06T20:46:59.534Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-06-06T20:47:00.153Z] ---> Running in bf9bdc3ff238 [2022-06-06T20:47:00.440Z] Removing intermediate container bf9bdc3ff238 [2022-06-06T20:47:00.440Z] ---> de1218678d81 [2022-06-06T20:47:00.440Z] Step 28/31 : CMD ["gate"] [2022-06-06T20:47:00.761Z] ---> Running in e8fed52764dc [2022-06-06T20:47:01.380Z] Removing intermediate container e8fed52764dc [2022-06-06T20:47:01.380Z] ---> 110737a6cedd [2022-06-06T20:47:01.380Z] Step 29/31 : LABEL arch=arm64 [2022-06-06T20:47:01.655Z] ---> Running in 33a137e70f82 [2022-06-06T20:47:02.266Z] Removing intermediate container 33a137e70f82 [2022-06-06T20:47:02.266Z] ---> 3c1fbe0f2e31 [2022-06-06T20:47:02.266Z] Step 30/31 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:47:02.541Z] ---> Running in 34564caf69c0 [2022-06-06T20:47:02.817Z] Removing intermediate container 34564caf69c0 [2022-06-06T20:47:02.818Z] ---> 22c5bce1a972 [2022-06-06T20:47:02.818Z] Step 31/31 : LABEL version=2.2.1-dev.10 [2022-06-06T20:47:03.421Z] ---> Running in 188ebc1db31e [2022-06-06T20:47:03.696Z] Removing intermediate container 188ebc1db31e [2022-06-06T20:47:03.696Z] ---> c4af235d0045 [2022-06-06T20:47:03.696Z] [2022-06-06T20:47:03.974Z] Successfully built c4af235d0045 [2022-06-06T20:47:04.250Z] Successfully tagged security-bootstrapper-arm64:latest [2022-06-06T20:47:04.250Z] Building core-command [2022-06-06T20:47:22.593Z]  Building security-bootstrapper ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:47:22.593Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:47:22.593Z] ---> 71a185cfde2b [2022-06-06T20:47:22.593Z] Step 3/23 : WORKDIR /edgex-go [2022-06-06T20:47:22.593Z] ---> Using cache [2022-06-06T20:47:22.593Z] ---> 5af22ab76e0a [2022-06-06T20:47:22.593Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:47:22.593Z] ---> Using cache [2022-06-06T20:47:22.593Z] ---> deb7eb9aa867 [2022-06-06T20:47:22.593Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-06-06T20:47:22.593Z] ---> Using cache [2022-06-06T20:47:22.593Z] ---> 4bdf9061df47 [2022-06-06T20:47:22.593Z] Step 6/23 : COPY go.mod vendor* ./ [2022-06-06T20:47:22.593Z] ---> Using cache [2022-06-06T20:47:22.593Z] ---> b739f1df0795 [2022-06-06T20:47:22.593Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:47:22.593Z] ---> Using cache [2022-06-06T20:47:22.593Z] ---> fa9ff0801159 [2022-06-06T20:47:22.593Z] Step 8/23 : COPY . . [2022-06-06T20:47:22.593Z] ---> Using cache [2022-06-06T20:47:22.593Z] ---> 57a61889e609 [2022-06-06T20:47:22.593Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-06-06T20:47:22.593Z] ---> Running in d95042e0b74f [2022-06-06T20:47:23.199Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-06-06T20:52:00.308Z] Removing intermediate container d95042e0b74f [2022-06-06T20:52:00.308Z] ---> 50b97f341dec [2022-06-06T20:52:00.308Z] [2022-06-06T20:52:00.308Z] Step 10/23 : FROM alpine:3.14 [2022-06-06T20:52:00.308Z] ---> ac73e934f311 [2022-06-06T20:52:00.308Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-06-06T20:52:00.308Z] ---> Using cache [2022-06-06T20:52:00.308Z] ---> 2b5845b29558 [2022-06-06T20:52:00.308Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:52:00.308Z] ---> Using cache [2022-06-06T20:52:00.308Z] ---> 7c0365467e55 [2022-06-06T20:52:00.308Z] Step 13/23 : ENV APP_PORT=59882 [2022-06-06T20:52:00.308Z] ---> Running in ea375cff78ef [2022-06-06T20:52:00.308Z] Removing intermediate container ea375cff78ef [2022-06-06T20:52:00.308Z] ---> e0bc400d8b50 [2022-06-06T20:52:00.308Z] Step 14/23 : EXPOSE $APP_PORT [2022-06-06T20:52:00.308Z] ---> Running in 49ac86baf937 [2022-06-06T20:52:00.308Z] Removing intermediate container 49ac86baf937 [2022-06-06T20:52:00.308Z] ---> 0754be51a677 [2022-06-06T20:52:00.308Z] Step 15/23 : WORKDIR / [2022-06-06T20:52:00.308Z] ---> Running in 8631ba2fd047 [2022-06-06T20:52:00.308Z] Removing intermediate container 8631ba2fd047 [2022-06-06T20:52:00.308Z] ---> 0dc447833f5c [2022-06-06T20:52:00.308Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:52:00.308Z] ---> 29fcd7c6cb75 [2022-06-06T20:52:00.308Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-06-06T20:52:00.308Z] ---> 376523d7f09f [2022-06-06T20:52:00.308Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-06-06T20:52:00.308Z] ---> a65412ff27ad [2022-06-06T20:52:00.308Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-06-06T20:52:00.308Z] ---> Running in 362752ee1325 [2022-06-06T20:52:00.308Z] Removing intermediate container 362752ee1325 [2022-06-06T20:52:00.308Z] ---> ede7df76b06c [2022-06-06T20:52:00.308Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:52:00.308Z] ---> Running in 4826eb45a32e [2022-06-06T20:52:00.308Z] Removing intermediate container 4826eb45a32e [2022-06-06T20:52:00.308Z] ---> 96fb99f3cff4 [2022-06-06T20:52:00.308Z] Step 21/23 : LABEL arch=arm64 [2022-06-06T20:52:00.308Z] ---> Running in 50969a43b4a3 [2022-06-06T20:52:00.308Z] Removing intermediate container 50969a43b4a3 [2022-06-06T20:52:00.308Z] ---> ac874eca255f [2022-06-06T20:52:00.308Z] Step 22/23 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:52:00.308Z] ---> Running in e83f757b1f22 [2022-06-06T20:52:00.308Z] Removing intermediate container e83f757b1f22 [2022-06-06T20:52:00.308Z] ---> fb797a367f6e [2022-06-06T20:52:00.308Z] Step 23/23 : LABEL version=2.2.1-dev.10 [2022-06-06T20:52:00.308Z] ---> Running in 4e69abc44499 [2022-06-06T20:52:00.308Z] Removing intermediate container 4e69abc44499 [2022-06-06T20:52:00.308Z] ---> 4ab1c31cd2de [2022-06-06T20:52:00.308Z] [2022-06-06T20:52:00.308Z] Successfully built 4ab1c31cd2de [2022-06-06T20:52:00.308Z] Successfully tagged core-command-arm64:latest [2022-06-06T20:52:00.308Z] Building security-spiffe-token-provider [2022-06-06T20:52:15.419Z]  Building core-command ... done Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-06-06T20:52:15.419Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-06-06T20:52:15.419Z] ---> 71a185cfde2b [2022-06-06T20:52:15.419Z] Step 3/20 : WORKDIR /edgex-go [2022-06-06T20:52:15.419Z] ---> Using cache [2022-06-06T20:52:15.419Z] ---> 5af22ab76e0a [2022-06-06T20:52:15.419Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-06-06T20:52:15.419Z] ---> Running in 5fb633b94cae [2022-06-06T20:52:16.401Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:52:17.845Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:52:18.828Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:52:18.828Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:52:18.828Z] OK: 15741 distinct packages available [2022-06-06T20:52:19.103Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:52:20.094Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:52:21.083Z] OK: 220 MiB in 52 packages [2022-06-06T20:52:23.066Z] Removing intermediate container 5fb633b94cae [2022-06-06T20:52:23.066Z] ---> 0a7f56606748 [2022-06-06T20:52:23.066Z] Step 5/20 : COPY go.mod vendor* ./ [2022-06-06T20:52:24.053Z] ---> 680e35e51d13 [2022-06-06T20:52:24.053Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-06T20:52:24.053Z] ---> Running in 2dde055a1fb5 [2022-06-06T20:52:29.480Z] Removing intermediate container 2dde055a1fb5 [2022-06-06T20:52:29.480Z] ---> c97a9ce0193d [2022-06-06T20:52:29.480Z] Step 7/20 : COPY . . [2022-06-06T20:52:41.931Z] ---> 911d11897f4c [2022-06-06T20:52:41.931Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-06-06T20:52:41.931Z] ---> Running in 86546ea3aa22 [2022-06-06T20:52:42.923Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=2.2.1-dev.10" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-06-06T20:53:29.911Z] Removing intermediate container 41bd13c21119 [2022-06-06T20:53:29.911Z] ---> baf2c31c662d [2022-06-06T20:53:29.911Z] [2022-06-06T20:53:29.911Z] Step 10/22 : FROM alpine:3.14 [2022-06-06T20:53:29.911Z] ---> ac73e934f311 [2022-06-06T20:53:29.911Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-06-06T20:53:29.911Z] ---> Using cache [2022-06-06T20:53:29.911Z] ---> 2b5845b29558 [2022-06-06T20:53:29.911Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-06-06T20:53:29.911Z] ---> Using cache [2022-06-06T20:53:29.911Z] ---> 7c0365467e55 [2022-06-06T20:53:29.911Z] Step 13/22 : ENV APP_PORT=59861 [2022-06-06T20:53:29.911Z] ---> Running in 3ac92cd65111 [2022-06-06T20:53:29.911Z] Removing intermediate container 3ac92cd65111 [2022-06-06T20:53:29.911Z] ---> e19abf1fe96a [2022-06-06T20:53:29.911Z] Step 14/22 : EXPOSE $APP_PORT [2022-06-06T20:53:29.911Z] ---> Running in 72cc242179ce [2022-06-06T20:53:29.911Z] Removing intermediate container 72cc242179ce [2022-06-06T20:53:29.911Z] ---> 7b540faa86f4 [2022-06-06T20:53:29.911Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:53:29.911Z] ---> 086128a328b2 [2022-06-06T20:53:29.911Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-06-06T20:53:30.901Z] ---> c5edbc8f5833 [2022-06-06T20:53:30.901Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-06-06T20:53:31.894Z] ---> 1cb858bf1657 [2022-06-06T20:53:31.894Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-06-06T20:53:31.894Z] ---> Running in 338bf682d106 [2022-06-06T20:53:32.169Z] Removing intermediate container 338bf682d106 [2022-06-06T20:53:32.169Z] ---> 302b2daf4912 [2022-06-06T20:53:32.169Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:53:32.444Z] ---> Running in 962b15d16a6a [2022-06-06T20:53:32.719Z] Removing intermediate container 962b15d16a6a [2022-06-06T20:53:32.719Z] ---> fb6c76f104fe [2022-06-06T20:53:32.719Z] Step 20/22 : LABEL arch=arm64 [2022-06-06T20:53:32.991Z] ---> Running in d1072ffbb09c [2022-06-06T20:53:33.273Z] Removing intermediate container d1072ffbb09c [2022-06-06T20:53:33.273Z] ---> 3b9df07ba4a6 [2022-06-06T20:53:33.273Z] Step 21/22 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:53:33.545Z] ---> Running in 40879f869fcc [2022-06-06T20:53:34.139Z] Removing intermediate container 40879f869fcc [2022-06-06T20:53:34.139Z] ---> c0d885a2af56 [2022-06-06T20:53:34.139Z] Step 22/22 : LABEL version=2.2.1-dev.10 [2022-06-06T20:53:34.139Z] ---> Running in 87fc82d63291 [2022-06-06T20:53:34.741Z] Removing intermediate container 87fc82d63291 [2022-06-06T20:53:34.741Z] ---> bee0252147ed [2022-06-06T20:53:34.741Z] [2022-06-06T20:53:35.027Z] Successfully built bee0252147ed [2022-06-06T20:53:35.027Z] Successfully tagged support-scheduler-arm64:latest [2022-06-06T20:58:42.275Z]  Building support-scheduler ... done Removing intermediate container 86546ea3aa22 [2022-06-06T20:58:42.275Z] ---> f2da282380d2 [2022-06-06T20:58:42.275Z] [2022-06-06T20:58:42.275Z] Step 9/20 : FROM alpine:3.15 [2022-06-06T20:58:42.275Z] 3.15: Pulling from library/alpine [2022-06-06T20:58:42.275Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-06-06T20:58:42.275Z] Status: Downloaded newer image for alpine:3.15 [2022-06-06T20:58:42.275Z] ---> 3fb3c9af89a9 [2022-06-06T20:58:42.275Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T20:58:42.275Z] ---> Running in 1c9a215b7980 [2022-06-06T20:58:42.275Z] Removing intermediate container 1c9a215b7980 [2022-06-06T20:58:42.275Z] ---> f257ecced890 [2022-06-06T20:58:42.275Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T20:58:42.275Z] ---> Running in 19152b45fdc5 [2022-06-06T20:58:42.874Z] Removing intermediate container 19152b45fdc5 [2022-06-06T20:58:42.874Z] ---> 3928ccf051b5 [2022-06-06T20:58:42.874Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-06-06T20:58:42.874Z] ---> Running in 6667ec1b26b1 [2022-06-06T20:58:44.857Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:58:46.299Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:58:47.284Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T20:58:47.284Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T20:58:47.284Z] OK: 15736 distinct packages available [2022-06-06T20:58:47.560Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T20:58:48.559Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T20:58:50.005Z] (1/9) Installing ca-certificates (20211220-r0) [2022-06-06T20:58:50.005Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-06-06T20:58:50.005Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-06-06T20:58:50.282Z] (4/9) Installing libcurl (7.80.0-r1) [2022-06-06T20:58:50.282Z] (5/9) Installing curl (7.80.0-r1) [2022-06-06T20:58:50.282Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-06-06T20:58:50.560Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-06-06T20:58:50.560Z] (8/9) Installing libucontext (1.1-r0) [2022-06-06T20:58:50.560Z] (9/9) Installing gcompat (1.0.0-r4) [2022-06-06T20:58:50.840Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T20:58:50.840Z] Executing ca-certificates-20211220-r0.trigger [2022-06-06T20:58:51.118Z] OK: 8 MiB in 23 packages [2022-06-06T20:58:53.766Z] Removing intermediate container 6667ec1b26b1 [2022-06-06T20:58:53.766Z] ---> 147285490fba [2022-06-06T20:58:53.766Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-06-06T20:58:54.370Z] ---> f8475f7b246a [2022-06-06T20:58:54.370Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-06-06T20:58:57.021Z] ---> 71f0db4866f7 [2022-06-06T20:58:57.021Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-06-06T20:58:57.628Z] ---> b0c088d411fc [2022-06-06T20:58:57.628Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-06-06T20:58:57.628Z] ---> Running in 5ac808b8fa25 [2022-06-06T20:58:58.236Z] Removing intermediate container 5ac808b8fa25 [2022-06-06T20:58:58.236Z] ---> 94a13bf4b868 [2022-06-06T20:58:58.236Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-06-06T20:58:58.236Z] ---> Running in 160ad8825ffa [2022-06-06T20:58:58.844Z] Removing intermediate container 160ad8825ffa [2022-06-06T20:58:58.844Z] ---> 4305c403107f [2022-06-06T20:58:58.844Z] Step 18/20 : LABEL arch=arm64 [2022-06-06T20:58:59.125Z] ---> Running in a968721ecef9 [2022-06-06T20:58:59.401Z] Removing intermediate container a968721ecef9 [2022-06-06T20:58:59.401Z] ---> 6ab228581332 [2022-06-06T20:58:59.401Z] Step 19/20 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T20:58:59.678Z] ---> Running in 3d73baf30275 [2022-06-06T20:59:00.281Z] Removing intermediate container 3d73baf30275 [2022-06-06T20:59:00.281Z] ---> 741b81e54c82 [2022-06-06T20:59:00.281Z] Step 20/20 : LABEL version=2.2.1-dev.10 [2022-06-06T20:59:00.281Z] ---> Running in 89efecda70fa [2022-06-06T20:59:00.883Z] Removing intermediate container 89efecda70fa [2022-06-06T20:59:00.883Z] ---> dc52d144c7d4 [2022-06-06T20:59:00.883Z] [2022-06-06T20:59:01.160Z] Successfully built dc52d144c7d4 [2022-06-06T20:59:01.160Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-06-06T21:18:10.087Z]  Building security-spiffe-token-provider ... done Building bin/spire-agent... [2022-06-06T21:18:10.087Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-06-06T21:18:10.087Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-06-06T21:18:10.087Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-06-06T21:18:10.087Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-06-06T21:18:10.087Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-06-06T21:18:10.087Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-06-06T21:18:10.087Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-06-06T21:18:10.087Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-06T21:18:10.087Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-06T21:18:10.087Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-06-06T21:18:10.087Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-06-06T21:18:10.087Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-06-06T21:18:10.087Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-06T21:18:25.242Z] Building bin/spire-agent... [2022-06-06T21:18:26.239Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-06-06T21:18:26.847Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-06-06T21:18:26.847Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-06-06T21:18:26.847Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-06-06T21:18:27.122Z] Building bin/spire-agent... [2022-06-06T21:18:28.580Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-06-06T21:18:28.860Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-06-06T21:18:29.136Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-06-06T21:18:29.413Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-06-06T21:18:32.850Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-06-06T21:18:34.315Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-06-06T21:18:34.316Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-06-06T21:18:34.927Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-06T21:18:34.927Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-06T21:18:34.927Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-06-06T21:18:35.204Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-06-06T21:18:35.204Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-06-06T21:18:35.204Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-06-06T21:18:35.204Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-06T21:18:36.663Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-06-06T21:18:36.663Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-06-06T21:18:37.265Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-06-06T21:18:37.265Z] go: downloading github.com/docker/go-units v0.4.0 [2022-06-06T21:18:37.265Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-06-06T21:18:37.543Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-06-06T21:18:37.543Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-06-06T21:18:37.543Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-06-06T21:24:29.857Z] Removing intermediate container 0380bec885ca [2022-06-06T21:24:29.857Z] ---> 973ce34c69f4 [2022-06-06T21:24:29.857Z] [2022-06-06T21:24:29.857Z] Step 13/25 : FROM alpine:3.15 [2022-06-06T21:24:29.857Z] ---> 3fb3c9af89a9 [2022-06-06T21:24:29.857Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T21:24:29.857Z] ---> Using cache [2022-06-06T21:24:29.857Z] ---> f257ecced890 [2022-06-06T21:24:29.857Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T21:24:29.857Z] ---> Using cache [2022-06-06T21:24:29.863Z] ---> 3928ccf051b5 [2022-06-06T21:24:29.863Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-06T21:24:29.863Z] ---> Running in c66190b85b37 [2022-06-06T21:24:31.305Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T21:24:32.295Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T21:24:33.748Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T21:24:33.748Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T21:24:33.748Z] OK: 15736 distinct packages available [2022-06-06T21:24:33.748Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T21:24:34.736Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T21:24:35.735Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-06-06T21:24:35.735Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-06-06T21:24:35.735Z] (3/5) Installing libucontext (1.1-r0) [2022-06-06T21:24:36.008Z] (4/5) Installing gcompat (1.0.0-r4) [2022-06-06T21:24:36.008Z] (5/5) Installing openssl (1.1.1o-r0) [2022-06-06T21:24:36.008Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T21:24:36.291Z] OK: 6 MiB in 19 packages [2022-06-06T21:24:39.706Z] Removing intermediate container c66190b85b37 [2022-06-06T21:24:39.707Z] ---> f4fd1fe7b1ee [2022-06-06T21:24:39.707Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-06-06T21:24:48.005Z] ---> 88f9ecec645f [2022-06-06T21:24:48.005Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-06-06T21:24:48.005Z] ---> 39301c4282c0 [2022-06-06T21:24:48.005Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-06-06T21:24:48.607Z] ---> 7778c1ef38af [2022-06-06T21:24:48.607Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-06-06T21:24:49.593Z] ---> 7d2a3410750b [2022-06-06T21:24:49.593Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-06T21:24:49.869Z] ---> Running in ddb7cd684dab [2022-06-06T21:24:50.466Z] Removing intermediate container ddb7cd684dab [2022-06-06T21:24:50.466Z] ---> 00b894ee554e [2022-06-06T21:24:50.466Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-06T21:24:50.466Z] ---> Running in d2cfdd7160e1 [2022-06-06T21:24:51.063Z] Removing intermediate container d2cfdd7160e1 [2022-06-06T21:24:51.063Z] ---> 1b9af8580902 [2022-06-06T21:24:51.063Z] Step 23/25 : LABEL arch=arm64 [2022-06-06T21:24:51.338Z] ---> Running in 4020b81f0bd6 [2022-06-06T21:24:51.939Z] Removing intermediate container 4020b81f0bd6 [2022-06-06T21:24:51.939Z] ---> 9cb66444e559 [2022-06-06T21:24:51.939Z] Step 24/25 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:24:51.939Z] ---> Running in 6c438dcdce1e [2022-06-06T21:24:52.538Z] Removing intermediate container 6c438dcdce1e [2022-06-06T21:24:52.538Z] ---> c9c37c63b98d [2022-06-06T21:24:52.538Z] Step 25/25 : LABEL version=2.2.1-dev.10 [2022-06-06T21:24:52.538Z] ---> Running in 748573fa9260 [2022-06-06T21:24:53.139Z] Removing intermediate container 748573fa9260 [2022-06-06T21:24:53.139Z] ---> 8a68461d615f [2022-06-06T21:24:53.139Z] [2022-06-06T21:24:53.415Z] Successfully built 8a68461d615f [2022-06-06T21:24:53.415Z] Successfully tagged security-spire-server-arm64:latest [2022-06-06T21:25:05.837Z]  Building security-spire-server ... done Removing intermediate container b142b1e50b8f [2022-06-06T21:25:05.837Z] ---> 65fa894c5ee7 [2022-06-06T21:25:05.837Z] [2022-06-06T21:25:05.837Z] Step 13/26 : FROM alpine:3.15 [2022-06-06T21:25:05.837Z] ---> 3fb3c9af89a9 [2022-06-06T21:25:05.837Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T21:25:05.837Z] ---> Using cache [2022-06-06T21:25:05.837Z] ---> f257ecced890 [2022-06-06T21:25:05.837Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T21:25:05.837Z] ---> Using cache [2022-06-06T21:25:05.837Z] ---> 3928ccf051b5 [2022-06-06T21:25:05.837Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-06-06T21:25:05.837Z] ---> Running in 024baca88bf5 [2022-06-06T21:25:06.116Z] Removing intermediate container 00356c7dc70f [2022-06-06T21:25:06.116Z] ---> a85c65f8c2cb [2022-06-06T21:25:06.116Z] [2022-06-06T21:25:06.116Z] Step 13/26 : FROM alpine:3.15 [2022-06-06T21:25:06.116Z] ---> 3fb3c9af89a9 [2022-06-06T21:25:06.116Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-06-06T21:25:06.116Z] ---> Using cache [2022-06-06T21:25:06.116Z] ---> f257ecced890 [2022-06-06T21:25:06.116Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-06T21:25:06.116Z] ---> Using cache [2022-06-06T21:25:06.116Z] ---> 3928ccf051b5 [2022-06-06T21:25:06.116Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-06-06T21:25:06.116Z] ---> Using cache [2022-06-06T21:25:06.116Z] ---> f4fd1fe7b1ee [2022-06-06T21:25:06.116Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-06-06T21:25:07.099Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T21:25:08.094Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T21:25:08.698Z] ---> 52df4f7873b5 [2022-06-06T21:25:08.698Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-06-06T21:25:09.298Z] v3.15.4-179-g2555436bf8 [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-06-06T21:25:09.298Z] v3.15.4-180-gc66856657a [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-06-06T21:25:09.298Z] OK: 15736 distinct packages available [2022-06-06T21:25:09.298Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-06T21:25:10.273Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-06T21:25:11.705Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-06-06T21:25:11.705Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-06-06T21:25:11.705Z] (3/4) Installing libucontext (1.1-r0) [2022-06-06T21:25:11.705Z] (4/4) Installing gcompat (1.0.0-r4) [2022-06-06T21:25:11.705Z] Executing busybox-1.34.1-r5.trigger [2022-06-06T21:25:11.985Z] OK: 6 MiB in 18 packages [2022-06-06T21:25:12.265Z] ---> be4cd621d5f9 [2022-06-06T21:25:12.265Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-06-06T21:25:12.868Z] Removing intermediate container 024baca88bf5 [2022-06-06T21:25:12.868Z] ---> 3873cbde7bcc [2022-06-06T21:25:12.868Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-06-06T21:25:13.140Z] ---> 75eef2764eb9 [2022-06-06T21:25:13.140Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-06-06T21:25:13.737Z] ---> 68f63a36aca9 [2022-06-06T21:25:13.737Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-06-06T21:25:14.719Z] ---> 08a36bc041d0 [2022-06-06T21:25:14.719Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-06T21:25:14.719Z] ---> Running in 8cdbbe80da20 [2022-06-06T21:25:15.314Z] Removing intermediate container 8cdbbe80da20 [2022-06-06T21:25:15.314Z] ---> 80223a005af6 [2022-06-06T21:25:15.314Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-06T21:25:15.314Z] ---> Running in 0b6d65f8f51e [2022-06-06T21:25:15.585Z] Removing intermediate container 0b6d65f8f51e [2022-06-06T21:25:15.585Z] ---> efc2c31bc752 [2022-06-06T21:25:15.585Z] Step 24/26 : LABEL arch=arm64 [2022-06-06T21:25:15.860Z] ---> Running in fd095ab87659 [2022-06-06T21:25:16.134Z] Removing intermediate container fd095ab87659 [2022-06-06T21:25:16.134Z] ---> 0f318f50be8b [2022-06-06T21:25:16.134Z] Step 25/26 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:16.406Z] ---> Running in 221c17cd3186 [2022-06-06T21:25:16.680Z] Removing intermediate container 221c17cd3186 [2022-06-06T21:25:16.680Z] ---> 1534bf82bc5d [2022-06-06T21:25:16.680Z] Step 26/26 : LABEL version=2.2.1-dev.10 [2022-06-06T21:25:16.680Z] ---> 104c10ce6342 [2022-06-06T21:25:16.680Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-06-06T21:25:16.680Z] ---> Running in 6c67fbe2d674 [2022-06-06T21:25:17.279Z] Removing intermediate container 6c67fbe2d674 [2022-06-06T21:25:17.279Z] ---> f43015f2b386 [2022-06-06T21:25:17.279Z] [2022-06-06T21:25:17.553Z] Successfully built f43015f2b386 [2022-06-06T21:25:17.553Z] Successfully tagged security-spire-agent-arm64:latest [2022-06-06T21:25:17.553Z]  Building security-spire-agent ... done  ---> a74e7c8ec7c5 [2022-06-06T21:25:17.553Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-06-06T21:25:17.553Z] ---> Running in 056387c56e37 [2022-06-06T21:25:17.829Z] Removing intermediate container 056387c56e37 [2022-06-06T21:25:17.829Z] ---> a1f1eecd00d4 [2022-06-06T21:25:17.829Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-06-06T21:25:18.427Z] ---> 45cc635e97da [2022-06-06T21:25:18.427Z] Step 21/26 : WORKDIR / [2022-06-06T21:25:18.698Z] ---> Running in f69d83ac469a [2022-06-06T21:25:18.972Z] Removing intermediate container f69d83ac469a [2022-06-06T21:25:18.972Z] ---> b21bbc31f61c [2022-06-06T21:25:18.972Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-06-06T21:25:18.972Z] ---> Running in c7c7e8d1bb75 [2022-06-06T21:25:19.250Z] Removing intermediate container c7c7e8d1bb75 [2022-06-06T21:25:19.250Z] ---> 077aa16c16c9 [2022-06-06T21:25:19.250Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-06-06T21:25:19.529Z] ---> Running in 6eb86efccfa9 [2022-06-06T21:25:19.801Z] Removing intermediate container 6eb86efccfa9 [2022-06-06T21:25:19.801Z] ---> a0e00c5c5841 [2022-06-06T21:25:19.801Z] Step 24/26 : LABEL arch=arm64 [2022-06-06T21:25:19.801Z] ---> Running in 4fc3e469e552 [2022-06-06T21:25:20.075Z] Removing intermediate container 4fc3e469e552 [2022-06-06T21:25:20.075Z] ---> 96156b9164d7 [2022-06-06T21:25:20.075Z] Step 25/26 : LABEL git_sha=92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:20.353Z] ---> Running in 177806283da1 [2022-06-06T21:25:20.626Z] Removing intermediate container 177806283da1 [2022-06-06T21:25:20.626Z] ---> d1ddd748a0ca [2022-06-06T21:25:20.626Z] Step 26/26 : LABEL version=2.2.1-dev.10 [2022-06-06T21:25:20.626Z] ---> Running in bff606ce5abc [2022-06-06T21:25:20.894Z] Removing intermediate container bff606ce5abc [2022-06-06T21:25:20.894Z] ---> 5b2df40f521f [2022-06-06T21:25:20.894Z] [2022-06-06T21:25:21.165Z] Successfully built 5b2df40f521f [2022-06-06T21:25:21.165Z] Successfully tagged security-spire-config-arm64:latest [2022-06-06T21:25:21.448Z]  Building security-spire-config ... done  [Pipeline] } [2022-06-06T21:25:21.458Z] $ docker stop --time=1 b5c15612f5daf6f09f5a6ed424a483a8431018fa7b4beada5881817e0f5412fd [2022-06-06T21:25:23.179Z] $ docker rm -f b5c15612f5daf6f09f5a6ed424a483a8431018fa7b4beada5881817e0f5412fd [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T21:25:23.728Z] + docker images [2022-06-06T21:25:24.321Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-06-06T21:25:24.321Z] security-spire-config-arm64 latest 5b2df40f521f 4 seconds ago 85.6MB [2022-06-06T21:25:24.321Z] security-spire-agent-arm64 latest f43015f2b386 8 seconds ago 126MB [2022-06-06T21:25:24.321Z] security-spire-server-arm64 latest 8a68461d615f 32 seconds ago 86.3MB [2022-06-06T21:25:24.321Z] a85c65f8c2cb 34 seconds ago 3.81GB [2022-06-06T21:25:24.321Z] 65fa894c5ee7 35 seconds ago 3.81GB [2022-06-06T21:25:24.321Z] 973ce34c69f4 About a minute ago 3.81GB [2022-06-06T21:25:24.321Z] security-spiffe-token-provider-arm64 latest dc52d144c7d4 26 minutes ago 28.1MB [2022-06-06T21:25:24.321Z] f2da282380d2 26 minutes ago 1.32GB [2022-06-06T21:25:24.321Z] support-scheduler-arm64 latest bee0252147ed 31 minutes ago 25.4MB [2022-06-06T21:25:24.321Z] baf2c31c662d 32 minutes ago 1.33GB [2022-06-06T21:25:24.321Z] core-command-arm64 latest 4ab1c31cd2de 33 minutes ago 15.5MB [2022-06-06T21:25:24.321Z] 50b97f341dec 33 minutes ago 1.27GB [2022-06-06T21:25:24.321Z] security-bootstrapper-arm64 latest c4af235d0045 38 minutes ago 18.3MB [2022-06-06T21:25:24.321Z] ca10553dda68 38 minutes ago 1.28GB [2022-06-06T21:25:24.321Z] security-secretstore-setup-arm64 latest 42be73183ddb 39 minutes ago 27.5MB [2022-06-06T21:25:24.321Z] 27365d078f61 39 minutes ago 1.28GB [2022-06-06T21:25:24.321Z] support-notifications-arm64 latest fb8cdca5049d 44 minutes ago 25.9MB [2022-06-06T21:25:24.321Z] sys-mgmt-agent-arm64 latest aa8a76966237 44 minutes ago 282MB [2022-06-06T21:25:24.321Z] 342d1f705e89 44 minutes ago 1.33GB [2022-06-06T21:25:24.321Z] core-data-arm64 latest 0887c58c2ec8 44 minutes ago 21.6MB [2022-06-06T21:25:24.321Z] ccde20a53a88 45 minutes ago 1.3GB [2022-06-06T21:25:24.321Z] core-metadata-arm64 latest 9556ad033b0d 45 minutes ago 16.3MB [2022-06-06T21:25:24.321Z] security-proxy-setup-arm64 latest 41ccd3387dfa 45 minutes ago 26.1MB [2022-06-06T21:25:24.321Z] 81b90fc39473 46 minutes ago 1.28GB [2022-06-06T21:25:24.321Z] 28d49e0b9f30 46 minutes ago 1.28GB [2022-06-06T21:25:24.321Z] 27a7b4275b47 46 minutes ago 1.27GB [2022-06-06T21:25:24.321Z] ci-base-image-arm64 latest 71a185cfde2b 53 minutes ago 1.01GB [2022-06-06T21:25:24.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine 819e984ddca1 3 days ago 669MB [2022-06-06T21:25:24.321Z] docker 20.10.14 c346e9eafbab 2 months ago 202MB [2022-06-06T21:25:24.321Z] alpine 3.14 ac73e934f311 2 months ago 5.34MB [2022-06-06T21:25:24.321Z] alpine 3.15 3fb3c9af89a9 2 months ago 5.32MB [2022-06-06T21:25:24.321Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 23 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T21:25:24.435Z] provisioning config files... [2022-06-06T21:25:24.454Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/239@tmp/config4520519125514129556tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:25:24.816Z] ---> docker-login.sh [2022-06-06T21:25:24.816Z] nexus3.edgexfoundry.org:10001 [2022-06-06T21:25:25.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T21:25:25.359Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T21:25:25.359Z] Configure a credential helper to remove this warning. See [2022-06-06T21:25:25.359Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T21:25:25.359Z] [2022-06-06T21:25:25.359Z] Login Succeeded [2022-06-06T21:25:25.359Z] nexus3.edgexfoundry.org:10002 [2022-06-06T21:25:25.628Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T21:25:25.628Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T21:25:25.628Z] Configure a credential helper to remove this warning. See [2022-06-06T21:25:25.628Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T21:25:25.628Z] [2022-06-06T21:25:25.628Z] Login Succeeded [2022-06-06T21:25:25.901Z] nexus3.edgexfoundry.org:10003 [2022-06-06T21:25:26.172Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T21:25:26.172Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T21:25:26.172Z] Configure a credential helper to remove this warning. See [2022-06-06T21:25:26.172Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T21:25:26.172Z] [2022-06-06T21:25:26.172Z] Login Succeeded [2022-06-06T21:25:26.172Z] nexus3.edgexfoundry.org:10004 [2022-06-06T21:25:26.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T21:25:26.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T21:25:26.762Z] Configure a credential helper to remove this warning. See [2022-06-06T21:25:26.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T21:25:26.762Z] [2022-06-06T21:25:26.762Z] Login Succeeded [2022-06-06T21:25:26.762Z] docker.io [2022-06-06T21:25:27.033Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-06T21:25:27.626Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-06T21:25:27.626Z] Configure a credential helper to remove this warning. See [2022-06-06T21:25:27.626Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-06T21:25:27.626Z] [2022-06-06T21:25:27.626Z] Login Succeeded [2022-06-06T21:25:27.626Z] ---> docker-login.sh ends [Pipeline] } [2022-06-06T21:25:27.644Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:25:27.675Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-06T21:25:27.699Z] [edgeXDocker.push] Tagging docker image core-command-arm64 with the following tags: [2022-06-06T21:25:27.700Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:27.700Z] latest [2022-06-06T21:25:27.700Z] 2.2.1-dev.10 [2022-06-06T21:25:27.700Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:27.700Z] main [2022-06-06T21:25:27.700Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:28.076Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:28.434Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:28.434Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-06-06T21:25:28.434Z] 607a1d0109dc: Preparing [2022-06-06T21:25:28.434Z] 3349ee82b7ec: Preparing [2022-06-06T21:25:28.434Z] a3f2740e998d: Preparing [2022-06-06T21:25:28.434Z] 83602656423f: Preparing [2022-06-06T21:25:28.434Z] f73e7dbfee58: Preparing [2022-06-06T21:25:28.707Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:28.707Z] a3f2740e998d: Pushed [2022-06-06T21:25:28.707Z] 607a1d0109dc: Pushed [2022-06-06T21:25:28.707Z] 83602656423f: Pushed [2022-06-06T21:25:31.325Z] 3349ee82b7ec: Pushed [2022-06-06T21:25:31.598Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:bc5f8a102047181f9f01551b5ab970a122e73c96ebc9c6853a2f5a73f2861be0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:31.969Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:32.384Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-06-06T21:25:32.384Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-06-06T21:25:32.667Z] 607a1d0109dc: Preparing [2022-06-06T21:25:32.667Z] 3349ee82b7ec: Preparing [2022-06-06T21:25:32.667Z] a3f2740e998d: Preparing [2022-06-06T21:25:32.667Z] 83602656423f: Preparing [2022-06-06T21:25:32.667Z] f73e7dbfee58: Preparing [2022-06-06T21:25:32.667Z] 3349ee82b7ec: Layer already exists [2022-06-06T21:25:32.667Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:32.667Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:32.667Z] 607a1d0109dc: Layer already exists [2022-06-06T21:25:32.667Z] 83602656423f: Layer already exists [2022-06-06T21:25:32.667Z] latest: digest: sha256:bc5f8a102047181f9f01551b5ab970a122e73c96ebc9c6853a2f5a73f2861be0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:33.033Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:33.410Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.10 [2022-06-06T21:25:33.410Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-06-06T21:25:33.410Z] 607a1d0109dc: Preparing [2022-06-06T21:25:33.410Z] 3349ee82b7ec: Preparing [2022-06-06T21:25:33.410Z] a3f2740e998d: Preparing [2022-06-06T21:25:33.410Z] 83602656423f: Preparing [2022-06-06T21:25:33.410Z] f73e7dbfee58: Preparing [2022-06-06T21:25:33.683Z] 83602656423f: Layer already exists [2022-06-06T21:25:33.683Z] 607a1d0109dc: Layer already exists [2022-06-06T21:25:33.683Z] 3349ee82b7ec: Layer already exists [2022-06-06T21:25:33.683Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:33.683Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:33.683Z] 2.2.1-dev.10: digest: sha256:bc5f8a102047181f9f01551b5ab970a122e73c96ebc9c6853a2f5a73f2861be0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:34.058Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:34.454Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:34.454Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-06-06T21:25:34.454Z] 607a1d0109dc: Preparing [2022-06-06T21:25:34.454Z] 3349ee82b7ec: Preparing [2022-06-06T21:25:34.454Z] a3f2740e998d: Preparing [2022-06-06T21:25:34.454Z] 83602656423f: Preparing [2022-06-06T21:25:34.454Z] f73e7dbfee58: Preparing [2022-06-06T21:25:34.729Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:34.729Z] 3349ee82b7ec: Layer already exists [2022-06-06T21:25:34.729Z] 83602656423f: Layer already exists [2022-06-06T21:25:34.729Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:34.729Z] 607a1d0109dc: Layer already exists [2022-06-06T21:25:34.729Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:bc5f8a102047181f9f01551b5ab970a122e73c96ebc9c6853a2f5a73f2861be0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:35.129Z] + docker tag core-command-arm64 nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:35.505Z] + docker push nexus3.edgexfoundry.org:10004/core-command-arm64:main [2022-06-06T21:25:35.505Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-command-arm64] [2022-06-06T21:25:35.505Z] 607a1d0109dc: Preparing [2022-06-06T21:25:35.505Z] 3349ee82b7ec: Preparing [2022-06-06T21:25:35.505Z] a3f2740e998d: Preparing [2022-06-06T21:25:35.505Z] 83602656423f: Preparing [2022-06-06T21:25:35.505Z] f73e7dbfee58: Preparing [2022-06-06T21:25:35.505Z] 607a1d0109dc: Layer already exists [2022-06-06T21:25:35.505Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:35.505Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:35.505Z] 83602656423f: Layer already exists [2022-06-06T21:25:35.505Z] 3349ee82b7ec: Layer already exists [2022-06-06T21:25:35.786Z] main: digest: sha256:bc5f8a102047181f9f01551b5ab970a122e73c96ebc9c6853a2f5a73f2861be0 size: 1363 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:25:35.844Z] ===================================================== [Pipeline] echo [2022-06-06T21:25:35.853Z] taggedImages: [2022-06-06T21:25:35.853Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:35.853Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:latest [2022-06-06T21:25:35.853Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:2.2.1-dev.10 [2022-06-06T21:25:35.853Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:35.853Z] - nexus3.edgexfoundry.org:10004/core-command-arm64:main [Pipeline] echo [2022-06-06T21:25:35.872Z] [edgeXDocker.push] Tagging docker image core-data-arm64 with the following tags: [2022-06-06T21:25:35.872Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:35.872Z] latest [2022-06-06T21:25:35.872Z] 2.2.1-dev.10 [2022-06-06T21:25:35.872Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:35.872Z] main [2022-06-06T21:25:35.872Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:36.236Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:36.605Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:36.605Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-06-06T21:25:36.605Z] f84cc12f8f0c: Preparing [2022-06-06T21:25:36.605Z] 9979a28e142f: Preparing [2022-06-06T21:25:36.605Z] a3f2740e998d: Preparing [2022-06-06T21:25:36.605Z] a07d40c8ed2f: Preparing [2022-06-06T21:25:36.605Z] 4d386a6f2404: Preparing [2022-06-06T21:25:36.605Z] f73e7dbfee58: Preparing [2022-06-06T21:25:36.605Z] f73e7dbfee58: Waiting [2022-06-06T21:25:36.878Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:36.878Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:36.878Z] 4d386a6f2404: Pushed [2022-06-06T21:25:36.878Z] f84cc12f8f0c: Pushed [2022-06-06T21:25:37.857Z] a07d40c8ed2f: Pushed [2022-06-06T21:25:41.259Z] 9979a28e142f: Pushed [2022-06-06T21:25:41.259Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:225859930c57d262d007fad08467d81d3cf3e99a36c6edf0e21d4baeca90d774 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:41.626Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:41.990Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-06-06T21:25:41.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-06-06T21:25:41.990Z] f84cc12f8f0c: Preparing [2022-06-06T21:25:41.990Z] 9979a28e142f: Preparing [2022-06-06T21:25:41.990Z] a3f2740e998d: Preparing [2022-06-06T21:25:41.990Z] a07d40c8ed2f: Preparing [2022-06-06T21:25:41.990Z] 4d386a6f2404: Preparing [2022-06-06T21:25:41.990Z] f73e7dbfee58: Preparing [2022-06-06T21:25:41.990Z] f73e7dbfee58: Waiting [2022-06-06T21:25:42.261Z] f84cc12f8f0c: Layer already exists [2022-06-06T21:25:42.261Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:42.261Z] 9979a28e142f: Layer already exists [2022-06-06T21:25:42.261Z] 4d386a6f2404: Layer already exists [2022-06-06T21:25:42.261Z] a07d40c8ed2f: Layer already exists [2022-06-06T21:25:42.261Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:42.261Z] latest: digest: sha256:225859930c57d262d007fad08467d81d3cf3e99a36c6edf0e21d4baeca90d774 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:42.621Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:42.989Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.10 [2022-06-06T21:25:42.990Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-06-06T21:25:42.990Z] f84cc12f8f0c: Preparing [2022-06-06T21:25:42.990Z] 9979a28e142f: Preparing [2022-06-06T21:25:42.990Z] a3f2740e998d: Preparing [2022-06-06T21:25:42.990Z] a07d40c8ed2f: Preparing [2022-06-06T21:25:42.990Z] 4d386a6f2404: Preparing [2022-06-06T21:25:42.990Z] f73e7dbfee58: Preparing [2022-06-06T21:25:42.990Z] f73e7dbfee58: Waiting [2022-06-06T21:25:42.990Z] 4d386a6f2404: Layer already exists [2022-06-06T21:25:42.990Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:42.990Z] f84cc12f8f0c: Layer already exists [2022-06-06T21:25:42.990Z] a07d40c8ed2f: Layer already exists [2022-06-06T21:25:42.990Z] 9979a28e142f: Layer already exists [2022-06-06T21:25:43.261Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:43.261Z] 2.2.1-dev.10: digest: sha256:225859930c57d262d007fad08467d81d3cf3e99a36c6edf0e21d4baeca90d774 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:43.625Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:43.977Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:43.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-06-06T21:25:43.977Z] f84cc12f8f0c: Preparing [2022-06-06T21:25:43.977Z] 9979a28e142f: Preparing [2022-06-06T21:25:43.977Z] a3f2740e998d: Preparing [2022-06-06T21:25:43.977Z] a07d40c8ed2f: Preparing [2022-06-06T21:25:43.977Z] 4d386a6f2404: Preparing [2022-06-06T21:25:43.977Z] f73e7dbfee58: Preparing [2022-06-06T21:25:43.977Z] f73e7dbfee58: Waiting [2022-06-06T21:25:43.977Z] a07d40c8ed2f: Layer already exists [2022-06-06T21:25:43.977Z] 9979a28e142f: Layer already exists [2022-06-06T21:25:43.977Z] f84cc12f8f0c: Layer already exists [2022-06-06T21:25:43.977Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:43.977Z] 4d386a6f2404: Layer already exists [2022-06-06T21:25:44.247Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:44.247Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:225859930c57d262d007fad08467d81d3cf3e99a36c6edf0e21d4baeca90d774 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:44.619Z] + docker tag core-data-arm64 nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:44.977Z] + docker push nexus3.edgexfoundry.org:10004/core-data-arm64:main [2022-06-06T21:25:44.977Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-data-arm64] [2022-06-06T21:25:44.977Z] f84cc12f8f0c: Preparing [2022-06-06T21:25:44.977Z] 9979a28e142f: Preparing [2022-06-06T21:25:44.977Z] a3f2740e998d: Preparing [2022-06-06T21:25:44.977Z] a07d40c8ed2f: Preparing [2022-06-06T21:25:44.977Z] 4d386a6f2404: Preparing [2022-06-06T21:25:44.977Z] f73e7dbfee58: Preparing [2022-06-06T21:25:44.977Z] f73e7dbfee58: Waiting [2022-06-06T21:25:45.249Z] 9979a28e142f: Layer already exists [2022-06-06T21:25:45.249Z] f84cc12f8f0c: Layer already exists [2022-06-06T21:25:45.249Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:45.249Z] a07d40c8ed2f: Layer already exists [2022-06-06T21:25:45.249Z] 4d386a6f2404: Layer already exists [2022-06-06T21:25:45.249Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:45.249Z] main: digest: sha256:225859930c57d262d007fad08467d81d3cf3e99a36c6edf0e21d4baeca90d774 size: 1572 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:25:45.300Z] ===================================================== [Pipeline] echo [2022-06-06T21:25:45.306Z] taggedImages: [2022-06-06T21:25:45.306Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:45.306Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:latest [2022-06-06T21:25:45.306Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:2.2.1-dev.10 [2022-06-06T21:25:45.306Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:45.306Z] - nexus3.edgexfoundry.org:10004/core-data-arm64:main [Pipeline] echo [2022-06-06T21:25:45.326Z] [edgeXDocker.push] Tagging docker image core-metadata-arm64 with the following tags: [2022-06-06T21:25:45.326Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:45.326Z] latest [2022-06-06T21:25:45.326Z] 2.2.1-dev.10 [2022-06-06T21:25:45.326Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:45.326Z] main [2022-06-06T21:25:45.326Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:45.682Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:46.041Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:46.041Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-06-06T21:25:46.041Z] 85526b12390f: Preparing [2022-06-06T21:25:46.041Z] 21f5d60b415d: Preparing [2022-06-06T21:25:46.041Z] a3f2740e998d: Preparing [2022-06-06T21:25:46.041Z] 83602656423f: Preparing [2022-06-06T21:25:46.041Z] f73e7dbfee58: Preparing [2022-06-06T21:25:46.315Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:46.315Z] 83602656423f: Layer already exists [2022-06-06T21:25:46.315Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:46.315Z] 85526b12390f: Pushed [2022-06-06T21:25:49.692Z] 21f5d60b415d: Pushed [2022-06-06T21:25:49.692Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:e0c774ac7b728e9c09ae922d3cea557ee802c46c98971d72d06930c8620ae10b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:50.059Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:50.413Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-06-06T21:25:50.413Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-06-06T21:25:50.413Z] 85526b12390f: Preparing [2022-06-06T21:25:50.413Z] 21f5d60b415d: Preparing [2022-06-06T21:25:50.413Z] a3f2740e998d: Preparing [2022-06-06T21:25:50.413Z] 83602656423f: Preparing [2022-06-06T21:25:50.413Z] f73e7dbfee58: Preparing [2022-06-06T21:25:50.685Z] 83602656423f: Layer already exists [2022-06-06T21:25:50.685Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:50.685Z] 21f5d60b415d: Layer already exists [2022-06-06T21:25:50.685Z] 85526b12390f: Layer already exists [2022-06-06T21:25:50.685Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:50.685Z] latest: digest: sha256:e0c774ac7b728e9c09ae922d3cea557ee802c46c98971d72d06930c8620ae10b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:51.051Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:51.418Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.10 [2022-06-06T21:25:51.418Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-06-06T21:25:51.418Z] 85526b12390f: Preparing [2022-06-06T21:25:51.418Z] 21f5d60b415d: Preparing [2022-06-06T21:25:51.418Z] a3f2740e998d: Preparing [2022-06-06T21:25:51.418Z] 83602656423f: Preparing [2022-06-06T21:25:51.418Z] f73e7dbfee58: Preparing [2022-06-06T21:25:51.694Z] 85526b12390f: Layer already exists [2022-06-06T21:25:51.694Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:51.694Z] 83602656423f: Layer already exists [2022-06-06T21:25:51.694Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:51.694Z] 21f5d60b415d: Layer already exists [2022-06-06T21:25:51.694Z] 2.2.1-dev.10: digest: sha256:e0c774ac7b728e9c09ae922d3cea557ee802c46c98971d72d06930c8620ae10b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:52.065Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:52.429Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:52.430Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-06-06T21:25:52.430Z] 85526b12390f: Preparing [2022-06-06T21:25:52.430Z] 21f5d60b415d: Preparing [2022-06-06T21:25:52.430Z] a3f2740e998d: Preparing [2022-06-06T21:25:52.430Z] 83602656423f: Preparing [2022-06-06T21:25:52.430Z] f73e7dbfee58: Preparing [2022-06-06T21:25:52.702Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:52.702Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:52.702Z] 21f5d60b415d: Layer already exists [2022-06-06T21:25:52.702Z] 85526b12390f: Layer already exists [2022-06-06T21:25:52.702Z] 83602656423f: Layer already exists [2022-06-06T21:25:52.702Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:e0c774ac7b728e9c09ae922d3cea557ee802c46c98971d72d06930c8620ae10b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:53.066Z] + docker tag core-metadata-arm64 nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:53.431Z] + docker push nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [2022-06-06T21:25:53.431Z] The push refers to repository [nexus3.edgexfoundry.org:10004/core-metadata-arm64] [2022-06-06T21:25:53.431Z] 85526b12390f: Preparing [2022-06-06T21:25:53.431Z] 21f5d60b415d: Preparing [2022-06-06T21:25:53.431Z] a3f2740e998d: Preparing [2022-06-06T21:25:53.431Z] 83602656423f: Preparing [2022-06-06T21:25:53.431Z] f73e7dbfee58: Preparing [2022-06-06T21:25:53.431Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:53.431Z] 85526b12390f: Layer already exists [2022-06-06T21:25:53.431Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:53.431Z] 21f5d60b415d: Layer already exists [2022-06-06T21:25:53.431Z] 83602656423f: Layer already exists [2022-06-06T21:25:53.704Z] main: digest: sha256:e0c774ac7b728e9c09ae922d3cea557ee802c46c98971d72d06930c8620ae10b size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:25:53.758Z] ===================================================== [Pipeline] echo [2022-06-06T21:25:53.765Z] taggedImages: [2022-06-06T21:25:53.765Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:53.765Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:latest [2022-06-06T21:25:53.765Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:2.2.1-dev.10 [2022-06-06T21:25:53.765Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:53.765Z] - nexus3.edgexfoundry.org:10004/core-metadata-arm64:main [Pipeline] echo [2022-06-06T21:25:53.785Z] [edgeXDocker.push] Tagging docker image security-bootstrapper-arm64 with the following tags: [2022-06-06T21:25:53.785Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:53.785Z] latest [2022-06-06T21:25:53.785Z] 2.2.1-dev.10 [2022-06-06T21:25:53.785Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:25:53.785Z] main [2022-06-06T21:25:53.785Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:54.147Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:54.516Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:25:54.516Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-06-06T21:25:54.516Z] f268cae65cdd: Preparing [2022-06-06T21:25:54.516Z] f268cae65cdd: Preparing [2022-06-06T21:25:54.516Z] 34933d1f4502: Preparing [2022-06-06T21:25:54.516Z] 8c0ad58bf7ee: Preparing [2022-06-06T21:25:54.517Z] 159b7ada1d8c: Preparing [2022-06-06T21:25:54.517Z] a799ff4f621d: Preparing [2022-06-06T21:25:54.517Z] a3f2740e998d: Preparing [2022-06-06T21:25:54.517Z] 4f8f393ce0d5: Preparing [2022-06-06T21:25:54.517Z] fcc662cdc3ed: Preparing [2022-06-06T21:25:54.517Z] 82235257f152: Preparing [2022-06-06T21:25:54.517Z] bb89436f0e28: Preparing [2022-06-06T21:25:54.517Z] a3f2740e998d: Waiting [2022-06-06T21:25:54.517Z] 4f8f393ce0d5: Waiting [2022-06-06T21:25:54.517Z] 82235257f152: Waiting [2022-06-06T21:25:54.517Z] fcc662cdc3ed: Waiting [2022-06-06T21:25:54.517Z] f73e7dbfee58: Preparing [2022-06-06T21:25:54.517Z] bb89436f0e28: Waiting [2022-06-06T21:25:54.517Z] f73e7dbfee58: Waiting [2022-06-06T21:25:54.790Z] 159b7ada1d8c: Pushed [2022-06-06T21:25:54.790Z] f268cae65cdd: Pushed [2022-06-06T21:25:54.790Z] 8c0ad58bf7ee: Pushed [2022-06-06T21:25:55.068Z] 34933d1f4502: Pushed [2022-06-06T21:25:55.068Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:55.068Z] 4f8f393ce0d5: Pushed [2022-06-06T21:25:55.068Z] 82235257f152: Pushed [2022-06-06T21:25:55.068Z] fcc662cdc3ed: Pushed [2022-06-06T21:25:55.068Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:55.068Z] bb89436f0e28: Pushed [2022-06-06T21:25:58.449Z] a799ff4f621d: Pushed [2022-06-06T21:25:58.720Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:3a32cb3e75ece93e43f6a70fd2ceefb438aef97c746b76fd0b0326d98cde767f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:59.082Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:25:59.441Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-06-06T21:25:59.441Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-06-06T21:25:59.441Z] f268cae65cdd: Preparing [2022-06-06T21:25:59.441Z] f268cae65cdd: Preparing [2022-06-06T21:25:59.441Z] 34933d1f4502: Preparing [2022-06-06T21:25:59.441Z] 8c0ad58bf7ee: Preparing [2022-06-06T21:25:59.441Z] 159b7ada1d8c: Preparing [2022-06-06T21:25:59.441Z] a799ff4f621d: Preparing [2022-06-06T21:25:59.441Z] a3f2740e998d: Preparing [2022-06-06T21:25:59.441Z] 4f8f393ce0d5: Preparing [2022-06-06T21:25:59.441Z] fcc662cdc3ed: Preparing [2022-06-06T21:25:59.441Z] 82235257f152: Preparing [2022-06-06T21:25:59.441Z] bb89436f0e28: Preparing [2022-06-06T21:25:59.441Z] f73e7dbfee58: Preparing [2022-06-06T21:25:59.441Z] 82235257f152: Waiting [2022-06-06T21:25:59.441Z] bb89436f0e28: Waiting [2022-06-06T21:25:59.441Z] 4f8f393ce0d5: Waiting [2022-06-06T21:25:59.441Z] a3f2740e998d: Waiting [2022-06-06T21:25:59.441Z] fcc662cdc3ed: Waiting [2022-06-06T21:25:59.441Z] f73e7dbfee58: Waiting [2022-06-06T21:25:59.441Z] 8c0ad58bf7ee: Layer already exists [2022-06-06T21:25:59.441Z] a799ff4f621d: Layer already exists [2022-06-06T21:25:59.441Z] 159b7ada1d8c: Layer already exists [2022-06-06T21:25:59.441Z] 34933d1f4502: Layer already exists [2022-06-06T21:25:59.441Z] f268cae65cdd: Layer already exists [2022-06-06T21:25:59.712Z] a3f2740e998d: Layer already exists [2022-06-06T21:25:59.712Z] fcc662cdc3ed: Layer already exists [2022-06-06T21:25:59.713Z] 82235257f152: Layer already exists [2022-06-06T21:25:59.713Z] 4f8f393ce0d5: Layer already exists [2022-06-06T21:25:59.713Z] bb89436f0e28: Layer already exists [2022-06-06T21:25:59.713Z] f73e7dbfee58: Layer already exists [2022-06-06T21:25:59.713Z] latest: digest: sha256:3a32cb3e75ece93e43f6a70fd2ceefb438aef97c746b76fd0b0326d98cde767f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:00.077Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:00.432Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.10 [2022-06-06T21:26:00.432Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-06-06T21:26:00.432Z] f268cae65cdd: Preparing [2022-06-06T21:26:00.432Z] f268cae65cdd: Preparing [2022-06-06T21:26:00.432Z] 34933d1f4502: Preparing [2022-06-06T21:26:00.432Z] 8c0ad58bf7ee: Preparing [2022-06-06T21:26:00.432Z] 159b7ada1d8c: Preparing [2022-06-06T21:26:00.432Z] a799ff4f621d: Preparing [2022-06-06T21:26:00.432Z] a3f2740e998d: Preparing [2022-06-06T21:26:00.432Z] 4f8f393ce0d5: Preparing [2022-06-06T21:26:00.432Z] fcc662cdc3ed: Preparing [2022-06-06T21:26:00.432Z] 82235257f152: Preparing [2022-06-06T21:26:00.432Z] bb89436f0e28: Preparing [2022-06-06T21:26:00.432Z] f73e7dbfee58: Preparing [2022-06-06T21:26:00.432Z] a3f2740e998d: Waiting [2022-06-06T21:26:00.432Z] 4f8f393ce0d5: Waiting [2022-06-06T21:26:00.432Z] bb89436f0e28: Waiting [2022-06-06T21:26:00.432Z] fcc662cdc3ed: Waiting [2022-06-06T21:26:00.432Z] 82235257f152: Waiting [2022-06-06T21:26:00.432Z] f73e7dbfee58: Waiting [2022-06-06T21:26:00.432Z] a799ff4f621d: Layer already exists [2022-06-06T21:26:00.432Z] 159b7ada1d8c: Layer already exists [2022-06-06T21:26:00.432Z] 34933d1f4502: Layer already exists [2022-06-06T21:26:00.432Z] 8c0ad58bf7ee: Layer already exists [2022-06-06T21:26:00.432Z] f268cae65cdd: Layer already exists [2022-06-06T21:26:00.703Z] 4f8f393ce0d5: Layer already exists [2022-06-06T21:26:00.703Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:00.703Z] bb89436f0e28: Layer already exists [2022-06-06T21:26:00.703Z] fcc662cdc3ed: Layer already exists [2022-06-06T21:26:00.703Z] 82235257f152: Layer already exists [2022-06-06T21:26:00.703Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:00.703Z] 2.2.1-dev.10: digest: sha256:3a32cb3e75ece93e43f6a70fd2ceefb438aef97c746b76fd0b0326d98cde767f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:01.073Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:01.435Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:01.435Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-06-06T21:26:01.435Z] f268cae65cdd: Preparing [2022-06-06T21:26:01.435Z] f268cae65cdd: Preparing [2022-06-06T21:26:01.435Z] 34933d1f4502: Preparing [2022-06-06T21:26:01.435Z] 8c0ad58bf7ee: Preparing [2022-06-06T21:26:01.435Z] 159b7ada1d8c: Preparing [2022-06-06T21:26:01.435Z] a799ff4f621d: Preparing [2022-06-06T21:26:01.435Z] a3f2740e998d: Preparing [2022-06-06T21:26:01.435Z] 4f8f393ce0d5: Preparing [2022-06-06T21:26:01.435Z] fcc662cdc3ed: Preparing [2022-06-06T21:26:01.435Z] 82235257f152: Preparing [2022-06-06T21:26:01.435Z] bb89436f0e28: Preparing [2022-06-06T21:26:01.435Z] f73e7dbfee58: Preparing [2022-06-06T21:26:01.435Z] fcc662cdc3ed: Waiting [2022-06-06T21:26:01.435Z] 82235257f152: Waiting [2022-06-06T21:26:01.435Z] bb89436f0e28: Waiting [2022-06-06T21:26:01.435Z] f73e7dbfee58: Waiting [2022-06-06T21:26:01.435Z] a3f2740e998d: Waiting [2022-06-06T21:26:01.435Z] 4f8f393ce0d5: Waiting [2022-06-06T21:26:01.435Z] f268cae65cdd: Layer already exists [2022-06-06T21:26:01.435Z] 34933d1f4502: Layer already exists [2022-06-06T21:26:01.435Z] a799ff4f621d: Layer already exists [2022-06-06T21:26:01.435Z] 8c0ad58bf7ee: Layer already exists [2022-06-06T21:26:01.435Z] 159b7ada1d8c: Layer already exists [2022-06-06T21:26:01.435Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:01.435Z] bb89436f0e28: Layer already exists [2022-06-06T21:26:01.435Z] 82235257f152: Layer already exists [2022-06-06T21:26:01.435Z] 4f8f393ce0d5: Layer already exists [2022-06-06T21:26:01.435Z] fcc662cdc3ed: Layer already exists [2022-06-06T21:26:01.706Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:01.706Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:3a32cb3e75ece93e43f6a70fd2ceefb438aef97c746b76fd0b0326d98cde767f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:02.069Z] + docker tag security-bootstrapper-arm64 nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:02.429Z] + docker push nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [2022-06-06T21:26:02.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64] [2022-06-06T21:26:02.429Z] f268cae65cdd: Preparing [2022-06-06T21:26:02.429Z] f268cae65cdd: Preparing [2022-06-06T21:26:02.429Z] 34933d1f4502: Preparing [2022-06-06T21:26:02.429Z] 8c0ad58bf7ee: Preparing [2022-06-06T21:26:02.429Z] 159b7ada1d8c: Preparing [2022-06-06T21:26:02.429Z] a799ff4f621d: Preparing [2022-06-06T21:26:02.429Z] a3f2740e998d: Preparing [2022-06-06T21:26:02.429Z] 4f8f393ce0d5: Preparing [2022-06-06T21:26:02.429Z] fcc662cdc3ed: Preparing [2022-06-06T21:26:02.429Z] 82235257f152: Preparing [2022-06-06T21:26:02.429Z] bb89436f0e28: Preparing [2022-06-06T21:26:02.430Z] f73e7dbfee58: Preparing [2022-06-06T21:26:02.430Z] fcc662cdc3ed: Waiting [2022-06-06T21:26:02.430Z] 82235257f152: Waiting [2022-06-06T21:26:02.430Z] bb89436f0e28: Waiting [2022-06-06T21:26:02.430Z] f73e7dbfee58: Waiting [2022-06-06T21:26:02.430Z] a3f2740e998d: Waiting [2022-06-06T21:26:02.430Z] 4f8f393ce0d5: Waiting [2022-06-06T21:26:02.430Z] a799ff4f621d: Layer already exists [2022-06-06T21:26:02.430Z] 34933d1f4502: Layer already exists [2022-06-06T21:26:02.430Z] 159b7ada1d8c: Layer already exists [2022-06-06T21:26:02.430Z] f268cae65cdd: Layer already exists [2022-06-06T21:26:02.430Z] 8c0ad58bf7ee: Layer already exists [2022-06-06T21:26:02.430Z] 4f8f393ce0d5: Layer already exists [2022-06-06T21:26:02.430Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:02.430Z] fcc662cdc3ed: Layer already exists [2022-06-06T21:26:02.430Z] bb89436f0e28: Layer already exists [2022-06-06T21:26:02.430Z] 82235257f152: Layer already exists [2022-06-06T21:26:02.699Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:02.699Z] main: digest: sha256:3a32cb3e75ece93e43f6a70fd2ceefb438aef97c746b76fd0b0326d98cde767f size: 2817 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:26:02.751Z] ===================================================== [Pipeline] echo [2022-06-06T21:26:02.759Z] taggedImages: [2022-06-06T21:26:02.759Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:02.759Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:latest [2022-06-06T21:26:02.759Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:2.2.1-dev.10 [2022-06-06T21:26:02.759Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:02.759Z] - nexus3.edgexfoundry.org:10004/security-bootstrapper-arm64:main [Pipeline] echo [2022-06-06T21:26:02.777Z] [edgeXDocker.push] Tagging docker image security-proxy-setup-arm64 with the following tags: [2022-06-06T21:26:02.777Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:02.777Z] latest [2022-06-06T21:26:02.777Z] 2.2.1-dev.10 [2022-06-06T21:26:02.777Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:02.777Z] main [2022-06-06T21:26:02.777Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:03.114Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:03.473Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:03.473Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-06-06T21:26:03.473Z] eef7acb6af62: Preparing [2022-06-06T21:26:03.473Z] 985dc75f80a5: Preparing [2022-06-06T21:26:03.473Z] 51d65aca532a: Preparing [2022-06-06T21:26:03.473Z] 56bf560d28c6: Preparing [2022-06-06T21:26:03.473Z] 1b8ef9ff5495: Preparing [2022-06-06T21:26:03.473Z] c717c5b3979b: Preparing [2022-06-06T21:26:03.473Z] b81dc572e529: Preparing [2022-06-06T21:26:03.473Z] f73e7dbfee58: Preparing [2022-06-06T21:26:03.473Z] b81dc572e529: Waiting [2022-06-06T21:26:03.473Z] f73e7dbfee58: Waiting [2022-06-06T21:26:03.473Z] c717c5b3979b: Waiting [2022-06-06T21:26:03.749Z] eef7acb6af62: Pushed [2022-06-06T21:26:03.749Z] 1b8ef9ff5495: Pushed [2022-06-06T21:26:03.749Z] 985dc75f80a5: Pushed [2022-06-06T21:26:04.195Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:04.195Z] c717c5b3979b: Pushed [2022-06-06T21:26:04.798Z] b81dc572e529: Pushed [2022-06-06T21:26:06.232Z] 56bf560d28c6: Pushed [2022-06-06T21:26:06.232Z] 51d65aca532a: Pushed [2022-06-06T21:26:06.503Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:d08ff9a9d3054e340fe0b36124f19dfedae2a975211ae1daab545437b4168a31 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:06.874Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:07.230Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-06-06T21:26:07.230Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-06-06T21:26:07.230Z] eef7acb6af62: Preparing [2022-06-06T21:26:07.230Z] 985dc75f80a5: Preparing [2022-06-06T21:26:07.230Z] 51d65aca532a: Preparing [2022-06-06T21:26:07.230Z] 56bf560d28c6: Preparing [2022-06-06T21:26:07.230Z] 1b8ef9ff5495: Preparing [2022-06-06T21:26:07.230Z] c717c5b3979b: Preparing [2022-06-06T21:26:07.230Z] b81dc572e529: Preparing [2022-06-06T21:26:07.230Z] f73e7dbfee58: Preparing [2022-06-06T21:26:07.230Z] c717c5b3979b: Waiting [2022-06-06T21:26:07.230Z] b81dc572e529: Waiting [2022-06-06T21:26:07.230Z] f73e7dbfee58: Waiting [2022-06-06T21:26:07.230Z] 56bf560d28c6: Layer already exists [2022-06-06T21:26:07.230Z] eef7acb6af62: Layer already exists [2022-06-06T21:26:07.230Z] 1b8ef9ff5495: Layer already exists [2022-06-06T21:26:07.230Z] 985dc75f80a5: Layer already exists [2022-06-06T21:26:07.230Z] 51d65aca532a: Layer already exists [2022-06-06T21:26:07.230Z] b81dc572e529: Layer already exists [2022-06-06T21:26:07.230Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:07.230Z] c717c5b3979b: Layer already exists [2022-06-06T21:26:07.503Z] latest: digest: sha256:d08ff9a9d3054e340fe0b36124f19dfedae2a975211ae1daab545437b4168a31 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:07.866Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:08.214Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.10 [2022-06-06T21:26:08.214Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-06-06T21:26:08.214Z] eef7acb6af62: Preparing [2022-06-06T21:26:08.214Z] 985dc75f80a5: Preparing [2022-06-06T21:26:08.214Z] 51d65aca532a: Preparing [2022-06-06T21:26:08.214Z] 56bf560d28c6: Preparing [2022-06-06T21:26:08.214Z] 1b8ef9ff5495: Preparing [2022-06-06T21:26:08.214Z] c717c5b3979b: Preparing [2022-06-06T21:26:08.214Z] b81dc572e529: Preparing [2022-06-06T21:26:08.214Z] f73e7dbfee58: Preparing [2022-06-06T21:26:08.214Z] b81dc572e529: Waiting [2022-06-06T21:26:08.214Z] f73e7dbfee58: Waiting [2022-06-06T21:26:08.214Z] c717c5b3979b: Waiting [2022-06-06T21:26:08.214Z] eef7acb6af62: Layer already exists [2022-06-06T21:26:08.214Z] 1b8ef9ff5495: Layer already exists [2022-06-06T21:26:08.214Z] 51d65aca532a: Layer already exists [2022-06-06T21:26:08.214Z] 56bf560d28c6: Layer already exists [2022-06-06T21:26:08.214Z] 985dc75f80a5: Layer already exists [2022-06-06T21:26:08.214Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:08.214Z] c717c5b3979b: Layer already exists [2022-06-06T21:26:08.482Z] b81dc572e529: Layer already exists [2022-06-06T21:26:08.482Z] 2.2.1-dev.10: digest: sha256:d08ff9a9d3054e340fe0b36124f19dfedae2a975211ae1daab545437b4168a31 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:08.830Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:09.176Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:09.176Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-06-06T21:26:09.176Z] eef7acb6af62: Preparing [2022-06-06T21:26:09.176Z] 985dc75f80a5: Preparing [2022-06-06T21:26:09.176Z] 51d65aca532a: Preparing [2022-06-06T21:26:09.176Z] 56bf560d28c6: Preparing [2022-06-06T21:26:09.176Z] 1b8ef9ff5495: Preparing [2022-06-06T21:26:09.176Z] c717c5b3979b: Preparing [2022-06-06T21:26:09.176Z] b81dc572e529: Preparing [2022-06-06T21:26:09.176Z] f73e7dbfee58: Preparing [2022-06-06T21:26:09.176Z] c717c5b3979b: Waiting [2022-06-06T21:26:09.176Z] b81dc572e529: Waiting [2022-06-06T21:26:09.176Z] f73e7dbfee58: Waiting [2022-06-06T21:26:09.176Z] 56bf560d28c6: Layer already exists [2022-06-06T21:26:09.176Z] 985dc75f80a5: Layer already exists [2022-06-06T21:26:09.176Z] 1b8ef9ff5495: Layer already exists [2022-06-06T21:26:09.176Z] eef7acb6af62: Layer already exists [2022-06-06T21:26:09.176Z] 51d65aca532a: Layer already exists [2022-06-06T21:26:09.176Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:09.176Z] c717c5b3979b: Layer already exists [2022-06-06T21:26:09.176Z] b81dc572e529: Layer already exists [2022-06-06T21:26:09.443Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:d08ff9a9d3054e340fe0b36124f19dfedae2a975211ae1daab545437b4168a31 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:09.793Z] + docker tag security-proxy-setup-arm64 nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:10.138Z] + docker push nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [2022-06-06T21:26:10.138Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64] [2022-06-06T21:26:10.138Z] eef7acb6af62: Preparing [2022-06-06T21:26:10.138Z] 985dc75f80a5: Preparing [2022-06-06T21:26:10.138Z] 51d65aca532a: Preparing [2022-06-06T21:26:10.138Z] 56bf560d28c6: Preparing [2022-06-06T21:26:10.138Z] 1b8ef9ff5495: Preparing [2022-06-06T21:26:10.139Z] c717c5b3979b: Preparing [2022-06-06T21:26:10.139Z] b81dc572e529: Preparing [2022-06-06T21:26:10.139Z] f73e7dbfee58: Preparing [2022-06-06T21:26:10.139Z] b81dc572e529: Waiting [2022-06-06T21:26:10.139Z] f73e7dbfee58: Waiting [2022-06-06T21:26:10.139Z] c717c5b3979b: Waiting [2022-06-06T21:26:10.139Z] 56bf560d28c6: Layer already exists [2022-06-06T21:26:10.139Z] eef7acb6af62: Layer already exists [2022-06-06T21:26:10.139Z] 1b8ef9ff5495: Layer already exists [2022-06-06T21:26:10.139Z] 51d65aca532a: Layer already exists [2022-06-06T21:26:10.139Z] 985dc75f80a5: Layer already exists [2022-06-06T21:26:10.139Z] b81dc572e529: Layer already exists [2022-06-06T21:26:10.139Z] c717c5b3979b: Layer already exists [2022-06-06T21:26:10.139Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:10.410Z] main: digest: sha256:d08ff9a9d3054e340fe0b36124f19dfedae2a975211ae1daab545437b4168a31 size: 1990 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:26:10.464Z] ===================================================== [Pipeline] echo [2022-06-06T21:26:10.474Z] taggedImages: [2022-06-06T21:26:10.474Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:10.474Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:latest [2022-06-06T21:26:10.474Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:2.2.1-dev.10 [2022-06-06T21:26:10.474Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:10.474Z] - nexus3.edgexfoundry.org:10004/security-proxy-setup-arm64:main [Pipeline] echo [2022-06-06T21:26:10.494Z] [edgeXDocker.push] Tagging docker image security-secretstore-setup-arm64 with the following tags: [2022-06-06T21:26:10.494Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:10.494Z] latest [2022-06-06T21:26:10.494Z] 2.2.1-dev.10 [2022-06-06T21:26:10.494Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:10.494Z] main [2022-06-06T21:26:10.494Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:10.865Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:11.233Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:11.233Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-06-06T21:26:11.233Z] 5c9c6e78dbae: Preparing [2022-06-06T21:26:11.233Z] 62d7747f5e3e: Preparing [2022-06-06T21:26:11.233Z] dda320edbb2c: Preparing [2022-06-06T21:26:11.233Z] b42632942c7a: Preparing [2022-06-06T21:26:11.233Z] fe0bd2dbf6c5: Preparing [2022-06-06T21:26:11.233Z] fa1ca054432e: Preparing [2022-06-06T21:26:11.233Z] 999867a7497e: Preparing [2022-06-06T21:26:11.233Z] 671de2a4114b: Preparing [2022-06-06T21:26:11.233Z] a7fb32e2270c: Preparing [2022-06-06T21:26:11.233Z] f73e7dbfee58: Preparing [2022-06-06T21:26:11.233Z] fa1ca054432e: Waiting [2022-06-06T21:26:11.233Z] 999867a7497e: Waiting [2022-06-06T21:26:11.233Z] 671de2a4114b: Waiting [2022-06-06T21:26:11.233Z] a7fb32e2270c: Waiting [2022-06-06T21:26:11.233Z] f73e7dbfee58: Waiting [2022-06-06T21:26:11.503Z] fe0bd2dbf6c5: Pushed [2022-06-06T21:26:11.503Z] 5c9c6e78dbae: Pushed [2022-06-06T21:26:11.503Z] 62d7747f5e3e: Pushed [2022-06-06T21:26:11.778Z] fa1ca054432e: Pushed [2022-06-06T21:26:11.778Z] 999867a7497e: Pushed [2022-06-06T21:26:11.778Z] 671de2a4114b: Pushed [2022-06-06T21:26:11.778Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:12.052Z] a7fb32e2270c: Pushed [2022-06-06T21:26:14.030Z] b42632942c7a: Pushed [2022-06-06T21:26:15.003Z] dda320edbb2c: Pushed [2022-06-06T21:26:15.003Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:59838910587c711078965ed9222ffbfe36748307be7a939c4b9974ad2e2e67b4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:15.365Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:15.713Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-06-06T21:26:15.714Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-06-06T21:26:15.714Z] 5c9c6e78dbae: Preparing [2022-06-06T21:26:15.714Z] 62d7747f5e3e: Preparing [2022-06-06T21:26:15.714Z] dda320edbb2c: Preparing [2022-06-06T21:26:15.714Z] b42632942c7a: Preparing [2022-06-06T21:26:15.714Z] fe0bd2dbf6c5: Preparing [2022-06-06T21:26:15.714Z] fa1ca054432e: Preparing [2022-06-06T21:26:15.714Z] 999867a7497e: Preparing [2022-06-06T21:26:15.714Z] 671de2a4114b: Preparing [2022-06-06T21:26:15.714Z] a7fb32e2270c: Preparing [2022-06-06T21:26:15.714Z] f73e7dbfee58: Preparing [2022-06-06T21:26:15.714Z] 671de2a4114b: Waiting [2022-06-06T21:26:15.714Z] f73e7dbfee58: Waiting [2022-06-06T21:26:15.714Z] a7fb32e2270c: Waiting [2022-06-06T21:26:15.714Z] fa1ca054432e: Waiting [2022-06-06T21:26:15.714Z] 999867a7497e: Waiting [2022-06-06T21:26:15.714Z] 62d7747f5e3e: Layer already exists [2022-06-06T21:26:15.714Z] fe0bd2dbf6c5: Layer already exists [2022-06-06T21:26:15.714Z] dda320edbb2c: Layer already exists [2022-06-06T21:26:15.714Z] 5c9c6e78dbae: Layer already exists [2022-06-06T21:26:15.714Z] b42632942c7a: Layer already exists [2022-06-06T21:26:15.714Z] fa1ca054432e: Layer already exists [2022-06-06T21:26:15.985Z] 671de2a4114b: Layer already exists [2022-06-06T21:26:15.985Z] 999867a7497e: Layer already exists [2022-06-06T21:26:15.985Z] a7fb32e2270c: Layer already exists [2022-06-06T21:26:15.985Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:15.985Z] latest: digest: sha256:59838910587c711078965ed9222ffbfe36748307be7a939c4b9974ad2e2e67b4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:16.358Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:16.740Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.10 [2022-06-06T21:26:16.740Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-06-06T21:26:16.740Z] 5c9c6e78dbae: Preparing [2022-06-06T21:26:16.740Z] 62d7747f5e3e: Preparing [2022-06-06T21:26:16.740Z] dda320edbb2c: Preparing [2022-06-06T21:26:16.740Z] b42632942c7a: Preparing [2022-06-06T21:26:16.740Z] fe0bd2dbf6c5: Preparing [2022-06-06T21:26:16.740Z] fa1ca054432e: Preparing [2022-06-06T21:26:16.740Z] 999867a7497e: Preparing [2022-06-06T21:26:16.740Z] 671de2a4114b: Preparing [2022-06-06T21:26:16.740Z] a7fb32e2270c: Preparing [2022-06-06T21:26:16.740Z] f73e7dbfee58: Preparing [2022-06-06T21:26:16.740Z] 999867a7497e: Waiting [2022-06-06T21:26:16.740Z] 671de2a4114b: Waiting [2022-06-06T21:26:16.740Z] a7fb32e2270c: Waiting [2022-06-06T21:26:16.740Z] f73e7dbfee58: Waiting [2022-06-06T21:26:16.740Z] fa1ca054432e: Waiting [2022-06-06T21:26:16.740Z] 5c9c6e78dbae: Layer already exists [2022-06-06T21:26:16.740Z] fe0bd2dbf6c5: Layer already exists [2022-06-06T21:26:16.740Z] b42632942c7a: Layer already exists [2022-06-06T21:26:16.740Z] dda320edbb2c: Layer already exists [2022-06-06T21:26:16.740Z] 62d7747f5e3e: Layer already exists [2022-06-06T21:26:17.016Z] 671de2a4114b: Layer already exists [2022-06-06T21:26:17.016Z] fa1ca054432e: Layer already exists [2022-06-06T21:26:17.016Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:17.016Z] 999867a7497e: Layer already exists [2022-06-06T21:26:17.016Z] a7fb32e2270c: Layer already exists [2022-06-06T21:26:17.016Z] 2.2.1-dev.10: digest: sha256:59838910587c711078965ed9222ffbfe36748307be7a939c4b9974ad2e2e67b4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:17.395Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:17.771Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:17.771Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-06-06T21:26:17.771Z] 5c9c6e78dbae: Preparing [2022-06-06T21:26:17.771Z] 62d7747f5e3e: Preparing [2022-06-06T21:26:17.771Z] dda320edbb2c: Preparing [2022-06-06T21:26:17.771Z] b42632942c7a: Preparing [2022-06-06T21:26:17.771Z] fe0bd2dbf6c5: Preparing [2022-06-06T21:26:17.771Z] fa1ca054432e: Preparing [2022-06-06T21:26:17.771Z] 999867a7497e: Preparing [2022-06-06T21:26:17.771Z] 671de2a4114b: Preparing [2022-06-06T21:26:17.771Z] a7fb32e2270c: Preparing [2022-06-06T21:26:17.771Z] f73e7dbfee58: Preparing [2022-06-06T21:26:17.771Z] fa1ca054432e: Waiting [2022-06-06T21:26:17.771Z] 999867a7497e: Waiting [2022-06-06T21:26:17.771Z] 671de2a4114b: Waiting [2022-06-06T21:26:17.771Z] a7fb32e2270c: Waiting [2022-06-06T21:26:17.771Z] f73e7dbfee58: Waiting [2022-06-06T21:26:18.076Z] 62d7747f5e3e: Layer already exists [2022-06-06T21:26:18.076Z] dda320edbb2c: Layer already exists [2022-06-06T21:26:18.076Z] fe0bd2dbf6c5: Layer already exists [2022-06-06T21:26:18.076Z] 5c9c6e78dbae: Layer already exists [2022-06-06T21:26:18.076Z] b42632942c7a: Layer already exists [2022-06-06T21:26:18.076Z] a7fb32e2270c: Layer already exists [2022-06-06T21:26:18.076Z] fa1ca054432e: Layer already exists [2022-06-06T21:26:18.076Z] 999867a7497e: Layer already exists [2022-06-06T21:26:18.076Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:18.076Z] 671de2a4114b: Layer already exists [2022-06-06T21:26:18.076Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:59838910587c711078965ed9222ffbfe36748307be7a939c4b9974ad2e2e67b4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:18.454Z] + docker tag security-secretstore-setup-arm64 nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:18.814Z] + docker push nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [2022-06-06T21:26:18.814Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64] [2022-06-06T21:26:18.814Z] 5c9c6e78dbae: Preparing [2022-06-06T21:26:18.814Z] 62d7747f5e3e: Preparing [2022-06-06T21:26:18.814Z] dda320edbb2c: Preparing [2022-06-06T21:26:18.814Z] b42632942c7a: Preparing [2022-06-06T21:26:18.814Z] fe0bd2dbf6c5: Preparing [2022-06-06T21:26:18.814Z] fa1ca054432e: Preparing [2022-06-06T21:26:18.814Z] 999867a7497e: Preparing [2022-06-06T21:26:18.814Z] 671de2a4114b: Preparing [2022-06-06T21:26:18.814Z] a7fb32e2270c: Preparing [2022-06-06T21:26:18.814Z] f73e7dbfee58: Preparing [2022-06-06T21:26:18.814Z] fa1ca054432e: Waiting [2022-06-06T21:26:18.814Z] 999867a7497e: Waiting [2022-06-06T21:26:18.814Z] 671de2a4114b: Waiting [2022-06-06T21:26:18.814Z] a7fb32e2270c: Waiting [2022-06-06T21:26:18.814Z] f73e7dbfee58: Waiting [2022-06-06T21:26:19.087Z] dda320edbb2c: Layer already exists [2022-06-06T21:26:19.087Z] 62d7747f5e3e: Layer already exists [2022-06-06T21:26:19.087Z] b42632942c7a: Layer already exists [2022-06-06T21:26:19.087Z] fe0bd2dbf6c5: Layer already exists [2022-06-06T21:26:19.087Z] 5c9c6e78dbae: Layer already exists [2022-06-06T21:26:19.087Z] fa1ca054432e: Layer already exists [2022-06-06T21:26:19.087Z] 999867a7497e: Layer already exists [2022-06-06T21:26:19.087Z] 671de2a4114b: Layer already exists [2022-06-06T21:26:19.087Z] f73e7dbfee58: Layer already exists [2022-06-06T21:26:19.087Z] a7fb32e2270c: Layer already exists [2022-06-06T21:26:19.087Z] main: digest: sha256:59838910587c711078965ed9222ffbfe36748307be7a939c4b9974ad2e2e67b4 size: 2405 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:26:19.140Z] ===================================================== [Pipeline] echo [2022-06-06T21:26:19.149Z] taggedImages: [2022-06-06T21:26:19.149Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:19.149Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:latest [2022-06-06T21:26:19.149Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:2.2.1-dev.10 [2022-06-06T21:26:19.149Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:19.149Z] - nexus3.edgexfoundry.org:10004/security-secretstore-setup-arm64:main [Pipeline] echo [2022-06-06T21:26:19.168Z] [edgeXDocker.push] Tagging docker image security-spiffe-token-provider-arm64 with the following tags: [2022-06-06T21:26:19.168Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:19.168Z] latest [2022-06-06T21:26:19.168Z] 2.2.1-dev.10 [2022-06-06T21:26:19.168Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:19.168Z] main [2022-06-06T21:26:19.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:19.523Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:19.875Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:19.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-06-06T21:26:19.875Z] 8df556a6fa29: Preparing [2022-06-06T21:26:19.875Z] 0cbe79b0fbdd: Preparing [2022-06-06T21:26:19.875Z] a3f2740e998d: Preparing [2022-06-06T21:26:19.875Z] 4301374e9623: Preparing [2022-06-06T21:26:19.875Z] 07013e49d1a3: Preparing [2022-06-06T21:26:19.875Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:19.875Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:20.146Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:20.146Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:20.146Z] 8df556a6fa29: Pushed [2022-06-06T21:26:20.146Z] 07013e49d1a3: Pushed [2022-06-06T21:26:21.587Z] 4301374e9623: Pushed [2022-06-06T21:26:24.955Z] 0cbe79b0fbdd: Pushed [2022-06-06T21:26:24.955Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:dadce5ffa579b326b1fff35eba1c4238d098f1e42b958016460c25d5909ad466 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:25.311Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:25.668Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-06-06T21:26:25.668Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-06-06T21:26:25.668Z] 8df556a6fa29: Preparing [2022-06-06T21:26:25.668Z] 0cbe79b0fbdd: Preparing [2022-06-06T21:26:25.668Z] a3f2740e998d: Preparing [2022-06-06T21:26:25.668Z] 4301374e9623: Preparing [2022-06-06T21:26:25.668Z] 07013e49d1a3: Preparing [2022-06-06T21:26:25.668Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:25.668Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:25.940Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:25.940Z] 0cbe79b0fbdd: Layer already exists [2022-06-06T21:26:25.940Z] 4301374e9623: Layer already exists [2022-06-06T21:26:25.940Z] 8df556a6fa29: Layer already exists [2022-06-06T21:26:25.940Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:25.940Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:25.940Z] latest: digest: sha256:dadce5ffa579b326b1fff35eba1c4238d098f1e42b958016460c25d5909ad466 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:26.294Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:26.655Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.10 [2022-06-06T21:26:26.656Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-06-06T21:26:26.656Z] 8df556a6fa29: Preparing [2022-06-06T21:26:26.656Z] 0cbe79b0fbdd: Preparing [2022-06-06T21:26:26.656Z] a3f2740e998d: Preparing [2022-06-06T21:26:26.656Z] 4301374e9623: Preparing [2022-06-06T21:26:26.656Z] 07013e49d1a3: Preparing [2022-06-06T21:26:26.656Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:26.656Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:26.656Z] 0cbe79b0fbdd: Layer already exists [2022-06-06T21:26:26.656Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:26.656Z] 8df556a6fa29: Layer already exists [2022-06-06T21:26:26.656Z] 4301374e9623: Layer already exists [2022-06-06T21:26:26.656Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:26.656Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:26.925Z] 2.2.1-dev.10: digest: sha256:dadce5ffa579b326b1fff35eba1c4238d098f1e42b958016460c25d5909ad466 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:27.280Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:27.627Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:27.627Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-06-06T21:26:27.627Z] 8df556a6fa29: Preparing [2022-06-06T21:26:27.627Z] 0cbe79b0fbdd: Preparing [2022-06-06T21:26:27.627Z] a3f2740e998d: Preparing [2022-06-06T21:26:27.627Z] 4301374e9623: Preparing [2022-06-06T21:26:27.627Z] 07013e49d1a3: Preparing [2022-06-06T21:26:27.627Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:27.627Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:27.627Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:27.627Z] 0cbe79b0fbdd: Layer already exists [2022-06-06T21:26:27.627Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:27.627Z] 4301374e9623: Layer already exists [2022-06-06T21:26:27.627Z] 8df556a6fa29: Layer already exists [2022-06-06T21:26:27.627Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:27.897Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:dadce5ffa579b326b1fff35eba1c4238d098f1e42b958016460c25d5909ad466 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:28.261Z] + docker tag security-spiffe-token-provider-arm64 nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:28.614Z] + docker push nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [2022-06-06T21:26:28.614Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64] [2022-06-06T21:26:28.614Z] 8df556a6fa29: Preparing [2022-06-06T21:26:28.614Z] 0cbe79b0fbdd: Preparing [2022-06-06T21:26:28.614Z] a3f2740e998d: Preparing [2022-06-06T21:26:28.614Z] 4301374e9623: Preparing [2022-06-06T21:26:28.614Z] 07013e49d1a3: Preparing [2022-06-06T21:26:28.614Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:28.614Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:28.614Z] a3f2740e998d: Layer already exists [2022-06-06T21:26:28.614Z] 4301374e9623: Layer already exists [2022-06-06T21:26:28.614Z] 8df556a6fa29: Layer already exists [2022-06-06T21:26:28.614Z] 0cbe79b0fbdd: Layer already exists [2022-06-06T21:26:28.614Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:28.885Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:28.885Z] main: digest: sha256:dadce5ffa579b326b1fff35eba1c4238d098f1e42b958016460c25d5909ad466 size: 1573 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:26:28.951Z] ===================================================== [Pipeline] echo [2022-06-06T21:26:28.960Z] taggedImages: [2022-06-06T21:26:28.960Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:28.960Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:latest [2022-06-06T21:26:28.960Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:2.2.1-dev.10 [2022-06-06T21:26:28.960Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:28.960Z] - nexus3.edgexfoundry.org:10004/security-spiffe-token-provider-arm64:main [Pipeline] echo [2022-06-06T21:26:28.985Z] [edgeXDocker.push] Tagging docker image security-spire-agent-arm64 with the following tags: [2022-06-06T21:26:28.986Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:28.986Z] latest [2022-06-06T21:26:28.986Z] 2.2.1-dev.10 [2022-06-06T21:26:28.986Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:28.986Z] main [2022-06-06T21:26:28.986Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:29.351Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:29.718Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:29.718Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-06-06T21:26:29.718Z] a2cfa8ba6a39: Preparing [2022-06-06T21:26:29.718Z] 6fbe9a012c89: Preparing [2022-06-06T21:26:29.718Z] acd0643198ba: Preparing [2022-06-06T21:26:29.718Z] 458f9a891d58: Preparing [2022-06-06T21:26:29.718Z] 6297e4d8bc92: Preparing [2022-06-06T21:26:29.718Z] db962f18db38: Preparing [2022-06-06T21:26:29.718Z] 07013e49d1a3: Preparing [2022-06-06T21:26:29.718Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:29.718Z] 07013e49d1a3: Waiting [2022-06-06T21:26:29.718Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:29.718Z] db962f18db38: Waiting [2022-06-06T21:26:29.990Z] a2cfa8ba6a39: Pushed [2022-06-06T21:26:29.990Z] 6fbe9a012c89: Pushed [2022-06-06T21:26:29.991Z] acd0643198ba: Pushed [2022-06-06T21:26:29.991Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:29.991Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:30.967Z] db962f18db38: Pushed [2022-06-06T21:26:39.247Z] 6297e4d8bc92: Pushed [2022-06-06T21:26:47.524Z] 458f9a891d58: Pushed [2022-06-06T21:26:47.524Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:2770b027027c6ddb70863afed7c2c2f0f5753ee1949a946c5a133c0b0ea54620 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:47.888Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:48.243Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-06-06T21:26:48.243Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-06-06T21:26:48.243Z] a2cfa8ba6a39: Preparing [2022-06-06T21:26:48.243Z] 6fbe9a012c89: Preparing [2022-06-06T21:26:48.243Z] acd0643198ba: Preparing [2022-06-06T21:26:48.243Z] 458f9a891d58: Preparing [2022-06-06T21:26:48.243Z] 6297e4d8bc92: Preparing [2022-06-06T21:26:48.243Z] db962f18db38: Preparing [2022-06-06T21:26:48.243Z] 07013e49d1a3: Preparing [2022-06-06T21:26:48.243Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:48.243Z] db962f18db38: Waiting [2022-06-06T21:26:48.243Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:48.243Z] 07013e49d1a3: Waiting [2022-06-06T21:26:48.243Z] 458f9a891d58: Layer already exists [2022-06-06T21:26:48.243Z] a2cfa8ba6a39: Layer already exists [2022-06-06T21:26:48.243Z] acd0643198ba: Layer already exists [2022-06-06T21:26:48.243Z] 6fbe9a012c89: Layer already exists [2022-06-06T21:26:48.243Z] 6297e4d8bc92: Layer already exists [2022-06-06T21:26:48.243Z] db962f18db38: Layer already exists [2022-06-06T21:26:48.243Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:48.243Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:48.516Z] latest: digest: sha256:2770b027027c6ddb70863afed7c2c2f0f5753ee1949a946c5a133c0b0ea54620 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:48.871Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:49.225Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.10 [2022-06-06T21:26:49.225Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-06-06T21:26:49.225Z] a2cfa8ba6a39: Preparing [2022-06-06T21:26:49.225Z] 6fbe9a012c89: Preparing [2022-06-06T21:26:49.225Z] acd0643198ba: Preparing [2022-06-06T21:26:49.225Z] 458f9a891d58: Preparing [2022-06-06T21:26:49.225Z] 6297e4d8bc92: Preparing [2022-06-06T21:26:49.225Z] db962f18db38: Preparing [2022-06-06T21:26:49.225Z] 07013e49d1a3: Preparing [2022-06-06T21:26:49.225Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:49.225Z] db962f18db38: Waiting [2022-06-06T21:26:49.225Z] 07013e49d1a3: Waiting [2022-06-06T21:26:49.225Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:49.499Z] 6297e4d8bc92: Layer already exists [2022-06-06T21:26:49.499Z] a2cfa8ba6a39: Layer already exists [2022-06-06T21:26:49.499Z] acd0643198ba: Layer already exists [2022-06-06T21:26:49.499Z] 6fbe9a012c89: Layer already exists [2022-06-06T21:26:49.499Z] 458f9a891d58: Layer already exists [2022-06-06T21:26:49.499Z] db962f18db38: Layer already exists [2022-06-06T21:26:49.499Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:49.499Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:49.499Z] 2.2.1-dev.10: digest: sha256:2770b027027c6ddb70863afed7c2c2f0f5753ee1949a946c5a133c0b0ea54620 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:49.859Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:50.218Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:50.218Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-06-06T21:26:50.218Z] a2cfa8ba6a39: Preparing [2022-06-06T21:26:50.218Z] 6fbe9a012c89: Preparing [2022-06-06T21:26:50.218Z] acd0643198ba: Preparing [2022-06-06T21:26:50.218Z] 458f9a891d58: Preparing [2022-06-06T21:26:50.218Z] 6297e4d8bc92: Preparing [2022-06-06T21:26:50.218Z] db962f18db38: Preparing [2022-06-06T21:26:50.218Z] 07013e49d1a3: Preparing [2022-06-06T21:26:50.218Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:50.218Z] db962f18db38: Waiting [2022-06-06T21:26:50.218Z] 07013e49d1a3: Waiting [2022-06-06T21:26:50.218Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:50.496Z] 6fbe9a012c89: Layer already exists [2022-06-06T21:26:50.496Z] a2cfa8ba6a39: Layer already exists [2022-06-06T21:26:50.496Z] acd0643198ba: Layer already exists [2022-06-06T21:26:50.496Z] 6297e4d8bc92: Layer already exists [2022-06-06T21:26:50.496Z] 458f9a891d58: Layer already exists [2022-06-06T21:26:50.496Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:50.496Z] db962f18db38: Layer already exists [2022-06-06T21:26:50.496Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:50.496Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:2770b027027c6ddb70863afed7c2c2f0f5753ee1949a946c5a133c0b0ea54620 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:50.860Z] + docker tag security-spire-agent-arm64 nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:51.213Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [2022-06-06T21:26:51.213Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-agent-arm64] [2022-06-06T21:26:51.213Z] a2cfa8ba6a39: Preparing [2022-06-06T21:26:51.213Z] 6fbe9a012c89: Preparing [2022-06-06T21:26:51.213Z] acd0643198ba: Preparing [2022-06-06T21:26:51.213Z] 458f9a891d58: Preparing [2022-06-06T21:26:51.213Z] 6297e4d8bc92: Preparing [2022-06-06T21:26:51.213Z] db962f18db38: Preparing [2022-06-06T21:26:51.213Z] 07013e49d1a3: Preparing [2022-06-06T21:26:51.213Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:51.213Z] db962f18db38: Waiting [2022-06-06T21:26:51.213Z] 4f4ce317c6bb: Waiting [2022-06-06T21:26:51.213Z] 07013e49d1a3: Waiting [2022-06-06T21:26:51.486Z] 458f9a891d58: Layer already exists [2022-06-06T21:26:51.486Z] 6297e4d8bc92: Layer already exists [2022-06-06T21:26:51.486Z] a2cfa8ba6a39: Layer already exists [2022-06-06T21:26:51.486Z] 6fbe9a012c89: Layer already exists [2022-06-06T21:26:51.486Z] acd0643198ba: Layer already exists [2022-06-06T21:26:51.486Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:51.486Z] db962f18db38: Layer already exists [2022-06-06T21:26:51.486Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:51.486Z] main: digest: sha256:2770b027027c6ddb70863afed7c2c2f0f5753ee1949a946c5a133c0b0ea54620 size: 1992 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:26:51.537Z] ===================================================== [Pipeline] echo [2022-06-06T21:26:51.545Z] taggedImages: [2022-06-06T21:26:51.545Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:51.545Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:latest [2022-06-06T21:26:51.545Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:2.2.1-dev.10 [2022-06-06T21:26:51.545Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:51.545Z] - nexus3.edgexfoundry.org:10004/security-spire-agent-arm64:main [Pipeline] echo [2022-06-06T21:26:51.564Z] [edgeXDocker.push] Tagging docker image security-spire-config-arm64 with the following tags: [2022-06-06T21:26:51.564Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:51.564Z] latest [2022-06-06T21:26:51.564Z] 2.2.1-dev.10 [2022-06-06T21:26:51.564Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:26:51.564Z] main [2022-06-06T21:26:51.564Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:51.910Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:26:52.269Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:26:52.269Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-06-06T21:26:52.269Z] 22121de8e78e: Preparing [2022-06-06T21:26:52.269Z] e964b577a127: Preparing [2022-06-06T21:26:52.269Z] 8c7907068c2d: Preparing [2022-06-06T21:26:52.269Z] ad99e8f18c0c: Preparing [2022-06-06T21:26:52.269Z] 4d30c1b67ce5: Preparing [2022-06-06T21:26:52.269Z] 07013e49d1a3: Preparing [2022-06-06T21:26:52.269Z] 4f4ce317c6bb: Preparing [2022-06-06T21:26:52.270Z] 07013e49d1a3: Waiting [2022-06-06T21:26:52.547Z] 8c7907068c2d: Pushed [2022-06-06T21:26:52.547Z] e964b577a127: Pushed [2022-06-06T21:26:52.547Z] 22121de8e78e: Pushed [2022-06-06T21:26:52.547Z] 07013e49d1a3: Layer already exists [2022-06-06T21:26:52.820Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:26:53.417Z] 4d30c1b67ce5: Pushed [2022-06-06T21:27:11.708Z] ad99e8f18c0c: Pushed [2022-06-06T21:27:11.708Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:76aef6f46d91d8d77a1de347c986a8101da8a7959f4aa31902261fc387cab51e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:12.077Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:12.427Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-06-06T21:27:12.427Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-06-06T21:27:12.427Z] 22121de8e78e: Preparing [2022-06-06T21:27:12.427Z] e964b577a127: Preparing [2022-06-06T21:27:12.427Z] 8c7907068c2d: Preparing [2022-06-06T21:27:12.427Z] ad99e8f18c0c: Preparing [2022-06-06T21:27:12.427Z] 4d30c1b67ce5: Preparing [2022-06-06T21:27:12.427Z] 07013e49d1a3: Preparing [2022-06-06T21:27:12.427Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:12.427Z] 07013e49d1a3: Waiting [2022-06-06T21:27:12.427Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:12.427Z] e964b577a127: Layer already exists [2022-06-06T21:27:12.427Z] 8c7907068c2d: Layer already exists [2022-06-06T21:27:12.427Z] 22121de8e78e: Layer already exists [2022-06-06T21:27:12.427Z] 4d30c1b67ce5: Layer already exists [2022-06-06T21:27:12.427Z] ad99e8f18c0c: Layer already exists [2022-06-06T21:27:12.702Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:12.702Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:12.702Z] latest: digest: sha256:76aef6f46d91d8d77a1de347c986a8101da8a7959f4aa31902261fc387cab51e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:13.060Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:13.416Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.10 [2022-06-06T21:27:13.416Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-06-06T21:27:13.416Z] 22121de8e78e: Preparing [2022-06-06T21:27:13.416Z] e964b577a127: Preparing [2022-06-06T21:27:13.416Z] 8c7907068c2d: Preparing [2022-06-06T21:27:13.416Z] ad99e8f18c0c: Preparing [2022-06-06T21:27:13.416Z] 4d30c1b67ce5: Preparing [2022-06-06T21:27:13.416Z] 07013e49d1a3: Preparing [2022-06-06T21:27:13.416Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:13.416Z] 07013e49d1a3: Waiting [2022-06-06T21:27:13.416Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:13.690Z] ad99e8f18c0c: Layer already exists [2022-06-06T21:27:13.690Z] 22121de8e78e: Layer already exists [2022-06-06T21:27:13.690Z] 8c7907068c2d: Layer already exists [2022-06-06T21:27:13.690Z] e964b577a127: Layer already exists [2022-06-06T21:27:13.690Z] 4d30c1b67ce5: Layer already exists [2022-06-06T21:27:13.690Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:13.690Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:13.690Z] 2.2.1-dev.10: digest: sha256:76aef6f46d91d8d77a1de347c986a8101da8a7959f4aa31902261fc387cab51e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:14.057Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:14.425Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:14.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-06-06T21:27:14.425Z] 22121de8e78e: Preparing [2022-06-06T21:27:14.425Z] e964b577a127: Preparing [2022-06-06T21:27:14.425Z] 8c7907068c2d: Preparing [2022-06-06T21:27:14.425Z] ad99e8f18c0c: Preparing [2022-06-06T21:27:14.425Z] 4d30c1b67ce5: Preparing [2022-06-06T21:27:14.425Z] 07013e49d1a3: Preparing [2022-06-06T21:27:14.425Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:14.425Z] 07013e49d1a3: Waiting [2022-06-06T21:27:14.425Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:14.700Z] 8c7907068c2d: Layer already exists [2022-06-06T21:27:14.700Z] 22121de8e78e: Layer already exists [2022-06-06T21:27:14.700Z] e964b577a127: Layer already exists [2022-06-06T21:27:14.700Z] 4d30c1b67ce5: Layer already exists [2022-06-06T21:27:14.700Z] ad99e8f18c0c: Layer already exists [2022-06-06T21:27:14.700Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:14.700Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:14.700Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:76aef6f46d91d8d77a1de347c986a8101da8a7959f4aa31902261fc387cab51e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:15.077Z] + docker tag security-spire-config-arm64 nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:15.447Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [2022-06-06T21:27:15.447Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-config-arm64] [2022-06-06T21:27:15.447Z] 22121de8e78e: Preparing [2022-06-06T21:27:15.447Z] e964b577a127: Preparing [2022-06-06T21:27:15.447Z] 8c7907068c2d: Preparing [2022-06-06T21:27:15.447Z] ad99e8f18c0c: Preparing [2022-06-06T21:27:15.447Z] 4d30c1b67ce5: Preparing [2022-06-06T21:27:15.447Z] 07013e49d1a3: Preparing [2022-06-06T21:27:15.447Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:15.447Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:15.447Z] 07013e49d1a3: Waiting [2022-06-06T21:27:15.447Z] e964b577a127: Layer already exists [2022-06-06T21:27:15.447Z] ad99e8f18c0c: Layer already exists [2022-06-06T21:27:15.447Z] 22121de8e78e: Layer already exists [2022-06-06T21:27:15.447Z] 8c7907068c2d: Layer already exists [2022-06-06T21:27:15.447Z] 4d30c1b67ce5: Layer already exists [2022-06-06T21:27:15.447Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:15.447Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:15.721Z] main: digest: sha256:76aef6f46d91d8d77a1de347c986a8101da8a7959f4aa31902261fc387cab51e size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:27:15.784Z] ===================================================== [Pipeline] echo [2022-06-06T21:27:15.792Z] taggedImages: [2022-06-06T21:27:15.792Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:15.792Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:latest [2022-06-06T21:27:15.792Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:2.2.1-dev.10 [2022-06-06T21:27:15.792Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:15.792Z] - nexus3.edgexfoundry.org:10004/security-spire-config-arm64:main [Pipeline] echo [2022-06-06T21:27:15.812Z] [edgeXDocker.push] Tagging docker image security-spire-server-arm64 with the following tags: [2022-06-06T21:27:15.812Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:15.812Z] latest [2022-06-06T21:27:15.812Z] 2.2.1-dev.10 [2022-06-06T21:27:15.812Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:15.812Z] main [2022-06-06T21:27:15.812Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:16.164Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:16.533Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:16.533Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-06-06T21:27:16.533Z] cbdce9a8c7be: Preparing [2022-06-06T21:27:16.533Z] fdbafbcc4e23: Preparing [2022-06-06T21:27:16.533Z] 4935e3d2ddac: Preparing [2022-06-06T21:27:16.533Z] d2bea066fd57: Preparing [2022-06-06T21:27:16.533Z] db962f18db38: Preparing [2022-06-06T21:27:16.533Z] 07013e49d1a3: Preparing [2022-06-06T21:27:16.533Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:16.533Z] 07013e49d1a3: Waiting [2022-06-06T21:27:16.533Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:16.806Z] db962f18db38: Layer already exists [2022-06-06T21:27:16.806Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:16.806Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:16.806Z] fdbafbcc4e23: Pushed [2022-06-06T21:27:16.806Z] 4935e3d2ddac: Pushed [2022-06-06T21:27:16.806Z] cbdce9a8c7be: Pushed [2022-06-06T21:27:35.100Z] d2bea066fd57: Pushed [2022-06-06T21:27:35.100Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:d58db41909892601af09f80faa5594fc416d6f7e27e438728153195f6cfb5c8b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:35.457Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:35.817Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-06-06T21:27:35.817Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-06-06T21:27:35.817Z] cbdce9a8c7be: Preparing [2022-06-06T21:27:35.817Z] fdbafbcc4e23: Preparing [2022-06-06T21:27:35.817Z] 4935e3d2ddac: Preparing [2022-06-06T21:27:35.817Z] d2bea066fd57: Preparing [2022-06-06T21:27:35.817Z] db962f18db38: Preparing [2022-06-06T21:27:35.817Z] 07013e49d1a3: Preparing [2022-06-06T21:27:35.817Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:35.817Z] 07013e49d1a3: Waiting [2022-06-06T21:27:35.817Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:36.090Z] 4935e3d2ddac: Layer already exists [2022-06-06T21:27:36.090Z] cbdce9a8c7be: Layer already exists [2022-06-06T21:27:36.090Z] fdbafbcc4e23: Layer already exists [2022-06-06T21:27:36.090Z] db962f18db38: Layer already exists [2022-06-06T21:27:36.090Z] d2bea066fd57: Layer already exists [2022-06-06T21:27:36.090Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:36.090Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:36.090Z] latest: digest: sha256:d58db41909892601af09f80faa5594fc416d6f7e27e438728153195f6cfb5c8b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:36.451Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:36.819Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.10 [2022-06-06T21:27:36.819Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-06-06T21:27:36.819Z] cbdce9a8c7be: Preparing [2022-06-06T21:27:36.819Z] fdbafbcc4e23: Preparing [2022-06-06T21:27:36.819Z] 4935e3d2ddac: Preparing [2022-06-06T21:27:36.819Z] d2bea066fd57: Preparing [2022-06-06T21:27:36.819Z] db962f18db38: Preparing [2022-06-06T21:27:36.819Z] 07013e49d1a3: Preparing [2022-06-06T21:27:36.819Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:36.819Z] 07013e49d1a3: Waiting [2022-06-06T21:27:36.819Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:36.819Z] fdbafbcc4e23: Layer already exists [2022-06-06T21:27:36.819Z] d2bea066fd57: Layer already exists [2022-06-06T21:27:36.819Z] db962f18db38: Layer already exists [2022-06-06T21:27:36.819Z] cbdce9a8c7be: Layer already exists [2022-06-06T21:27:36.819Z] 4935e3d2ddac: Layer already exists [2022-06-06T21:27:37.091Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:37.091Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:37.091Z] 2.2.1-dev.10: digest: sha256:d58db41909892601af09f80faa5594fc416d6f7e27e438728153195f6cfb5c8b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:37.462Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:37.818Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:37.818Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-06-06T21:27:37.818Z] cbdce9a8c7be: Preparing [2022-06-06T21:27:37.818Z] fdbafbcc4e23: Preparing [2022-06-06T21:27:37.818Z] 4935e3d2ddac: Preparing [2022-06-06T21:27:37.818Z] d2bea066fd57: Preparing [2022-06-06T21:27:37.818Z] db962f18db38: Preparing [2022-06-06T21:27:37.818Z] 07013e49d1a3: Preparing [2022-06-06T21:27:37.818Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:37.818Z] 07013e49d1a3: Waiting [2022-06-06T21:27:37.818Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:37.818Z] cbdce9a8c7be: Layer already exists [2022-06-06T21:27:37.818Z] db962f18db38: Layer already exists [2022-06-06T21:27:37.818Z] 4935e3d2ddac: Layer already exists [2022-06-06T21:27:37.818Z] fdbafbcc4e23: Layer already exists [2022-06-06T21:27:37.818Z] d2bea066fd57: Layer already exists [2022-06-06T21:27:38.090Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:38.090Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:38.090Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:d58db41909892601af09f80faa5594fc416d6f7e27e438728153195f6cfb5c8b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:38.455Z] + docker tag security-spire-server-arm64 nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:38.810Z] + docker push nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [2022-06-06T21:27:38.810Z] The push refers to repository [nexus3.edgexfoundry.org:10004/security-spire-server-arm64] [2022-06-06T21:27:38.810Z] cbdce9a8c7be: Preparing [2022-06-06T21:27:38.810Z] fdbafbcc4e23: Preparing [2022-06-06T21:27:38.810Z] 4935e3d2ddac: Preparing [2022-06-06T21:27:38.810Z] d2bea066fd57: Preparing [2022-06-06T21:27:38.810Z] db962f18db38: Preparing [2022-06-06T21:27:38.810Z] 07013e49d1a3: Preparing [2022-06-06T21:27:38.810Z] 4f4ce317c6bb: Preparing [2022-06-06T21:27:38.810Z] 07013e49d1a3: Waiting [2022-06-06T21:27:38.810Z] 4f4ce317c6bb: Waiting [2022-06-06T21:27:38.810Z] cbdce9a8c7be: Layer already exists [2022-06-06T21:27:38.810Z] 4935e3d2ddac: Layer already exists [2022-06-06T21:27:38.810Z] d2bea066fd57: Layer already exists [2022-06-06T21:27:38.810Z] db962f18db38: Layer already exists [2022-06-06T21:27:38.810Z] fdbafbcc4e23: Layer already exists [2022-06-06T21:27:39.081Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:27:39.081Z] 07013e49d1a3: Layer already exists [2022-06-06T21:27:39.081Z] main: digest: sha256:d58db41909892601af09f80faa5594fc416d6f7e27e438728153195f6cfb5c8b size: 1780 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:27:39.140Z] ===================================================== [Pipeline] echo [2022-06-06T21:27:39.148Z] taggedImages: [2022-06-06T21:27:39.148Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:39.148Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:latest [2022-06-06T21:27:39.148Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:2.2.1-dev.10 [2022-06-06T21:27:39.148Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:39.148Z] - nexus3.edgexfoundry.org:10004/security-spire-server-arm64:main [Pipeline] echo [2022-06-06T21:27:39.168Z] [edgeXDocker.push] Tagging docker image support-notifications-arm64 with the following tags: [2022-06-06T21:27:39.168Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:39.168Z] latest [2022-06-06T21:27:39.168Z] 2.2.1-dev.10 [2022-06-06T21:27:39.168Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:39.168Z] main [2022-06-06T21:27:39.168Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:39.521Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:39.886Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:39.886Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-06-06T21:27:39.886Z] 5995b83fbc7a: Preparing [2022-06-06T21:27:39.886Z] 3da60ea379b3: Preparing [2022-06-06T21:27:39.886Z] a3f2740e998d: Preparing [2022-06-06T21:27:39.886Z] f3d8ca963164: Preparing [2022-06-06T21:27:39.886Z] f73e7dbfee58: Preparing [2022-06-06T21:27:39.886Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:39.886Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:40.164Z] 5995b83fbc7a: Pushed [2022-06-06T21:27:40.434Z] f3d8ca963164: Pushed [2022-06-06T21:27:45.820Z] 3da60ea379b3: Pushed [2022-06-06T21:27:45.820Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:c44e6de3d8a1c58962e59d76fd0ce928503f915e97422344632726af8519a9c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:46.180Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:46.536Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-06-06T21:27:46.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-06-06T21:27:46.536Z] 5995b83fbc7a: Preparing [2022-06-06T21:27:46.536Z] 3da60ea379b3: Preparing [2022-06-06T21:27:46.536Z] a3f2740e998d: Preparing [2022-06-06T21:27:46.536Z] f3d8ca963164: Preparing [2022-06-06T21:27:46.536Z] f73e7dbfee58: Preparing [2022-06-06T21:27:46.536Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:46.536Z] 5995b83fbc7a: Layer already exists [2022-06-06T21:27:46.536Z] f3d8ca963164: Layer already exists [2022-06-06T21:27:46.536Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:46.536Z] 3da60ea379b3: Layer already exists [2022-06-06T21:27:46.810Z] latest: digest: sha256:c44e6de3d8a1c58962e59d76fd0ce928503f915e97422344632726af8519a9c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:47.196Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:47.582Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.10 [2022-06-06T21:27:47.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-06-06T21:27:47.582Z] 5995b83fbc7a: Preparing [2022-06-06T21:27:47.582Z] 3da60ea379b3: Preparing [2022-06-06T21:27:47.582Z] a3f2740e998d: Preparing [2022-06-06T21:27:47.582Z] f3d8ca963164: Preparing [2022-06-06T21:27:47.582Z] f73e7dbfee58: Preparing [2022-06-06T21:27:47.582Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:47.582Z] 3da60ea379b3: Layer already exists [2022-06-06T21:27:47.582Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:47.582Z] 5995b83fbc7a: Layer already exists [2022-06-06T21:27:47.582Z] f3d8ca963164: Layer already exists [2022-06-06T21:27:47.861Z] 2.2.1-dev.10: digest: sha256:c44e6de3d8a1c58962e59d76fd0ce928503f915e97422344632726af8519a9c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:48.231Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:48.594Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:48.594Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-06-06T21:27:48.594Z] 5995b83fbc7a: Preparing [2022-06-06T21:27:48.594Z] 3da60ea379b3: Preparing [2022-06-06T21:27:48.594Z] a3f2740e998d: Preparing [2022-06-06T21:27:48.594Z] f3d8ca963164: Preparing [2022-06-06T21:27:48.594Z] f73e7dbfee58: Preparing [2022-06-06T21:27:48.594Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:48.594Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:48.594Z] f3d8ca963164: Layer already exists [2022-06-06T21:27:48.594Z] 3da60ea379b3: Layer already exists [2022-06-06T21:27:48.594Z] 5995b83fbc7a: Layer already exists [2022-06-06T21:27:48.868Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:c44e6de3d8a1c58962e59d76fd0ce928503f915e97422344632726af8519a9c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:49.239Z] + docker tag support-notifications-arm64 nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:49.868Z] + docker push nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [2022-06-06T21:27:49.868Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-notifications-arm64] [2022-06-06T21:27:49.868Z] 5995b83fbc7a: Preparing [2022-06-06T21:27:49.868Z] 3da60ea379b3: Preparing [2022-06-06T21:27:49.868Z] a3f2740e998d: Preparing [2022-06-06T21:27:49.868Z] f3d8ca963164: Preparing [2022-06-06T21:27:49.868Z] f73e7dbfee58: Preparing [2022-06-06T21:27:49.868Z] 5995b83fbc7a: Layer already exists [2022-06-06T21:27:49.868Z] 3da60ea379b3: Layer already exists [2022-06-06T21:27:49.868Z] f3d8ca963164: Layer already exists [2022-06-06T21:27:49.868Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:49.868Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:49.868Z] main: digest: sha256:c44e6de3d8a1c58962e59d76fd0ce928503f915e97422344632726af8519a9c9 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:27:49.920Z] ===================================================== [Pipeline] echo [2022-06-06T21:27:49.927Z] taggedImages: [2022-06-06T21:27:49.927Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:49.927Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:latest [2022-06-06T21:27:49.927Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:2.2.1-dev.10 [2022-06-06T21:27:49.927Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:49.927Z] - nexus3.edgexfoundry.org:10004/support-notifications-arm64:main [Pipeline] echo [2022-06-06T21:27:49.947Z] [edgeXDocker.push] Tagging docker image support-scheduler-arm64 with the following tags: [2022-06-06T21:27:49.947Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:49.947Z] latest [2022-06-06T21:27:49.947Z] 2.2.1-dev.10 [2022-06-06T21:27:49.947Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:49.947Z] main [2022-06-06T21:27:49.947Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:50.318Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:50.694Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:27:50.694Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-06-06T21:27:50.694Z] 7c2728716fb5: Preparing [2022-06-06T21:27:50.694Z] 4c604a10a13a: Preparing [2022-06-06T21:27:50.694Z] a3f2740e998d: Preparing [2022-06-06T21:27:50.694Z] 83602656423f: Preparing [2022-06-06T21:27:50.694Z] f73e7dbfee58: Preparing [2022-06-06T21:27:50.694Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:50.977Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:50.977Z] 83602656423f: Layer already exists [2022-06-06T21:27:50.977Z] 7c2728716fb5: Pushed [2022-06-06T21:27:56.358Z] 4c604a10a13a: Pushed [2022-06-06T21:27:56.358Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:d96a79aac424954f844ce5c727f3a5b02127bec25c4ec8adb983c20030e5f154 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:56.719Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:57.068Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-06-06T21:27:57.068Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-06-06T21:27:57.068Z] 7c2728716fb5: Preparing [2022-06-06T21:27:57.068Z] 4c604a10a13a: Preparing [2022-06-06T21:27:57.068Z] a3f2740e998d: Preparing [2022-06-06T21:27:57.068Z] 83602656423f: Preparing [2022-06-06T21:27:57.068Z] f73e7dbfee58: Preparing [2022-06-06T21:27:57.068Z] 83602656423f: Layer already exists [2022-06-06T21:27:57.068Z] 7c2728716fb5: Layer already exists [2022-06-06T21:27:57.068Z] 4c604a10a13a: Layer already exists [2022-06-06T21:27:57.068Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:57.068Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:57.339Z] latest: digest: sha256:d96a79aac424954f844ce5c727f3a5b02127bec25c4ec8adb983c20030e5f154 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:57.697Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:58.050Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.10 [2022-06-06T21:27:58.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-06-06T21:27:58.050Z] 7c2728716fb5: Preparing [2022-06-06T21:27:58.050Z] 4c604a10a13a: Preparing [2022-06-06T21:27:58.050Z] a3f2740e998d: Preparing [2022-06-06T21:27:58.050Z] 83602656423f: Preparing [2022-06-06T21:27:58.050Z] f73e7dbfee58: Preparing [2022-06-06T21:27:58.050Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:58.050Z] 83602656423f: Layer already exists [2022-06-06T21:27:58.050Z] 7c2728716fb5: Layer already exists [2022-06-06T21:27:58.050Z] 4c604a10a13a: Layer already exists [2022-06-06T21:27:58.050Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:58.321Z] 2.2.1-dev.10: digest: sha256:d96a79aac424954f844ce5c727f3a5b02127bec25c4ec8adb983c20030e5f154 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:58.678Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:59.030Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:27:59.030Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-06-06T21:27:59.030Z] 7c2728716fb5: Preparing [2022-06-06T21:27:59.030Z] 4c604a10a13a: Preparing [2022-06-06T21:27:59.030Z] a3f2740e998d: Preparing [2022-06-06T21:27:59.030Z] 83602656423f: Preparing [2022-06-06T21:27:59.030Z] f73e7dbfee58: Preparing [2022-06-06T21:27:59.030Z] 4c604a10a13a: Layer already exists [2022-06-06T21:27:59.030Z] 83602656423f: Layer already exists [2022-06-06T21:27:59.030Z] 7c2728716fb5: Layer already exists [2022-06-06T21:27:59.030Z] a3f2740e998d: Layer already exists [2022-06-06T21:27:59.030Z] f73e7dbfee58: Layer already exists [2022-06-06T21:27:59.301Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:d96a79aac424954f844ce5c727f3a5b02127bec25c4ec8adb983c20030e5f154 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:27:59.655Z] + docker tag support-scheduler-arm64 nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:00.001Z] + docker push nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [2022-06-06T21:28:00.001Z] The push refers to repository [nexus3.edgexfoundry.org:10004/support-scheduler-arm64] [2022-06-06T21:28:00.001Z] 7c2728716fb5: Preparing [2022-06-06T21:28:00.001Z] 4c604a10a13a: Preparing [2022-06-06T21:28:00.001Z] a3f2740e998d: Preparing [2022-06-06T21:28:00.001Z] 83602656423f: Preparing [2022-06-06T21:28:00.001Z] f73e7dbfee58: Preparing [2022-06-06T21:28:00.001Z] f73e7dbfee58: Layer already exists [2022-06-06T21:28:00.001Z] 4c604a10a13a: Layer already exists [2022-06-06T21:28:00.001Z] a3f2740e998d: Layer already exists [2022-06-06T21:28:00.001Z] 7c2728716fb5: Layer already exists [2022-06-06T21:28:00.001Z] 83602656423f: Layer already exists [2022-06-06T21:28:00.271Z] main: digest: sha256:d96a79aac424954f844ce5c727f3a5b02127bec25c4ec8adb983c20030e5f154 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:28:00.329Z] ===================================================== [Pipeline] echo [2022-06-06T21:28:00.337Z] taggedImages: [2022-06-06T21:28:00.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:28:00.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:latest [2022-06-06T21:28:00.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:2.2.1-dev.10 [2022-06-06T21:28:00.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:28:00.337Z] - nexus3.edgexfoundry.org:10004/support-scheduler-arm64:main [Pipeline] echo [2022-06-06T21:28:00.357Z] [edgeXDocker.push] Tagging docker image sys-mgmt-agent-arm64 with the following tags: [2022-06-06T21:28:00.357Z] 92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:28:00.357Z] latest [2022-06-06T21:28:00.357Z] 2.2.1-dev.10 [2022-06-06T21:28:00.357Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:28:00.357Z] main [2022-06-06T21:28:00.357Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:00.715Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:01.071Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:28:01.071Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-06-06T21:28:01.071Z] 1f6d5eaaf47c: Preparing [2022-06-06T21:28:01.071Z] ddd29f3d876c: Preparing [2022-06-06T21:28:01.071Z] e96e7bbf8495: Preparing [2022-06-06T21:28:01.071Z] f3f3c763fa00: Preparing [2022-06-06T21:28:01.071Z] f0e5a4d6c014: Preparing [2022-06-06T21:28:01.071Z] 3b19d27f08f7: Preparing [2022-06-06T21:28:01.071Z] 73bb99a6e169: Preparing [2022-06-06T21:28:01.071Z] ec06c3102977: Preparing [2022-06-06T21:28:01.071Z] 6a3c62e080c7: Preparing [2022-06-06T21:28:01.071Z] 340cb19ca677: Preparing [2022-06-06T21:28:01.071Z] 4f4ce317c6bb: Preparing [2022-06-06T21:28:01.071Z] 3b19d27f08f7: Waiting [2022-06-06T21:28:01.071Z] 73bb99a6e169: Waiting [2022-06-06T21:28:01.071Z] 6a3c62e080c7: Waiting [2022-06-06T21:28:01.071Z] ec06c3102977: Waiting [2022-06-06T21:28:01.071Z] 340cb19ca677: Waiting [2022-06-06T21:28:01.071Z] 4f4ce317c6bb: Waiting [2022-06-06T21:28:01.071Z] f0e5a4d6c014: Layer already exists [2022-06-06T21:28:01.339Z] 3b19d27f08f7: Layer already exists [2022-06-06T21:28:01.339Z] 73bb99a6e169: Layer already exists [2022-06-06T21:28:01.339Z] ddd29f3d876c: Pushed [2022-06-06T21:28:01.339Z] ec06c3102977: Layer already exists [2022-06-06T21:28:01.339Z] 6a3c62e080c7: Layer already exists [2022-06-06T21:28:01.339Z] 340cb19ca677: Layer already exists [2022-06-06T21:28:01.339Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:28:01.929Z] 1f6d5eaaf47c: Pushed [2022-06-06T21:28:03.897Z] e96e7bbf8495: Pushed [2022-06-06T21:28:22.162Z] f3f3c763fa00: Pushed [2022-06-06T21:28:22.162Z] 92dddcec642c5f2665c5db2804977d383452cb95: digest: sha256:dd42268ac8322a4e4ab3cd2af16700092b46dcd8cb4db34a35810228ba877506 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:22.514Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:22.864Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-06-06T21:28:22.864Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-06-06T21:28:22.864Z] 1f6d5eaaf47c: Preparing [2022-06-06T21:28:22.864Z] ddd29f3d876c: Preparing [2022-06-06T21:28:22.864Z] e96e7bbf8495: Preparing [2022-06-06T21:28:22.864Z] f3f3c763fa00: Preparing [2022-06-06T21:28:22.864Z] f0e5a4d6c014: Preparing [2022-06-06T21:28:22.864Z] 3b19d27f08f7: Preparing [2022-06-06T21:28:22.864Z] 73bb99a6e169: Preparing [2022-06-06T21:28:22.864Z] ec06c3102977: Preparing [2022-06-06T21:28:22.864Z] 6a3c62e080c7: Preparing [2022-06-06T21:28:22.864Z] 340cb19ca677: Preparing [2022-06-06T21:28:22.864Z] 4f4ce317c6bb: Preparing [2022-06-06T21:28:22.864Z] 3b19d27f08f7: Waiting [2022-06-06T21:28:22.864Z] 6a3c62e080c7: Waiting [2022-06-06T21:28:22.864Z] 73bb99a6e169: Waiting [2022-06-06T21:28:22.864Z] ec06c3102977: Waiting [2022-06-06T21:28:22.864Z] 340cb19ca677: Waiting [2022-06-06T21:28:22.864Z] 4f4ce317c6bb: Waiting [2022-06-06T21:28:23.134Z] e96e7bbf8495: Layer already exists [2022-06-06T21:28:23.134Z] f3f3c763fa00: Layer already exists [2022-06-06T21:28:23.134Z] ddd29f3d876c: Layer already exists [2022-06-06T21:28:23.134Z] f0e5a4d6c014: Layer already exists [2022-06-06T21:28:23.134Z] 1f6d5eaaf47c: Layer already exists [2022-06-06T21:28:23.134Z] 340cb19ca677: Layer already exists [2022-06-06T21:28:23.134Z] 3b19d27f08f7: Layer already exists [2022-06-06T21:28:23.134Z] ec06c3102977: Layer already exists [2022-06-06T21:28:23.134Z] 6a3c62e080c7: Layer already exists [2022-06-06T21:28:23.134Z] 73bb99a6e169: Layer already exists [2022-06-06T21:28:23.134Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:28:23.134Z] latest: digest: sha256:dd42268ac8322a4e4ab3cd2af16700092b46dcd8cb4db34a35810228ba877506 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:23.491Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:23.842Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.10 [2022-06-06T21:28:23.842Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-06-06T21:28:23.842Z] 1f6d5eaaf47c: Preparing [2022-06-06T21:28:23.842Z] ddd29f3d876c: Preparing [2022-06-06T21:28:23.842Z] e96e7bbf8495: Preparing [2022-06-06T21:28:23.842Z] f3f3c763fa00: Preparing [2022-06-06T21:28:23.842Z] f0e5a4d6c014: Preparing [2022-06-06T21:28:23.842Z] 3b19d27f08f7: Preparing [2022-06-06T21:28:23.842Z] 73bb99a6e169: Preparing [2022-06-06T21:28:23.842Z] ec06c3102977: Preparing [2022-06-06T21:28:23.842Z] 6a3c62e080c7: Preparing [2022-06-06T21:28:23.842Z] 340cb19ca677: Preparing [2022-06-06T21:28:23.842Z] 4f4ce317c6bb: Preparing [2022-06-06T21:28:23.842Z] ec06c3102977: Waiting [2022-06-06T21:28:23.842Z] 6a3c62e080c7: Waiting [2022-06-06T21:28:23.842Z] 340cb19ca677: Waiting [2022-06-06T21:28:23.842Z] 4f4ce317c6bb: Waiting [2022-06-06T21:28:23.842Z] 3b19d27f08f7: Waiting [2022-06-06T21:28:23.842Z] 73bb99a6e169: Waiting [2022-06-06T21:28:23.842Z] f3f3c763fa00: Layer already exists [2022-06-06T21:28:23.842Z] f0e5a4d6c014: Layer already exists [2022-06-06T21:28:23.842Z] 1f6d5eaaf47c: Layer already exists [2022-06-06T21:28:23.842Z] ddd29f3d876c: Layer already exists [2022-06-06T21:28:23.842Z] e96e7bbf8495: Layer already exists [2022-06-06T21:28:24.114Z] 3b19d27f08f7: Layer already exists [2022-06-06T21:28:24.114Z] 6a3c62e080c7: Layer already exists [2022-06-06T21:28:24.114Z] ec06c3102977: Layer already exists [2022-06-06T21:28:24.114Z] 73bb99a6e169: Layer already exists [2022-06-06T21:28:24.114Z] 340cb19ca677: Layer already exists [2022-06-06T21:28:24.114Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:28:24.114Z] 2.2.1-dev.10: digest: sha256:dd42268ac8322a4e4ab3cd2af16700092b46dcd8cb4db34a35810228ba877506 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:24.474Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:24.822Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:28:24.822Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-06-06T21:28:24.822Z] 1f6d5eaaf47c: Preparing [2022-06-06T21:28:24.822Z] ddd29f3d876c: Preparing [2022-06-06T21:28:24.822Z] e96e7bbf8495: Preparing [2022-06-06T21:28:24.822Z] f3f3c763fa00: Preparing [2022-06-06T21:28:24.822Z] f0e5a4d6c014: Preparing [2022-06-06T21:28:24.822Z] 3b19d27f08f7: Preparing [2022-06-06T21:28:24.822Z] 73bb99a6e169: Preparing [2022-06-06T21:28:24.822Z] ec06c3102977: Preparing [2022-06-06T21:28:24.822Z] 6a3c62e080c7: Preparing [2022-06-06T21:28:24.822Z] 340cb19ca677: Preparing [2022-06-06T21:28:24.822Z] 4f4ce317c6bb: Preparing [2022-06-06T21:28:24.822Z] ec06c3102977: Waiting [2022-06-06T21:28:24.822Z] 3b19d27f08f7: Waiting [2022-06-06T21:28:24.822Z] 73bb99a6e169: Waiting [2022-06-06T21:28:24.822Z] 6a3c62e080c7: Waiting [2022-06-06T21:28:24.822Z] 340cb19ca677: Waiting [2022-06-06T21:28:24.822Z] 4f4ce317c6bb: Waiting [2022-06-06T21:28:24.822Z] ddd29f3d876c: Layer already exists [2022-06-06T21:28:24.822Z] f0e5a4d6c014: Layer already exists [2022-06-06T21:28:24.822Z] 1f6d5eaaf47c: Layer already exists [2022-06-06T21:28:24.822Z] f3f3c763fa00: Layer already exists [2022-06-06T21:28:24.822Z] e96e7bbf8495: Layer already exists [2022-06-06T21:28:25.094Z] ec06c3102977: Layer already exists [2022-06-06T21:28:25.094Z] 3b19d27f08f7: Layer already exists [2022-06-06T21:28:25.094Z] 340cb19ca677: Layer already exists [2022-06-06T21:28:25.094Z] 6a3c62e080c7: Layer already exists [2022-06-06T21:28:25.094Z] 73bb99a6e169: Layer already exists [2022-06-06T21:28:25.094Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:28:25.094Z] 92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10: digest: sha256:dd42268ac8322a4e4ab3cd2af16700092b46dcd8cb4db34a35810228ba877506 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:25.450Z] + docker tag sys-mgmt-agent-arm64 nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:25.800Z] + docker push nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [2022-06-06T21:28:25.800Z] The push refers to repository [nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64] [2022-06-06T21:28:25.800Z] 1f6d5eaaf47c: Preparing [2022-06-06T21:28:25.800Z] ddd29f3d876c: Preparing [2022-06-06T21:28:25.800Z] e96e7bbf8495: Preparing [2022-06-06T21:28:25.800Z] f3f3c763fa00: Preparing [2022-06-06T21:28:25.800Z] f0e5a4d6c014: Preparing [2022-06-06T21:28:25.800Z] 3b19d27f08f7: Preparing [2022-06-06T21:28:25.800Z] 73bb99a6e169: Preparing [2022-06-06T21:28:25.800Z] ec06c3102977: Preparing [2022-06-06T21:28:25.800Z] 6a3c62e080c7: Preparing [2022-06-06T21:28:25.800Z] 340cb19ca677: Preparing [2022-06-06T21:28:25.800Z] 4f4ce317c6bb: Preparing [2022-06-06T21:28:25.800Z] ec06c3102977: Waiting [2022-06-06T21:28:25.800Z] 6a3c62e080c7: Waiting [2022-06-06T21:28:25.800Z] 4f4ce317c6bb: Waiting [2022-06-06T21:28:25.800Z] 340cb19ca677: Waiting [2022-06-06T21:28:25.800Z] 3b19d27f08f7: Waiting [2022-06-06T21:28:25.800Z] 73bb99a6e169: Waiting [2022-06-06T21:28:25.800Z] f0e5a4d6c014: Layer already exists [2022-06-06T21:28:25.800Z] 1f6d5eaaf47c: Layer already exists [2022-06-06T21:28:25.800Z] f3f3c763fa00: Layer already exists [2022-06-06T21:28:25.800Z] e96e7bbf8495: Layer already exists [2022-06-06T21:28:25.800Z] ddd29f3d876c: Layer already exists [2022-06-06T21:28:25.800Z] ec06c3102977: Layer already exists [2022-06-06T21:28:25.800Z] 340cb19ca677: Layer already exists [2022-06-06T21:28:25.800Z] 73bb99a6e169: Layer already exists [2022-06-06T21:28:25.800Z] 3b19d27f08f7: Layer already exists [2022-06-06T21:28:25.800Z] 6a3c62e080c7: Layer already exists [2022-06-06T21:28:26.069Z] 4f4ce317c6bb: Layer already exists [2022-06-06T21:28:26.069Z] main: digest: sha256:dd42268ac8322a4e4ab3cd2af16700092b46dcd8cb4db34a35810228ba877506 size: 2622 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-06-06T21:28:26.125Z] ===================================================== [Pipeline] echo [2022-06-06T21:28:26.134Z] taggedImages: [2022-06-06T21:28:26.134Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95 [2022-06-06T21:28:26.134Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:latest [2022-06-06T21:28:26.134Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:2.2.1-dev.10 [2022-06-06T21:28:26.134Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:92dddcec642c5f2665c5db2804977d383452cb95-2.2.1-dev.10 [2022-06-06T21:28:26.134Z] - nexus3.edgexfoundry.org:10004/sys-mgmt-agent-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:26.510Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-06T21:28:26.510Z] [2022-06-06T21:28:26.510Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:28:26.849Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-06T21:28:27.123Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-06T21:28:27.123Z] 8998bd30e6a1: Pulling fs layer [2022-06-06T21:28:27.123Z] 04944245beec: Pulling fs layer [2022-06-06T21:28:27.123Z] 699f458cf7ca: Pulling fs layer [2022-06-06T21:28:27.123Z] 765212b225bb: Pulling fs layer [2022-06-06T21:28:27.123Z] f23df028b6ca: Pulling fs layer [2022-06-06T21:28:27.123Z] d65c8cfc05b1: Pulling fs layer [2022-06-06T21:28:27.123Z] 2437ff75d9bd: Pulling fs layer [2022-06-06T21:28:27.123Z] 765212b225bb: Waiting [2022-06-06T21:28:27.123Z] f23df028b6ca: Waiting [2022-06-06T21:28:27.123Z] d65c8cfc05b1: Waiting [2022-06-06T21:28:27.123Z] 2437ff75d9bd: Waiting [2022-06-06T21:28:27.123Z] 04944245beec: Verifying Checksum [2022-06-06T21:28:27.123Z] 04944245beec: Download complete [2022-06-06T21:28:27.123Z] 765212b225bb: Download complete [2022-06-06T21:28:27.123Z] f23df028b6ca: Verifying Checksum [2022-06-06T21:28:27.123Z] f23df028b6ca: Download complete [2022-06-06T21:28:27.123Z] d65c8cfc05b1: Verifying Checksum [2022-06-06T21:28:27.123Z] d65c8cfc05b1: Download complete [2022-06-06T21:28:27.402Z] 699f458cf7ca: Verifying Checksum [2022-06-06T21:28:27.402Z] 699f458cf7ca: Download complete [2022-06-06T21:28:27.675Z] 8998bd30e6a1: Verifying Checksum [2022-06-06T21:28:27.675Z] 8998bd30e6a1: Download complete [2022-06-06T21:28:30.292Z] 2437ff75d9bd: Download complete [2022-06-06T21:28:32.270Z] 8998bd30e6a1: Pull complete [2022-06-06T21:28:32.541Z] 04944245beec: Pull complete [2022-06-06T21:28:33.973Z] 699f458cf7ca: Pull complete [2022-06-06T21:28:34.245Z] 765212b225bb: Pull complete [2022-06-06T21:28:35.220Z] f23df028b6ca: Pull complete [2022-06-06T21:28:35.493Z] d65c8cfc05b1: Pull complete [2022-06-06T21:28:50.558Z] 2437ff75d9bd: Pull complete [2022-06-06T21:28:50.558Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-06T21:28:50.558Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-06T21:28:50.558Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:28:50.813Z] prd-ubuntu20.04-docker-arm64-4c-16g-1545 does not seem to be running inside a container [2022-06-06T21:28:50.896Z] $ 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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-06T21:28:52.454Z] $ docker top 7e87b2dfaadf6157dbb0ed76b651e234808000d3bb7ee2afb10a21f8fb473085 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:28:53.413Z] ---> job-cost.sh [2022-06-06T21:28:53.413Z] lf-activate-venv: SKIPPING [2022-06-06T21:28:53.413Z] INFO: No Stack... [2022-06-06T21:28:53.682Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-06T21:28:54.655Z] INFO: Archiving Costs [Pipeline] sh [2022-06-06T21:28:55.312Z] + cat /w/workspace/edgex-go/239/archives/cost.csv [2022-06-06T21:28:55.312Z] + cut -d, -f6 [Pipeline] lock [2022-06-06T21:28:55.342Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-main-239-stack-cost] [2022-06-06T21:28:55.351Z] Resource [jenkins-edgexfoundry-edgex-go-main-239-stack-cost] did not exist. Created. [2022-06-06T21:28:55.351Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-main-239-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-06T21:28:56.003Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-06T21:28:56.580Z] Stashed 1 file(s) [Pipeline] } [2022-06-06T21:28:56.589Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-main-239-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-06T21:28:56.614Z] $ docker stop --time=1 7e87b2dfaadf6157dbb0ed76b651e234808000d3bb7ee2afb10a21f8fb473085 [2022-06-06T21:28:58.128Z] $ docker rm -f 7e87b2dfaadf6157dbb0ed76b651e234808000d3bb7ee2afb10a21f8fb473085 [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 [2022-06-06T21:28:58.615Z] provisioning config files... [2022-06-06T21:28:58.624Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/239@tmp/config8677248547476408788tmp [Pipeline] { [Pipeline] sh [2022-06-06T21:28:58.914Z] + set +x [2022-06-06T21:28:58.914Z] + + curl -s https://codecov.io/bash [2022-06-06T21:28:58.914Z] bash -s -- [2022-06-06T21:28:58.914Z] [2022-06-06T21:28:58.914Z] _____ _ [2022-06-06T21:28:58.914Z] / ____| | | [2022-06-06T21:28:58.914Z] | | ___ __| | ___ ___ _____ __ [2022-06-06T21:28:58.914Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-06T21:28:58.914Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-06T21:28:58.914Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-06T21:28:58.914Z] Bash-1.0.6 [2022-06-06T21:28:58.914Z] [2022-06-06T21:28:58.914Z] [2022-06-06T21:28:58.914Z] ==> git version 2.25.1 found [2022-06-06T21:28:58.914Z] ==> 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 [2022-06-06T21:28:58.914Z] Release-Date: 2020-01-08 [2022-06-06T21:28:58.914Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-06T21:28:58.914Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-06T21:28:58.914Z] ==> Jenkins CI detected. [2022-06-06T21:28:58.914Z] current dir:  /w/workspace/edgex-go/239 [2022-06-06T21:28:58.914Z] project root: . [2022-06-06T21:28:58.915Z] --> token set from env [2022-06-06T21:28:58.915Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-06T21:28:58.915Z] ==> Running gcov in . (disable via -X gcov) [2022-06-06T21:28:58.915Z] ==> Python coveragepy not found [2022-06-06T21:28:58.915Z] ==> Searching for coverage reports in: [2022-06-06T21:28:58.915Z] + . [2022-06-06T21:28:58.915Z] -> Found 1 reports [2022-06-06T21:28:58.915Z] ==> Detecting git/mercurial file structure [2022-06-06T21:28:58.915Z] ==> Reading reports [2022-06-06T21:28:58.915Z] + ./coverage.out bytes=435411 [2022-06-06T21:28:59.175Z] ==> Appending adjustments [2022-06-06T21:28:59.175Z] https://docs.codecov.io/docs/fixing-reports [2022-06-06T21:29:00.115Z] + Found adjustments [2022-06-06T21:29:00.376Z] ==> Gzipping contents [2022-06-06T21:29:00.376Z] 60K /tmp/codecov.3IypHp.gz [2022-06-06T21:29:00.376Z] ==> Uploading reports [2022-06-06T21:29:00.376Z] url: https://codecov.io [2022-06-06T21:29:00.376Z] query: branch=main&commit=92dddcec642c5f2665c5db2804977d383452cb95&build=239&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F239%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-06T21:29:00.376Z] -> Pinging Codecov [2022-06-06T21:29:00.376Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=main&commit=92dddcec642c5f2665c5db2804977d383452cb95&build=239&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2Fmain%2F239%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-06-06T21:29:00.376Z] -> Uploading to [2022-06-06T21:29:00.376Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-06/00271124DB129430A58F1EEE437C3FCB/92dddcec642c5f2665c5db2804977d383452cb95/69c44479-395d-45d0-a48d-f90d957c454b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220606%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220606T212900Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8854b6e201b66bc783c12811379651a02d11a8ff72384b305c8699a26cab32ba [2022-06-06T21:29:00.639Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:00.639Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:00.639Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59846 0 0 100 59846 0 263k --:--:-- --:--:-- --:--:-- 262k 100 59846 0 0 100 59846 0 227k --:--:-- --:--:-- --:--:-- 226k [2022-06-06T21:29:00.900Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/92dddcec642c5f2665c5db2804977d383452cb95 [Pipeline] } [2022-06-06T21:29:00.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) [Pipeline] echo [2022-06-06T21:29:01.039Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-06-06T21:29:01.054Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:01.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-06T21:29:01.358Z] [2022-06-06T21:29:01.358Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:01.662Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-06T21:29:01.662Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-06-06T21:29:01.662Z] df9b9388f04a: Already exists [2022-06-06T21:29:01.662Z] 52dc419b0ee2: Pulling fs layer [2022-06-06T21:29:01.662Z] 25bc292e5bac: Pulling fs layer [2022-06-06T21:29:01.662Z] 114826534d7a: Pulling fs layer [2022-06-06T21:29:01.662Z] 4657fd5d0bcf: Pulling fs layer [2022-06-06T21:29:01.662Z] 6ad1cebc031e: Pulling fs layer [2022-06-06T21:29:01.662Z] 8a3aa393b2d8: Pulling fs layer [2022-06-06T21:29:01.662Z] 4657fd5d0bcf: Waiting [2022-06-06T21:29:01.662Z] 8a3aa393b2d8: Waiting [2022-06-06T21:29:01.662Z] 6ad1cebc031e: Waiting [2022-06-06T21:29:01.662Z] 25bc292e5bac: Verifying Checksum [2022-06-06T21:29:01.662Z] 25bc292e5bac: Download complete [2022-06-06T21:29:01.662Z] 4657fd5d0bcf: Verifying Checksum [2022-06-06T21:29:01.662Z] 4657fd5d0bcf: Download complete [2022-06-06T21:29:01.925Z] 52dc419b0ee2: Pull complete [2022-06-06T21:29:01.925Z] 25bc292e5bac: Pull complete [2022-06-06T21:29:01.925Z] 6ad1cebc031e: Verifying Checksum [2022-06-06T21:29:01.925Z] 6ad1cebc031e: Download complete [2022-06-06T21:29:02.498Z] 114826534d7a: Verifying Checksum [2022-06-06T21:29:02.498Z] 114826534d7a: Download complete [2022-06-06T21:29:02.758Z] 8a3aa393b2d8: Verifying Checksum [2022-06-06T21:29:02.758Z] 8a3aa393b2d8: Download complete [2022-06-06T21:29:06.048Z] 114826534d7a: Pull complete [2022-06-06T21:29:06.307Z] 4657fd5d0bcf: Pull complete [2022-06-06T21:29:06.569Z] 6ad1cebc031e: Pull complete [2022-06-06T21:29:09.858Z] 8a3aa393b2d8: Pull complete [2022-06-06T21:29:09.858Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2022-06-06T21:29:09.858Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-06-06T21:29:09.858Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:29:09.949Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T21:29:10.038Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-06-06T21:29:11.731Z] $ docker top b004757f01491cb9991a1f5389f2ba1bd42874dfe2343a6ba53204620131704a -eo pid,comm [Pipeline] { [Pipeline] echo [2022-06-06T21:29:11.758Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/edgex-go:main' [Pipeline] sh [2022-06-06T21:29:12.041Z] + set -o pipefail [2022-06-06T21:29:12.041Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/edgex-go:main' [2022-06-06T21:29:18.620Z] [2022-06-06T21:29:18.620Z] Monitoring /w/workspace/edgex-go/239 (github.com/edgexfoundry/edgex-go)... [2022-06-06T21:29:18.620Z] [2022-06-06T21:29:18.620Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/13cd8448-2778-4a76-bf52-ee2dd2941a61/history/e44c13dc-1560-421d-b4dc-a875a94b8ccd [2022-06-06T21:29:18.620Z] [2022-06-06T21:29:18.620Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-06-06T21:29:18.620Z] [2022-06-06T21:29:18.620Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-06-06T21:29:18.620Z] [2022-06-06T21:29:18.620Z] [Pipeline] } [2022-06-06T21:29:18.683Z] $ docker stop --time=1 b004757f01491cb9991a1f5389f2ba1bd42874dfe2343a6ba53204620131704a [2022-06-06T21:29:20.824Z] $ docker rm -f b004757f01491cb9991a1f5389f2ba1bd42874dfe2343a6ba53204620131704a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) [Pipeline] echo [2022-06-06T21:29:21.173Z] [edgeXSwaggerPublish]: Setting up Environment and Executing Publish. - DRY_RUN: false [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T21:29:21.181Z] provisioning config files... [2022-06-06T21:29:21.189Z] copy managed file [swaggerhub-api-key] to file:/w/workspace/edgex-go/239@tmp/config7093079868523383543tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:29:21.489Z] --> edgex-publish-swagger.sh [2022-06-06T21:29:21.489Z] === Publish openapi/v2 API === [2022-06-06T21:29:21.489Z] [publishToSwagger] Publishing the API Docs [openapi/v2] to Swagger [2022-06-06T21:29:21.489Z] [publishToSwagger] Publishing API Name [core-command] [/w/workspace/edgex-go/239/openapi/v2/core-command.yaml] [2022-06-06T21:29:21.489Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:21.489Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:22.432Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 33831 0 0 100 33831 0 138k --:--:-- --:--:-- --:--:-- 138k 100 33831 0 0 100 33831 0 35800 --:--:-- --:--:-- --:--:-- 35800 [2022-06-06T21:29:22.432Z] [2022-06-06T21:29:22.432Z] [2022-06-06T21:29:22.432Z] [publishToSwagger] Publishing API Name [core-data] [/w/workspace/edgex-go/239/openapi/v2/core-data.yaml] [2022-06-06T21:29:22.432Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:22.432Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:23.372Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 71604 0 0 100 71604 0 79207 --:--:-- --:--:-- --:--:-- 79120 100 71604 0 0 100 71604 0 79207 --:--:-- --:--:-- --:--:-- 79120 [2022-06-06T21:29:23.372Z] [2022-06-06T21:29:23.372Z] [2022-06-06T21:29:23.372Z] [publishToSwagger] Publishing API Name [core-metadata] [/w/workspace/edgex-go/239/openapi/v2/core-metadata.yaml] [2022-06-06T21:29:23.372Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:23.372Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:24.308Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 141k 0 0 100 141k 0 154k --:--:-- --:--:-- --:--:-- 154k 100 141k 0 0 100 141k 0 154k --:--:-- --:--:-- --:--:-- 154k [2022-06-06T21:29:24.308Z] [2022-06-06T21:29:24.308Z] [2022-06-06T21:29:24.308Z] [publishToSwagger] Publishing API Name [support-notifications] [/w/workspace/edgex-go/239/openapi/v2/support-notifications.yaml] [2022-06-06T21:29:24.308Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:24.308Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:25.251Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 89318 0 0 100 89318 0 99k --:--:-- --:--:-- --:--:-- 99k 100 89318 0 0 100 89318 0 99k --:--:-- --:--:-- --:--:-- 99k [2022-06-06T21:29:25.251Z] [2022-06-06T21:29:25.251Z] [2022-06-06T21:29:25.251Z] [publishToSwagger] Publishing API Name [support-scheduler] [/w/workspace/edgex-go/239/openapi/v2/support-scheduler.yaml] [2022-06-06T21:29:25.251Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:25.251Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:26.193Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 39556 0 0 100 39556 0 39915 --:--:-- --:--:-- --:--:-- 39875 100 39556 0 0 100 39556 0 39834 --:--:-- --:--:-- --:--:-- 39794 [2022-06-06T21:29:26.193Z] [2022-06-06T21:29:26.193Z] [2022-06-06T21:29:26.193Z] [publishToSwagger] Publishing API Name [system-agent] [/w/workspace/edgex-go/239/openapi/v2/system-agent.yaml] [2022-06-06T21:29:26.193Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-06T21:29:26.193Z] Dload Upload Total Spent Left Speed [2022-06-06T21:29:27.133Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 20091 0 0 100 20091 0 18415 0:00:01 0:00:01 --:--:-- 18415 100 20091 0 0 100 20091 0 18415 0:00:01 0:00:01 --:--:-- 18415 [2022-06-06T21:29:27.133Z] [2022-06-06T21:29:27.133Z] [Pipeline] } [2022-06-06T21:29:27.141Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] unstash [Pipeline] sh [2022-06-06T21:29:27.532Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-06T21:29:27.532Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:27.837Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T21:29:27.837Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:29:27.918Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T21:29:28.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 [2022-06-06T21:29:28.393Z] $ docker top 1635ec12a70f3552a0992fffe1f2fca5ae6512d7f5afc68555cfce1c41a5db22 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-06T21:29:28.455Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T21:29:28.455Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T21:29:28.604Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T21:29:28.657Z] $ docker exec 1635ec12a70f3552a0992fffe1f2fca5ae6512d7f5afc68555cfce1c41a5db22 ssh-agent [2022-06-06T21:29:28.724Z] SSH_AUTH_SOCK=/tmp/ssh-E9Pq0UFTaaAd/agent.32 [2022-06-06T21:29:28.724Z] SSH_AGENT_PID=38 [2022-06-06T21:29:28.729Z] Running ssh-add (command line suppressed) [2022-06-06T21:29:28.907Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_5534170876530081937.key (/w/workspace/edgex-go/239@tmp/private_key_5534170876530081937.key) [2022-06-06T21:29:28.875Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T21:29:29.164Z] + git semver tag [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,424 [run_tag] DEBUG tag force:False [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,425 [check_head_tag] DEBUG check head tag [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,425 [execute] INFO git cat-file --batch-check [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,425 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/239, universal_newlines=False, shell=None, istream=) [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,429 [execute] INFO git cat-file --batch [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,429 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/239, universal_newlines=False, shell=None, istream=) [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,442 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,443 [execute] INFO git tag -a v2.2.1-dev.10 -m v2.2.1-dev.10 [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,443 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.2.1-dev.10', '-m', 'v2.2.1-dev.10'], cwd=/w/workspace/edgex-go/239, universal_newlines=False, shell=None, istream=None) [2022-06-06T21:29:29.425Z] 2022-06-06 21:29:29,448 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:29.425Z] 2.2.1-dev.10 [Pipeline] } [2022-06-06T21:29:29.486Z] $ docker exec --env ******** --env ******** 1635ec12a70f3552a0992fffe1f2fca5ae6512d7f5afc68555cfce1c41a5db22 ssh-agent -k [2022-06-06T21:29:29.609Z] unset SSH_AUTH_SOCK; [2022-06-06T21:29:29.609Z] unset SSH_AGENT_PID; [2022-06-06T21:29:29.609Z] echo Agent pid 38 killed; [2022-06-06T21:29:29.575Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-06T21:29:29.882Z] + git semver [Pipeline] } [2022-06-06T21:29:30.208Z] $ docker stop --time=1 1635ec12a70f3552a0992fffe1f2fca5ae6512d7f5afc68555cfce1c41a5db22 [2022-06-06T21:29:31.493Z] $ docker rm -f 1635ec12a70f3552a0992fffe1f2fca5ae6512d7f5afc68555cfce1c41a5db22 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:31.838Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-06T21:29:31.839Z] [2022-06-06T21:29:31.839Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:32.140Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-06T21:29:32.140Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-06-06T21:29:32.140Z] ab5ef0e58194: Pulling fs layer [2022-06-06T21:29:32.140Z] 9712f1f96733: Pulling fs layer [2022-06-06T21:29:32.140Z] 63f879dbbcfc: Pulling fs layer [2022-06-06T21:29:32.140Z] 0d9ebad4ef96: Pulling fs layer [2022-06-06T21:29:32.140Z] e9a5061849ea: Pulling fs layer [2022-06-06T21:29:32.140Z] 0d9ebad4ef96: Waiting [2022-06-06T21:29:32.140Z] d747dcd14b5f: Pulling fs layer [2022-06-06T21:29:32.140Z] 2de7ff778b66: Pulling fs layer [2022-06-06T21:29:32.140Z] e9a5061849ea: Waiting [2022-06-06T21:29:32.140Z] d747dcd14b5f: Waiting [2022-06-06T21:29:32.140Z] 2de7ff778b66: Waiting [2022-06-06T21:29:32.140Z] 9712f1f96733: Download complete [2022-06-06T21:29:32.399Z] 63f879dbbcfc: Verifying Checksum [2022-06-06T21:29:32.399Z] 63f879dbbcfc: Download complete [2022-06-06T21:29:32.659Z] e9a5061849ea: Verifying Checksum [2022-06-06T21:29:32.659Z] e9a5061849ea: Download complete [2022-06-06T21:29:32.659Z] 0d9ebad4ef96: Verifying Checksum [2022-06-06T21:29:32.659Z] 0d9ebad4ef96: Download complete [2022-06-06T21:29:32.659Z] d747dcd14b5f: Verifying Checksum [2022-06-06T21:29:32.659Z] d747dcd14b5f: Download complete [2022-06-06T21:29:32.659Z] ab5ef0e58194: Download complete [2022-06-06T21:29:32.659Z] 2de7ff778b66: Verifying Checksum [2022-06-06T21:29:32.659Z] 2de7ff778b66: Download complete [2022-06-06T21:29:35.958Z] ab5ef0e58194: Pull complete [2022-06-06T21:29:35.958Z] 9712f1f96733: Pull complete [2022-06-06T21:29:36.217Z] 63f879dbbcfc: Pull complete [2022-06-06T21:29:40.409Z] 0d9ebad4ef96: Pull complete [2022-06-06T21:29:40.409Z] e9a5061849ea: Pull complete [2022-06-06T21:29:40.409Z] d747dcd14b5f: Pull complete [2022-06-06T21:29:41.347Z] 2de7ff778b66: Pull complete [2022-06-06T21:29:41.347Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-06-06T21:29:41.347Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-06-06T21:29:41.347Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:29:41.436Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T21:29:41.518Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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-lftools:0.23.1-centos7 cat [2022-06-06T21:29:43.408Z] $ docker top e5bf0b2afe1cc7ceeee065a9d81be6a432082b70aa24b1719630f4810f3e4497 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-06-06T21:29:43.439Z] provisioning config files... [2022-06-06T21:29:43.446Z] copy managed file [sigul-config] to file:/w/workspace/edgex-go/239@tmp/config2163102304217668151tmp [2022-06-06T21:29:43.456Z] copy managed file [sigul-password] to file:/w/workspace/edgex-go/239@tmp/config7124277228687438480tmp [2022-06-06T21:29:43.464Z] copy managed file [sigul-pki] to file:/w/workspace/edgex-go/239@tmp/config2308293402652720937tmp [Pipeline] { [Pipeline] echo [2022-06-06T21:29:43.476Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:29:43.759Z] ---> sigul-configuration.sh [2022-06-06T21:29:43.759Z] gpg: directory `/root/.gnupg' created [2022-06-06T21:29:43.759Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-06-06T21:29:43.759Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-06-06T21:29:43.759Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-06-06T21:29:43.759Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-06-06T21:29:43.759Z] gpg: CAST5 encrypted data [2022-06-06T21:29:43.759Z] gpg: encrypted with 1 passphrase [2022-06-06T21:29:43.759Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-06-06T21:29:44.042Z] + mkdir /home/jenkins [2022-06-06T21:29:44.042Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-06-06T21:29:44.329Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-06-06T21:29:44.338Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:29:44.632Z] ---> sigul-install.sh [2022-06-06T21:29:44.632Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-06-06T21:29:44.923Z] + git tag --list [2022-06-06T21:29:44.923Z] 0.6.0 [2022-06-06T21:29:44.923Z] 0.6.1 [2022-06-06T21:29:44.923Z] 0.7.0 [2022-06-06T21:29:44.923Z] 0.7.1 [2022-06-06T21:29:44.923Z] v1.0.0 [2022-06-06T21:29:44.923Z] v1.0.1 [2022-06-06T21:29:44.923Z] v1.1.0 [2022-06-06T21:29:44.923Z] v1.2.0 [2022-06-06T21:29:44.923Z] v1.2.1 [2022-06-06T21:29:44.923Z] v1.3.0 [2022-06-06T21:29:44.924Z] v1.3.1 [2022-06-06T21:29:44.924Z] v2.0.0 [2022-06-06T21:29:44.924Z] v2.1.0 [2022-06-06T21:29:44.924Z] v2.1.1-dev.1 [2022-06-06T21:29:44.924Z] v2.1.1-dev.2 [2022-06-06T21:29:44.924Z] v2.1.1-dev.3 [2022-06-06T21:29:44.924Z] v2.1.1-dev.4 [2022-06-06T21:29:44.924Z] v2.1.1-dev.5 [2022-06-06T21:29:44.924Z] v2.1.1-dev.6 [2022-06-06T21:29:44.924Z] v2.2.0 [2022-06-06T21:29:44.924Z] v2.2.1-dev.1 [2022-06-06T21:29:44.924Z] v2.2.1-dev.10 [2022-06-06T21:29:44.924Z] v2.2.1-dev.2 [2022-06-06T21:29:44.924Z] v2.2.1-dev.3 [2022-06-06T21:29:44.924Z] v2.2.1-dev.4 [2022-06-06T21:29:44.924Z] v2.2.1-dev.5 [2022-06-06T21:29:44.924Z] v2.2.1-dev.6 [2022-06-06T21:29:44.924Z] v2.2.1-dev.7 [2022-06-06T21:29:44.924Z] v2.2.1-dev.8 [2022-06-06T21:29:44.924Z] v2.2.1-dev.9 [Pipeline] sh [2022-06-06T21:29:45.210Z] + lftools sign git-tag v2.2.1-dev.10 [2022-06-06T21:29:45.780Z] Signing Git tag with Sigul... [2022-06-06T21:29:45.780Z] Signing v2.2.1-dev.10 [Pipeline] echo [2022-06-06T21:29:46.730Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:29:47.018Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-06-06T21:29:47.026Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-06-06T21:29:47.097Z] $ docker stop --time=1 e5bf0b2afe1cc7ceeee065a9d81be6a432082b70aa24b1719630f4810f3e4497 [2022-06-06T21:29:48.413Z] $ docker rm -f e5bf0b2afe1cc7ceeee065a9d81be6a432082b70aa24b1719630f4810f3e4497 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-06-06T21:29:48.789Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-06T21:29:48.789Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:49.089Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T21:29:49.089Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:29:49.170Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T21:29:49.257Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 [2022-06-06T21:29:49.605Z] $ docker top 86168a190d47a6efbb97c18b50a7b5a2b2eee37730e308a797749816a895592a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-06T21:29:49.651Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T21:29:49.651Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T21:29:49.774Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T21:29:49.827Z] $ docker exec 86168a190d47a6efbb97c18b50a7b5a2b2eee37730e308a797749816a895592a ssh-agent [2022-06-06T21:29:49.903Z] SSH_AUTH_SOCK=/tmp/ssh-Z8CLLChVk6ir/agent.32 [2022-06-06T21:29:49.903Z] SSH_AGENT_PID=38 [2022-06-06T21:29:49.908Z] Running ssh-add (command line suppressed) [2022-06-06T21:29:50.081Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_7005681456681790965.key (/w/workspace/edgex-go/239@tmp/private_key_7005681456681790965.key) [2022-06-06T21:29:50.048Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T21:29:50.333Z] + git semver bump pre [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,600 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,600 [bump_version] DEBUG bumping version:2.2.1-dev.10 on axis:pre with prefix:dev [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,601 [bump_version] DEBUG bumped version:2.2.1-dev.11 [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,601 [write_version] DEBUG write version:2.2.1-dev.11 to path:/w/workspace/edgex-go/239/.semver/main with force:True [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,601 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,601 [write_file] DEBUG write to file:/w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,603 [execute] INFO git cat-file --batch-check [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,604 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/239/.semver, universal_newlines=False, shell=None, istream=) [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,609 [execute] INFO git cat-file --batch [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,610 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgex-go/239/.semver, universal_newlines=False, shell=None, istream=) [2022-06-06T21:29:50.593Z] 2022-06-06 21:29:50,615 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:50.593Z] 2.2.1-dev.11 [Pipeline] } [2022-06-06T21:29:50.654Z] $ docker exec --env ******** --env ******** 86168a190d47a6efbb97c18b50a7b5a2b2eee37730e308a797749816a895592a ssh-agent -k [2022-06-06T21:29:50.760Z] unset SSH_AUTH_SOCK; [2022-06-06T21:29:50.760Z] unset SSH_AGENT_PID; [2022-06-06T21:29:50.760Z] echo Agent pid 38 killed; [2022-06-06T21:29:50.720Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-06T21:29:51.022Z] + git semver [Pipeline] } [2022-06-06T21:29:51.347Z] $ docker stop --time=1 86168a190d47a6efbb97c18b50a7b5a2b2eee37730e308a797749816a895592a [2022-06-06T21:29:52.625Z] $ docker rm -f 86168a190d47a6efbb97c18b50a7b5a2b2eee37730e308a797749816a895592a [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-06T21:29:52.968Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-06T21:29:52.968Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:29:53.302Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-06T21:29:53.302Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:29:53.382Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T21:29:53.471Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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 [2022-06-06T21:29:53.884Z] $ docker top 16c7302b857be1343477a54a914f7a509593ccef933dc9592d6a4241c585a312 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-06T21:29:53.934Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-06T21:29:53.934Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-06T21:29:54.068Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-06T21:29:54.121Z] $ docker exec 16c7302b857be1343477a54a914f7a509593ccef933dc9592d6a4241c585a312 ssh-agent [2022-06-06T21:29:54.202Z] SSH_AUTH_SOCK=/tmp/ssh-YXUxzN7xQz5Z/agent.33 [2022-06-06T21:29:54.202Z] SSH_AGENT_PID=39 [2022-06-06T21:29:54.208Z] Running ssh-add (command line suppressed) [2022-06-06T21:29:54.373Z] Identity added: /w/workspace/edgex-go/239@tmp/private_key_4691907000885405077.key (/w/workspace/edgex-go/239@tmp/private_key_4691907000885405077.key) [2022-06-06T21:29:54.345Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-06T21:29:54.632Z] + git semver push [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,887 [run_push] DEBUG push [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,888 [execute] INFO git cat-file --batch-check [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,888 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgex-go/239/.semver, universal_newlines=False, shell=None, istream=) [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,891 [execute] INFO git rev-list 6842ab4a119bf5575e5e888f895deb0cdc004eb1 -- [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,892 [execute] DEBUG Popen(['git', 'rev-list', '6842ab4a119bf5575e5e888f895deb0cdc004eb1', '--'], cwd=/w/workspace/edgex-go/239/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,907 [execute] INFO git fetch -v origin [2022-06-06T21:29:54.892Z] 2022-06-06 21:29:54,907 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgex-go/239/.semver, universal_newlines=True, shell=None, istream=None) [2022-06-06T21:29:55.462Z] 2022-06-06 21:29:55,456 [run_push] DEBUG no remote changes detected [2022-06-06T21:29:55.462Z] 2022-06-06 21:29:55,457 [execute] INFO git push origin semver [2022-06-06T21:29:55.462Z] 2022-06-06 21:29:55,457 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgex-go/239/.semver, universal_newlines=False, shell=None, istream=None) [2022-06-06T21:29:56.404Z] 2022-06-06 21:29:56,144 [run_push] DEBUG push all version tags [2022-06-06T21:29:56.404Z] 2022-06-06 21:29:56,145 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-06-06T21:29:56.404Z] 2022-06-06 21:29:56,145 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgex-go/239, universal_newlines=False, shell=None, istream=None) [2022-06-06T21:29:56.975Z] 2022-06-06 21:29:56,840 [read_version] DEBUG read version from /w/workspace/edgex-go/239/.semver/main [2022-06-06T21:29:56.975Z] 2.2.1-dev.11 [Pipeline] } [2022-06-06T21:29:57.037Z] $ docker exec --env ******** --env ******** 16c7302b857be1343477a54a914f7a509593ccef933dc9592d6a4241c585a312 ssh-agent -k [2022-06-06T21:29:57.159Z] unset SSH_AUTH_SOCK; [2022-06-06T21:29:57.159Z] unset SSH_AGENT_PID; [2022-06-06T21:29:57.159Z] echo Agent pid 39 killed; [2022-06-06T21:29:57.119Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-06T21:29:57.422Z] + git semver [Pipeline] } [2022-06-06T21:29:57.749Z] $ docker stop --time=1 16c7302b857be1343477a54a914f7a509593ccef933dc9592d6a4241c585a312 [2022-06-06T21:29:59.056Z] $ docker rm -f 16c7302b857be1343477a54a914f7a509593ccef933dc9592d6a4241c585a312 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-06-06T21:29:59.507Z] + [ -d /w/workspace/edgex-go/239/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:29:59.801Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:30:00.669Z] ---> package-listing.sh [2022-06-06T21:30:00.669Z] ++ facter osfamily [2022-06-06T21:30:00.669Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-06T21:30:00.930Z] + OS_FAMILY=debian [2022-06-06T21:30:00.930Z] + workspace=/w/workspace/edgex-go/239 [2022-06-06T21:30:00.930Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-06T21:30:00.930Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-06T21:30:00.930Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-06T21:30:00.930Z] + PACKAGES=/tmp/packages_start.txt [2022-06-06T21:30:00.930Z] + '[' /w/workspace/edgex-go/239 ']' [2022-06-06T21:30:00.930Z] + PACKAGES=/tmp/packages_end.txt [2022-06-06T21:30:00.930Z] + case "${OS_FAMILY}" in [2022-06-06T21:30:00.930Z] + dpkg -l [2022-06-06T21:30:00.930Z] + grep '^ii' [2022-06-06T21:30:00.930Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-06T21:30:00.930Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-06T21:30:00.930Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-06T21:30:00.930Z] + '[' /w/workspace/edgex-go/239 ']' [2022-06-06T21:30:00.930Z] + mkdir -p /w/workspace/edgex-go/239/archives/ [2022-06-06T21:30:00.930Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/239/archives/ [Pipeline] echo [2022-06-06T21:30:00.943Z] 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/239/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-06T21:30:01.225Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:30:01.793Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T21:30:01.794Z] [2022-06-06T21:30:01.794Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-06T21:30:02.107Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T21:30:02.108Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-06T21:30:02.108Z] 5eb5b503b376: Pulling fs layer [2022-06-06T21:30:02.108Z] 5c69ac0246d0: Pulling fs layer [2022-06-06T21:30:02.108Z] ec43610c2a17: Pulling fs layer [2022-06-06T21:30:02.108Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-06T21:30:02.108Z] 33b1e0a273af: Pulling fs layer [2022-06-06T21:30:02.108Z] 5d3b04190fa2: Pulling fs layer [2022-06-06T21:30:02.108Z] 2f39f015ded8: Pulling fs layer [2022-06-06T21:30:02.108Z] 2f39f015ded8: Waiting [2022-06-06T21:30:02.108Z] 33b1e0a273af: Waiting [2022-06-06T21:30:02.108Z] 3a2ae6a8a46f: Waiting [2022-06-06T21:30:02.108Z] 5d3b04190fa2: Waiting [2022-06-06T21:30:02.108Z] 5c69ac0246d0: Verifying Checksum [2022-06-06T21:30:02.108Z] 5c69ac0246d0: Download complete [2022-06-06T21:30:02.108Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-06T21:30:02.108Z] 3a2ae6a8a46f: Download complete [2022-06-06T21:30:02.108Z] 33b1e0a273af: Verifying Checksum [2022-06-06T21:30:02.108Z] 33b1e0a273af: Download complete [2022-06-06T21:30:02.108Z] ec43610c2a17: Verifying Checksum [2022-06-06T21:30:02.108Z] ec43610c2a17: Download complete [2022-06-06T21:30:02.368Z] 5d3b04190fa2: Verifying Checksum [2022-06-06T21:30:02.368Z] 5d3b04190fa2: Download complete [2022-06-06T21:30:02.368Z] 5eb5b503b376: Verifying Checksum [2022-06-06T21:30:02.368Z] 5eb5b503b376: Download complete [2022-06-06T21:30:02.939Z] 2f39f015ded8: Verifying Checksum [2022-06-06T21:30:02.939Z] 2f39f015ded8: Download complete [2022-06-06T21:30:03.881Z] 5eb5b503b376: Pull complete [2022-06-06T21:30:03.881Z] 5c69ac0246d0: Pull complete [2022-06-06T21:30:04.453Z] ec43610c2a17: Pull complete [2022-06-06T21:30:04.453Z] 3a2ae6a8a46f: Pull complete [2022-06-06T21:30:04.713Z] 33b1e0a273af: Pull complete [2022-06-06T21:30:04.713Z] 5d3b04190fa2: Pull complete [2022-06-06T21:30:09.997Z] 2f39f015ded8: Pull complete [2022-06-06T21:30:09.997Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-06T21:30:09.997Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-06T21:30:09.997Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-06T21:30:10.090Z] prd-ubuntu20.04-docker-8c-8g-1544 does not seem to be running inside a container [2022-06-06T21:30:10.179Z] $ 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/239/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/239 -v /w/workspace/edgex-go/239:/w/workspace/edgex-go/239:rw,z -v /w/workspace/edgex-go/239@tmp:/w/workspace/edgex-go/239@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-lftools-log-publisher:latest cat [2022-06-06T21:30:11.587Z] $ docker top 5e3bee0cc346aa45b6f306cc8b72ab6b88a0b2cb365b66f7265048679538d2f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-06T21:30:11.893Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-06T21:30:12.184Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-06T21:30:12.472Z] + ls /var/log/sa-host [2022-06-06T21:30:12.472Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-06T21:30:12.611Z] provisioning config files... [2022-06-06T21:30:12.621Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/239@tmp/config3357081429989767900tmp [Pipeline] { [Pipeline] echo [2022-06-06T21:30:12.636Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:30:12.922Z] ---> create-netrc.sh [Pipeline] } [2022-06-06T21:30:12.930Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:30:13.264Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-06T21:30:13.274Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:30:13.562Z] ---> sudo-logs.sh [2022-06-06T21:30:13.562Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-06T21:30:13.579Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:30:13.861Z] ---> job-cost.sh [2022-06-06T21:30:13.861Z] lf-activate-venv: SKIPPING [2022-06-06T21:30:13.861Z] DEBUG: total: 0.2199999988079071 [2022-06-06T21:30:13.861Z] INFO: Retrieving Stack Cost... [2022-06-06T21:30:14.122Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-06T21:30:14.693Z] INFO: Archiving Costs [Pipeline] echo [2022-06-06T21:30:14.705Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-06T21:30:14.991Z] ---> logs-deploy.sh [2022-06-06T21:30:14.991Z] lf-activate-venv: SKIPPING [2022-06-06T21:30:14.991Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/main/239 [2022-06-06T21:30:14.991Z] INFO: archiving workspace using pattern(s): [2022-06-06T21:30:15.935Z] Archives upload complete. [2022-06-06T21:30:15.935Z] INFO: archiving logs to Nexus