Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 316e85b6a4ef7a5de836e195d1142eaf4b4f125a+6b188fc41757128322b032ed1e708678348e23e8 (ffec7d0f03e9f4546e91a5d3fe99c6b03ad015db) 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-ssh6763447471256198026.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh9901357897661891207.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 c72b16708d6eed9a08be464a432ce22db7d90667 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/PR-3978/workspace@libs/edgex-global-pipelines/.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/PR-3978/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh14663747031056371818.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > 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 shared 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-ssh11393939200667612052.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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/PR-3978/workspace@libs/lf-pipelines/.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/PR-3978/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh14709941162102784309.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 shared 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 [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-21392 in /w/workspace/edgexfoundry_edgex-go_PR-3978 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/2 [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/2 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 6b188fc41757128322b032ed1e708678348e23e8 into PR head commit 316e85b6a4ef7a5de836e195d1142eaf4b4f125a Merge succeeded, producing 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d Checking out Revision 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d (PR-3978) > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3978/head:refs/remotes/origin/PR-3978 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 6b188fc41757128322b032ed1e708678348e23e8 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d # timeout=10 Commit message: "Merge commit '6b188fc41757128322b032ed1e708678348e23e8' into HEAD" > git rev-list --no-walk 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-19T20:30:25.264Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-19T20:30:25.334Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-19T20:30:25.368Z] ========================================================= [2022-04-19T20:30:25.368Z] EdgeX Global Pipelines Version Info [2022-04-19T20:30:25.368Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:30:26.149Z] ------------------- [2022-04-19T20:30:26.149Z] stable info: [2022-04-19T20:30:26.149Z] ------------------- [2022-04-19T20:30:26.149Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T20:30:26.149Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-19T20:30:26.149Z] Message: update stable to v1.0.221 [2022-04-19T20:30:26.722Z] ------------------- [2022-04-19T20:30:26.722Z] experimental info: [2022-04-19T20:30:26.722Z] ------------------- [2022-04-19T20:30:26.722Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-19T20:30:26.722Z] Commit SHA: 2d41b7a85c8a62c0c33f5e39ad1462a101ac531d [2022-04-19T20:30:26.722Z] Message: update experimental to v1.0.222 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-19T20:30:26.914Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2022-04-19T20:30:26.938Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2022-04-19T20:30:26.961Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-19T20:30:26.984Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-19T20:30:27.080Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-19T20:30:27.102Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-19T20:30:27.123Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-19T20:30:27.142Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2022-04-19T20:30:27.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = [Pipeline] echo [2022-04-19T20:30:27.193Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = [Pipeline] echo [2022-04-19T20:30:27.216Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-19T20:30:27.239Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-19T20:30:27.264Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-19T20:30:27.287Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-19T20:30:27.312Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-19T20:30:27.334Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T20:30:27.357Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-19T20:30:27.383Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-19T20:30:27.406Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-04-19T20:30:27.429Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-04-19T20:30:27.454Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-19T20:30:27.481Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-19T20:30:27.503Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3978 [Pipeline] echo [2022-04-19T20:30:27.523Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3978 [Pipeline] echo [2022-04-19T20:30:27.546Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3978 [Pipeline] echo [2022-04-19T20:30:27.566Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [Pipeline] echo [2022-04-19T20:30:27.592Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 89cfb34 [Pipeline] echo [2022-04-19T20:30:27.616Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T20:30:27.670Z] provisioning config files... [2022-04-19T20:30:27.683Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config836396319971841332tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:30:27.994Z] ---> docker-login.sh [2022-04-19T20:30:27.994Z] nexus3.edgexfoundry.org:10001 [2022-04-19T20:30:28.254Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:30:28.254Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:30:28.254Z] Configure a credential helper to remove this warning. See [2022-04-19T20:30:28.254Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:30:28.254Z] [2022-04-19T20:30:28.254Z] Login Succeeded [2022-04-19T20:30:28.254Z] nexus3.edgexfoundry.org:10002 [2022-04-19T20:30:28.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:30:28.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:30:28.541Z] Configure a credential helper to remove this warning. See [2022-04-19T20:30:28.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:30:28.541Z] [2022-04-19T20:30:28.541Z] Login Succeeded [2022-04-19T20:30:28.541Z] nexus3.edgexfoundry.org:10003 [2022-04-19T20:30:28.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:30:28.541Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:30:28.541Z] Configure a credential helper to remove this warning. See [2022-04-19T20:30:28.541Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:30:28.541Z] [2022-04-19T20:30:28.541Z] Login Succeeded [2022-04-19T20:30:28.541Z] nexus3.edgexfoundry.org:10004 [2022-04-19T20:30:28.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:30:28.802Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:30:28.802Z] Configure a credential helper to remove this warning. See [2022-04-19T20:30:28.802Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:30:28.802Z] [2022-04-19T20:30:28.802Z] Login Succeeded [2022-04-19T20:30:28.802Z] docker.io [2022-04-19T20:30:28.802Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:30:29.376Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:30:29.376Z] Configure a credential helper to remove this warning. See [2022-04-19T20:30:29.376Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:30:29.376Z] [2022-04-19T20:30:29.376Z] Login Succeeded [2022-04-19T20:30:29.376Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T20:30:29.384Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T20:30:29.715Z] + 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-04-19T20:30:29.715Z] + + dirnamecut cmd/core-command/Dockerfile -d/ [2022-04-19T20:30:29.715Z] -f2 [2022-04-19T20:30:29.715Z] + echo core-command,cmd/core-command/Dockerfile [2022-04-19T20:30:29.715Z] + dirname cmd/core-data/Dockerfile [2022-04-19T20:30:29.715Z] + cut -d/ -f2 [2022-04-19T20:30:29.715Z] + echo core-data,cmd/core-data/Dockerfile [2022-04-19T20:30:29.715Z] + dirname cmd/core-metadata/Dockerfile [2022-04-19T20:30:29.715Z] + cut -d/ -f2 [2022-04-19T20:30:29.715Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2022-04-19T20:30:29.715Z] + dirname cmd/security-bootstrapper/Dockerfile [2022-04-19T20:30:29.715Z] + cut -d/ -f2 [2022-04-19T20:30:29.715Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2022-04-19T20:30:29.715Z] + dirname cmd/security-proxy-setup/Dockerfile [2022-04-19T20:30:29.715Z] + cut -d/ -f2 [2022-04-19T20:30:29.715Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2022-04-19T20:30:29.715Z] + dirname cmd/security-secretstore-setup/Dockerfile [2022-04-19T20:30:29.715Z] + cut -d/ -f2 [2022-04-19T20:30:29.715Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T20:30:29.716Z] + cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo security-spiffe-token-provider,cmd/security-spiffe-token-provider/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/security-spire-agent/Dockerfile [2022-04-19T20:30:29.716Z] + cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo security-spire-agent,cmd/security-spire-agent/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/security-spire-config/Dockerfile [2022-04-19T20:30:29.716Z] + cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo security-spire-config,cmd/security-spire-config/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/security-spire-server/Dockerfile+ [2022-04-19T20:30:29.716Z] cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo security-spire-server,cmd/security-spire-server/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/support-notifications/Dockerfile [2022-04-19T20:30:29.716Z] + cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/support-scheduler/Dockerfile [2022-04-19T20:30:29.716Z] + cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2022-04-19T20:30:29.716Z] + dirname cmd/sys-mgmt-agent/Dockerfile [2022-04-19T20:30:29.716Z] + cut -d/ -f2 [2022-04-19T20:30:29.716Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2022-04-19T20:30:29.868Z] 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-04-19T20:30:30.258Z] + git rev-list -1 --merges 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d~1..89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [Pipeline] echo [2022-04-19T20:30:30.270Z] -----------> git rev-list -1 --merges 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d~1..89cfb34dd0cf8f5d2f656407f05a44f516a5a47d 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:30:30.270Z] 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [false] [Pipeline] sh [2022-04-19T20:30:30.567Z] + git log --format=format:%s -1 89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [Pipeline] echo [2022-04-19T20:30:30.586Z] ========================================================= [2022-04-19T20:30:30.586Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-19T20:30:30.586Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] sh [2022-04-19T20:30:31.018Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-19T20:30:31.018Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-19T20:30:31.018Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-19T20:30:31.018Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-19T20:30:31.018Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-19T20:30:31.018Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-19T20:30:31.018Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:30:31.366Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T20:30:31.366Z] [2022-04-19T20:30:31.366Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:30:31.682Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T20:30:31.682Z] latest: Pulling from edgex-devops/git-semver [2022-04-19T20:30:31.682Z] a0d0a0d46f8b: Pulling fs layer [2022-04-19T20:30:31.682Z] 3e5f54012d9b: Pulling fs layer [2022-04-19T20:30:31.682Z] 4c7163046ea9: Pulling fs layer [2022-04-19T20:30:31.682Z] 0c2d73faf560: Pulling fs layer [2022-04-19T20:30:31.682Z] 0c2d73faf560: Waiting [2022-04-19T20:30:31.682Z] 3e5f54012d9b: Verifying Checksum [2022-04-19T20:30:31.682Z] 3e5f54012d9b: Download complete [2022-04-19T20:30:31.945Z] a0d0a0d46f8b: Verifying Checksum [2022-04-19T20:30:31.945Z] a0d0a0d46f8b: Download complete [2022-04-19T20:30:31.945Z] 4c7163046ea9: Verifying Checksum [2022-04-19T20:30:31.945Z] 4c7163046ea9: Download complete [2022-04-19T20:30:31.945Z] 0c2d73faf560: Verifying Checksum [2022-04-19T20:30:31.945Z] 0c2d73faf560: Download complete [2022-04-19T20:30:32.206Z] a0d0a0d46f8b: Pull complete [2022-04-19T20:30:32.206Z] 3e5f54012d9b: Pull complete [2022-04-19T20:30:32.779Z] 4c7163046ea9: Pull complete [2022-04-19T20:30:33.354Z] 0c2d73faf560: Pull complete [2022-04-19T20:30:33.354Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-19T20:30:33.354Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-19T20:30:33.354Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-19T20:30:33.441Z] prd-ubuntu20.04-docker-8c-8g-21392 does not seem to be running inside a container [2022-04-19T20:30:33.491Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-19T20:30:34.272Z] $ docker top d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-19T20:30:34.385Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T20:30:34.385Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T20:30:34.526Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T20:30:34.535Z] $ docker exec d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 ssh-agent [2022-04-19T20:30:34.661Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfLGpGK/agent.15 [2022-04-19T20:30:34.661Z] SSH_AGENT_PID=21 [2022-04-19T20:30:34.672Z] Running ssh-add (command line suppressed) [2022-04-19T20:30:34.799Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_1830816105732626035.key (/w/workspace/edgex-go/2@tmp/private_key_1830816105732626035.key) [2022-04-19T20:30:34.810Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T20:30:35.117Z] + git tag --points-at HEAD [Pipeline] } [2022-04-19T20:30:35.143Z] $ docker exec --env ******** --env ******** d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 ssh-agent -k [2022-04-19T20:30:35.255Z] unset SSH_AUTH_SOCK; [2022-04-19T20:30:35.256Z] unset SSH_AGENT_PID; [2022-04-19T20:30:35.256Z] echo Agent pid 21 killed; [2022-04-19T20:30:35.267Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-19T20:30:35.304Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-19T20:30:35.304Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-19T20:30:35.446Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-19T20:30:35.454Z] $ docker exec d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 ssh-agent [2022-04-19T20:30:35.597Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLEFogc/agent.54 [2022-04-19T20:30:35.597Z] SSH_AGENT_PID=60 [2022-04-19T20:30:35.602Z] Running ssh-add (command line suppressed) [2022-04-19T20:30:35.719Z] Identity added: /w/workspace/edgex-go/2@tmp/private_key_4564029680727319961.key (/w/workspace/edgex-go/2@tmp/private_key_4564029680727319961.key) [2022-04-19T20:30:35.729Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-19T20:30:36.034Z] + git semver init [2022-04-19T20:30:36.035Z] # -> Open(): unable to determine branch for HEAD [2022-04-19T20:30:36.035Z] # $GIT_DIR = /w/workspace/edgex-go/2/.git [2022-04-19T20:30:36.035Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/2 [2022-04-19T20:30:36.035Z] # $SEMVER_REMOTE_NAME = origin [2022-04-19T20:30:36.035Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-19T20:30:36.035Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-19T20:30:36.035Z] # $SEMVER_BRANCH = PR-3978 [2022-04-19T20:30:36.035Z] # $SEMVER_TEMP = /tmp/semver-270735603 [2022-04-19T20:30:36.035Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2022-04-19T20:30:50.955Z] # '/tmp/semver-270735603' -> '/w/workspace/edgex-go/2/.semver' [2022-04-19T20:30:50.955Z] # -> Force: false [2022-04-19T20:30:50.955Z] # $SEMVER_DIR = /w/workspace/edgex-go/2/.semver [Pipeline] } [2022-04-19T20:30:50.976Z] $ docker exec --env ******** --env ******** d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 ssh-agent -k [2022-04-19T20:30:51.089Z] unset SSH_AUTH_SOCK; [2022-04-19T20:30:51.089Z] unset SSH_AGENT_PID; [2022-04-19T20:30:51.089Z] echo Agent pid 60 killed; [2022-04-19T20:30:51.094Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-19T20:30:51.419Z] + git semver [Pipeline] } [2022-04-19T20:30:51.438Z] $ docker stop --time=1 d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 [2022-04-19T20:30:53.318Z] $ docker rm -f d6cc0d9c7b8117337e32d6807b692abfcebdc589212e2111904be3fd6aff6076 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T20:30:53.697Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-19T20:30:53.980Z] Stashed 1 file(s) [Pipeline] echo [2022-04-19T20:30:53.983Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] echo [2022-04-19T20:30:54.164Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T20:30:54.181Z] ========================================================= [2022-04-19T20:30:54.181Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-19T20:30:54.181Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:30:54.474Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:30:54.474Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-19T20:30:54.474Z] 59bf1c3509f3: Pulling fs layer [2022-04-19T20:30:54.474Z] 666ba61612fd: Pulling fs layer [2022-04-19T20:30:54.474Z] 8ed8ca486205: Pulling fs layer [2022-04-19T20:30:54.474Z] 4fe6c5a15a65: Pulling fs layer [2022-04-19T20:30:54.474Z] 22a0e8bec74d: Pulling fs layer [2022-04-19T20:30:54.474Z] 640e595b4fbd: Pulling fs layer [2022-04-19T20:30:54.474Z] 763cafe07f6e: Pulling fs layer [2022-04-19T20:30:54.474Z] 0c0b528cf693: Pulling fs layer [2022-04-19T20:30:54.474Z] 10935f4eaf8b: Pulling fs layer [2022-04-19T20:30:54.474Z] 4fe6c5a15a65: Waiting [2022-04-19T20:30:54.474Z] 22a0e8bec74d: Waiting [2022-04-19T20:30:54.474Z] 10935f4eaf8b: Waiting [2022-04-19T20:30:54.474Z] 640e595b4fbd: Waiting [2022-04-19T20:30:54.474Z] 0c0b528cf693: Waiting [2022-04-19T20:30:54.474Z] 763cafe07f6e: Waiting [2022-04-19T20:30:54.474Z] 8ed8ca486205: Verifying Checksum [2022-04-19T20:30:54.474Z] 8ed8ca486205: Download complete [2022-04-19T20:30:54.474Z] 666ba61612fd: Download complete [2022-04-19T20:30:54.474Z] 22a0e8bec74d: Verifying Checksum [2022-04-19T20:30:54.474Z] 22a0e8bec74d: Download complete [2022-04-19T20:30:54.474Z] 640e595b4fbd: Verifying Checksum [2022-04-19T20:30:54.474Z] 640e595b4fbd: Download complete [2022-04-19T20:30:54.745Z] 59bf1c3509f3: Verifying Checksum [2022-04-19T20:30:54.745Z] 59bf1c3509f3: Download complete [2022-04-19T20:30:54.745Z] 763cafe07f6e: Verifying Checksum [2022-04-19T20:30:54.745Z] 763cafe07f6e: Download complete [2022-04-19T20:30:54.745Z] 0c0b528cf693: Verifying Checksum [2022-04-19T20:30:54.745Z] 0c0b528cf693: Download complete [2022-04-19T20:30:54.745Z] 59bf1c3509f3: Pull complete [2022-04-19T20:30:55.007Z] 666ba61612fd: Pull complete [2022-04-19T20:30:55.007Z] 8ed8ca486205: Pull complete [2022-04-19T20:30:55.267Z] 10935f4eaf8b: Verifying Checksum [2022-04-19T20:30:55.267Z] 10935f4eaf8b: Download complete [2022-04-19T20:30:55.526Z] 4fe6c5a15a65: Verifying Checksum [2022-04-19T20:30:55.526Z] 4fe6c5a15a65: Download complete [2022-04-19T20:30:59.729Z] 4fe6c5a15a65: Pull complete [2022-04-19T20:30:59.729Z] 22a0e8bec74d: Pull complete [2022-04-19T20:30:59.729Z] 640e595b4fbd: Pull complete [2022-04-19T20:30:59.729Z] 763cafe07f6e: Pull complete [2022-04-19T20:30:59.990Z] 0c0b528cf693: Pull complete [2022-04-19T20:31:02.537Z] 10935f4eaf8b: Pull complete [2022-04-19T20:31:02.537Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-19T20:31:02.537Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:31:02.537Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:31:02.850Z] + echo FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:31:02.850Z] WORKDIR /edgex [2022-04-19T20:31:02.850Z] COPY go.mod . [2022-04-19T20:31:02.850Z] RUN go mod download [2022-04-19T20:31:02.850Z] + docker build -t ci-base-image-x86_64 -f - . [2022-04-19T20:31:04.231Z] Sending build context to Docker daemon 334.9MB [2022-04-19T20:31:04.231Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-19T20:31:04.231Z] ---> 99d49a6021b9 [2022-04-19T20:31:04.231Z] Step 2/4 : WORKDIR /edgex [2022-04-19T20:31:06.778Z] ---> Running in 60f33050d901 [2022-04-19T20:31:06.778Z] Removing intermediate container 60f33050d901 [2022-04-19T20:31:06.778Z] ---> cf587776330a [2022-04-19T20:31:06.778Z] Step 3/4 : COPY go.mod . [2022-04-19T20:31:06.778Z] ---> 2c03dfaa7b8a [2022-04-19T20:31:06.778Z] Step 4/4 : RUN go mod download [2022-04-19T20:31:06.778Z] ---> Running in 40be661e2387 [2022-04-19T20:31:09.097Z] Still waiting to schedule task [2022-04-19T20:31:09.098Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2022-04-19T20:31:21.686Z] Removing intermediate container 40be661e2387 [2022-04-19T20:31:21.686Z] ---> 3c5c947897ed [2022-04-19T20:31:21.686Z] Successfully built 3c5c947897ed [2022-04-19T20:31:21.686Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:31:21.989Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T20:31:21.989Z] . [Pipeline] withDockerContainer [2022-04-19T20:31:22.062Z] prd-ubuntu20.04-docker-8c-8g-21392 does not seem to be running inside a container [2022-04-19T20:31:22.104Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T20:31:22.505Z] $ docker top 1a0fde218403ea12161efc2a71cef8ba4d01929775b77f2b194f734d95213940 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:31:22.869Z] + go version [2022-04-19T20:31:22.869Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-19T20:31:22.886Z] $ docker stop --time=1 1a0fde218403ea12161efc2a71cef8ba4d01929775b77f2b194f734d95213940 [2022-04-19T20:31:24.207Z] $ docker rm -f 1a0fde218403ea12161efc2a71cef8ba4d01929775b77f2b194f734d95213940 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:31:24.655Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-19T20:31:24.655Z] . [Pipeline] withDockerContainer [2022-04-19T20:31:24.719Z] prd-ubuntu20.04-docker-8c-8g-21392 does not seem to be running inside a container [2022-04-19T20:31:24.761Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-19T20:31:25.113Z] $ docker top d3f6ff398fa94e307ad753b116d99cdf66ec43b79119315a3f903ef7ef094913 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T20:31:25.196Z] ========================================================= [2022-04-19T20:31:25.196Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T20:31:25.196Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:31:25.487Z] + make test [2022-04-19T20:31:25.487Z] go mod tidy -compat=1.17 [2022-04-19T20:31:25.487Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T20:31:30.770Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T20:31:43.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T20:31:43.345Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.105s coverage: 28.7% of statements [2022-04-19T20:31:43.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T20:31:43.345Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T20:31:44.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.068s coverage: 98.5% of statements [2022-04-19T20:31:44.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T20:31:44.281Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.095s coverage: 53.4% of statements [2022-04-19T20:31:44.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T20:31:44.281Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 3.849s coverage: 89.2% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.100s coverage: 84.4% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 0.483s coverage: 95.6% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.060s coverage: 72.2% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.078s coverage: 60.0% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.101s coverage: 0.9% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.080s coverage: 58.8% of statements [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.076s coverage: 29.6% of statements [2022-04-19T20:31:48.496Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.054s coverage: 47.1% of statements [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.054s coverage: 79.5% of statements [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.054s coverage: 94.1% of statements [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.089s coverage: 96.3% of statements [2022-04-19T20:31:48.496Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.051s coverage: 87.5% of statements [2022-04-19T20:31:56.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.075s coverage: 94.4% of statements [2022-04-19T20:31:56.638Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.064s coverage: 44.8% of statements [2022-04-19T20:31:58.549Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.211s coverage: 82.5% of statements [2022-04-19T20:31:58.550Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.087s coverage: 92.9% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.027s coverage: 65.1% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.041s coverage: 100.0% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.067s coverage: 58.8% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.065s coverage: 80.0% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.047s coverage: 87.2% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.080s coverage: 85.4% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.158s coverage: 91.2% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.145s coverage: 64.4% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.059s coverage: 100.0% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.035s coverage: 89.4% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.024s coverage: 100.0% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.027s coverage: 73.7% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.025s coverage: 100.0% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.340s coverage: 65.4% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.139s coverage: 43.8% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.069s coverage: 89.5% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.054s coverage: 84.8% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.077s coverage: 17.7% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.148s coverage: 92.3% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.062s coverage: 63.2% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.100s coverage: 97.7% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.064s coverage: 28.9% of statements [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T20:32:08.551Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.071s coverage: 100.0% of statements [2022-04-19T20:32:08.551Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.033s coverage: 96.9% of statements [2022-04-19T20:32:08.551Z] 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-04-19T20:32:26.639Z] GO111MODULE=on go vet ./... [2022-04-19T20:32:28.548Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T20:32:28.548Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T20:32:29.120Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T20:32:29.705Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T20:32:30.002Z] + ls -al . [2022-04-19T20:32:30.003Z] total 672 [2022-04-19T20:32:30.003Z] drwxrwxr-x 10 1001 1001 4096 Apr 19 20:32 . [2022-04-19T20:32:30.003Z] drwxr-xr-x 4 root root 4096 Apr 19 20:31 .. [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:30 .dockerignore [2022-04-19T20:32:30.003Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:30 .git [2022-04-19T20:32:30.003Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:30 .github [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 20:30 .gitignore [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 20:30 .golangci.yml [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 20:30 .hadolint.yml [2022-04-19T20:32:30.003Z] drwx------ 3 1001 1001 4096 Apr 19 20:30 .semver [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:30 .sonarcloud.properties [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 20:30 ADOPTERS.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 20:30 Attribution.txt [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 20:30 CHANGELOG.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:30 CONTRIBUTING.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 20:30 GOVERNANCE.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 20:30 Jenkinsfile [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:30 LICENSE [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 20:30 Makefile [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 20:30 OWNERS.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 20:30 README.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 20:30 SECURITY.md [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:30 VERSION [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:30 ZMQWindows.md [2022-04-19T20:32:30.003Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 20:30 bin [2022-04-19T20:32:30.003Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 20:30 cmd [2022-04-19T20:32:30.003Z] -rw-r--r-- 1 root root 435134 Apr 19 20:32 coverage.out [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 20:30 go.mod [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 20:31 go.sum [2022-04-19T20:32:30.003Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:30 internal [2022-04-19T20:32:30.003Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:30 openapi [2022-04-19T20:32:30.003Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:30 snap [2022-04-19T20:32:30.003Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 20:30 version.go [Pipeline] sh [2022-04-19T20:32:30.292Z] + '[' -e coverage.out ] [2022-04-19T20:32:30.292Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T20:32:30.377Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T20:32:30.657Z] + make build [2022-04-19T20:32:30.657Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T20:32:45.555Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T20:32:53.673Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T20:32:53.933Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T20:33:00.504Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T20:33:00.504Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T20:33:00.764Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T20:33:02.144Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T20:33:02.714Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T20:33:04.097Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T20:33:04.670Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T20:33:05.242Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T20:33:06.617Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-19T20:33:08.012Z] $ docker stop --time=1 d3f6ff398fa94e307ad753b116d99cdf66ec43b79119315a3f903ef7ef094913 [2022-04-19T20:33:10.248Z] $ docker rm -f d3f6ff398fa94e307ad753b116d99cdf66ec43b79119315a3f903ef7ef094913 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:33:11.175Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:33:11.175Z] [2022-04-19T20:33:11.175Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:33:11.476Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:33:11.476Z] latest: Pulling from edgex-devops/edgex-compose [2022-04-19T20:33:11.476Z] cbdbe7a5bc2a: Pulling fs layer [2022-04-19T20:33:11.476Z] ca9280d653b3: Pulling fs layer [2022-04-19T20:33:11.476Z] 7e9c9ca2126c: Pulling fs layer [2022-04-19T20:33:11.476Z] cbdbe7a5bc2a: Download complete [2022-04-19T20:33:11.736Z] ca9280d653b3: Verifying Checksum [2022-04-19T20:33:11.736Z] ca9280d653b3: Download complete [2022-04-19T20:33:11.736Z] cbdbe7a5bc2a: Pull complete [2022-04-19T20:33:11.994Z] 7e9c9ca2126c: Verifying Checksum [2022-04-19T20:33:11.994Z] 7e9c9ca2126c: Download complete [2022-04-19T20:33:12.253Z] ca9280d653b3: Pull complete [2022-04-19T20:33:15.539Z] 7e9c9ca2126c: Pull complete [2022-04-19T20:33:15.539Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2022-04-19T20:33:15.539Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:33:15.539Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2022-04-19T20:33:15.608Z] prd-ubuntu20.04-docker-8c-8g-21392 does not seem to be running inside a container [2022-04-19T20:33:15.646Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T20:33:17.700Z] $ docker top 0edd5c3c17e7295084d3f512d7b84e49e6fb7c6e2fdbc7aefd0ee9d26b31fda9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:33:18.061Z] + docker-compose build --help [2022-04-19T20:33:18.062Z] + grep parallel [2022-04-19T20:33:18.632Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T20:33:18.649Z] $ docker stop --time=1 0edd5c3c17e7295084d3f512d7b84e49e6fb7c6e2fdbc7aefd0ee9d26b31fda9 [2022-04-19T20:33:19.963Z] $ docker rm -f 0edd5c3c17e7295084d3f512d7b84e49e6fb7c6e2fdbc7aefd0ee9d26b31fda9 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:33:20.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2022-04-19T20:33:20.372Z] . [Pipeline] withDockerContainer [2022-04-19T20:33:20.477Z] prd-ubuntu20.04-docker-8c-8g-21392 does not seem to be running inside a container [2022-04-19T20:33:20.538Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2022-04-19T20:33:21.006Z] $ docker top 2750a240ff9d33af0303dac95abcea39960de7cf167f7afe8b678ae9462297c2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:33:21.388Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T20:33:21.956Z] Building core-command ... [2022-04-19T20:33:21.957Z] Building core-data ... [2022-04-19T20:33:21.957Z] Building core-metadata ... [2022-04-19T20:33:21.957Z] Building security-bootstrapper ... [2022-04-19T20:33:21.957Z] Building security-proxy-setup ... [2022-04-19T20:33:21.957Z] Building security-secretstore-setup ... [2022-04-19T20:33:21.957Z] Building security-spiffe-token-provider ... [2022-04-19T20:33:21.957Z] Building security-spire-agent ... [2022-04-19T20:33:21.957Z] Building security-spire-config ... [2022-04-19T20:33:21.957Z] Building security-spire-server ... [2022-04-19T20:33:21.957Z] Building support-notifications ... [2022-04-19T20:33:21.957Z] Building support-scheduler ... [2022-04-19T20:33:21.957Z] Building sys-mgmt-agent ... [2022-04-19T20:33:21.957Z] Building security-spiffe-token-provider [2022-04-19T20:33:21.957Z] Building security-bootstrapper [2022-04-19T20:33:21.957Z] Building security-secretstore-setup [2022-04-19T20:33:21.957Z] Building security-spire-agent [2022-04-19T20:33:21.957Z] Building sys-mgmt-agent [2022-04-19T20:33:36.846Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:36.846Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:36.846Z] ---> 3c5c947897ed [2022-04-19T20:33:36.846Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T20:33:36.846Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:36.846Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:36.846Z] ---> 3c5c947897ed [2022-04-19T20:33:36.846Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T20:33:37.107Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:37.107Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:37.107Z] ---> 3c5c947897ed [2022-04-19T20:33:37.107Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:33:37.107Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:37.107Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:37.107Z] ---> 3c5c947897ed [2022-04-19T20:33:37.107Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T20:33:37.107Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:33:37.107Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:33:37.107Z] ---> 3c5c947897ed [2022-04-19T20:33:37.107Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:33:39.661Z] ---> Running in 530b388370ec [2022-04-19T20:33:39.662Z] ---> Running in 0c23f218436c [2022-04-19T20:33:39.662Z] ---> Running in e067a50124f1 [2022-04-19T20:33:39.662Z] ---> Running in 7c4860545e04 [2022-04-19T20:33:39.662Z] ---> Running in 6dcad19d6b70 [2022-04-19T20:33:39.662Z] Removing intermediate container 7c4860545e04 [2022-04-19T20:33:39.662Z] ---> 076aaa4ad220 [2022-04-19T20:33:39.662Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:39.662Z] Removing intermediate container 530b388370ec [2022-04-19T20:33:39.662Z] ---> 4568c98b4b1f [2022-04-19T20:33:39.662Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:39.662Z] Removing intermediate container 6dcad19d6b70 [2022-04-19T20:33:39.662Z] ---> e54001225869 [2022-04-19T20:33:39.662Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T20:33:39.662Z] Removing intermediate container 0c23f218436c [2022-04-19T20:33:39.662Z] ---> 147c6b4c2893 [2022-04-19T20:33:39.662Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:39.662Z] Removing intermediate container e067a50124f1 [2022-04-19T20:33:39.662Z] ---> 0e601c97a94f [2022-04-19T20:33:39.662Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:33:39.921Z] ---> Running in 2392a4f725d7 [2022-04-19T20:33:39.921Z] ---> Running in 2701b164d079 [2022-04-19T20:33:39.921Z] ---> Running in 3286f796e9a9 [2022-04-19T20:33:39.921Z] ---> Running in 8e74e00b110f [2022-04-19T20:33:39.921Z] ---> Running in ab46ac46044e [2022-04-19T20:33:40.860Z] Removing intermediate container 2392a4f725d7 [2022-04-19T20:33:40.860Z] ---> ca524604c518 [2022-04-19T20:33:40.860Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T20:33:40.860Z] ---> Running in e6c95ebd348c [2022-04-19T20:33:40.860Z] Removing intermediate container 3286f796e9a9 [2022-04-19T20:33:40.860Z] ---> 6c82f45274fd [2022-04-19T20:33:40.860Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T20:33:40.860Z] ---> Running in 1e00798e5c25 [2022-04-19T20:33:40.860Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:41.430Z] Removing intermediate container ab46ac46044e [2022-04-19T20:33:41.430Z] ---> adc4be902287 [2022-04-19T20:33:41.430Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T20:33:41.430Z] Removing intermediate container 2701b164d079 [2022-04-19T20:33:41.430Z] ---> 7d9c4eebac73 [2022-04-19T20:33:41.430Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:33:41.430Z] ---> Running in 4188727aaeae [2022-04-19T20:33:41.430Z] ---> Running in 33be2c5da79f [2022-04-19T20:33:41.430Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:41.430Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:41.691Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:41.952Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:41.952Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:42.214Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:33:42.215Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:33:42.215Z] OK: 15866 distinct packages available [2022-04-19T20:33:42.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:42.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:42.215Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:42.476Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:42.476Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:42.738Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:42.998Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:42.998Z] Removing intermediate container 1e00798e5c25 [2022-04-19T20:33:42.998Z] ---> e48dbfc8f80d [2022-04-19T20:33:42.998Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T20:33:42.998Z] Removing intermediate container e6c95ebd348c [2022-04-19T20:33:42.998Z] ---> 2cee27c41189 [2022-04-19T20:33:42.998Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T20:33:42.998Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:43.258Z] ---> aedd3bfdccd1 [2022-04-19T20:33:43.258Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:43.258Z] ---> b3a03c1fd519 [2022-04-19T20:33:43.258Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:43.258Z] ---> Running in 510668d08b13 [2022-04-19T20:33:43.258Z] ---> Running in e8d119d85c3d [2022-04-19T20:33:43.258Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:43.522Z] Removing intermediate container 4188727aaeae [2022-04-19T20:33:43.522Z] ---> 0076c93c6b3c [2022-04-19T20:33:43.522Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:33:43.781Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:33:43.781Z] ---> 4661f23d00e6 [2022-04-19T20:33:43.781Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:43.781Z] ---> Running in 97f2728a35ff [2022-04-19T20:33:44.040Z] Removing intermediate container 8e74e00b110f [2022-04-19T20:33:44.040Z] ---> 9ccc8c3fef16 [2022-04-19T20:33:44.040Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T20:33:44.040Z] ---> 28c71d71dec5 [2022-04-19T20:33:44.040Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:44.301Z] ---> Running in 676131b0d328 [2022-04-19T20:33:44.561Z] Removing intermediate container 510668d08b13 [2022-04-19T20:33:44.561Z] ---> 172f23ee7a43 [2022-04-19T20:33:44.561Z] Step 8/25 : COPY . . [2022-04-19T20:33:44.819Z] Removing intermediate container e8d119d85c3d [2022-04-19T20:33:44.819Z] ---> 6884eb9f05fd [2022-04-19T20:33:44.819Z] Step 8/31 : COPY . . [2022-04-19T20:33:45.760Z] Removing intermediate container 97f2728a35ff [2022-04-19T20:33:45.760Z] ---> f5538ec101cf [2022-04-19T20:33:45.760Z] Step 8/26 : COPY . . [2022-04-19T20:33:46.328Z] OK: 221 MiB in 52 packages [2022-04-19T20:33:50.523Z] ---> 22911d9ef038 [2022-04-19T20:33:50.523Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T20:33:50.523Z] Removing intermediate container 676131b0d328 [2022-04-19T20:33:50.523Z] ---> 8ac2021504f8 [2022-04-19T20:33:50.523Z] Step 7/20 : COPY . . [2022-04-19T20:33:50.523Z] ---> Running in 0b0607a9e09f [2022-04-19T20:33:50.523Z] ---> 41131af7e7f5 [2022-04-19T20:33:50.523Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:33:50.523Z] Removing intermediate container 33be2c5da79f [2022-04-19T20:33:50.523Z] ---> 758a0a8a8e78 [2022-04-19T20:33:50.523Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:33:50.523Z] ---> Running in 271bd38a86da [2022-04-19T20:33:50.523Z] ---> 7f2ffb310436 [2022-04-19T20:33:50.523Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T20:33:51.458Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T20:33:51.724Z] ---> Running in d79791b6a965 [2022-04-19T20:33:51.724Z] ---> 323137024a05 [2022-04-19T20:33:51.724Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:33:51.724Z] Removing intermediate container 271bd38a86da [2022-04-19T20:33:51.724Z] ---> aa6a9c580e05 [2022-04-19T20:33:51.724Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:33:51.982Z] ---> Running in bf8f864c60bd [2022-04-19T20:33:51.982Z] ---> Running in 01df344c5535 [2022-04-19T20:33:52.241Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T20:33:53.617Z] Removing intermediate container 01df344c5535 [2022-04-19T20:33:53.617Z] ---> f21b3be4e58b [2022-04-19T20:33:53.617Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:33:53.617Z] ---> Running in 6bd5c57f4d33 [2022-04-19T20:33:53.617Z] Removing intermediate container bf8f864c60bd [2022-04-19T20:33:53.617Z] ---> 48a2fc8ac4c8 [2022-04-19T20:33:53.617Z] Step 8/23 : COPY . . [2022-04-19T20:33:53.877Z] Removing intermediate container 6bd5c57f4d33 [2022-04-19T20:33:53.877Z] ---> d0af0e962263 [2022-04-19T20:33:53.877Z] 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-04-19T20:33:54.445Z] ---> Running in 069be563b4d0 [2022-04-19T20:33:55.382Z] spire-1.2.1/ [2022-04-19T20:33:55.382Z] spire-1.2.1/.data/ [2022-04-19T20:33:55.382Z] spire-1.2.1/.data/.file [2022-04-19T20:33:55.382Z] spire-1.2.1/.dockerignore [2022-04-19T20:33:55.382Z] spire-1.2.1/.gitattributes [2022-04-19T20:33:55.382Z] spire-1.2.1/.githooks/ [2022-04-19T20:33:55.382Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/ [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:33:55.382Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:33:55.382Z] spire-1.2.1/.gitignore [2022-04-19T20:33:55.382Z] spire-1.2.1/.go-version [2022-04-19T20:33:55.382Z] spire-1.2.1/.golangci.yml [2022-04-19T20:33:55.382Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:33:55.382Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:33:55.382Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:33:55.382Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:33:55.382Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:33:55.382Z] spire-1.2.1/Dockerfile [2022-04-19T20:33:55.382Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:33:55.382Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:33:55.382Z] spire-1.2.1/LICENSE [2022-04-19T20:33:55.382Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:33:55.382Z] spire-1.2.1/Makefile [2022-04-19T20:33:55.382Z] spire-1.2.1/README.md [2022-04-19T20:33:55.382Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:33:55.382Z] spire-1.2.1/SECURITY.md [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:33:55.382Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/ [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/agent/ [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/server/ [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:33:55.382Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/ [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/ [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:33:55.382Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:33:55.383Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:33:55.383Z] spire-1.2.1/examples/ [2022-04-19T20:33:55.383Z] spire-1.2.1/examples/README.md [2022-04-19T20:33:55.383Z] spire-1.2.1/go.mod [2022-04-19T20:33:55.383Z] spire-1.2.1/go.sum [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:33:55.383Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:33:55.384Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:33:55.385Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:33:55.386Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:33:55.648Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/private/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:33:55.649Z] spire-1.2.1/release/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:33:55.649Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:33:55.649Z] spire-1.2.1/script/ [2022-04-19T20:33:55.649Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:33:55.649Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:33:55.649Z] spire-1.2.1/support/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:33:55.649Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:33:55.650Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/clock/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:33:55.650Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/common [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:33:55.650Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:33:55.651Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:33:55.652Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:33:55.653Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:33:55.653Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testca/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testkey/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/util/ [2022-04-19T20:33:55.653Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/util/race.go [2022-04-19T20:33:55.653Z] spire-1.2.1/test/util/util.go [2022-04-19T20:33:55.653Z] building spire from source... [2022-04-19T20:33:55.653Z] Installing go1.17.7... [2022-04-19T20:33:58.947Z] ---> 4cc870743e01 [2022-04-19T20:33:58.947Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T20:33:59.532Z] ---> Running in cbb674c1e87c [2022-04-19T20:33:59.532Z] ---> 2b095bc6c735 [2022-04-19T20:33:59.532Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T20:33:59.796Z] ---> Running in 2d5bdfa5f03c [2022-04-19T20:34:00.054Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-19T20:34:00.312Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T20:34:01.248Z] Building bin/spire-server... [2022-04-19T20:34:01.248Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:34:01.248Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:34:01.248Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:34:01.248Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:34:01.248Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:34:01.248Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:34:01.248Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:34:01.248Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:34:01.248Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:34:01.248Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:34:01.507Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:34:01.507Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:34:01.507Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:34:01.507Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:34:01.507Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:34:01.507Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:34:01.507Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:34:01.765Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:34:01.765Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:34:01.765Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:34:01.765Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:34:01.765Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:34:02.024Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:34:02.024Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:34:02.024Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:34:02.024Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:34:02.024Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:34:02.024Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:34:02.024Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:34:02.024Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:34:02.024Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:34:02.024Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:34:02.024Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:34:02.024Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:34:02.024Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:34:02.024Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:34:02.283Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:34:02.283Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:34:02.283Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:34:02.283Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:34:02.283Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:34:02.283Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:34:02.283Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:34:02.283Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:34:02.283Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:34:02.283Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:34:02.283Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:34:02.283Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:34:02.283Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:34:02.541Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:34:02.541Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:34:02.541Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:34:02.541Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:34:02.541Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:34:02.800Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:34:03.058Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:34:04.150Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-21397 in /w/workspace/edgexfoundry_edgex-go_PR-3978 [Pipeline] { [Pipeline] ws [2022-04-19T20:34:04.167Z] Running in /w/workspace/edgex-go/2 [Pipeline] { [Pipeline] checkout [2022-04-19T20:34:04.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:34:04.432Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:34:04.432Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:34:04.432Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:34:04.432Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:34:04.891Z] The recommended git tool is: git [2022-04-19T20:34:08.617Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:34:08.617Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:34:08.617Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:34:08.617Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:34:08.617Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:34:08.617Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:34:08.617Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:34:08.617Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:34:08.617Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:34:08.617Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:34:09.693Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:34:09.693Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:34:09.951Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:34:09.951Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:34:10.210Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T20:34:10.210Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:34:10.210Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:34:10.210Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:34:10.210Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:34:10.469Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:34:10.469Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:34:10.469Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:34:10.727Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:34:10.727Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:34:10.727Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:34:10.984Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:34:10.984Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:34:10.984Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:34:11.243Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:34:11.243Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:34:11.506Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:34:11.506Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:34:11.506Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:34:12.881Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:34:12.881Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:34:12.881Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:34:12.881Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:34:12.881Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:34:12.881Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:34:12.881Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:34:12.881Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:34:12.881Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:34:12.881Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:34:13.140Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:34:13.140Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:34:13.542Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:34:13.542Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:34:13.542Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:34:13.542Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:34:13.542Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:34:13.542Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:34:13.542Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:34:13.542Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:34:13.542Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:34:13.542Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:34:13.542Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:34:13.542Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:34:13.542Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:34:13.542Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:34:13.542Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:34:13.801Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:34:13.801Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:34:13.801Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:34:13.801Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:34:13.801Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:34:13.801Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:34:13.801Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:34:13.801Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:34:13.801Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:34:14.061Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:34:14.061Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:34:14.061Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:34:14.061Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:34:14.061Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:34:14.061Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:34:14.061Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:34:14.061Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:34:14.319Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:34:14.319Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:34:14.319Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:34:14.319Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:34:14.578Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:34:14.924Z] using credential edgex-jenkins-ssh [2022-04-19T20:34:14.952Z] Cloning the remote Git repository [2022-04-19T20:34:15.071Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2022-04-19T20:34:15.198Z] > git init /w/workspace/edgex-go/2 # timeout=10 [2022-04-19T20:34:15.363Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T20:34:15.365Z] > git --version # timeout=10 [2022-04-19T20:34:15.459Z] > git --version # 'git version 2.25.1' [2022-04-19T20:34:15.462Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T20:34:15.602Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T20:34:17.111Z] Removing intermediate container 0b0607a9e09f [2022-04-19T20:34:17.111Z] ---> 2f3a3b401b95 [2022-04-19T20:34:17.111Z] [2022-04-19T20:34:17.111Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T20:34:17.370Z] 3.14: Pulling from library/alpine [2022-04-19T20:34:17.938Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T20:34:17.938Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T20:34:17.938Z] ---> e04c818066af [2022-04-19T20:34:17.938Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T20:34:18.916Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:34:18.916Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:34:21.453Z]  ---> Running in 18bee078ad4e [2022-04-19T20:34:21.453Z] Removing intermediate container d79791b6a965 [2022-04-19T20:34:21.453Z] ---> 8953a7fafefc [2022-04-19T20:34:21.453Z] [2022-04-19T20:34:21.453Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T20:34:21.453Z] ---> e04c818066af [2022-04-19T20:34:21.453Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T20:34:21.453Z] ---> Running in 5384791eb64b [2022-04-19T20:34:21.453Z] Removing intermediate container 18bee078ad4e [2022-04-19T20:34:21.453Z] ---> 418ea5c306f5 [2022-04-19T20:34:21.453Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T20:34:21.453Z] ---> Running in 3aecdff6d533 [2022-04-19T20:34:21.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:21.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:21.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:21.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:21.973Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T20:34:21.973Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:21.973Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:21.973Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T20:34:21.973Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T20:34:21.973Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:34:21.973Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:34:21.973Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:34:21.973Z] OK: 6 MiB in 16 packages [2022-04-19T20:34:21.973Z] OK: 6 MiB in 17 packages [2022-04-19T20:34:26.162Z] Removing intermediate container 2d5bdfa5f03c [2022-04-19T20:34:26.162Z] ---> 570f91b6701e [2022-04-19T20:34:26.162Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T20:34:26.162Z] Removing intermediate container cbb674c1e87c [2022-04-19T20:34:26.162Z] ---> f3b577407d22 [2022-04-19T20:34:26.162Z] [2022-04-19T20:34:26.162Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T20:34:26.162Z] ---> Running in 56005c9f5889 [2022-04-19T20:34:26.162Z] 3.15: Pulling from library/alpine [2022-04-19T20:34:26.162Z] Removing intermediate container 3aecdff6d533 [2022-04-19T20:34:26.162Z] ---> a326b473e796 [2022-04-19T20:34:26.162Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T20:34:26.420Z] Removing intermediate container 5384791eb64b [2022-04-19T20:34:26.420Z] ---> 0566e55ea636 [2022-04-19T20:34:26.420Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T20:34:26.420Z] ---> Running in 7ab04a5027cd [2022-04-19T20:34:26.420Z] ---> Running in 1daf6bd1f180 [2022-04-19T20:34:26.680Z] Removing intermediate container 7ab04a5027cd [2022-04-19T20:34:26.680Z] ---> 85f489ca3576 [2022-04-19T20:34:26.680Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T20:34:26.680Z] Removing intermediate container 1daf6bd1f180 [2022-04-19T20:34:26.680Z] ---> b7fd69a0ef65 [2022-04-19T20:34:26.680Z] Step 13/25 : WORKDIR / [2022-04-19T20:34:26.680Z] ---> Running in 010603f583a3 [2022-04-19T20:34:26.680Z] ---> Running in 9c9944dc6327 [2022-04-19T20:34:26.680Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T20:34:26.946Z] Removing intermediate container 010603f583a3 [2022-04-19T20:34:26.946Z] ---> f1ce443afc9f [2022-04-19T20:34:26.946Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T20:34:27.204Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T20:34:27.204Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T20:34:27.204Z] ---> Running in 2b63b60b0b39 [2022-04-19T20:34:27.204Z] Removing intermediate container 9c9944dc6327 [2022-04-19T20:34:27.204Z] ---> 82900e770a0b [2022-04-19T20:34:27.204Z] 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-04-19T20:34:27.204Z] ---> 0ac33e5f5afa [2022-04-19T20:34:27.204Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:34:27.204Z] ---> Running in 75490c6429e5 [2022-04-19T20:34:27.462Z] Removing intermediate container 75490c6429e5 [2022-04-19T20:34:27.462Z] ---> 586ddd634c00 [2022-04-19T20:34:27.462Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:27.462Z] ---> fd650619d9f6 [2022-04-19T20:34:27.462Z] 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-04-19T20:34:27.721Z] ---> Running in 0d04f9c96632 [2022-04-19T20:34:27.978Z] Removing intermediate container 56005c9f5889 [2022-04-19T20:34:27.978Z] ---> 18f98c215224 [2022-04-19T20:34:27.978Z] [2022-04-19T20:34:27.978Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T20:34:27.978Z] ---> da794f3eeec9 [2022-04-19T20:34:27.978Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:27.978Z] 20.10.14: Pulling from library/docker [2022-04-19T20:34:28.236Z] ---> 4e07ca80a153 [2022-04-19T20:34:28.236Z] 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-04-19T20:34:28.814Z] Removing intermediate container 2b63b60b0b39 [2022-04-19T20:34:28.814Z] ---> 8d152bfce7b4 [2022-04-19T20:34:28.814Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T20:34:29.075Z] ---> 1bbf64b822a7 [2022-04-19T20:34:29.075Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T20:34:29.075Z] ---> Running in 93f6d25d61c6 [2022-04-19T20:34:29.075Z] Removing intermediate container 0d04f9c96632 [2022-04-19T20:34:29.075Z] ---> 6008e91a16e9 [2022-04-19T20:34:29.075Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T20:34:29.075Z] ---> Running in 586cf3185727 [2022-04-19T20:34:29.337Z] Removing intermediate container 93f6d25d61c6 [2022-04-19T20:34:29.337Z] ---> 343c6360493c [2022-04-19T20:34:29.337Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T20:34:30.271Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:30.529Z] ---> 56f5f19b70d6 [2022-04-19T20:34:30.529Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T20:34:31.094Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:31.353Z] ---> 16d84868681e [2022-04-19T20:34:31.353Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T20:34:31.353Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:34:31.353Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:34:31.353Z] OK: 15855 distinct packages available [2022-04-19T20:34:31.353Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:31.353Z] ---> Running in 165270ab6296 [2022-04-19T20:34:32.288Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:32.288Z] ---> 6110c6bdba71 [2022-04-19T20:34:32.288Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T20:34:32.557Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T20:34:32.557Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:34:32.816Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T20:34:32.816Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T20:34:32.816Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T20:34:32.816Z] ---> bf7b8b812f9e [2022-04-19T20:34:32.816Z] 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-04-19T20:34:32.816Z] Removing intermediate container 165270ab6296 [2022-04-19T20:34:32.816Z] ---> a56663b4f349 [2022-04-19T20:34:32.816Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:34:32.816Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:32.816Z] ---> Running in 8d2cf9a0f451 [2022-04-19T20:34:33.080Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:34:33.080Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T20:34:33.080Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T20:34:33.339Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:34:33.339Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:34:33.339Z] ---> af7362810828 [2022-04-19T20:34:33.339Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T20:34:33.339Z] OK: 8 MiB in 23 packages [2022-04-19T20:34:33.597Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T20:34:33.597Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T20:34:33.597Z] ---> 7417809fdb73 [2022-04-19T20:34:33.597Z] 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-04-19T20:34:33.597Z] ---> Running in da6a597502cd [2022-04-19T20:34:33.856Z] Removing intermediate container da6a597502cd [2022-04-19T20:34:33.856Z] ---> 95a7b7eb68aa [2022-04-19T20:34:33.856Z] 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-04-19T20:34:34.120Z] ---> Running in 94a77af24be0 [2022-04-19T20:34:34.120Z] Removing intermediate container 586cf3185727 [2022-04-19T20:34:34.120Z] ---> ef4236a9176a [2022-04-19T20:34:34.120Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:34:34.120Z] ---> 0241dc501740 [2022-04-19T20:34:34.120Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T20:34:34.120Z] Removing intermediate container 8d2cf9a0f451 [2022-04-19T20:34:34.120Z] ---> 31ac58d94527 [2022-04-19T20:34:34.120Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T20:34:34.380Z] ---> Running in beb43177008a [2022-04-19T20:34:34.641Z] ---> f906a0fbe453 [2022-04-19T20:34:34.641Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T20:34:34.641Z] ---> 245cf12b1c05 [2022-04-19T20:34:34.641Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T20:34:34.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:34.900Z] Removing intermediate container beb43177008a [2022-04-19T20:34:34.900Z] ---> b9db315f676e [2022-04-19T20:34:34.900Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T20:34:34.900Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:34.900Z] ---> Running in 8316eaae74d9 [2022-04-19T20:34:34.900Z] ---> cde0bc2f3862 [2022-04-19T20:34:34.900Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T20:34:35.159Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T20:34:35.159Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T20:34:35.159Z] Executing bash-5.1.16-r0.post-install [2022-04-19T20:34:35.159Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:34:35.159Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T20:34:35.159Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T20:34:35.159Z] Removing intermediate container 8316eaae74d9 [2022-04-19T20:34:35.159Z] ---> fcbd7dd8ee8f [2022-04-19T20:34:35.159Z] Step 24/25 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:34:35.159Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T20:34:35.159Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T20:34:35.159Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T20:34:35.159Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T20:34:35.159Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T20:34:35.159Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T20:34:35.159Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T20:34:35.429Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T20:34:35.429Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T20:34:35.429Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T20:34:35.429Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T20:34:35.429Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T20:34:35.429Z] ---> Running in 22cd5fdadf1c [2022-04-19T20:34:35.429Z] ---> 045efe83b584 [2022-04-19T20:34:35.429Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T20:34:35.692Z] ---> 52045b0c3a69 [2022-04-19T20:34:35.692Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:35.692Z] ---> Running in f81873ff3478 [2022-04-19T20:34:35.952Z] Removing intermediate container 22cd5fdadf1c [2022-04-19T20:34:35.952Z] ---> a63896dfa4f6 [2022-04-19T20:34:35.952Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T20:34:35.952Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T20:34:35.952Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T20:34:35.952Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T20:34:35.952Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T20:34:35.952Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T20:34:35.952Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T20:34:35.952Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T20:34:35.952Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T20:34:35.952Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T20:34:35.952Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T20:34:35.952Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T20:34:35.952Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T20:34:35.952Z] ---> Running in 2ab1009ed520 [2022-04-19T20:34:35.952Z] ---> 92ee712e7771 [2022-04-19T20:34:35.952Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T20:34:35.952Z] Removing intermediate container f81873ff3478 [2022-04-19T20:34:35.952Z] ---> 662ba1d657ff [2022-04-19T20:34:35.952Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T20:34:35.952Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T20:34:35.952Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T20:34:35.952Z] ---> Running in 5920bd5a3c22 [2022-04-19T20:34:36.210Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T20:34:36.211Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T20:34:36.211Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T20:34:36.211Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T20:34:36.211Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T20:34:36.211Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T20:34:36.211Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T20:34:36.211Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T20:34:36.211Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T20:34:36.211Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T20:34:36.211Z] Removing intermediate container 2ab1009ed520 [2022-04-19T20:34:36.211Z] ---> d0565167ba4b [2022-04-19T20:34:36.211Z] [2022-04-19T20:34:36.211Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T20:34:36.211Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T20:34:36.211Z] Successfully built d0565167ba4b [2022-04-19T20:34:36.211Z] Successfully tagged security-secretstore-setup:latest [2022-04-19T20:34:36.211Z] Building security-spire-config [2022-04-19T20:34:36.211Z]  Building security-secretstore-setup ... done Executing busybox-1.34.1-r5.trigger [2022-04-19T20:34:36.470Z] OK: 83 MiB in 65 packages [2022-04-19T20:34:36.470Z] ---> a0bcc5eb9d9c [2022-04-19T20:34:36.470Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T20:34:36.658Z] Merging remotes/origin/main commit 6b188fc41757128322b032ed1e708678348e23e8 into PR head commit 316e85b6a4ef7a5de836e195d1142eaf4b4f125a [2022-04-19T20:34:37.035Z] Collecting docker-compose==1.23.2 [2022-04-19T20:34:37.035Z] Removing intermediate container 5920bd5a3c22 [2022-04-19T20:34:37.035Z] ---> e82e3b46eefc [2022-04-19T20:34:37.035Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:34:37.341Z] Merge succeeded, producing 47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T20:34:37.341Z] Checking out Revision 47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 (PR-3978) [2022-04-19T20:34:37.357Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T20:34:37.358Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T20:34:37.358Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T20:34:35.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T20:34:35.774Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-19T20:34:35.812Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2022-04-19T20:34:35.854Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2022-04-19T20:34:35.855Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T20:34:35.884Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3978/head:refs/remotes/origin/PR-3978 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-19T20:34:36.686Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T20:34:36.703Z] > git checkout -f 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 [2022-04-19T20:34:36.990Z] > git remote # timeout=10 [2022-04-19T20:34:37.012Z] > git config --get remote.origin.url # timeout=10 [2022-04-19T20:34:37.032Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-19T20:34:37.051Z] > git merge 6b188fc41757128322b032ed1e708678348e23e8 # timeout=10 [2022-04-19T20:34:37.324Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-19T20:34:37.355Z] > git config core.sparsecheckout # timeout=10 [2022-04-19T20:34:37.371Z] > git checkout -f 47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 # timeout=10 [2022-04-19T20:34:37.616Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T20:34:37.616Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T20:34:37.616Z] Collecting PyYAML<4,>=3.10 [2022-04-19T20:34:37.616Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T20:34:37.874Z] ---> Running in a3ac0f78c377 [2022-04-19T20:34:38.132Z] ---> Running in 459ab4011b45 [2022-04-19T20:34:38.132Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T20:34:38.391Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T20:34:38.964Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T20:34:38.964Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T20:34:38.964Z] Removing intermediate container 459ab4011b45 [2022-04-19T20:34:38.964Z] ---> ea0c3c9992cb [2022-04-19T20:34:38.964Z] Step 18/20 : LABEL arch=x86_64 [2022-04-19T20:34:39.225Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T20:34:39.225Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T20:34:39.531Z] ---> Running in b7017c75202b [2022-04-19T20:34:39.790Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T20:34:39.790Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T20:34:39.790Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T20:34:39.790Z] Removing intermediate container b7017c75202b [2022-04-19T20:34:39.790Z] ---> 0e5084195ca0 [2022-04-19T20:34:39.790Z] Step 19/20 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:34:39.790Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T20:34:39.790Z] 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-04-19T20:34:39.790Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T20:34:39.790Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T20:34:39.790Z] ---> Running in e73d51a3e4e6 [2022-04-19T20:34:39.790Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T20:34:39.790Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T20:34:39.790Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T20:34:39.790Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T20:34:40.048Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T20:34:40.048Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T20:34:40.048Z] Collecting idna<2.8,>=2.5 [2022-04-19T20:34:40.049Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T20:34:40.049Z] 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-04-19T20:34:40.049Z] Removing intermediate container e73d51a3e4e6 [2022-04-19T20:34:40.049Z] ---> a4c7cb4948f4 [2022-04-19T20:34:40.049Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T20:34:40.049Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T20:34:40.049Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T20:34:40.049Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T20:34:40.049Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T20:34:40.049Z] Removing intermediate container a3ac0f78c377 [2022-04-19T20:34:40.049Z] ---> 686a96fdb58f [2022-04-19T20:34:40.049Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T20:34:40.049Z] ---> Running in 2d697c6768d5 [2022-04-19T20:34:40.313Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T20:34:40.313Z] Attempting uninstall: urllib3 [2022-04-19T20:34:40.313Z] Found existing installation: urllib3 1.26.7 [2022-04-19T20:34:40.313Z] Uninstalling urllib3-1.26.7: [2022-04-19T20:34:40.313Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T20:34:40.313Z] ---> Running in 7e1964992115 [2022-04-19T20:34:40.313Z] Removing intermediate container 2d697c6768d5 [2022-04-19T20:34:40.313Z] Attempting uninstall: idna [2022-04-19T20:34:40.313Z] ---> ee1015d485aa [2022-04-19T20:34:40.313Z] [2022-04-19T20:34:40.313Z] Found existing installation: idna 3.3 [2022-04-19T20:34:40.313Z] Uninstalling idna-3.3: [2022-04-19T20:34:40.313Z] Successfully uninstalled idna-3.3 [2022-04-19T20:34:40.313Z] Removing intermediate container 7e1964992115 [2022-04-19T20:34:40.313Z] ---> 8e3a9295217d [2022-04-19T20:34:40.313Z] Step 28/31 : CMD ["gate"] [2022-04-19T20:34:40.571Z] Successfully built ee1015d485aa [2022-04-19T20:34:40.571Z] Successfully tagged security-spiffe-token-provider:latest [2022-04-19T20:34:40.571Z]  Building security-spiffe-token-provider ... done  ---> Running in 31d2c98bdaf9 [2022-04-19T20:34:40.571Z] Building support-scheduler [2022-04-19T20:34:41.138Z] Removing intermediate container 31d2c98bdaf9 [2022-04-19T20:34:41.138Z] ---> 9a85f7b24f11 [2022-04-19T20:34:41.138Z] Step 29/31 : LABEL arch=x86_64 [2022-04-19T20:34:41.138Z] Attempting uninstall: requests [2022-04-19T20:34:41.138Z] Found existing installation: requests 2.26.0 [2022-04-19T20:34:41.138Z] Uninstalling requests-2.26.0: [2022-04-19T20:34:41.396Z] ---> Running in d59cae3c733a [2022-04-19T20:34:41.396Z] Successfully uninstalled requests-2.26.0 [2022-04-19T20:34:41.396Z] Running setup.py install for texttable: started [2022-04-19T20:34:41.654Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T20:34:41.654Z] Running setup.py install for PyYAML: started [2022-04-19T20:34:41.889Z] Commit message: "Merge commit '6b188fc41757128322b032ed1e708678348e23e8' into HEAD" [2022-04-19T20:34:41.912Z] Removing intermediate container d59cae3c733a [2022-04-19T20:34:41.912Z] ---> 4456eef45eb7 [2022-04-19T20:34:41.912Z] Step 30/31 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:34:41.912Z] ---> Running in 4bb4f447c5ec [2022-04-19T20:34:41.904Z] > git rev-list --no-walk 316e85b6a4ef7a5de836e195d1142eaf4b4f125a # timeout=10 [2022-04-19T20:34:42.171Z] Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T20:34:42.171Z] Running setup.py install for docopt: started [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-19T20:34:42.752Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T20:34:42.752Z] Running setup.py install for dockerpty: started [2022-04-19T20:34:42.752Z] Removing intermediate container 4bb4f447c5ec [2022-04-19T20:34:42.752Z] ---> ce0b92816f66 [2022-04-19T20:34:42.752Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T20:34:42.957Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-19T20:34:42.957Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T20:34:42.957Z] Dload Upload Total Spent Left Speed [2022-04-19T20:34:42.957Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 154k 0 --:--:-- --:--:-- --:--:-- 156k [2022-04-19T20:34:43.010Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T20:34:43.010Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:43.010Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:43.010Z] ---> 3c5c947897ed [2022-04-19T20:34:43.010Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:34:43.010Z] ---> Using cache [2022-04-19T20:34:43.010Z] ---> 0e601c97a94f [2022-04-19T20:34:43.010Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:43.010Z] ---> Using cache [2022-04-19T20:34:43.010Z] ---> adc4be902287 [2022-04-19T20:34:43.010Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [Pipeline] sh [2022-04-19T20:34:43.561Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [2022-04-19T20:34:43.577Z] ---> Running in fc158ffaec32 [Pipeline] sh [2022-04-19T20:34:43.934Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-19T20:34:43.934Z] + sudo tee /etc/docker/daemon.new [2022-04-19T20:34:43.934Z] { [2022-04-19T20:34:43.934Z] "registry-mirrors": [ [2022-04-19T20:34:43.934Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-19T20:34:43.934Z] ], [2022-04-19T20:34:43.934Z] "bip": "10.250.0.254/24", [2022-04-19T20:34:43.934Z] "hosts": [ [2022-04-19T20:34:43.934Z] "tcp://0.0.0.0:5555", [2022-04-19T20:34:43.934Z] "unix:///var/run/docker.sock" [2022-04-19T20:34:43.934Z] ], [2022-04-19T20:34:43.934Z] "mtu": 1458, [2022-04-19T20:34:43.934Z] "selinux-enabled": true, [2022-04-19T20:34:43.934Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-19T20:34:43.934Z] } [Pipeline] sh [2022-04-19T20:34:44.144Z] 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-04-19T20:34:44.144Z] ---> Running in f729c4af59a0 [2022-04-19T20:34:44.314Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-19T20:34:44.402Z] Removing intermediate container fc158ffaec32 [2022-04-19T20:34:44.402Z] ---> 1d004e8af231 [2022-04-19T20:34:44.402Z] [2022-04-19T20:34:44.660Z] Successfully built 1d004e8af231 [2022-04-19T20:34:44.660Z] Successfully tagged security-bootstrapper:latest [2022-04-19T20:34:44.660Z] Building core-command [2022-04-19T20:34:44.683Z] + sudo service docker restart [2022-04-19T20:34:45.228Z]  Building security-bootstrapper ... done fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:45.795Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:46.367Z] OK: 221 MiB in 52 packages [2022-04-19T20:34:46.367Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:46.367Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:46.367Z] ---> 3c5c947897ed [2022-04-19T20:34:46.367Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:34:46.367Z] ---> Using cache [2022-04-19T20:34:46.367Z] ---> 0e601c97a94f [2022-04-19T20:34:46.367Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:46.367Z] ---> Using cache [2022-04-19T20:34:46.367Z] ---> adc4be902287 [2022-04-19T20:34:46.367Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:34:49.033Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:34:49.033Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:34:49.033Z] ---> 3c5c947897ed [2022-04-19T20:34:49.033Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:34:49.033Z] ---> Using cache [2022-04-19T20:34:49.033Z] ---> 0e601c97a94f [2022-04-19T20:34:49.033Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:34:49.033Z] ---> Using cache [2022-04-19T20:34:49.033Z] ---> adc4be902287 [2022-04-19T20:34:49.033Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:34:49.293Z] ---> Running in 7078d93c8b58 [2022-04-19T20:34:49.293Z] ---> Running in 9e5ed11a0b48 [2022-04-19T20:34:49.553Z] Removing intermediate container 94a77af24be0 [2022-04-19T20:34:49.553Z] ---> 843bb05bcb6d [2022-04-19T20:34:49.553Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T20:34:49.553Z] ---> Running in 3b0e28d49a38 [2022-04-19T20:34:49.553Z] Removing intermediate container f729c4af59a0 [2022-04-19T20:34:49.553Z] ---> 57259bcc6f26 [2022-04-19T20:34:49.553Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:34:49.812Z] Removing intermediate container 3b0e28d49a38 [2022-04-19T20:34:49.812Z] ---> c167e13e85ab [2022-04-19T20:34:49.812Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T20:34:49.812Z] ---> Running in 9428f4befa84 [2022-04-19T20:34:50.077Z] Removing intermediate container 9428f4befa84 [2022-04-19T20:34:50.077Z] ---> a757411f391b [2022-04-19T20:34:50.077Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T20:34:50.077Z] ---> e72c9d65d538 [2022-04-19T20:34:50.077Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:50.338Z] ---> Running in 97263a211464 [2022-04-19T20:34:50.338Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:50.596Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:51.166Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:51.166Z] ---> a1f544e55c90 [2022-04-19T20:34:51.166Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T20:34:51.424Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:34:51.424Z] OK: 221 MiB in 52 packages [2022-04-19T20:34:51.683Z] ---> 4dfff5c4c29a [2022-04-19T20:34:51.683Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T20:34:51.683Z] OK: 221 MiB in 52 packages [2022-04-19T20:34:52.251Z] ---> c52e3648eb63 [2022-04-19T20:34:52.251Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T20:34:52.251Z] Removing intermediate container 9e5ed11a0b48 [2022-04-19T20:34:52.251Z] ---> f6d12d89c01b [2022-04-19T20:34:52.251Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:34:52.508Z] ---> Running in 632452d48aea [2022-04-19T20:34:52.508Z] Removing intermediate container 97263a211464 [2022-04-19T20:34:52.508Z] ---> fc6f8fb6c286 [2022-04-19T20:34:52.508Z] Step 8/26 : COPY . . [2022-04-19T20:34:52.508Z] Removing intermediate container 7078d93c8b58 [2022-04-19T20:34:52.508Z] ---> 892e17565159 [2022-04-19T20:34:52.508Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:34:52.767Z] Removing intermediate container 632452d48aea [2022-04-19T20:34:52.767Z] ---> 0a18ee6d4781 [2022-04-19T20:34:52.767Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:34:52.767Z] ---> f886a5819f59 [2022-04-19T20:34:52.767Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:52.767Z] ---> Running in 37f03dfb3b34 [2022-04-19T20:34:53.028Z] ---> Running in 4ed472ef8eda [2022-04-19T20:34:53.287Z] ---> 1486c0ed77c5 [2022-04-19T20:34:53.287Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:34:53.287Z] Removing intermediate container 37f03dfb3b34 [2022-04-19T20:34:53.287Z] ---> 11c7f4a7fe24 [2022-04-19T20:34:53.287Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:34:53.287Z] ---> Running in eddbe7add556 [2022-04-19T20:34:53.546Z] ---> Running in 11bb30caed8f [2022-04-19T20:34:53.807Z] Removing intermediate container 11bb30caed8f [2022-04-19T20:34:53.807Z] ---> 05d8443a3087 [2022-04-19T20:34:53.807Z] Step 22/23 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:34:53.807Z] ---> Running in 1ad0d08f9c63 [2022-04-19T20:34:54.374Z] Removing intermediate container 1ad0d08f9c63 [2022-04-19T20:34:54.374Z] ---> c3e625cbb3c1 [2022-04-19T20:34:54.374Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:34:54.374Z] ---> Running in 29f4af66cbf2 [2022-04-19T20:34:54.941Z] Removing intermediate container 29f4af66cbf2 [2022-04-19T20:34:54.941Z] ---> 842289c3b87a [2022-04-19T20:34:54.941Z] [2022-04-19T20:34:54.941Z] Successfully built 842289c3b87a [2022-04-19T20:34:54.941Z] Successfully tagged sys-mgmt-agent:latest [2022-04-19T20:34:54.941Z]  Building sys-mgmt-agent ... done Building security-spire-server [2022-04-19T20:34:55.199Z] Removing intermediate container 4ed472ef8eda [2022-04-19T20:34:55.199Z] ---> ca2253c3fe86 [2022-04-19T20:34:55.199Z] Step 8/22 : COPY . . [2022-04-19T20:35:00.472Z] Removing intermediate container eddbe7add556 [2022-04-19T20:35:00.472Z] ---> 18be53bf55fa [2022-04-19T20:35:00.472Z] Step 8/23 : COPY . . [2022-04-19T20:35:01.850Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:35:01.850Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:35:01.850Z] ---> 3c5c947897ed [2022-04-19T20:35:01.850Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T20:35:01.850Z] ---> Using cache [2022-04-19T20:35:01.850Z] ---> 0e601c97a94f [2022-04-19T20:35:01.850Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:35:01.850Z] ---> Using cache [2022-04-19T20:35:01.850Z] ---> adc4be902287 [2022-04-19T20:35:01.850Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:35:01.850Z] ---> Using cache [2022-04-19T20:35:01.850Z] ---> 57259bcc6f26 [2022-04-19T20:35:01.850Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T20:35:01.850Z] ---> Using cache [2022-04-19T20:35:01.850Z] ---> e72c9d65d538 [2022-04-19T20:35:01.850Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:35:01.850Z] ---> Using cache [2022-04-19T20:35:01.850Z] ---> fc6f8fb6c286 [2022-04-19T20:35:01.850Z] Step 8/25 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T20:35:03.064Z] provisioning config files... [2022-04-19T20:35:03.095Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/2@tmp/config7905342603481808181tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T20:35:03.481Z] ---> docker-login.sh [2022-04-19T20:35:03.481Z] nexus3.edgexfoundry.org:10001 [2022-04-19T20:35:04.085Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:35:04.363Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:35:04.363Z] Configure a credential helper to remove this warning. See [2022-04-19T20:35:04.363Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:35:04.363Z] [2022-04-19T20:35:04.363Z] Login Succeeded [2022-04-19T20:35:04.639Z] nexus3.edgexfoundry.org:10002 [2022-04-19T20:35:04.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:35:05.189Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:35:05.189Z] Configure a credential helper to remove this warning. See [2022-04-19T20:35:05.189Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:35:05.189Z] [2022-04-19T20:35:05.189Z] Login Succeeded [2022-04-19T20:35:05.189Z] nexus3.edgexfoundry.org:10003 [2022-04-19T20:35:05.466Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:35:05.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:35:05.741Z] Configure a credential helper to remove this warning. See [2022-04-19T20:35:05.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:35:05.741Z] [2022-04-19T20:35:05.741Z] Login Succeeded [2022-04-19T20:35:05.741Z] nexus3.edgexfoundry.org:10004 [2022-04-19T20:35:06.016Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:35:06.016Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:35:06.016Z] Configure a credential helper to remove this warning. See [2022-04-19T20:35:06.016Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:35:06.016Z] [2022-04-19T20:35:06.016Z] Login Succeeded [2022-04-19T20:35:06.016Z] docker.io [2022-04-19T20:35:06.616Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-19T20:35:06.891Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-19T20:35:06.891Z] Configure a credential helper to remove this warning. See [2022-04-19T20:35:06.891Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-19T20:35:06.891Z] [2022-04-19T20:35:06.891Z] Login Succeeded [2022-04-19T20:35:06.891Z] ---> docker-login.sh ends [Pipeline] } [2022-04-19T20:35:06.911Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-19T20:35:07.594Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-19T20:35:07.612Z] ========================================================= [2022-04-19T20:35:07.612Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-19T20:35:07.612Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:35:07.947Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:35:08.227Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-19T20:35:08.227Z] 9b3977197b4f: Pulling fs layer [2022-04-19T20:35:08.227Z] 1a89e8eeedd5: Pulling fs layer [2022-04-19T20:35:08.227Z] 94645a83ff95: Pulling fs layer [2022-04-19T20:35:08.227Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-19T20:35:08.227Z] 0c92f367c5e7: Pulling fs layer [2022-04-19T20:35:08.227Z] f7c0051592d6: Pulling fs layer [2022-04-19T20:35:08.227Z] a227ed2f7395: Pulling fs layer [2022-04-19T20:35:08.227Z] 7b1c46037f91: Pulling fs layer [2022-04-19T20:35:08.227Z] 3f3a8bcf1eab: Waiting [2022-04-19T20:35:08.227Z] f7c0051592d6: Waiting [2022-04-19T20:35:08.227Z] a227ed2f7395: Waiting [2022-04-19T20:35:08.227Z] 7b1c46037f91: Waiting [2022-04-19T20:35:08.227Z] 0c92f367c5e7: Waiting [2022-04-19T20:35:08.227Z] 94645a83ff95: Verifying Checksum [2022-04-19T20:35:08.227Z] 94645a83ff95: Download complete [2022-04-19T20:35:08.227Z] 1a89e8eeedd5: Verifying Checksum [2022-04-19T20:35:08.227Z] 1a89e8eeedd5: Download complete [2022-04-19T20:35:08.227Z] 0c92f367c5e7: Download complete [2022-04-19T20:35:08.227Z] f7c0051592d6: Verifying Checksum [2022-04-19T20:35:08.227Z] f7c0051592d6: Download complete [2022-04-19T20:35:08.227Z] 9b3977197b4f: Download complete [2022-04-19T20:35:08.227Z] a227ed2f7395: Verifying Checksum [2022-04-19T20:35:08.227Z] a227ed2f7395: Download complete [2022-04-19T20:35:08.831Z] 9b3977197b4f: Pull complete [2022-04-19T20:35:09.435Z] 1a89e8eeedd5: Pull complete [2022-04-19T20:35:09.712Z] 94645a83ff95: Pull complete [2022-04-19T20:35:10.309Z] 7b1c46037f91: Verifying Checksum [2022-04-19T20:35:10.309Z] 7b1c46037f91: Download complete [2022-04-19T20:35:10.904Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-19T20:35:10.904Z] 3f3a8bcf1eab: Download complete [2022-04-19T20:35:16.728Z] ---> 3f815447e3cb [2022-04-19T20:35:16.728Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:35:16.728Z] ---> f907085fc6ef [2022-04-19T20:35:16.728Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T20:35:16.728Z] ---> Running in 5ebedb205698 [2022-04-19T20:35:16.728Z] ---> 993972452a41 [2022-04-19T20:35:16.728Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T20:35:16.728Z] ---> Running in e6f897995945 [2022-04-19T20:35:16.728Z] ---> 9ee09e7ca6b7 [2022-04-19T20:35:16.728Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:35:16.728Z] ---> Running in 4b6cd78bc6bb [2022-04-19T20:35:16.728Z] ---> Running in 01326b83f24a [2022-04-19T20:35:16.728Z] Removing intermediate container 5ebedb205698 [2022-04-19T20:35:16.728Z] ---> 997c3dbde015 [2022-04-19T20:35:16.728Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:35:16.728Z] ---> Running in b8ae84f5d8e3 [2022-04-19T20:35:16.728Z] Removing intermediate container 01326b83f24a [2022-04-19T20:35:16.728Z] ---> 7d67835a1841 [2022-04-19T20:35:16.728Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T20:35:16.728Z] ---> Running in a21957e61a11 [2022-04-19T20:35:16.728Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T20:35:16.728Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T20:35:16.728Z] Removing intermediate container b8ae84f5d8e3 [2022-04-19T20:35:16.728Z] ---> 73949473aa09 [2022-04-19T20:35:16.728Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:35:16.728Z] ---> Running in a94cb9ceba13 [2022-04-19T20:35:16.728Z] Removing intermediate container a21957e61a11 [2022-04-19T20:35:16.728Z] ---> fce6ff78568b [2022-04-19T20:35:16.728Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T20:35:16.728Z] Removing intermediate container a94cb9ceba13 [2022-04-19T20:35:16.728Z] ---> 0ea156df4490 [2022-04-19T20:35:16.728Z] 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-04-19T20:35:16.728Z] ---> Running in 056f5d31964e [2022-04-19T20:35:16.728Z] ---> Running in a0fbef6f2a01 [2022-04-19T20:35:16.728Z] Removing intermediate container a0fbef6f2a01 [2022-04-19T20:35:16.728Z] ---> 112860211aa4 [2022-04-19T20:35:16.729Z] 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-04-19T20:35:16.729Z] ---> Running in 8c61a6ecb482 [2022-04-19T20:35:16.991Z] spire-1.2.1/ [2022-04-19T20:35:16.991Z] spire-1.2.1/.data/ [2022-04-19T20:35:16.991Z] spire-1.2.1/.data/.file [2022-04-19T20:35:16.991Z] spire-1.2.1/.dockerignore [2022-04-19T20:35:16.991Z] spire-1.2.1/.gitattributes [2022-04-19T20:35:16.991Z] spire-1.2.1/.githooks/ [2022-04-19T20:35:16.991Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/ [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:35:16.991Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:35:16.992Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:35:16.992Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:35:16.992Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:35:16.992Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:35:16.992Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:35:16.992Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:35:16.992Z] spire-1.2.1/.gitignore [2022-04-19T20:35:16.992Z] spire-1.2.1/.go-version [2022-04-19T20:35:16.992Z] spire-1.2.1/.golangci.yml [2022-04-19T20:35:16.992Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:35:16.992Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:35:16.992Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:35:16.992Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:35:16.992Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:35:16.992Z] spire-1.2.1/Dockerfile [2022-04-19T20:35:16.992Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:35:16.992Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:35:16.992Z] spire-1.2.1/LICENSE [2022-04-19T20:35:16.992Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:35:16.992Z] spire-1.2.1/Makefile [2022-04-19T20:35:16.992Z] spire-1.2.1/README.md [2022-04-19T20:35:16.992Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:35:16.992Z] spire-1.2.1/SECURITY.md [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:35:16.992Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/ [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/agent/ [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/server/ [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:35:16.992Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/ [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/ [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:35:16.992Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:35:16.992Z] spire-1.2.1/examples/ [2022-04-19T20:35:16.992Z] spire-1.2.1/examples/README.md [2022-04-19T20:35:16.992Z] spire-1.2.1/go.mod [2022-04-19T20:35:16.992Z] spire-1.2.1/go.sum [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:35:16.992Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:35:16.993Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:35:16.994Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:35:16.995Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:35:17.254Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/private/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:35:17.255Z] spire-1.2.1/release/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:35:17.255Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:35:17.255Z] spire-1.2.1/script/ [2022-04-19T20:35:17.255Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:35:17.255Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:35:17.255Z] spire-1.2.1/support/ [2022-04-19T20:35:17.255Z] spire-1.2.1/support/k8s/ [2022-04-19T20:35:17.255Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:35:17.256Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/clock/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:35:17.256Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/common [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:35:17.256Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:35:17.257Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:35:17.258Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:35:17.258Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testca/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testkey/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/util/ [2022-04-19T20:35:17.258Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/util/race.go [2022-04-19T20:35:17.258Z] spire-1.2.1/test/util/util.go [2022-04-19T20:35:17.258Z] building spire from source... [2022-04-19T20:35:17.258Z] Installing go1.17.7... [2022-04-19T20:35:17.519Z] spire-1.2.1/ [2022-04-19T20:35:17.519Z] spire-1.2.1/.data/ [2022-04-19T20:35:17.519Z] spire-1.2.1/.data/.file [2022-04-19T20:35:17.519Z] spire-1.2.1/.dockerignore [2022-04-19T20:35:17.519Z] spire-1.2.1/.gitattributes [2022-04-19T20:35:17.519Z] spire-1.2.1/.githooks/ [2022-04-19T20:35:17.519Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/ [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:35:17.519Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:35:17.519Z] spire-1.2.1/.gitignore [2022-04-19T20:35:17.519Z] spire-1.2.1/.go-version [2022-04-19T20:35:17.519Z] spire-1.2.1/.golangci.yml [2022-04-19T20:35:17.519Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:35:17.519Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:35:17.519Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:35:17.519Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:35:17.519Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:35:17.519Z] spire-1.2.1/Dockerfile [2022-04-19T20:35:17.519Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:35:17.519Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:35:17.519Z] spire-1.2.1/LICENSE [2022-04-19T20:35:17.519Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:35:17.519Z] spire-1.2.1/Makefile [2022-04-19T20:35:17.519Z] spire-1.2.1/README.md [2022-04-19T20:35:17.519Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:35:17.519Z] spire-1.2.1/SECURITY.md [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:35:17.519Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:35:17.520Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/ [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/agent/ [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/server/ [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:35:17.520Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/ [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/ [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:35:17.520Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:35:17.520Z] spire-1.2.1/examples/ [2022-04-19T20:35:17.520Z] spire-1.2.1/examples/README.md [2022-04-19T20:35:17.520Z] spire-1.2.1/go.mod [2022-04-19T20:35:17.520Z] spire-1.2.1/go.sum [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:35:17.520Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:35:17.521Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:35:17.522Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:35:17.523Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:35:17.524Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/private/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:35:17.525Z] spire-1.2.1/release/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:35:17.525Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:35:17.525Z] spire-1.2.1/script/ [2022-04-19T20:35:17.525Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:35:17.525Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:35:17.525Z] spire-1.2.1/support/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:35:17.525Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:35:17.526Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/clock/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:35:17.526Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/common [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:35:17.526Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:35:17.527Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:35:17.528Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:35:17.528Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testca/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testkey/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/util/ [2022-04-19T20:35:17.528Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/util/race.go [2022-04-19T20:35:17.528Z] spire-1.2.1/test/util/util.go [2022-04-19T20:35:17.528Z] building spire from source... [2022-04-19T20:35:17.528Z] Installing go1.17.7... [2022-04-19T20:35:22.797Z] Building bin/spire-server... [2022-04-19T20:35:22.797Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:35:22.797Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:35:22.797Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:35:22.797Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:35:22.797Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:35:22.797Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:35:22.797Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:35:22.797Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:35:22.797Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:35:22.797Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:35:22.797Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:35:22.797Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:35:22.797Z] Building bin/spire-server... [2022-04-19T20:35:22.797Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:35:22.797Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:35:22.797Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:35:22.797Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:35:22.797Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:35:22.797Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:35:22.797Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:35:22.797Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:35:23.055Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:35:23.056Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:35:23.056Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:35:23.056Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:35:23.056Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:35:23.056Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:35:23.056Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:35:23.056Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:35:23.056Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:35:23.056Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:35:23.056Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:35:23.056Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:35:23.056Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:35:23.056Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:35:23.056Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:35:23.305Z] 3f3a8bcf1eab: Pull complete [2022-04-19T20:35:23.305Z] 0c92f367c5e7: Pull complete [2022-04-19T20:35:23.305Z] f7c0051592d6: Pull complete [2022-04-19T20:35:23.314Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:35:23.314Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:35:23.314Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:35:23.314Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:35:23.314Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:35:23.314Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:35:23.314Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:35:23.314Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:35:23.314Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:35:23.314Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:35:23.314Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:35:23.314Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:35:23.314Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:35:23.314Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:35:23.314Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:35:23.314Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:35:23.314Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:35:23.314Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:35:23.314Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:35:23.598Z] a227ed2f7395: Pull complete [2022-04-19T20:35:23.783Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:35:23.784Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:35:23.784Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:35:23.784Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:35:23.784Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:35:23.784Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:35:23.784Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:35:23.784Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:35:23.784Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:35:23.784Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:35:23.784Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:35:23.784Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:35:23.784Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:35:23.784Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:35:23.784Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:35:23.784Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:35:23.784Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:35:23.784Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:35:23.784Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:35:23.784Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:35:23.784Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:35:23.784Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:35:23.784Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:35:23.784Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:35:23.784Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:35:23.784Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:35:23.784Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:35:23.784Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:35:24.041Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:35:24.042Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:35:24.042Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:35:24.042Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:35:24.042Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:35:24.042Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:35:24.042Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:35:24.042Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:35:24.042Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:35:24.042Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:35:24.299Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:35:24.299Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:35:26.200Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:35:26.200Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:35:26.200Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:35:26.200Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:35:26.200Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:35:26.459Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:35:26.459Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:35:26.459Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:35:26.459Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:35:26.459Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:35:26.459Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:35:26.459Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:35:26.459Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:35:26.459Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:35:26.720Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:35:26.720Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:35:26.720Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:35:26.978Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:35:26.978Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:35:26.978Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:35:26.978Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:35:28.998Z] 7b1c46037f91: Pull complete [2022-04-19T20:35:28.998Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-19T20:35:28.998Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:35:28.998Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:35:29.358Z] + docker build+ -t ci-base-image-arm64 -fecho - FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:35:29.358Z] WORKDIR /edgex [2022-04-19T20:35:29.358Z] COPY go.mod . [2022-04-19T20:35:29.358Z] RUN go mod download . [2022-04-19T20:35:29.358Z] [2022-04-19T20:35:29.510Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:35:29.510Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:35:29.510Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:35:29.510Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:35:29.510Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:35:29.510Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:35:29.770Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:35:29.770Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:35:29.770Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:35:30.028Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:35:31.934Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:35:31.934Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:35:31.934Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:35:31.934Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:35:32.012Z] Sending build context to Docker daemon 169.2MB [2022-04-19T20:35:32.012Z] Step 1/4 : FROM nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-19T20:35:32.012Z] ---> f79e39bc4007 [2022-04-19T20:35:32.012Z] Step 2/4 : WORKDIR /edgex [2022-04-19T20:35:32.193Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:35:32.193Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:35:32.193Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:35:32.193Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:35:32.193Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:35:32.193Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:35:32.193Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:35:32.193Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:35:32.193Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:35:32.193Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:35:32.475Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:35:32.475Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:35:32.475Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:35:32.735Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:35:32.736Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:35:32.994Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:35:32.994Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:35:33.516Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:35:33.516Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:35:33.516Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:35:33.516Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:35:33.516Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:35:33.952Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:35:33.952Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:35:33.952Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:35:33.952Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:35:33.952Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:35:33.952Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:35:33.952Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:35:33.952Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:35:33.952Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:35:33.952Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:35:33.952Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:35:33.952Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:35:33.952Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:35:33.952Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:35:33.952Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:35:33.952Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:35:34.002Z] ---> Running in 353177993de1 [2022-04-19T20:35:34.002Z] Removing intermediate container 353177993de1 [2022-04-19T20:35:34.002Z] ---> 95333997531a [2022-04-19T20:35:34.002Z] Step 3/4 : COPY go.mod . [2022-04-19T20:35:34.211Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:35:34.211Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:35:34.211Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:35:34.211Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:35:34.211Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:35:34.211Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:35:34.211Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:35:34.211Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:35:34.211Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:35:34.211Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:35:34.211Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:35:34.211Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:35:34.470Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:35:34.470Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:35:34.470Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:35:34.470Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:35:34.470Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:35:34.470Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:35:34.470Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:35:34.470Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:35:34.470Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:35:34.470Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:35:34.470Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:35:34.470Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:35:34.603Z] ---> e2c8d0355e86 [2022-04-19T20:35:34.603Z] Step 4/4 : RUN go mod download [2022-04-19T20:35:34.603Z] ---> Running in b4ae86b1e9c2 [2022-04-19T20:35:34.746Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:35:34.746Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:35:34.746Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:35:34.746Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:35:34.746Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:35:34.746Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:35:34.746Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:35:34.746Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:35:34.746Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:35:34.746Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:35:34.746Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:35:34.746Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:35:34.746Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:35:34.746Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:35:34.746Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:35:34.746Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:35:34.746Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:35:34.746Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:35:34.746Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:35:34.746Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:35:34.746Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:35:34.746Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:35:34.746Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:35:34.746Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:35:34.746Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:35:34.746Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:35:34.746Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:35:35.004Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:35:35.004Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:35:35.004Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:35:35.004Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:35:35.004Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:35:35.004Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:35:35.004Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:35:35.004Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:35:35.004Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:35:35.004Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:35:35.004Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:35:35.004Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:35:35.004Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:35:35.004Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:35:35.004Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:35:35.004Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:35:35.004Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:35:35.004Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:35:35.004Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:35:35.004Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:35:35.004Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:35:35.004Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:35:35.004Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:35:35.004Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:35:35.483Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:35:35.483Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:35:35.483Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:35:35.483Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:35:35.483Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:35:35.483Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:35:35.483Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:35:35.483Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:35:35.483Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:35:35.483Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:35:35.483Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:35:35.483Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:35:35.483Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:35:35.484Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:35:35.484Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:35:35.484Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:35:35.484Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:35:35.484Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:35:40.762Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:35:40.762Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:35:42.699Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:35:42.699Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:35:57.589Z] Building bin/spire-agent... [2022-04-19T20:35:57.589Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:35:57.589Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:35:57.589Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:35:57.589Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:35:57.589Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:35:57.589Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:35:57.589Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:35:57.589Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:35:57.589Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:35:57.589Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:35:57.589Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:35:57.590Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:35:57.590Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:36:01.078Z] Removing intermediate container e6f897995945 [2022-04-19T20:36:01.078Z] ---> babd9b8cef6c [2022-04-19T20:36:01.078Z] [2022-04-19T20:36:01.078Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:36:01.078Z] ---> e04c818066af [2022-04-19T20:36:01.078Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:36:01.078Z] Removing intermediate container 4b6cd78bc6bb [2022-04-19T20:36:01.078Z] ---> 17329232fb51 [2022-04-19T20:36:01.078Z] [2022-04-19T20:36:01.078Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:36:01.078Z] ---> e04c818066af [2022-04-19T20:36:01.078Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:36:02.017Z] ---> Running in 48b71593e76c [2022-04-19T20:36:02.017Z] ---> Running in 5d8ac8b0d885 [2022-04-19T20:36:02.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:02.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:02.952Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:03.210Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:03.210Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T20:36:03.210Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:36:03.210Z] OK: 6 MiB in 15 packages [2022-04-19T20:36:03.210Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T20:36:03.210Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:36:03.210Z] OK: 6 MiB in 15 packages [2022-04-19T20:36:05.112Z] Removing intermediate container 5d8ac8b0d885 [2022-04-19T20:36:05.112Z] ---> d2080cb2da87 [2022-04-19T20:36:05.112Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:36:05.112Z] Removing intermediate container 48b71593e76c [2022-04-19T20:36:05.112Z] ---> 485bc4f1f0d6 [2022-04-19T20:36:05.112Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:36:05.112Z] ---> Running in 1ef68d935a56 [2022-04-19T20:36:05.372Z] ---> Running in e3e3876c5fc6 [2022-04-19T20:36:05.372Z] Removing intermediate container 1ef68d935a56 [2022-04-19T20:36:05.372Z] ---> 01d7588ef167 [2022-04-19T20:36:05.372Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T20:36:05.631Z] ---> Running in 0990d6b6a29a [2022-04-19T20:36:05.631Z] Removing intermediate container e3e3876c5fc6 [2022-04-19T20:36:05.631Z] ---> 16e416dee79c [2022-04-19T20:36:05.631Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T20:36:05.890Z] ---> Running in 528b3e007829 [2022-04-19T20:36:05.890Z] Removing intermediate container 0990d6b6a29a [2022-04-19T20:36:05.890Z] ---> 4089cd82b9cd [2022-04-19T20:36:05.890Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T20:36:05.890Z] ---> Running in 99a362b1ed10 [2022-04-19T20:36:06.161Z] Removing intermediate container 528b3e007829 [2022-04-19T20:36:06.161Z] ---> 0dbb141beb04 [2022-04-19T20:36:06.161Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T20:36:06.161Z] ---> Running in 7115a7a5af2c [2022-04-19T20:36:06.419Z] Removing intermediate container 99a362b1ed10 [2022-04-19T20:36:06.419Z] ---> c0c4a5575786 [2022-04-19T20:36:06.419Z] Step 15/23 : WORKDIR / [2022-04-19T20:36:06.690Z] ---> Running in 27608c65ffbc [2022-04-19T20:36:06.690Z] Removing intermediate container 7115a7a5af2c [2022-04-19T20:36:06.690Z] ---> cac6c8e0fbd4 [2022-04-19T20:36:06.690Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:36:06.948Z] Removing intermediate container 27608c65ffbc [2022-04-19T20:36:06.948Z] ---> 7a49fff33a5e [2022-04-19T20:36:06.948Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:36:07.207Z] ---> da539c7d3421 [2022-04-19T20:36:07.207Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T20:36:08.146Z] ---> 74c189062a78 [2022-04-19T20:36:08.146Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T20:36:09.082Z] ---> 16e88d86b47e [2022-04-19T20:36:09.082Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T20:36:09.082Z] ---> c17de21299d5 [2022-04-19T20:36:09.082Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T20:36:09.660Z] ---> ee6f8d993bee [2022-04-19T20:36:09.660Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T20:36:09.660Z] ---> Running in 1935d5c3d083 [2022-04-19T20:36:09.925Z] Removing intermediate container 1935d5c3d083 [2022-04-19T20:36:09.925Z] ---> 2ff1840afbb1 [2022-04-19T20:36:09.925Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:36:09.925Z] ---> 15acc0ae5be8 [2022-04-19T20:36:09.925Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T20:36:09.925Z] ---> Running in d0450d2d9f14 [2022-04-19T20:36:09.925Z] ---> Running in 316fdfc936b3 [2022-04-19T20:36:10.183Z] Removing intermediate container d0450d2d9f14 [2022-04-19T20:36:10.183Z] ---> 56f487db3df7 [2022-04-19T20:36:10.183Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T20:36:10.183Z] ---> Running in 34b247837ab3 [2022-04-19T20:36:10.183Z] Removing intermediate container 316fdfc936b3 [2022-04-19T20:36:10.183Z] ---> 32173c189941 [2022-04-19T20:36:10.183Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:36:10.183Z] ---> Running in 8ec573c6ea5b [2022-04-19T20:36:10.442Z] Removing intermediate container 34b247837ab3 [2022-04-19T20:36:10.442Z] ---> 72d4a7a55737 [2022-04-19T20:36:10.442Z] Step 21/22 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:36:10.442Z] ---> Running in 659010784d14 [2022-04-19T20:36:10.442Z] Removing intermediate container 8ec573c6ea5b [2022-04-19T20:36:10.442Z] ---> d9e46c2a799c [2022-04-19T20:36:10.442Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:36:10.442Z] ---> Running in 1e4312e1c2f7 [2022-04-19T20:36:11.022Z] Removing intermediate container 659010784d14 [2022-04-19T20:36:11.022Z] ---> 17f865a88d66 [2022-04-19T20:36:11.022Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:36:11.022Z] Removing intermediate container 1e4312e1c2f7 [2022-04-19T20:36:11.022Z] ---> bac227dcb98b [2022-04-19T20:36:11.022Z] Step 22/23 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:36:11.022Z] ---> Running in 49022ac9e88f [2022-04-19T20:36:11.022Z] ---> Running in c2613d4d414b [2022-04-19T20:36:11.283Z] Removing intermediate container c2613d4d414b [2022-04-19T20:36:11.283Z] ---> ecbfad350389 [2022-04-19T20:36:11.283Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:36:11.283Z] ---> Running in 55faaa728278 [2022-04-19T20:36:11.283Z] Removing intermediate container 49022ac9e88f [2022-04-19T20:36:11.283Z] ---> 67e150eb7de6 [2022-04-19T20:36:11.283Z] [2022-04-19T20:36:11.283Z] Successfully built 67e150eb7de6 [2022-04-19T20:36:11.283Z] Successfully tagged support-scheduler:latest [2022-04-19T20:36:11.283Z]  Building support-scheduler ... done Building support-notifications [2022-04-19T20:36:11.854Z] Removing intermediate container 55faaa728278 [2022-04-19T20:36:11.854Z] ---> 1ec4bc5357d2 [2022-04-19T20:36:11.854Z] [2022-04-19T20:36:12.113Z] Successfully built 1ec4bc5357d2 [2022-04-19T20:36:12.113Z] Successfully tagged core-command:latest [2022-04-19T20:36:12.113Z] Building security-proxy-setup [2022-04-19T20:36:18.692Z]  Building core-command ... done Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:36:18.692Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:36:18.692Z] ---> 3c5c947897ed [2022-04-19T20:36:18.692Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:36:18.692Z] ---> Using cache [2022-04-19T20:36:18.692Z] ---> 0e601c97a94f [2022-04-19T20:36:18.692Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:36:18.692Z] ---> Using cache [2022-04-19T20:36:18.692Z] ---> adc4be902287 [2022-04-19T20:36:18.692Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T20:36:18.692Z] ---> Running in 10582018c83d [2022-04-19T20:36:19.629Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:20.564Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:36:20.564Z] OK: 221 MiB in 52 packages [2022-04-19T20:36:21.676Z] Removing intermediate container b4ae86b1e9c2 [2022-04-19T20:36:21.676Z] ---> c02c39814627 [2022-04-19T20:36:21.676Z] Successfully built c02c39814627 [2022-04-19T20:36:21.676Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:36:21.945Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:36:21.945Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:36:21.945Z] ---> 3c5c947897ed [2022-04-19T20:36:21.945Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:36:21.945Z] ---> Using cache [2022-04-19T20:36:21.945Z] ---> 0e601c97a94f [2022-04-19T20:36:21.945Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:36:21.945Z] ---> Using cache [2022-04-19T20:36:21.945Z] ---> adc4be902287 [2022-04-19T20:36:21.945Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:36:21.945Z] ---> Using cache [2022-04-19T20:36:21.945Z] ---> 892e17565159 [2022-04-19T20:36:21.945Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:36:21.945Z] ---> Using cache [2022-04-19T20:36:21.945Z] ---> 1486c0ed77c5 [2022-04-19T20:36:21.945Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:36:21.945Z] ---> Using cache [2022-04-19T20:36:21.945Z] ---> 18be53bf55fa [2022-04-19T20:36:21.945Z] Step 8/22 : COPY . . [2022-04-19T20:36:21.945Z] ---> Using cache [2022-04-19T20:36:21.945Z] ---> f907085fc6ef [2022-04-19T20:36:21.945Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T20:36:22.035Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T20:36:22.035Z] . [Pipeline] withDockerContainer [2022-04-19T20:36:22.342Z] prd-ubuntu20.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2022-04-19T20:36:22.450Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T20:36:22.512Z] ---> Running in dbb03b6f488d [2022-04-19T20:36:22.769Z] Removing intermediate container 10582018c83d [2022-04-19T20:36:22.769Z] ---> 66d7e4faa796 [2022-04-19T20:36:22.769Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:36:23.337Z] ---> add056adce60 [2022-04-19T20:36:23.337Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:36:23.337Z] ---> Running in a72fed98302b [2022-04-19T20:36:23.597Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T20:36:23.865Z] $ docker top f495fd2a5bd4b63690315ac2e6e2e31bab67342a4b944a6a9882ae34bd7d27f7 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:36:24.854Z] + go version [2022-04-19T20:36:24.854Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-19T20:36:24.889Z] $ docker stop --time=1 f495fd2a5bd4b63690315ac2e6e2e31bab67342a4b944a6a9882ae34bd7d27f7 [2022-04-19T20:36:26.567Z] $ docker rm -f f495fd2a5bd4b63690315ac2e6e2e31bab67342a4b944a6a9882ae34bd7d27f7 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:36:26.894Z] Removing intermediate container a72fed98302b [2022-04-19T20:36:26.894Z] ---> d7dbe07e467f [2022-04-19T20:36:26.894Z] Step 8/22 : COPY . . [2022-04-19T20:36:27.206Z] + docker inspect -f . ci-base-image-arm64 [2022-04-19T20:36:27.206Z] . [Pipeline] withDockerContainer [2022-04-19T20:36:27.441Z] prd-ubuntu20.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2022-04-19T20:36:27.532Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-19T20:36:28.855Z] $ docker top 48ebcb46067402a00f2ae47a4b9263a101cd8c19c3f0de7673ea55e5f2177653 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-19T20:36:29.141Z] ========================================================= [2022-04-19T20:36:29.141Z] [edgeXBuildGoParallel] Running Tests and Build... [2022-04-19T20:36:29.141Z] ========================================================= [Pipeline] fileExists [Pipeline] sh [2022-04-19T20:36:29.812Z] + make test [2022-04-19T20:36:29.812Z] go mod tidy -compat=1.17 [2022-04-19T20:36:30.804Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-04-19T20:36:48.838Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T20:36:56.971Z] ---> 74f495624a6a [2022-04-19T20:36:56.971Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T20:36:56.971Z] ---> Running in aed73740c7e5 [2022-04-19T20:36:58.349Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T20:37:01.649Z] Removing intermediate container dbb03b6f488d [2022-04-19T20:37:01.649Z] ---> 894dc4ce9a6a [2022-04-19T20:37:01.649Z] [2022-04-19T20:37:01.649Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:37:01.649Z] ---> e04c818066af [2022-04-19T20:37:01.649Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T20:37:01.907Z] ---> Running in 796548415a5d [2022-04-19T20:37:02.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:02.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:03.111Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T20:37:03.111Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:37:03.111Z] (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T20:37:03.111Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T20:37:03.111Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T20:37:03.111Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T20:37:03.111Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:37:03.111Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:37:03.370Z] OK: 8 MiB in 20 packages [2022-04-19T20:37:04.758Z] Removing intermediate container 796548415a5d [2022-04-19T20:37:04.758Z] ---> ec0da46f432f [2022-04-19T20:37:04.758Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T20:37:05.020Z] ---> Running in b4d53cb41f51 [2022-04-19T20:37:05.284Z] Removing intermediate container b4d53cb41f51 [2022-04-19T20:37:05.284Z] ---> b12664e12f9a [2022-04-19T20:37:05.284Z] Step 13/22 : WORKDIR /edgex [2022-04-19T20:37:05.542Z] ---> Running in 6552217e23be [2022-04-19T20:37:06.110Z] Removing intermediate container 6552217e23be [2022-04-19T20:37:06.110Z] ---> 04d0cc952203 [2022-04-19T20:37:06.110Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T20:37:07.047Z] ---> 3adcf7066fbb [2022-04-19T20:37:07.047Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T20:37:08.955Z] ---> 647885b386f9 [2022-04-19T20:37:08.955Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T20:37:09.851Z] ? github.com/edgexfoundry/edgex-go [no test files] [2022-04-19T20:37:09.892Z] ---> 63a6dd0d11e7 [2022-04-19T20:37:09.892Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T20:37:11.418Z] ---> 00c962bc2697 [2022-04-19T20:37:11.418Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T20:37:11.418Z] ---> Running in 37064cf9fc02 [2022-04-19T20:37:12.987Z] Removing intermediate container 37064cf9fc02 [2022-04-19T20:37:12.987Z] ---> de1a129524c8 [2022-04-19T20:37:12.987Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T20:37:13.309Z] ---> Running in 95189417941d [2022-04-19T20:37:13.309Z] Removing intermediate container 95189417941d [2022-04-19T20:37:13.309Z] ---> 502b86f43429 [2022-04-19T20:37:13.309Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T20:37:13.309Z] ---> Running in d1f79e845f76 [2022-04-19T20:37:13.625Z] Removing intermediate container d1f79e845f76 [2022-04-19T20:37:13.625Z] ---> f95a2763ec26 [2022-04-19T20:37:13.625Z] Step 21/22 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:37:13.948Z] ---> Running in 276e5dc74229 [2022-04-19T20:37:13.948Z] Removing intermediate container 276e5dc74229 [2022-04-19T20:37:13.948Z] ---> 19fffa8e839d [2022-04-19T20:37:13.948Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:37:14.236Z] ---> Running in 6155c67ce4d1 [2022-04-19T20:37:14.236Z] Removing intermediate container 6155c67ce4d1 [2022-04-19T20:37:14.236Z] ---> 5511d4b56368 [2022-04-19T20:37:14.236Z] [2022-04-19T20:37:14.494Z] Successfully built 5511d4b56368 [2022-04-19T20:37:14.494Z] Successfully tagged security-proxy-setup:latest [2022-04-19T20:37:14.494Z] Building core-metadata [2022-04-19T20:37:19.768Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:37:19.768Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:37:19.768Z] ---> 3c5c947897ed [2022-04-19T20:37:19.768Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:37:19.768Z] ---> Using cache [2022-04-19T20:37:19.768Z] ---> 0e601c97a94f [2022-04-19T20:37:19.768Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:37:19.768Z] ---> Using cache [2022-04-19T20:37:19.768Z] ---> adc4be902287 [2022-04-19T20:37:19.768Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:37:19.768Z] ---> Using cache [2022-04-19T20:37:19.768Z] ---> 892e17565159 [2022-04-19T20:37:19.768Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:37:19.768Z] ---> Using cache [2022-04-19T20:37:19.768Z] ---> 1486c0ed77c5 [2022-04-19T20:37:19.768Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:37:19.768Z] ---> Using cache [2022-04-19T20:37:19.768Z] ---> 18be53bf55fa [2022-04-19T20:37:19.768Z] Step 8/23 : COPY . . [2022-04-19T20:37:19.768Z] ---> Using cache [2022-04-19T20:37:19.768Z] ---> f907085fc6ef [2022-04-19T20:37:19.768Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T20:37:23.063Z] ---> Running in 2153556323bd [2022-04-19T20:37:23.322Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T20:37:24.701Z] Removing intermediate container 069be563b4d0 [2022-04-19T20:37:24.701Z] ---> 808608556457 [2022-04-19T20:37:24.701Z] [2022-04-19T20:37:24.701Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:37:24.701Z] ---> 0ac33e5f5afa [2022-04-19T20:37:24.701Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:37:24.701Z] ---> Using cache [2022-04-19T20:37:24.701Z] ---> 586ddd634c00 [2022-04-19T20:37:24.701Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:37:24.701Z] ---> Using cache [2022-04-19T20:37:24.701Z] ---> 6008e91a16e9 [2022-04-19T20:37:24.701Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:37:25.638Z] ---> Running in 86ae0d88d425 [2022-04-19T20:37:25.638Z] Removing intermediate container aed73740c7e5 [2022-04-19T20:37:25.638Z] ---> a9d62f5eccd8 [2022-04-19T20:37:25.638Z] [2022-04-19T20:37:25.638Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:37:25.638Z] ---> e04c818066af [2022-04-19T20:37:25.638Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T20:37:25.638Z] ---> Running in 067ab0bdffb4 [2022-04-19T20:37:25.897Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:25.897Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:26.156Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:26.156Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T20:37:26.156Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T20:37:26.156Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:37:26.424Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:37:26.424Z] OK: 6 MiB in 16 packages [2022-04-19T20:37:26.685Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:26.947Z] Removing intermediate container 067ab0bdffb4 [2022-04-19T20:37:26.947Z] ---> a6ee027aab9e [2022-04-19T20:37:26.947Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:37:26.947Z] ---> Running in 9990760079da [2022-04-19T20:37:26.947Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:37:26.947Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:37:26.947Z] OK: 15855 distinct packages available [2022-04-19T20:37:26.947Z] Removing intermediate container 9990760079da [2022-04-19T20:37:26.947Z] ---> ef68db84b1f9 [2022-04-19T20:37:26.947Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T20:37:27.206Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:27.206Z] ---> Running in de8b89d8a4c7 [2022-04-19T20:37:27.206Z] Removing intermediate container de8b89d8a4c7 [2022-04-19T20:37:27.206Z] ---> b8a1a8a491ba [2022-04-19T20:37:27.206Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T20:37:27.206Z] ---> Running in 8febdfb225e0 [2022-04-19T20:37:27.464Z] Removing intermediate container 8febdfb225e0 [2022-04-19T20:37:27.464Z] ---> fb2bb36ceead [2022-04-19T20:37:27.464Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:37:27.723Z] ---> 6da0cd8f01f5 [2022-04-19T20:37:27.723Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T20:37:27.982Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:28.240Z] ---> 97b6f7353314 [2022-04-19T20:37:28.240Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T20:37:28.240Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T20:37:28.240Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:37:28.500Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T20:37:28.500Z] ---> 7328d10cbd40 [2022-04-19T20:37:28.500Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T20:37:28.500Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T20:37:28.500Z] ---> Running in 8369c9df03a3 [2022-04-19T20:37:28.500Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T20:37:28.762Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:37:28.762Z] Removing intermediate container 8369c9df03a3 [2022-04-19T20:37:28.762Z] ---> 5675df1979be [2022-04-19T20:37:28.762Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:37:28.762Z] OK: 6 MiB in 19 packages [2022-04-19T20:37:28.762Z] ---> Running in a579fb803024 [2022-04-19T20:37:29.021Z] Removing intermediate container a579fb803024 [2022-04-19T20:37:29.021Z] ---> 43f794b7dd18 [2022-04-19T20:37:29.021Z] Step 20/22 : LABEL arch=x86_64 [2022-04-19T20:37:29.021Z] ---> Running in a637b856f3e4 [2022-04-19T20:37:29.021Z] Removing intermediate container a637b856f3e4 [2022-04-19T20:37:29.021Z] ---> a89da64474e4 [2022-04-19T20:37:29.021Z] Step 21/22 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:37:29.280Z] ---> Running in 240a2d268ce6 [2022-04-19T20:37:29.280Z] Removing intermediate container 86ae0d88d425 [2022-04-19T20:37:29.280Z] ---> cc6949d8650a [2022-04-19T20:37:29.280Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T20:37:29.280Z] Removing intermediate container 240a2d268ce6 [2022-04-19T20:37:29.280Z] ---> 3eb7ec36c6fa [2022-04-19T20:37:29.280Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:37:29.280Z] ---> Running in b65f67144369 [2022-04-19T20:37:29.540Z] Removing intermediate container b65f67144369 [2022-04-19T20:37:29.540Z] ---> 7c5e77f7b366 [2022-04-19T20:37:29.540Z] [2022-04-19T20:37:29.540Z] Successfully built 7c5e77f7b366 [2022-04-19T20:37:29.540Z] Successfully tagged support-notifications:latest [2022-04-19T20:37:29.540Z] Building core-data [2022-04-19T20:37:32.827Z]  Building support-notifications ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:37:32.827Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:37:32.827Z] ---> 3c5c947897ed [2022-04-19T20:37:32.827Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:37:32.827Z] ---> Using cache [2022-04-19T20:37:32.827Z] ---> 0e601c97a94f [2022-04-19T20:37:32.827Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:37:32.827Z] ---> Using cache [2022-04-19T20:37:32.827Z] ---> adc4be902287 [2022-04-19T20:37:32.827Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T20:37:33.395Z] ---> 8f8767c9518a [2022-04-19T20:37:33.395Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:37:33.395Z] ---> Running in 38091dfb8d97 [2022-04-19T20:37:33.964Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:34.533Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:37:34.795Z] ---> 137dade4b848 [2022-04-19T20:37:34.795Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:37:34.795Z] OK: 221 MiB in 52 packages [2022-04-19T20:37:35.055Z] ---> ff4c5e6e29cd [2022-04-19T20:37:35.055Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T20:37:35.314Z] ---> f808b8708c35 [2022-04-19T20:37:35.314Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T20:37:35.314Z] Removing intermediate container 38091dfb8d97 [2022-04-19T20:37:35.314Z] ---> f43d332d9af4 [2022-04-19T20:37:35.314Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:37:35.574Z] ---> 8ab7b7f55906 [2022-04-19T20:37:35.574Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:37:35.574Z] ---> Running in d0c97256250e [2022-04-19T20:37:35.574Z] ---> e65ff973e991 [2022-04-19T20:37:35.574Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:37:35.574Z] ---> Running in 7f6f0b929aed [2022-04-19T20:37:35.574Z] Removing intermediate container d0c97256250e [2022-04-19T20:37:35.574Z] ---> 2c16f1bba223 [2022-04-19T20:37:35.574Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:37:35.833Z] ---> Running in 63673a460610 [2022-04-19T20:37:35.833Z] Removing intermediate container 63673a460610 [2022-04-19T20:37:35.833Z] ---> 3ffc252801e4 [2022-04-19T20:37:35.833Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T20:37:36.092Z] ---> Running in 4bb1232d304c [2022-04-19T20:37:36.092Z] Removing intermediate container 4bb1232d304c [2022-04-19T20:37:36.093Z] ---> 9b6ca1681bfe [2022-04-19T20:37:36.093Z] Step 25/26 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:37:36.093Z] ---> Running in 7a189d1d0fcd [2022-04-19T20:37:36.352Z] Removing intermediate container 7a189d1d0fcd [2022-04-19T20:37:36.352Z] ---> 3e81ca3fdd15 [2022-04-19T20:37:36.352Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:37:36.352Z] ---> Running in 276f4dec12d2 [2022-04-19T20:37:36.612Z] Removing intermediate container 276f4dec12d2 [2022-04-19T20:37:36.612Z] ---> 638739f0e398 [2022-04-19T20:37:36.612Z] [2022-04-19T20:37:36.612Z] Removing intermediate container 7f6f0b929aed [2022-04-19T20:37:36.612Z] ---> 9be3668170fb [2022-04-19T20:37:36.612Z] Step 8/23 : COPY . . [2022-04-19T20:37:36.612Z] Successfully built 638739f0e398 [2022-04-19T20:37:36.612Z] Successfully tagged security-spire-agent:latest [2022-04-19T20:37:36.871Z]  Building security-spire-agent ... done Removing intermediate container 2153556323bd [2022-04-19T20:37:36.871Z] ---> a98cc8306edc [2022-04-19T20:37:36.871Z] [2022-04-19T20:37:36.871Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:37:36.871Z] ---> e04c818066af [2022-04-19T20:37:36.871Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:37:36.871Z] ---> Using cache [2022-04-19T20:37:36.871Z] ---> 485bc4f1f0d6 [2022-04-19T20:37:36.871Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:37:36.871Z] ---> Using cache [2022-04-19T20:37:36.871Z] ---> 16e416dee79c [2022-04-19T20:37:36.871Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T20:37:39.410Z] ---> Running in cee39c3c2234 [2022-04-19T20:37:39.410Z] Removing intermediate container cee39c3c2234 [2022-04-19T20:37:39.410Z] ---> 48f1cad2762e [2022-04-19T20:37:39.410Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T20:37:39.410Z] ---> Running in 741c5ca73cd1 [2022-04-19T20:37:39.410Z] Removing intermediate container 741c5ca73cd1 [2022-04-19T20:37:39.410Z] ---> dfe3b2706014 [2022-04-19T20:37:39.410Z] Step 15/23 : WORKDIR / [2022-04-19T20:37:39.410Z] ---> Running in 3911c2e8bdbe [2022-04-19T20:37:39.410Z] Removing intermediate container 3911c2e8bdbe [2022-04-19T20:37:39.410Z] ---> 2de1f65cb17b [2022-04-19T20:37:39.410Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:37:39.672Z] ---> d4873bcd7e5a [2022-04-19T20:37:39.672Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T20:37:39.932Z] ---> 14901af1f722 [2022-04-19T20:37:39.932Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T20:37:40.190Z] ---> a173e4a3d833 [2022-04-19T20:37:40.190Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T20:37:40.450Z] ---> Running in e59f70a6a932 [2022-04-19T20:37:40.450Z] Removing intermediate container e59f70a6a932 [2022-04-19T20:37:40.450Z] ---> 88f4b59e7dcb [2022-04-19T20:37:40.450Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:37:40.450Z] ---> Running in b258309c021d [2022-04-19T20:37:40.709Z] Removing intermediate container b258309c021d [2022-04-19T20:37:40.709Z] ---> b6adb28a1c36 [2022-04-19T20:37:40.709Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:37:40.709Z] ---> Running in 50900dd0b5fc [2022-04-19T20:37:40.709Z] Removing intermediate container 50900dd0b5fc [2022-04-19T20:37:40.709Z] ---> 767c9c57f2c1 [2022-04-19T20:37:40.709Z] Step 22/23 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:37:40.709Z] ---> Running in 185f654464cc [2022-04-19T20:37:40.968Z] Removing intermediate container 185f654464cc [2022-04-19T20:37:40.968Z] ---> a8756158ad80 [2022-04-19T20:37:40.968Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:37:40.968Z] ---> Running in af2bca03c7d3 [2022-04-19T20:37:41.228Z] Removing intermediate container af2bca03c7d3 [2022-04-19T20:37:41.228Z] ---> 1d13295200f4 [2022-04-19T20:37:41.228Z] [2022-04-19T20:37:41.228Z] Successfully built 1d13295200f4 [2022-04-19T20:37:41.228Z] Successfully tagged core-metadata:latest [2022-04-19T20:37:41.488Z]  Building core-metadata ... done  ---> 7e0b1b91dd30 [2022-04-19T20:37:41.488Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T20:37:41.488Z] ---> Running in 92eab6865bcc [2022-04-19T20:37:41.747Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T20:37:56.637Z] Building bin/spire-agent... [2022-04-19T20:37:56.637Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:37:56.637Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:37:56.637Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:37:56.637Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:37:56.637Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:37:56.637Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:37:56.637Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:37:56.637Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:37:56.637Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:37:56.637Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:37:56.637Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:37:56.637Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:37:56.637Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:37:57.574Z] Building bin/spire-agent... [2022-04-19T20:37:57.574Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T20:37:57.574Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T20:37:57.574Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T20:37:57.574Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T20:37:58.140Z] Removing intermediate container 92eab6865bcc [2022-04-19T20:37:58.140Z] ---> 370a46a9b606 [2022-04-19T20:37:58.140Z] [2022-04-19T20:37:58.140Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:37:58.140Z] ---> e04c818066af [2022-04-19T20:37:58.140Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T20:37:58.399Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T20:37:58.399Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T20:37:58.399Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T20:37:58.657Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T20:37:58.657Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T20:37:58.657Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T20:37:58.657Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T20:37:58.657Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T20:37:58.657Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T20:37:58.657Z]  ---> Running in 19e5da2b8dbe [2022-04-19T20:37:58.918Z] Removing intermediate container 19e5da2b8dbe [2022-04-19T20:37:58.918Z] ---> ac48cc973546 [2022-04-19T20:37:58.918Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T20:37:58.918Z] ---> Running in a8eeaa4d225b [2022-04-19T20:37:59.181Z] Removing intermediate container a8eeaa4d225b [2022-04-19T20:37:59.181Z] ---> 0243a36d1c86 [2022-04-19T20:37:59.181Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T20:37:59.181Z] ---> Running in 94a083d82258 [2022-04-19T20:37:59.181Z] Removing intermediate container 94a083d82258 [2022-04-19T20:37:59.181Z] ---> bc1c4b5eff5b [2022-04-19T20:37:59.181Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:37:59.181Z] ---> Running in d7993377fc2f [2022-04-19T20:38:00.117Z] Removing intermediate container d7993377fc2f [2022-04-19T20:38:00.117Z] ---> b9bfd57c53ed [2022-04-19T20:38:00.117Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T20:38:00.117Z] ---> Running in 47e1dc5fdb5b [2022-04-19T20:38:00.684Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:38:01.621Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:38:01.881Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T20:38:02.140Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T20:38:02.140Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T20:38:02.140Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T20:38:02.400Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T20:38:02.400Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T20:38:02.400Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:38:02.400Z] OK: 8 MiB in 20 packages [2022-04-19T20:38:03.336Z] Removing intermediate container 47e1dc5fdb5b [2022-04-19T20:38:03.336Z] ---> e0f4e77f20e7 [2022-04-19T20:38:03.336Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:38:03.596Z] ---> ce8b6e82fc08 [2022-04-19T20:38:03.596Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T20:38:04.165Z] ---> 0050052ea42c [2022-04-19T20:38:04.165Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T20:38:04.424Z] ---> 74f1fc13be8f [2022-04-19T20:38:04.424Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T20:38:04.424Z] ---> Running in 50df5fbe4d16 [2022-04-19T20:38:04.682Z] Removing intermediate container 50df5fbe4d16 [2022-04-19T20:38:04.682Z] ---> e3c8c135b330 [2022-04-19T20:38:04.682Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:38:04.682Z] ---> Running in a148fdf4eacc [2022-04-19T20:38:04.682Z] Removing intermediate container a148fdf4eacc [2022-04-19T20:38:04.682Z] ---> f29b8127aaab [2022-04-19T20:38:04.682Z] Step 21/23 : LABEL arch=x86_64 [2022-04-19T20:38:04.682Z] ---> Running in 0514af635db2 [2022-04-19T20:38:04.941Z] Removing intermediate container 0514af635db2 [2022-04-19T20:38:04.941Z] ---> 620e99d3faed [2022-04-19T20:38:04.941Z] Step 22/23 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:38:04.941Z] ---> Running in ea53f753adc1 [2022-04-19T20:38:05.201Z] Removing intermediate container ea53f753adc1 [2022-04-19T20:38:05.201Z] ---> 1141a9f817b0 [2022-04-19T20:38:05.201Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:38:05.201Z] ---> Running in 7808394b330f [2022-04-19T20:38:05.201Z] Removing intermediate container 7808394b330f [2022-04-19T20:38:05.201Z] ---> c74bc6813a07 [2022-04-19T20:38:05.201Z] [2022-04-19T20:38:05.460Z] Successfully built c74bc6813a07 [2022-04-19T20:38:05.460Z] Successfully tagged core-data:latest [2022-04-19T20:39:01.699Z]  Building core-data ... done Removing intermediate container 056f5d31964e [2022-04-19T20:39:01.699Z] ---> 73fd2a531b63 [2022-04-19T20:39:01.699Z] [2022-04-19T20:39:01.699Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T20:39:01.699Z] ---> 0ac33e5f5afa [2022-04-19T20:39:01.699Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:39:01.699Z] ---> Using cache [2022-04-19T20:39:01.699Z] ---> 586ddd634c00 [2022-04-19T20:39:01.699Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:39:01.699Z] ---> Using cache [2022-04-19T20:39:01.699Z] ---> 6008e91a16e9 [2022-04-19T20:39:01.699Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T20:39:01.699Z] Removing intermediate container 8c61a6ecb482 [2022-04-19T20:39:01.699Z] ---> 88817c1b717a [2022-04-19T20:39:01.699Z] [2022-04-19T20:39:01.699Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T20:39:01.699Z] ---> 0ac33e5f5afa [2022-04-19T20:39:01.699Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T20:39:01.699Z] ---> Using cache [2022-04-19T20:39:01.699Z] ---> 586ddd634c00 [2022-04-19T20:39:01.699Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:39:01.699Z] ---> Using cache [2022-04-19T20:39:01.699Z] ---> 6008e91a16e9 [2022-04-19T20:39:01.699Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T20:39:01.699Z] ---> Using cache [2022-04-19T20:39:01.699Z] ---> cc6949d8650a [2022-04-19T20:39:01.699Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:39:01.699Z] ---> Running in 6a9d25fe4321 [2022-04-19T20:39:01.699Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:01.699Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:01.699Z] ---> 2ca21596c677 [2022-04-19T20:39:01.699Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:39:01.699Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T20:39:01.699Z] v3.15.4-45-g713e3376de [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T20:39:01.699Z] OK: 15855 distinct packages available [2022-04-19T20:39:01.699Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:01.699Z] ---> 6116e3bdffbb [2022-04-19T20:39:01.699Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T20:39:01.699Z] ---> 343647a945fe [2022-04-19T20:39:01.699Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T20:39:01.699Z] ---> 6d5af3fc710a [2022-04-19T20:39:01.699Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:39:01.699Z] ---> Running in 0a8fb5752641 [2022-04-19T20:39:01.699Z] Removing intermediate container 0a8fb5752641 [2022-04-19T20:39:01.699Z] ---> 19321a841d94 [2022-04-19T20:39:01.699Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:39:01.699Z] ---> Running in 045d570c38cc [2022-04-19T20:39:01.699Z] Removing intermediate container 045d570c38cc [2022-04-19T20:39:01.699Z] ---> 783d4ca0b7f0 [2022-04-19T20:39:01.699Z] Step 23/25 : LABEL arch=x86_64 [2022-04-19T20:39:01.699Z] ---> Running in efd36056da4e [2022-04-19T20:39:01.699Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-19T20:39:01.699Z] Removing intermediate container efd36056da4e [2022-04-19T20:39:01.699Z] ---> 900d0cabec41 [2022-04-19T20:39:01.699Z] Step 24/25 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:39:01.699Z] ---> Running in 6aabc0c7035d [2022-04-19T20:39:01.699Z] Removing intermediate container 6aabc0c7035d [2022-04-19T20:39:01.699Z] ---> b0939dbde955 [2022-04-19T20:39:01.699Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T20:39:01.699Z] ---> Running in 7a1c111e420f [2022-04-19T20:39:01.699Z] Removing intermediate container 7a1c111e420f [2022-04-19T20:39:01.699Z] ---> 4584b6550bad [2022-04-19T20:39:01.699Z] [2022-04-19T20:39:01.699Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T20:39:01.699Z] Successfully built 4584b6550bad [2022-04-19T20:39:01.699Z] Successfully tagged security-spire-server:latest [2022-04-19T20:39:01.699Z]  Building security-spire-server ... done (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T20:39:01.699Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T20:39:01.699Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T20:39:01.699Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T20:39:01.699Z] OK: 6 MiB in 18 packages [2022-04-19T20:39:01.699Z] Removing intermediate container 6a9d25fe4321 [2022-04-19T20:39:01.699Z] ---> 73d2a4cb8a66 [2022-04-19T20:39:01.699Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T20:39:01.699Z] ---> 71a3d61a13b7 [2022-04-19T20:39:01.699Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T20:39:01.699Z] ---> bfacbaab5218 [2022-04-19T20:39:01.699Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T20:39:01.699Z] ---> Running in 11916e030b66 [2022-04-19T20:39:01.699Z] Removing intermediate container 11916e030b66 [2022-04-19T20:39:01.699Z] ---> ebbe65efb587 [2022-04-19T20:39:01.699Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T20:39:01.699Z] ---> 376483eec26c [2022-04-19T20:39:01.699Z] Step 21/26 : WORKDIR / [2022-04-19T20:39:01.699Z] ---> Running in 6b3278a36a26 [2022-04-19T20:39:01.699Z] Removing intermediate container 6b3278a36a26 [2022-04-19T20:39:01.699Z] ---> abf6111bd000 [2022-04-19T20:39:01.699Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T20:39:01.699Z] ---> Running in e54c6ff6d688 [2022-04-19T20:39:01.699Z] Removing intermediate container e54c6ff6d688 [2022-04-19T20:39:01.699Z] ---> e4e35fa30436 [2022-04-19T20:39:01.699Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T20:39:01.699Z] ---> Running in 31706681daeb [2022-04-19T20:39:01.699Z] Removing intermediate container 31706681daeb [2022-04-19T20:39:01.699Z] ---> bcd67372cf4e [2022-04-19T20:39:01.699Z] Step 24/26 : LABEL arch=x86_64 [2022-04-19T20:39:01.699Z] ---> Running in 3a9cf464c3ef [2022-04-19T20:39:01.699Z] Removing intermediate container 3a9cf464c3ef [2022-04-19T20:39:01.699Z] ---> 9a4bb567995f [2022-04-19T20:39:01.699Z] Step 25/26 : LABEL git_sha=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [2022-04-19T20:39:01.699Z] ---> Running in ad6b8b8d18ef [2022-04-19T20:39:01.699Z] Removing intermediate container ad6b8b8d18ef [2022-04-19T20:39:01.699Z] ---> f0644142ec0d [2022-04-19T20:39:01.699Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T20:39:01.699Z] ---> Running in 17990936efe3 [2022-04-19T20:39:01.699Z] Removing intermediate container 17990936efe3 [2022-04-19T20:39:01.699Z] ---> ae21858f725f [2022-04-19T20:39:01.699Z] [2022-04-19T20:39:01.699Z] Successfully built ae21858f725f [2022-04-19T20:39:01.699Z] Successfully tagged security-spire-config:latest [2022-04-19T20:39:01.707Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-19T20:39:01.717Z] $ docker stop --time=1 2750a240ff9d33af0303dac95abcea39960de7cf167f7afe8b678ae9462297c2 [2022-04-19T20:39:01.860Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2022-04-19T20:39:02.873Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2022-04-19T20:39:03.035Z] $ docker rm -f 2750a240ff9d33af0303dac95abcea39960de7cf167f7afe8b678ae9462297c2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T20:39:03.391Z] + docker images [2022-04-19T20:39:03.391Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T20:39:03.391Z] security-spire-config latest ae21858f725f 3 seconds ago 86.7MB [2022-04-19T20:39:03.391Z] security-spire-server latest 4584b6550bad 6 seconds ago 87.3MB [2022-04-19T20:39:03.391Z] 88817c1b717a 17 seconds ago 4.43GB [2022-04-19T20:39:03.391Z] 73fd2a531b63 22 seconds ago 4.43GB [2022-04-19T20:39:03.391Z] core-data latest c74bc6813a07 58 seconds ago 22.5MB [2022-04-19T20:39:03.391Z] 370a46a9b606 About a minute ago 1.52GB [2022-04-19T20:39:03.391Z] core-metadata latest 1d13295200f4 About a minute ago 17MB [2022-04-19T20:39:03.391Z] security-spire-agent latest 638739f0e398 About a minute ago 127MB [2022-04-19T20:39:03.391Z] a98cc8306edc About a minute ago 1.5GB [2022-04-19T20:39:03.391Z] support-notifications latest 7c5e77f7b366 About a minute ago 26.8MB [2022-04-19T20:39:03.391Z] a9d62f5eccd8 About a minute ago 1.55GB [2022-04-19T20:39:03.391Z] 808608556457 About a minute ago 4.43GB [2022-04-19T20:39:03.391Z] security-proxy-setup latest 5511d4b56368 About a minute ago 26.9MB [2022-04-19T20:39:03.391Z] 894dc4ce9a6a 2 minutes ago 1.5GB [2022-04-19T20:39:03.391Z] support-scheduler latest 67e150eb7de6 2 minutes ago 26.2MB [2022-04-19T20:39:03.391Z] core-command latest 1ec4bc5357d2 2 minutes ago 16MB [2022-04-19T20:39:03.391Z] 17329232fb51 3 minutes ago 1.55GB [2022-04-19T20:39:03.391Z] babd9b8cef6c 3 minutes ago 1.49GB [2022-04-19T20:39:03.391Z] sys-mgmt-agent latest 842289c3b87a 4 minutes ago 299MB [2022-04-19T20:39:03.391Z] security-bootstrapper latest 1d004e8af231 4 minutes ago 19MB [2022-04-19T20:39:03.391Z] security-spiffe-token-provider latest ee1015d485aa 4 minutes ago 28.8MB [2022-04-19T20:39:03.391Z] security-secretstore-setup latest d0565167ba4b 4 minutes ago 28.5MB [2022-04-19T20:39:03.391Z] 18f98c215224 4 minutes ago 1.49GB [2022-04-19T20:39:03.391Z] f3b577407d22 4 minutes ago 1.54GB [2022-04-19T20:39:03.391Z] 8953a7fafefc 4 minutes ago 1.5GB [2022-04-19T20:39:03.391Z] 2f3a3b401b95 4 minutes ago 1.5GB [2022-04-19T20:39:03.391Z] ci-base-image-x86_64 latest 3c5c947897ed 7 minutes ago 896MB [2022-04-19T20:39:03.391Z] docker 20.10.14 7417809fdb73 2 weeks ago 218MB [2022-04-19T20:39:03.391Z] alpine 3.14 e04c818066af 2 weeks ago 5.59MB [2022-04-19T20:39:03.391Z] alpine 3.15 0ac33e5f5afa 2 weeks ago 5.57MB [2022-04-19T20:39:03.391Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base 1.17-alpine 99d49a6021b9 2 months ago 562MB [2022-04-19T20:39:03.391Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver latest aa7d48a56d93 6 months ago 34.5MB [2022-04-19T20:39:03.391Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose latest 360bccc3ab07 21 months ago 310MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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-04-19T20:39:06.339Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2022-04-19T20:39:06.339Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/security-spiffe-token-provider [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2022-04-19T20:39:18.834Z] ? github.com/edgexfoundry/edgex-go/internal/core/command [no test files] [2022-04-19T20:39:34.130Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/application 0.504s coverage: 28.7% of statements [2022-04-19T20:39:34.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2022-04-19T20:39:34.130Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2022-04-19T20:39:40.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/controller/http 0.424s coverage: 98.5% of statements [2022-04-19T20:39:40.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data [no test files] [2022-04-19T20:39:40.902Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/application 0.465s coverage: 53.4% of statements [2022-04-19T20:39:40.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2022-04-19T20:39:40.902Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2022-04-19T20:40:03.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/controller/http 18.468s coverage: 89.2% of statements [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/controller/messaging [no test files] [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces [no test files] [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:40:03.242Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/messaging 1.358s coverage: 84.4% of statements [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata [no test files] [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/application [no test files] [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2022-04-19T20:40:03.242Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/controller/http 2.704s coverage: 95.6% of statements [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/io 0.277s coverage: 72.2% of statements [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/application [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/controller/http 0.599s coverage: 60.0% of statements [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/infrastructure/redis 0.462s coverage: 0.9% of statements [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/interfaces [no test files] [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.583s coverage: 58.8% of statements [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/utils 0.405s coverage: 29.6% of statements [2022-04-19T20:40:06.715Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.371s coverage: 47.1% of statements [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 1.429s coverage: 79.5% of statements [2022-04-19T20:40:06.715Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.230s coverage: 94.1% of statements [2022-04-19T20:40:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.380s coverage: 96.3% of statements [2022-04-19T20:40:08.205Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.252s coverage: 87.5% of statements [2022-04-19T20:40:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.342s coverage: 94.4% of statements [2022-04-19T20:40:23.419Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.231s coverage: 44.8% of statements [2022-04-19T20:40:27.762Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.738s coverage: 82.5% of statements [2022-04-19T20:40:27.762Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl/share [no test files] [2022-04-19T20:40:36.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.372s coverage: 92.9% of statements [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2022-04-19T20:40:36.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.072s coverage: 65.1% of statements [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2022-04-19T20:40:36.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.257s coverage: 87.2% of statements [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2022-04-19T20:40:36.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.242s coverage: 100.0% of statements [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2022-04-19T20:40:36.127Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.313s coverage: 58.8% of statements [2022-04-19T20:40:36.127Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2022-04-19T20:40:36.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.390s coverage: 80.0% of statements [2022-04-19T20:40:36.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.287s coverage: 87.2% of statements [2022-04-19T20:40:36.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.364s coverage: 85.4% of statements [2022-04-19T20:40:36.128Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.963s coverage: 91.2% of statements [2022-04-19T20:40:36.128Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2022-04-19T20:40:42.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 1.118s coverage: 64.4% of statements [2022-04-19T20:40:42.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2022-04-19T20:40:42.894Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2022-04-19T20:40:42.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.299s coverage: 100.0% of statements [2022-04-19T20:40:42.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.135s coverage: 89.4% of statements [2022-04-19T20:40:42.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.078s coverage: 100.0% of statements [2022-04-19T20:40:42.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.094s coverage: 73.7% of statements [2022-04-19T20:40:42.894Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.053s coverage: 100.0% of statements [2022-04-19T20:40:53.100Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.692s coverage: 65.4% of statements [2022-04-19T20:40:53.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2022-04-19T20:40:53.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2022-04-19T20:40:53.100Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2022-04-19T20:40:54.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.844s coverage: 43.8% of statements [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2022-04-19T20:40:54.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.326s coverage: 89.5% of statements [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2022-04-19T20:40:54.572Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.354s coverage: 84.8% of statements [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider [no test files] [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/config [no test files] [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/security/spiffetokenprovider/container [no test files] [2022-04-19T20:40:54.572Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications [no test files] [2022-04-19T20:41:02.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/application 6.443s coverage: 17.7% of statements [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/application/channel/mocks [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2022-04-19T20:41:02.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/controller/http 0.782s coverage: 92.3% of statements [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/application [no test files] [2022-04-19T20:41:02.913Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/application/scheduler 0.258s coverage: 63.2% of statements [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2022-04-19T20:41:02.913Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2022-04-19T20:41:04.894Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/controller/http 0.490s coverage: 97.7% of statements [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/infrastructure/interfaces/mocks [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application [no test files] [2022-04-19T20:41:04.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct 0.220s coverage: 28.9% of statements [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/direct/config [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/application/executor [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/controller/http [no test files] [2022-04-19T20:41:04.894Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2022-04-19T20:41:04.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.226s coverage: 100.0% of statements [2022-04-19T20:41:04.894Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.094s coverage: 96.9% of statements [2022-04-19T20:41:05.872Z] if which hadolint > /dev/null ; then hadolint --config .hadolint.yml `find * -type f -name 'Dockerfile*' -print` ; elif test "aarch64" = "x86_64" && which docker > /dev/null ; then docker run --rm -v `pwd`:/host:ro,z --entrypoint /bin/hadolint hadolint/hadolint:latest --config /host/.hadolint.yml `find * -type f -name 'Dockerfile*' | xargs -i echo '/host/{}'` ; fi [2022-04-19T20:41:05.872Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2022-04-19T20:41:05.872Z] GO111MODULE=on go vet ./... [2022-04-19T20:43:12.858Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-19T20:43:12.858Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-04-19T20:43:12.858Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2022-04-19T20:43:12.885Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-04-19T20:43:13.541Z] + ls -al . [2022-04-19T20:43:13.541Z] total 668 [2022-04-19T20:43:13.541Z] drwxrwxr-x 9 1001 1001 4096 Apr 19 20:43 . [2022-04-19T20:43:13.541Z] drwxr-xr-x 4 root root 4096 Apr 19 20:36 .. [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 11 Apr 19 20:34 .dockerignore [2022-04-19T20:43:13.541Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:34 .git [2022-04-19T20:43:13.541Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:34 .github [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 879 Apr 19 20:34 .gitignore [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 42 Apr 19 20:34 .golangci.yml [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 87 Apr 19 20:34 .hadolint.yml [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 166 Apr 19 20:34 .sonarcloud.properties [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 1171 Apr 19 20:34 ADOPTERS.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 10086 Apr 19 20:34 Attribution.txt [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 51732 Apr 19 20:34 CHANGELOG.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 3804 Apr 19 20:34 CONTRIBUTING.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 677 Apr 19 20:34 GOVERNANCE.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 850 Apr 19 20:34 Jenkinsfile [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 10775 Apr 19 20:34 LICENSE [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 10389 Apr 19 20:34 Makefile [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 582 Apr 19 20:34 OWNERS.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 9120 Apr 19 20:34 README.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 6912 Apr 19 20:34 SECURITY.md [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 5 Apr 19 20:30 VERSION [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 4131 Apr 19 20:34 ZMQWindows.md [2022-04-19T20:43:13.541Z] drwxrwxr-x 2 1001 1001 4096 Apr 19 20:34 bin [2022-04-19T20:43:13.541Z] drwxrwxr-x 18 1001 1001 4096 Apr 19 20:34 cmd [2022-04-19T20:43:13.541Z] -rw-r--r-- 1 root root 435134 Apr 19 20:41 coverage.out [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 3256 Apr 19 20:34 go.mod [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 35162 Apr 19 20:36 go.sum [2022-04-19T20:43:13.541Z] drwxrwxr-x 8 1001 1001 4096 Apr 19 20:34 internal [2022-04-19T20:43:13.541Z] drwxrwxr-x 3 1001 1001 4096 Apr 19 20:34 openapi [2022-04-19T20:43:13.541Z] drwxrwxr-x 4 1001 1001 4096 Apr 19 20:34 snap [2022-04-19T20:43:13.541Z] -rw-rw-r-- 1 1001 1001 204 Apr 19 20:34 version.go [Pipeline] sh [2022-04-19T20:43:14.215Z] + '[' -e coverage.out ] [2022-04-19T20:43:14.215Z] + chown 1001:1001 coverage.out [Pipeline] stash [2022-04-19T20:43:14.239Z] Warning: overwriting stash ‘coverage-report’ [2022-04-19T20:43:15.201Z] Stashed 1 file(s) [Pipeline] sh [2022-04-19T20:43:15.856Z] + make build [2022-04-19T20:43:15.856Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T20:44:52.730Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T20:46:14.619Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T20:46:14.619Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T20:46:54.105Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T20:46:54.105Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T20:46:57.507Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T20:47:05.806Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T20:47:09.209Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T20:47:15.939Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T20:47:19.328Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T20:47:23.656Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T20:47:33.850Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [Pipeline] } [2022-04-19T20:47:39.280Z] $ docker stop --time=1 48ebcb46067402a00f2ae47a4b9263a101cd8c19c3f0de7673ea55e5f2177653 [2022-04-19T20:47:41.481Z] $ docker rm -f 48ebcb46067402a00f2ae47a4b9263a101cd8c19c3f0de7673ea55e5f2177653 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:47:43.999Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:43.999Z] [2022-04-19T20:47:43.999Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:47:44.636Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:44.912Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2022-04-19T20:47:44.912Z] 29e5d40040c1: Pulling fs layer [2022-04-19T20:47:44.912Z] 1ce36da41761: Pulling fs layer [2022-04-19T20:47:44.912Z] 25b303627fd3: Pulling fs layer [2022-04-19T20:47:44.912Z] 29e5d40040c1: Verifying Checksum [2022-04-19T20:47:44.912Z] 29e5d40040c1: Download complete [2022-04-19T20:47:45.190Z] 1ce36da41761: Verifying Checksum [2022-04-19T20:47:45.190Z] 1ce36da41761: Download complete [2022-04-19T20:47:45.792Z] 29e5d40040c1: Pull complete [2022-04-19T20:47:47.236Z] 25b303627fd3: Verifying Checksum [2022-04-19T20:47:47.236Z] 25b303627fd3: Download complete [2022-04-19T20:47:47.236Z] 1ce36da41761: Pull complete [2022-04-19T20:47:59.655Z] 25b303627fd3: Pull complete [2022-04-19T20:47:59.655Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2022-04-19T20:47:59.655Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:47:59.655Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2022-04-19T20:47:59.928Z] prd-ubuntu20.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2022-04-19T20:48:00.026Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T20:48:02.761Z] $ docker top 2beacee0fce3ef38683c50b9442aa7c5023612315da8a922fa891bae26116d6a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:48:03.728Z] + grep parallel [2022-04-19T20:48:03.729Z] + docker-compose build --help [2022-04-19T20:48:10.430Z] --parallel Build images in parallel. [Pipeline] } [2022-04-19T20:48:10.455Z] $ docker stop --time=1 2beacee0fce3ef38683c50b9442aa7c5023612315da8a922fa891bae26116d6a [2022-04-19T20:48:12.254Z] $ docker rm -f 2beacee0fce3ef38683c50b9442aa7c5023612315da8a922fa891bae26116d6a [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T20:48:12.945Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2022-04-19T20:48:12.945Z] . [Pipeline] withDockerContainer [2022-04-19T20:48:13.220Z] prd-ubuntu20.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2022-04-19T20:48:13.321Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2022-04-19T20:48:14.823Z] $ docker top d373fc4eafee3b76155420f55ed9a11d7eacd376882ebe1f6abf44573aefdeba -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T20:48:15.793Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2022-04-19T20:48:22.518Z] Building core-command ... [2022-04-19T20:48:22.518Z] Building core-data ... [2022-04-19T20:48:22.518Z] Building core-metadata ... [2022-04-19T20:48:22.518Z] Building security-bootstrapper ... [2022-04-19T20:48:22.518Z] Building security-proxy-setup ... [2022-04-19T20:48:22.518Z] Building security-secretstore-setup ... [2022-04-19T20:48:22.518Z] Building security-spiffe-token-provider ... [2022-04-19T20:48:22.518Z] Building security-spire-agent ... [2022-04-19T20:48:22.518Z] Building security-spire-config ... [2022-04-19T20:48:22.518Z] Building security-spire-server ... [2022-04-19T20:48:22.518Z] Building support-notifications ... [2022-04-19T20:48:22.518Z] Building support-scheduler ... [2022-04-19T20:48:22.518Z] Building sys-mgmt-agent ... [2022-04-19T20:48:22.518Z] Building core-command [2022-04-19T20:48:22.518Z] Building support-scheduler [2022-04-19T20:48:22.518Z] Building security-spire-agent [2022-04-19T20:48:22.518Z] Building support-notifications [2022-04-19T20:48:22.518Z] Building security-proxy-setup [2022-04-19T20:49:59.346Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:59.346Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:59.346Z] ---> c02c39814627 [2022-04-19T20:49:59.346Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:49:59.346Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:59.346Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:59.346Z] ---> c02c39814627 [2022-04-19T20:49:59.346Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T20:49:59.346Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:59.346Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:59.346Z] ---> c02c39814627 [2022-04-19T20:49:59.346Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:49:59.346Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:59.346Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:59.346Z] ---> c02c39814627 [2022-04-19T20:49:59.346Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:49:59.346Z] Step 1/22 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:49:59.346Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:49:59.346Z] ---> c02c39814627 [2022-04-19T20:49:59.346Z] Step 3/22 : WORKDIR /edgex-go [2022-04-19T20:49:59.346Z] ---> Running in 96438933af19 [2022-04-19T20:49:59.346Z] ---> Running in 8996bdd26096 [2022-04-19T20:49:59.346Z] ---> Running in cb04592badfa [2022-04-19T20:49:59.346Z] ---> Running in 1497cfdf5f34 [2022-04-19T20:49:59.346Z] ---> Running in e322ad5f809f [2022-04-19T20:49:59.346Z] Removing intermediate container 96438933af19 [2022-04-19T20:49:59.346Z] ---> 95d2dbc2f893 [2022-04-19T20:49:59.346Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:59.346Z] Removing intermediate container cb04592badfa [2022-04-19T20:49:59.346Z] ---> dab09a99e485 [2022-04-19T20:49:59.346Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:59.346Z] ---> Running in 018ce99dd170 [2022-04-19T20:49:59.346Z] ---> Running in 452a305c5a71 [2022-04-19T20:49:59.346Z] Removing intermediate container e322ad5f809f [2022-04-19T20:49:59.346Z] ---> 293c74bcdad8 [2022-04-19T20:49:59.346Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:59.346Z] Removing intermediate container 8996bdd26096 [2022-04-19T20:49:59.346Z] ---> c121b391962e [2022-04-19T20:49:59.346Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:59.346Z] Removing intermediate container 1497cfdf5f34 [2022-04-19T20:49:59.346Z] ---> d4ce8331fd75 [2022-04-19T20:49:59.346Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:49:59.346Z] ---> Running in 8cb6a2bda999 [2022-04-19T20:49:59.346Z] ---> Running in 2b4eb34c3bd3 [2022-04-19T20:49:59.346Z] ---> Running in fd5ea060467a [2022-04-19T20:49:59.346Z] Removing intermediate container 018ce99dd170 [2022-04-19T20:49:59.346Z] ---> d172b325150f [2022-04-19T20:49:59.346Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:49:59.346Z] Removing intermediate container 8cb6a2bda999 [2022-04-19T20:49:59.346Z] ---> dd746bfbc348 [2022-04-19T20:49:59.346Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:49:59.346Z] ---> Running in db019e2e53e5 [2022-04-19T20:49:59.346Z] ---> Running in e88af9532a07 [2022-04-19T20:49:59.346Z] Removing intermediate container 452a305c5a71 [2022-04-19T20:49:59.346Z] ---> 6f7892f5a479 [2022-04-19T20:49:59.346Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T20:49:59.346Z] Removing intermediate container 2b4eb34c3bd3 [2022-04-19T20:49:59.346Z] ---> af4c3a822e6e [2022-04-19T20:49:59.346Z] Step 5/22 : RUN apk add --update --no-cache make git [2022-04-19T20:49:59.346Z] Removing intermediate container fd5ea060467a [2022-04-19T20:49:59.346Z] ---> c7ff6738f265 [2022-04-19T20:49:59.346Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2022-04-19T20:49:59.346Z] ---> Running in 9c6f4df2abfe [2022-04-19T20:49:59.346Z] ---> Running in 1f86f95d11fd [2022-04-19T20:49:59.346Z] ---> Running in 46b24d7e2fe6 [2022-04-19T20:49:59.346Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:49:59.347Z] OK: 220 MiB in 52 packages [2022-04-19T20:49:59.347Z] OK: 220 MiB in 52 packages [2022-04-19T20:50:00.374Z] OK: 220 MiB in 52 packages [2022-04-19T20:50:00.374Z] OK: 220 MiB in 52 packages [2022-04-19T20:50:00.374Z] OK: 220 MiB in 52 packages [2022-04-19T20:50:01.849Z] Removing intermediate container db019e2e53e5 [2022-04-19T20:50:01.849Z] ---> 48742f7f4a64 [2022-04-19T20:50:01.849Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:50:01.849Z] Removing intermediate container e88af9532a07 [2022-04-19T20:50:01.849Z] ---> 09237f8f793f [2022-04-19T20:50:01.849Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:50:02.461Z] Removing intermediate container 1f86f95d11fd [2022-04-19T20:50:02.461Z] ---> 12f7751d17c3 [2022-04-19T20:50:02.461Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:50:02.461Z] Removing intermediate container 46b24d7e2fe6 [2022-04-19T20:50:02.461Z] ---> 176602d8e6ad [2022-04-19T20:50:02.461Z] Step 6/22 : COPY go.mod vendor* ./ [2022-04-19T20:50:02.744Z] Removing intermediate container 9c6f4df2abfe [2022-04-19T20:50:02.744Z] ---> a96e5e712fad [2022-04-19T20:50:02.744Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T20:50:03.030Z] ---> 5987e9de3008 [2022-04-19T20:50:03.030Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:50:03.313Z] ---> Running in 365234afe92b [2022-04-19T20:50:03.933Z] ---> 8e2fe80b0f92 [2022-04-19T20:50:03.933Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:50:04.235Z] ---> Running in 5fb9b0472631 [2022-04-19T20:50:04.512Z] ---> 8e3775b90854 [2022-04-19T20:50:04.512Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:50:04.512Z] ---> e86d20c901cb [2022-04-19T20:50:04.512Z] Step 7/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:50:04.512Z] ---> a438aa7b853f [2022-04-19T20:50:04.512Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:50:04.814Z] ---> Running in f24a92197793 [2022-04-19T20:50:04.814Z] ---> Running in 58a476eee149 [2022-04-19T20:50:04.814Z] ---> Running in ce63e62b2925 [2022-04-19T20:50:09.184Z] Removing intermediate container 365234afe92b [2022-04-19T20:50:09.184Z] ---> b828a217091b [2022-04-19T20:50:09.184Z] Step 8/23 : COPY . . [2022-04-19T20:50:09.813Z] Removing intermediate container 5fb9b0472631 [2022-04-19T20:50:09.813Z] ---> a683a62c1145 [2022-04-19T20:50:09.813Z] Step 8/22 : COPY . . [2022-04-19T20:50:12.490Z] Removing intermediate container ce63e62b2925 [2022-04-19T20:50:12.490Z] ---> 5c044393b97c [2022-04-19T20:50:12.490Z] Step 8/22 : COPY . . [2022-04-19T20:50:12.490Z] Removing intermediate container f24a92197793 [2022-04-19T20:50:12.490Z] ---> dad8d160a9eb [2022-04-19T20:50:12.490Z] Step 8/22 : COPY . . [2022-04-19T20:50:12.490Z] Removing intermediate container 58a476eee149 [2022-04-19T20:50:12.490Z] ---> ab650a0f8e57 [2022-04-19T20:50:12.490Z] Step 8/26 : COPY . . [2022-04-19T20:50:44.911Z] ---> 1d09c77da4da [2022-04-19T20:50:44.911Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2022-04-19T20:50:44.911Z] ---> caaed55ecbec [2022-04-19T20:50:44.911Z] Step 9/23 : RUN make cmd/core-command/core-command [2022-04-19T20:50:44.911Z] ---> 328863484ae4 [2022-04-19T20:50:44.911Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2022-04-19T20:50:44.911Z] ---> Running in c8b12e71838f [2022-04-19T20:50:44.911Z] ---> Running in 022ed7c81d2b [2022-04-19T20:50:44.911Z] ---> Running in 356981cadd6b [2022-04-19T20:50:44.911Z] ---> 76969c618310 [2022-04-19T20:50:44.911Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T20:50:44.911Z] ---> Running in 5f7154012722 [2022-04-19T20:50:44.911Z] ---> 399fe0b6f322 [2022-04-19T20:50:44.911Z] Step 9/22 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2022-04-19T20:50:44.911Z] Removing intermediate container 5f7154012722 [2022-04-19T20:50:44.911Z] ---> 5b2ee4b8b33c [2022-04-19T20:50:44.911Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T20:50:44.911Z] ---> Running in 07344a1e3233 [2022-04-19T20:50:44.911Z] ---> Running in 76de2d2d41d1 [2022-04-19T20:50:45.518Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2022-04-19T20:50:45.799Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-command/core-command ./cmd/core-command [2022-04-19T20:50:45.799Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus " -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2022-04-19T20:50:46.809Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2022-04-19T20:50:48.277Z] Removing intermediate container 07344a1e3233 [2022-04-19T20:50:48.277Z] ---> 0eb6bc919fbc [2022-04-19T20:50:48.277Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T20:50:48.277Z] ---> Running in 192ad961be11 [2022-04-19T20:50:48.895Z] Removing intermediate container 192ad961be11 [2022-04-19T20:50:48.895Z] ---> c3d6a77e80d2 [2022-04-19T20:50:48.895Z] 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-04-19T20:50:48.895Z] ---> Running in d7c5e9c2923c [2022-04-19T20:50:51.574Z] spire-1.2.1/ [2022-04-19T20:50:51.574Z] spire-1.2.1/.data/ [2022-04-19T20:50:51.574Z] spire-1.2.1/.data/.file [2022-04-19T20:50:51.574Z] spire-1.2.1/.dockerignore [2022-04-19T20:50:51.574Z] spire-1.2.1/.gitattributes [2022-04-19T20:50:51.574Z] spire-1.2.1/.githooks/ [2022-04-19T20:50:51.574Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/ [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/ [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T20:50:51.574Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T20:50:51.574Z] spire-1.2.1/.gitignore [2022-04-19T20:50:51.574Z] spire-1.2.1/.go-version [2022-04-19T20:50:51.574Z] spire-1.2.1/.golangci.yml [2022-04-19T20:50:51.574Z] spire-1.2.1/ADOPTERS.md [2022-04-19T20:50:51.574Z] spire-1.2.1/CHANGELOG.md [2022-04-19T20:50:51.574Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T20:50:51.574Z] spire-1.2.1/CODEOWNERS [2022-04-19T20:50:51.574Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T20:50:51.574Z] spire-1.2.1/Dockerfile [2022-04-19T20:50:51.857Z] spire-1.2.1/Dockerfile.dev [2022-04-19T20:50:51.857Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T20:50:51.857Z] spire-1.2.1/LICENSE [2022-04-19T20:50:51.857Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T20:50:51.857Z] spire-1.2.1/Makefile [2022-04-19T20:50:51.857Z] spire-1.2.1/README.md [2022-04-19T20:50:51.857Z] spire-1.2.1/ROADMAP.md [2022-04-19T20:50:51.857Z] spire-1.2.1/SECURITY.md [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T20:50:51.857Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T20:50:51.858Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/ [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/agent/ [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/server/ [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/server/server.conf [2022-04-19T20:50:51.858Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/ [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/auditlog.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/ [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T20:50:51.858Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T20:50:52.140Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/spire_server.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/telemetry.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/upgrading.md [2022-04-19T20:50:52.141Z] spire-1.2.1/doc/using_spire.md [2022-04-19T20:50:52.141Z] spire-1.2.1/examples/ [2022-04-19T20:50:52.141Z] spire-1.2.1/examples/README.md [2022-04-19T20:50:52.141Z] spire-1.2.1/go.mod [2022-04-19T20:50:52.141Z] spire-1.2.1/go.sum [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T20:50:52.141Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T20:50:52.142Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T20:50:52.142Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T20:50:52.142Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T20:50:52.421Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/log/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T20:50:52.422Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/version/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T20:50:52.704Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T20:50:52.705Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/config.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T20:50:52.988Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:50:52.989Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T20:50:53.272Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/server.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/private/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/private/server/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T20:50:53.273Z] spire-1.2.1/release/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/README.md [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/conf/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T20:50:53.273Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T20:50:53.273Z] spire-1.2.1/script/ [2022-04-19T20:50:53.273Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T20:50:53.273Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T20:50:53.273Z] spire-1.2.1/support/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T20:50:53.273Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T20:50:53.274Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T20:50:53.274Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T20:50:53.274Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T20:50:53.557Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T20:50:53.557Z] spire-1.2.1/test/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/clock/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/clock/clock.go [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T20:50:53.557Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T20:50:53.558Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/common [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T20:50:53.558Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T20:50:53.559Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T20:50:53.843Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T20:50:53.844Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T20:50:53.845Z] spire-1.2.1/test/integration/test.sh [2022-04-19T20:50:53.845Z] spire-1.2.1/test/plugintest/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testca/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testca/ca.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testkey/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/testkey/new.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/util/ [2022-04-19T20:50:53.845Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/util/race.go [2022-04-19T20:50:53.845Z] spire-1.2.1/test/util/util.go [2022-04-19T20:50:53.845Z] building spire from source... [2022-04-19T20:50:54.847Z] Installing go1.17.7... [2022-04-19T20:51:27.328Z] Building bin/spire-server... [2022-04-19T20:51:27.328Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T20:51:27.328Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T20:51:27.328Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T20:51:27.328Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T20:51:27.328Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T20:51:28.323Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T20:51:28.933Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T20:51:29.536Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T20:51:29.536Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T20:51:29.819Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T20:51:30.433Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T20:51:30.433Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T20:51:30.433Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T20:51:30.716Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T20:51:31.000Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T20:51:31.000Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T20:51:31.000Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T20:51:31.292Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T20:51:31.582Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T20:51:33.068Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T20:51:33.068Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T20:51:59.980Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T20:51:59.980Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T20:51:59.980Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T20:52:00.586Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T20:52:00.867Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T20:52:00.867Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T20:52:00.867Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T20:52:00.867Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T20:52:01.147Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T20:52:01.755Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T20:52:01.755Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T20:52:02.363Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T20:52:02.363Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T20:52:02.363Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T20:52:02.363Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T20:52:02.643Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T20:52:02.643Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T20:52:02.643Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T20:52:02.921Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T20:52:03.916Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T20:52:03.916Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T20:52:04.197Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T20:52:04.804Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T20:52:04.804Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T20:52:04.804Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T20:52:05.411Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T20:52:05.689Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T20:52:05.689Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T20:52:07.702Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T20:52:08.705Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T20:52:15.492Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T20:52:15.492Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T20:52:15.492Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T20:52:15.492Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T20:52:15.492Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T20:52:15.775Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T20:52:16.054Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T20:52:16.336Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T20:52:16.336Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T20:52:17.138Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T20:52:17.763Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T20:52:36.571Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T20:52:36.571Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T20:53:15.667Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T20:53:15.667Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T20:53:15.667Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T20:53:15.667Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T20:54:02.708Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T20:54:02.708Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T20:54:02.708Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T20:54:02.708Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T20:54:02.708Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T20:54:02.990Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T20:54:03.991Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T20:54:04.272Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T20:54:04.272Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T20:54:04.552Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T20:54:04.831Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T20:54:05.440Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T20:54:05.440Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T20:54:05.440Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T20:54:05.721Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T20:54:06.004Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T20:54:07.461Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T20:54:07.461Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T20:54:07.741Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T20:54:08.019Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T20:54:08.019Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T20:54:08.299Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T20:54:08.299Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T20:54:15.057Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T20:54:15.057Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T20:54:15.057Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T20:54:15.057Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T20:54:15.057Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T20:54:15.057Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T20:54:15.334Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T20:54:16.328Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T20:54:16.328Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T20:54:16.933Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T20:54:16.933Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T20:54:16.933Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T20:54:17.931Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T20:54:18.542Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T20:54:18.821Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T20:54:19.099Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T20:54:19.375Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T20:54:19.375Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T20:54:19.375Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T20:54:19.375Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T20:54:19.653Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T20:54:20.645Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T20:54:20.924Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T20:54:21.201Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T20:54:21.201Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T20:54:21.487Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T20:54:22.487Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T20:54:22.487Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T20:54:22.770Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T20:54:24.778Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T20:54:24.778Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T20:54:25.062Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T20:54:25.343Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T20:54:25.624Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T20:54:26.234Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T20:54:29.654Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T20:54:31.670Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T20:54:31.949Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T20:54:32.560Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T20:54:32.560Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T20:54:33.558Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T20:54:33.558Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T20:54:33.558Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T20:54:33.838Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T20:54:33.838Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T20:54:33.838Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T20:54:34.118Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T20:54:44.327Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T20:54:44.327Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T20:54:44.327Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T20:54:44.327Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T20:54:52.635Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T20:54:52.635Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T20:56:44.574Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/secrets-config ./cmd/secrets-config [2022-04-19T20:56:44.574Z] Removing intermediate container 356981cadd6b [2022-04-19T20:56:44.574Z] ---> e5297ea4b0be [2022-04-19T20:56:44.574Z] [2022-04-19T20:56:44.574Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T20:56:44.574Z] 3.14: Pulling from library/alpine [2022-04-19T20:56:44.574Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-19T20:56:44.574Z] Status: Downloaded newer image for alpine:3.14 [2022-04-19T20:56:44.574Z] ---> ac73e934f311 [2022-04-19T20:56:44.574Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:56:44.574Z] ---> Running in 3ffa3e97a79f [2022-04-19T20:56:44.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:56:44.574Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:56:44.574Z] (1/1) Installing dumb-init (1.2.5-r1) [2022-04-19T20:56:44.574Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:56:44.574Z] OK: 5 MiB in 15 packages [2022-04-19T20:56:46.070Z] Removing intermediate container 3ffa3e97a79f [2022-04-19T20:56:46.070Z] ---> f1ef5915abf3 [2022-04-19T20:56:46.070Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:56:46.070Z] ---> Running in 486a7257e63c [2022-04-19T20:56:46.345Z] Removing intermediate container 486a7257e63c [2022-04-19T20:56:46.345Z] ---> 20834d35abc7 [2022-04-19T20:56:46.634Z] Step 13/23 : ENV APP_PORT=59882 [2022-04-19T20:56:46.634Z] ---> Running in 706a586fa365 [2022-04-19T20:56:47.640Z] Removing intermediate container 706a586fa365 [2022-04-19T20:56:47.640Z] ---> 1e80857e7f6f [2022-04-19T20:56:47.640Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T20:56:47.640Z] ---> Running in 90d37e3e6d28 [2022-04-19T20:56:48.659Z] Removing intermediate container 90d37e3e6d28 [2022-04-19T20:56:48.659Z] ---> 296b9a0b0c69 [2022-04-19T20:56:48.659Z] Step 15/23 : WORKDIR / [2022-04-19T20:56:48.659Z] ---> Running in 1500e1e41a7d [2022-04-19T20:56:49.679Z] Removing intermediate container 1500e1e41a7d [2022-04-19T20:56:49.679Z] ---> 9a26334302ca [2022-04-19T20:56:49.679Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:56:51.133Z] ---> 151951a201a8 [2022-04-19T20:56:51.133Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2022-04-19T20:56:55.478Z] ---> cd520b77247a [2022-04-19T20:56:55.478Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2022-04-19T20:56:56.946Z] ---> 6a259ad5763c [2022-04-19T20:56:56.946Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2022-04-19T20:56:56.946Z] ---> Running in e6d5230249ae [2022-04-19T20:56:57.564Z] Removing intermediate container 76de2d2d41d1 [2022-04-19T20:56:57.564Z] ---> 0b3557619cdd [2022-04-19T20:56:57.564Z] [2022-04-19T20:56:57.564Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:56:57.564Z] ---> ac73e934f311 [2022-04-19T20:56:57.564Z] Step 11/22 : RUN apk add --update --no-cache curl dumb-init [2022-04-19T20:56:57.858Z] ---> Running in 5752f8d4bec8 [2022-04-19T20:56:57.858Z] Removing intermediate container e6d5230249ae [2022-04-19T20:56:57.858Z] ---> 5d607194d932 [2022-04-19T20:56:57.858Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T20:56:58.146Z] ---> Running in 42ff28030b16 [2022-04-19T20:56:59.165Z] Removing intermediate container 42ff28030b16 [2022-04-19T20:56:59.165Z] ---> c4a745efb618 [2022-04-19T20:56:59.165Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T20:56:59.450Z] ---> Running in 632003b8ea13 [2022-04-19T20:57:00.481Z] Removing intermediate container 632003b8ea13 [2022-04-19T20:57:00.481Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:57:00.481Z] ---> 9c8abcd2e1b0 [2022-04-19T20:57:00.481Z] Step 22/23 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T20:57:00.481Z] ---> Running in 453c59520c1c [2022-04-19T20:57:01.116Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:57:01.116Z] Removing intermediate container 453c59520c1c [2022-04-19T20:57:01.116Z] ---> 2dba7f7b4a0a [2022-04-19T20:57:01.116Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T20:57:01.402Z] ---> Running in 8b28965049f8 [2022-04-19T20:57:02.023Z] Removing intermediate container 8b28965049f8 [2022-04-19T20:57:02.023Z] ---> 7929c7fcd3c2 [2022-04-19T20:57:02.023Z] [2022-04-19T20:57:02.640Z] (1/6) Installing ca-certificates (20211220-r0) [2022-04-19T20:57:02.640Z] Successfully built 7929c7fcd3c2 [2022-04-19T20:57:02.640Z] Successfully tagged core-command-arm64:latest [2022-04-19T20:57:02.640Z] (2/6) Installing brotli-libs (1.0.9-r5) [2022-04-19T20:57:02.640Z] Building core-metadata [2022-04-19T20:57:02.923Z]  Building core-command ... done (3/6) Installing nghttp2-libs (1.43.0-r0) [2022-04-19T20:57:02.923Z] (4/6) Installing libcurl (7.79.1-r0) [2022-04-19T20:57:02.923Z] (5/6) Installing curl (7.79.1-r0) [2022-04-19T20:57:02.923Z] (6/6) Installing dumb-init (1.2.5-r1) [2022-04-19T20:57:02.923Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T20:57:02.923Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T20:57:03.532Z] OK: 8 MiB in 20 packages [2022-04-19T20:57:06.209Z] Removing intermediate container 5752f8d4bec8 [2022-04-19T20:57:06.209Z] ---> 11cdc03a6b76 [2022-04-19T20:57:06.209Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T20:57:06.209Z] ---> Running in 5b687bb23da4 [2022-04-19T20:57:06.507Z] Removing intermediate container 5b687bb23da4 [2022-04-19T20:57:06.507Z] ---> bd0e08783bce [2022-04-19T20:57:06.507Z] Step 13/22 : WORKDIR /edgex [2022-04-19T20:57:06.793Z] ---> Running in 593b7af64ad9 [2022-04-19T20:57:07.407Z] Removing intermediate container 593b7af64ad9 [2022-04-19T20:57:07.407Z] ---> 27da8da26258 [2022-04-19T20:57:07.407Z] Step 14/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2022-04-19T20:57:08.849Z] ---> f0f8de89b2a6 [2022-04-19T20:57:08.849Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2022-04-19T20:57:10.310Z] ---> 0cf13c0d2341 [2022-04-19T20:57:10.310Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2022-04-19T20:57:12.302Z] ---> ff85daef1cda [2022-04-19T20:57:12.302Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T20:57:13.298Z] ---> 8e0179506ab3 [2022-04-19T20:57:13.298Z] Step 18/22 : RUN chmod 755 /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / [2022-04-19T20:57:13.576Z] ---> Running in 943feea5ad48 [2022-04-19T20:57:17.012Z] Removing intermediate container 943feea5ad48 [2022-04-19T20:57:17.012Z] ---> 5cb3537e6888 [2022-04-19T20:57:17.012Z] Step 19/22 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T20:57:17.298Z] ---> Running in 1c1fc8006e3e [2022-04-19T20:57:17.909Z] Removing intermediate container 1c1fc8006e3e [2022-04-19T20:57:17.909Z] ---> 687c6daf8e09 [2022-04-19T20:57:17.909Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T20:57:18.187Z] ---> Running in e2406f6b7228 [2022-04-19T20:57:19.185Z] Removing intermediate container e2406f6b7228 [2022-04-19T20:57:19.185Z] ---> f1f43f2953d0 [2022-04-19T20:57:19.185Z] Step 21/22 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T20:57:19.468Z] ---> Running in d1edbbff5e14 [2022-04-19T20:57:20.082Z] Removing intermediate container d1edbbff5e14 [2022-04-19T20:57:20.082Z] ---> c756c2e91ecd [2022-04-19T20:57:20.083Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T20:57:20.372Z] ---> Running in edce5a3e189e [2022-04-19T20:57:20.982Z] Removing intermediate container edce5a3e189e [2022-04-19T20:57:20.982Z] ---> f02ee61b0afd [2022-04-19T20:57:20.982Z] [2022-04-19T20:57:21.592Z] Successfully built f02ee61b0afd [2022-04-19T20:57:21.592Z] Successfully tagged security-proxy-setup-arm64:latest [2022-04-19T20:57:21.877Z] Building security-bootstrapper [2022-04-19T20:57:48.766Z]  Building security-proxy-setup ... done Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:57:48.766Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:57:48.766Z] ---> c02c39814627 [2022-04-19T20:57:48.766Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T20:57:48.766Z] ---> Using cache [2022-04-19T20:57:48.766Z] ---> d4ce8331fd75 [2022-04-19T20:57:48.766Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:57:48.766Z] ---> Using cache [2022-04-19T20:57:48.766Z] ---> c7ff6738f265 [2022-04-19T20:57:48.766Z] Step 5/23 : RUN apk add --update --no-cache make git [2022-04-19T20:57:48.766Z] ---> Running in 3c7e6cd62027 [2022-04-19T20:57:51.418Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T20:57:52.876Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T20:57:54.890Z] OK: 220 MiB in 52 packages [2022-04-19T20:57:56.919Z] Removing intermediate container 3c7e6cd62027 [2022-04-19T20:57:56.919Z] ---> 393117080a41 [2022-04-19T20:57:56.919Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T20:57:58.379Z] ---> f844cc2732af [2022-04-19T20:57:58.379Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:57:58.379Z] ---> Running in e370d7fd67fa [2022-04-19T20:58:08.599Z] Removing intermediate container e370d7fd67fa [2022-04-19T20:58:08.599Z] ---> b35867a11a3b [2022-04-19T20:58:08.599Z] Step 8/23 : COPY . . [2022-04-19T20:58:08.599Z] Step 1/31 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T20:58:08.599Z] Step 2/31 : FROM ${BUILDER_BASE} AS builder [2022-04-19T20:58:08.599Z] ---> c02c39814627 [2022-04-19T20:58:08.599Z] Step 3/31 : WORKDIR /edgex-go [2022-04-19T20:58:08.599Z] ---> Using cache [2022-04-19T20:58:08.599Z] ---> d4ce8331fd75 [2022-04-19T20:58:08.599Z] Step 4/31 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T20:58:08.599Z] ---> Using cache [2022-04-19T20:58:08.599Z] ---> c7ff6738f265 [2022-04-19T20:58:08.599Z] Step 5/31 : RUN apk add --update --no-cache make git [2022-04-19T20:58:08.599Z] ---> Using cache [2022-04-19T20:58:08.599Z] ---> 393117080a41 [2022-04-19T20:58:08.599Z] Step 6/31 : COPY go.mod vendor* ./ [2022-04-19T20:58:08.599Z] ---> Using cache [2022-04-19T20:58:08.599Z] ---> f844cc2732af [2022-04-19T20:58:08.599Z] Step 7/31 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T20:58:08.599Z] ---> Using cache [2022-04-19T20:58:08.599Z] ---> b35867a11a3b [2022-04-19T20:58:08.599Z] Step 8/31 : COPY . . [2022-04-19T20:58:47.694Z] ---> 8c57e8a8aa60 [2022-04-19T20:58:47.694Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2022-04-19T20:58:47.694Z] ---> eef54588a627 [2022-04-19T20:58:47.694Z] Step 9/31 : RUN make cmd/security-bootstrapper/security-bootstrapper [2022-04-19T20:58:47.694Z] ---> Running in 18063f9736fd [2022-04-19T20:58:47.694Z] ---> Running in 2a6d0b1ad2ee [2022-04-19T20:58:47.694Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2022-04-19T20:58:47.694Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2022-04-19T20:59:55.786Z] Removing intermediate container c8b12e71838f [2022-04-19T20:59:55.786Z] ---> eb079a33c192 [2022-04-19T20:59:55.786Z] [2022-04-19T20:59:55.786Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:59:55.786Z] ---> ac73e934f311 [2022-04-19T20:59:55.786Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2022-04-19T20:59:55.786Z] ---> Using cache [2022-04-19T20:59:55.786Z] ---> f1ef5915abf3 [2022-04-19T20:59:55.786Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T20:59:55.786Z] ---> Using cache [2022-04-19T20:59:55.786Z] ---> 20834d35abc7 [2022-04-19T20:59:55.786Z] Step 13/22 : ENV APP_PORT=59861 [2022-04-19T20:59:55.786Z] ---> Running in 749a61131df6 [2022-04-19T20:59:56.399Z] Removing intermediate container 749a61131df6 [2022-04-19T20:59:56.399Z] ---> c340598650be [2022-04-19T20:59:56.399Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T20:59:56.688Z] ---> Running in 69514b043d5a [2022-04-19T20:59:56.688Z] Removing intermediate container 022ed7c81d2b [2022-04-19T20:59:56.688Z] ---> c198cc698a58 [2022-04-19T20:59:56.688Z] [2022-04-19T20:59:56.688Z] Step 10/22 : FROM alpine:3.14 [2022-04-19T20:59:56.967Z] ---> ac73e934f311 [2022-04-19T20:59:56.967Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2022-04-19T20:59:56.967Z] ---> Running in b999d3290111 [2022-04-19T20:59:57.568Z] Removing intermediate container 69514b043d5a [2022-04-19T20:59:57.568Z] ---> 4984237c6c75 [2022-04-19T20:59:57.568Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T20:59:59.021Z] ---> c9914cb5b172 [2022-04-19T20:59:59.306Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2022-04-19T20:59:59.924Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:00:00.542Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:00:01.541Z] (1/2) Installing ca-certificates (20211220-r0) [2022-04-19T21:00:01.834Z] (2/2) Installing dumb-init (1.2.5-r1) [2022-04-19T21:00:01.834Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:00:01.834Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T21:00:02.120Z] ---> 0433d179c758 [2022-04-19T21:00:02.120Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2022-04-19T21:00:02.120Z] OK: 6 MiB in 16 packages [2022-04-19T21:00:03.698Z] ---> 40fb46975d54 [2022-04-19T21:00:03.698Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2022-04-19T21:00:03.699Z] ---> Running in 5196910810c3 [2022-04-19T21:00:04.405Z] Removing intermediate container 5196910810c3 [2022-04-19T21:00:04.405Z] ---> d537b40d8dc2 [2022-04-19T21:00:04.405Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:00:04.815Z] ---> Running in cadba084ab65 [2022-04-19T21:00:05.144Z] Removing intermediate container b999d3290111 [2022-04-19T21:00:05.144Z] ---> 69abded6a1c0 [2022-04-19T21:00:05.144Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T21:00:05.425Z] ---> Running in 88ae516fb1b8 [2022-04-19T21:00:05.717Z] Removing intermediate container cadba084ab65 [2022-04-19T21:00:05.717Z] ---> ddbe415cd4f2 [2022-04-19T21:00:05.717Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T21:00:05.717Z] ---> Running in 3e1c8bf118b1 [2022-04-19T21:00:06.335Z] Removing intermediate container 88ae516fb1b8 [2022-04-19T21:00:06.335Z] ---> 8cfe2015a7dc [2022-04-19T21:00:06.335Z] Step 13/22 : ENV APP_PORT=59860 [2022-04-19T21:00:06.664Z] Removing intermediate container 3e1c8bf118b1 [2022-04-19T21:00:06.664Z] ---> 1cf2d41afd33 [2022-04-19T21:00:06.664Z] Step 21/22 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:00:06.664Z] ---> Running in 10c068dc5cfb [2022-04-19T21:00:06.944Z] ---> Running in a1eba2f479cd [2022-04-19T21:00:07.566Z] Removing intermediate container a1eba2f479cd [2022-04-19T21:00:07.566Z] ---> 2e2cad75fcbe [2022-04-19T21:00:07.566Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T21:00:07.566Z] Removing intermediate container 10c068dc5cfb [2022-04-19T21:00:07.566Z] ---> 6fe236921493 [2022-04-19T21:00:07.566Z] Step 14/22 : EXPOSE $APP_PORT [2022-04-19T21:00:07.995Z] ---> Running in 276a989b6cc5 [2022-04-19T21:00:07.995Z] ---> Running in 3dfd15ca6690 [2022-04-19T21:00:09.112Z] Removing intermediate container 3dfd15ca6690 [2022-04-19T21:00:09.113Z] ---> f26129cc27c2 [2022-04-19T21:00:09.113Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:00:09.113Z] Removing intermediate container 276a989b6cc5 [2022-04-19T21:00:09.113Z] ---> 5cd4ffa31da9 [2022-04-19T21:00:09.113Z] [2022-04-19T21:00:10.133Z] Successfully built 5cd4ffa31da9 [2022-04-19T21:00:10.133Z] Successfully tagged support-scheduler-arm64:latest [2022-04-19T21:00:10.133Z]  Building support-scheduler ... done Building core-data [2022-04-19T21:00:10.424Z] ---> bc1f39d4ba94 [2022-04-19T21:00:10.424Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2022-04-19T21:00:13.065Z] ---> 0968efff4224 [2022-04-19T21:00:13.065Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2022-04-19T21:00:14.520Z] ---> 6f48b6e561d1 [2022-04-19T21:00:14.520Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2022-04-19T21:00:14.802Z] ---> Running in 02e7b80d5063 [2022-04-19T21:00:15.408Z] Removing intermediate container 02e7b80d5063 [2022-04-19T21:00:15.408Z] ---> efda9cb2b1d3 [2022-04-19T21:00:15.408Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:00:15.408Z] ---> Running in 8ce5ec644afa [2022-04-19T21:00:16.403Z] Removing intermediate container 8ce5ec644afa [2022-04-19T21:00:16.403Z] ---> daa30ca828dd [2022-04-19T21:00:16.403Z] Step 20/22 : LABEL arch=arm64 [2022-04-19T21:00:16.403Z] ---> Running in 54875ca79b95 [2022-04-19T21:00:17.014Z] Removing intermediate container 54875ca79b95 [2022-04-19T21:00:17.014Z] ---> 240e82286fab [2022-04-19T21:00:17.014Z] Step 21/22 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:00:17.014Z] ---> Running in 418a2cb949b9 [2022-04-19T21:00:18.010Z] Removing intermediate container 418a2cb949b9 [2022-04-19T21:00:18.010Z] ---> b1644b14320a [2022-04-19T21:00:18.010Z] Step 22/22 : LABEL version=0.0.0 [2022-04-19T21:00:18.010Z] ---> Running in 00f7b0989d91 [2022-04-19T21:00:18.610Z] Removing intermediate container 00f7b0989d91 [2022-04-19T21:00:18.610Z] ---> 67db2f4560b8 [2022-04-19T21:00:18.610Z] [2022-04-19T21:00:18.886Z] Successfully built 67db2f4560b8 [2022-04-19T21:00:18.886Z] Successfully tagged support-notifications-arm64:latest [2022-04-19T21:00:19.163Z]  Building support-notifications ... done Building security-spire-server [2022-04-19T21:01:06.221Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:01:06.221Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:01:06.221Z] ---> c02c39814627 [2022-04-19T21:01:06.221Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T21:01:06.221Z] ---> Using cache [2022-04-19T21:01:06.221Z] ---> d4ce8331fd75 [2022-04-19T21:01:06.221Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:01:06.221Z] ---> Using cache [2022-04-19T21:01:06.221Z] ---> c7ff6738f265 [2022-04-19T21:01:06.221Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2022-04-19T21:01:06.221Z] ---> Running in 3a26368864b6 [2022-04-19T21:01:06.221Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:01:06.221Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:01:08.223Z] OK: 220 MiB in 52 packages [2022-04-19T21:01:09.697Z] Removing intermediate container 3a26368864b6 [2022-04-19T21:01:09.697Z] ---> 0908272e5a77 [2022-04-19T21:01:09.697Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T21:01:11.719Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 ---> b0a78d0dd728 [2022-04-19T21:01:11.719Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:01:11.719Z] [2022-04-19T21:01:11.719Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:01:11.719Z] ---> c02c39814627 [2022-04-19T21:01:11.719Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T21:01:11.719Z] ---> Using cache [2022-04-19T21:01:11.719Z] ---> d4ce8331fd75 [2022-04-19T21:01:11.719Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:01:11.719Z] ---> Using cache [2022-04-19T21:01:11.719Z] ---> c7ff6738f265 [2022-04-19T21:01:11.719Z] Step 5/25 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T21:01:11.719Z] ---> Running in 2026a5b8f5d0 [2022-04-19T21:01:11.719Z] ---> Running in ca4eb136deb2 [2022-04-19T21:01:14.384Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:01:14.992Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:01:17.004Z] OK: 220 MiB in 52 packages [2022-04-19T21:01:18.459Z] Removing intermediate container ca4eb136deb2 [2022-04-19T21:01:18.459Z] ---> 81652abbcd29 [2022-04-19T21:01:18.459Z] Step 8/23 : COPY . . [2022-04-19T21:01:18.459Z] Removing intermediate container 2026a5b8f5d0 [2022-04-19T21:01:18.459Z] ---> 08f427612fae [2022-04-19T21:01:18.459Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T21:01:19.915Z] ---> 2548fdc6543b [2022-04-19T21:01:19.915Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:01:20.193Z] ---> Running in a350bb3ef01f [2022-04-19T21:01:30.388Z] Removing intermediate container a350bb3ef01f [2022-04-19T21:01:30.388Z] ---> 7e5511895923 [2022-04-19T21:01:30.388Z] Step 8/25 : COPY . . [2022-04-19T21:01:48.775Z] ---> 4e75d5bec870 [2022-04-19T21:01:48.775Z] Step 9/23 : RUN make cmd/core-data/core-data [2022-04-19T21:01:48.775Z] ---> Running in 467934023f73 [2022-04-19T21:01:51.418Z] CGO_ENABLED=1 GO111MODULE=on go build -tags "non_delayedstart" -ldflags "-linkmode=external -X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -buildmode=pie -o cmd/core-data/core-data ./cmd/core-data [2022-04-19T21:01:58.172Z] ---> b93cc17d3d9b [2022-04-19T21:01:58.172Z] Step 9/25 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T21:01:58.172Z] ---> Running in 4ff97f461be2 [2022-04-19T21:01:58.795Z] Removing intermediate container 4ff97f461be2 [2022-04-19T21:01:58.795Z] ---> 5f2c054fa35d [2022-04-19T21:01:58.795Z] Step 10/25 : RUN mkdir -p spire-build [2022-04-19T21:01:59.073Z] ---> Running in 0208a6b6d646 [2022-04-19T21:02:02.514Z] Removing intermediate container 0208a6b6d646 [2022-04-19T21:02:02.514Z] ---> 650fae45e83e [2022-04-19T21:02:02.514Z] Step 11/25 : WORKDIR /edgex-go/spire-build [2022-04-19T21:02:02.514Z] ---> Running in 7be26708b672 [2022-04-19T21:02:03.117Z] Removing intermediate container 7be26708b672 [2022-04-19T21:02:03.117Z] ---> 1b1411dd563d [2022-04-19T21:02:03.117Z] 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-04-19T21:02:03.117Z] ---> Running in 7792ec7a8bf7 [2022-04-19T21:02:06.556Z] spire-1.2.1/ [2022-04-19T21:02:06.556Z] spire-1.2.1/.data/ [2022-04-19T21:02:06.556Z] spire-1.2.1/.data/.file [2022-04-19T21:02:06.556Z] spire-1.2.1/.dockerignore [2022-04-19T21:02:06.556Z] spire-1.2.1/.gitattributes [2022-04-19T21:02:06.556Z] spire-1.2.1/.githooks/ [2022-04-19T21:02:06.556Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/ [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/ [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T21:02:06.556Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T21:02:06.556Z] spire-1.2.1/.gitignore [2022-04-19T21:02:06.556Z] spire-1.2.1/.go-version [2022-04-19T21:02:06.556Z] spire-1.2.1/.golangci.yml [2022-04-19T21:02:06.556Z] spire-1.2.1/ADOPTERS.md [2022-04-19T21:02:06.556Z] spire-1.2.1/CHANGELOG.md [2022-04-19T21:02:06.556Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T21:02:06.556Z] spire-1.2.1/CODEOWNERS [2022-04-19T21:02:06.556Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T21:02:06.556Z] spire-1.2.1/Dockerfile [2022-04-19T21:02:06.556Z] spire-1.2.1/Dockerfile.dev [2022-04-19T21:02:06.556Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T21:02:06.556Z] spire-1.2.1/LICENSE [2022-04-19T21:02:06.556Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T21:02:06.556Z] spire-1.2.1/Makefile [2022-04-19T21:02:06.556Z] spire-1.2.1/README.md [2022-04-19T21:02:06.556Z] spire-1.2.1/ROADMAP.md [2022-04-19T21:02:06.556Z] spire-1.2.1/SECURITY.md [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T21:02:06.556Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T21:02:06.557Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/ [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/agent/ [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/server/ [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/server/server.conf [2022-04-19T21:02:06.557Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/ [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/auditlog.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/ [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/spire_server.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/telemetry.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/upgrading.md [2022-04-19T21:02:06.557Z] spire-1.2.1/doc/using_spire.md [2022-04-19T21:02:06.557Z] spire-1.2.1/examples/ [2022-04-19T21:02:06.557Z] spire-1.2.1/examples/README.md [2022-04-19T21:02:06.557Z] spire-1.2.1/go.mod [2022-04-19T21:02:06.557Z] spire-1.2.1/go.sum [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T21:02:06.557Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T21:02:06.558Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/log/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T21:02:06.559Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T21:02:06.837Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/version/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T21:02:06.838Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T21:02:06.839Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/config.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T21:02:07.117Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T21:02:07.118Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/server.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/private/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/private/server/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T21:02:07.395Z] spire-1.2.1/release/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/README.md [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/conf/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T21:02:07.395Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T21:02:07.395Z] spire-1.2.1/script/ [2022-04-19T21:02:07.395Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T21:02:07.395Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T21:02:07.395Z] spire-1.2.1/support/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T21:02:07.395Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T21:02:07.396Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/clock/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/clock/clock.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T21:02:07.396Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/README.md [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/common [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T21:02:07.396Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T21:02:07.397Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T21:02:07.672Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T21:02:07.673Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T21:02:07.674Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T21:02:07.950Z] spire-1.2.1/test/integration/test.sh [2022-04-19T21:02:07.950Z] spire-1.2.1/test/plugintest/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testca/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testca/ca.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testkey/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/testkey/new.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/util/ [2022-04-19T21:02:07.950Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/util/race.go [2022-04-19T21:02:07.950Z] spire-1.2.1/test/util/util.go [2022-04-19T21:02:07.950Z] building spire from source... [2022-04-19T21:02:08.559Z] Installing go1.17.7... [2022-04-19T21:02:35.423Z] Building bin/spire-server... [2022-04-19T21:02:35.423Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T21:02:35.423Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T21:02:35.423Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T21:02:35.423Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T21:02:35.423Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T21:02:39.760Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T21:02:39.760Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T21:02:39.760Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T21:02:40.040Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T21:02:40.318Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T21:02:41.315Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T21:02:41.315Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T21:02:41.315Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T21:02:41.922Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T21:02:41.922Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T21:02:42.201Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T21:02:42.201Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T21:02:43.666Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T21:02:43.666Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T21:02:43.945Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T21:02:44.226Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T21:03:11.086Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T21:03:11.087Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T21:03:11.087Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T21:03:11.087Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T21:03:11.087Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T21:03:11.690Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T21:03:11.690Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T21:03:11.690Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T21:03:11.967Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T21:03:12.245Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T21:03:12.246Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T21:03:12.850Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T21:03:13.128Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T21:03:13.128Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T21:03:13.403Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T21:03:13.403Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T21:03:13.681Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T21:03:13.681Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T21:03:13.960Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T21:03:14.564Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T21:03:14.841Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T21:03:15.120Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T21:03:15.408Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T21:03:15.688Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T21:03:15.966Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T21:03:17.427Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T21:03:24.166Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T21:03:24.166Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T21:03:24.166Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T21:03:24.166Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T21:03:24.166Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T21:03:46.382Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T21:03:46.382Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T21:03:46.382Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T21:03:46.656Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T21:04:01.792Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T21:04:01.792Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T21:04:02.074Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T21:04:34.472Z] Removing intermediate container 18063f9736fd [2022-04-19T21:04:34.472Z] ---> 959ee5a4125a [2022-04-19T21:04:34.472Z] [2022-04-19T21:04:34.472Z] Step 10/31 : FROM alpine:3.14 [2022-04-19T21:04:34.472Z] ---> ac73e934f311 [2022-04-19T21:04:34.472Z] Step 11/31 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2022-04-19T21:04:34.472Z] ---> Running in 1a3d79df7752 [2022-04-19T21:04:34.472Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T21:04:34.472Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T21:04:34.472Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T21:04:34.472Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T21:04:34.472Z] Removing intermediate container 1a3d79df7752 [2022-04-19T21:04:34.472Z] ---> 2a98a54da546 [2022-04-19T21:04:34.472Z] Step 12/31 : RUN apk add --update --no-cache dumb-init su-exec [2022-04-19T21:04:34.472Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T21:04:34.472Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T21:04:34.472Z]  ---> Running in 86d5228abf47 [2022-04-19T21:04:34.472Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T21:04:34.472Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T21:04:34.472Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T21:04:36.454Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:04:36.730Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:04:38.195Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T21:04:38.471Z] (1/2) Installing dumb-init (1.2.5-r1) [2022-04-19T21:04:38.471Z] (2/2) Installing su-exec (0.2-r1) [2022-04-19T21:04:38.471Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:04:38.471Z] OK: 6 MiB in 16 packages [2022-04-19T21:04:41.130Z] Removing intermediate container 86d5228abf47 [2022-04-19T21:04:41.130Z] ---> 2736ae9e5592 [2022-04-19T21:04:41.130Z] Step 13/31 : ENV SECURITY_INIT_DIR /edgex-init [2022-04-19T21:04:41.130Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T21:04:41.130Z]  ---> Running in 4633516d7bc3 [2022-04-19T21:04:41.130Z] Removing intermediate container 2a6d0b1ad2ee [2022-04-19T21:04:41.130Z] ---> 135e57bb7d20 [2022-04-19T21:04:41.130Z] [2022-04-19T21:04:41.130Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T21:04:41.130Z] ---> ac73e934f311 [2022-04-19T21:04:41.130Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2022-04-19T21:04:41.130Z] ---> Using cache [2022-04-19T21:04:41.130Z] ---> f1ef5915abf3 [2022-04-19T21:04:41.130Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2022-04-19T21:04:41.130Z] ---> Using cache [2022-04-19T21:04:41.130Z] ---> 20834d35abc7 [2022-04-19T21:04:41.130Z] Step 13/23 : ENV APP_PORT=59881 [2022-04-19T21:04:41.409Z] ---> Running in 67577f0b6bdc [2022-04-19T21:04:41.684Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T21:04:41.968Z] Removing intermediate container 4633516d7bc3 [2022-04-19T21:04:41.968Z] ---> f22a78d10c5c [2022-04-19T21:04:41.968Z] Step 14/31 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2022-04-19T21:04:41.968Z] ---> Running in 51922e2d140c [2022-04-19T21:04:41.968Z] Removing intermediate container 67577f0b6bdc [2022-04-19T21:04:41.968Z] ---> ca8cbddba4c4 [2022-04-19T21:04:41.968Z] Step 14/23 : EXPOSE $APP_PORT [2022-04-19T21:04:42.246Z] ---> Running in e1de91b0fe77 [2022-04-19T21:04:42.882Z] Removing intermediate container 51922e2d140c [2022-04-19T21:04:42.882Z] ---> 389481808a8b [2022-04-19T21:04:42.882Z] Step 15/31 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2022-04-19T21:04:42.882Z] ---> Running in 4d9950d401b9 [2022-04-19T21:04:43.162Z] Removing intermediate container e1de91b0fe77 [2022-04-19T21:04:43.162Z] ---> 9a9104570e31 [2022-04-19T21:04:43.162Z] Step 15/23 : WORKDIR / [2022-04-19T21:04:43.451Z] ---> Running in 877130c14b61 [2022-04-19T21:04:44.451Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T21:04:44.451Z] Removing intermediate container 877130c14b61 [2022-04-19T21:04:44.451Z] ---> e3685504723c [2022-04-19T21:04:44.451Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:04:44.451Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T21:04:44.738Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T21:04:44.738Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T21:04:45.761Z]  ---> 843a74a451ac [2022-04-19T21:04:45.761Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2022-04-19T21:04:46.045Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T21:04:46.045Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T21:04:46.324Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T21:04:46.611Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T21:04:46.892Z] Removing intermediate container 4d9950d401b9 [2022-04-19T21:04:46.892Z] ---> 515ff19bba14 [2022-04-19T21:04:46.892Z] Step 16/31 : WORKDIR ${SECURITY_INIT_DIR} [2022-04-19T21:04:46.892Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T21:04:47.176Z]  ---> Running in 5074d2865bc7 [2022-04-19T21:04:47.176Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T21:04:47.461Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T21:04:47.461Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T21:04:48.462Z] Removing intermediate container 5074d2865bc7 [2022-04-19T21:04:48.462Z] ---> 23cbc5810ed8 [2022-04-19T21:04:48.462Z] Step 17/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2022-04-19T21:04:48.462Z] ---> 8b93e02343c7 [2022-04-19T21:04:48.462Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2022-04-19T21:04:48.739Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T21:04:48.739Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T21:04:49.021Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T21:04:49.301Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T21:04:49.584Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T21:04:49.870Z]  ---> 321be72c42cd [2022-04-19T21:04:49.870Z] Step 18/31 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2022-04-19T21:04:49.870Z] ---> Running in 290bd712e4aa [2022-04-19T21:04:49.870Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T21:04:50.150Z]  ---> 71d9de420de8 [2022-04-19T21:04:50.150Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2022-04-19T21:04:50.431Z] ---> Running in c1f1ad0120e8 [2022-04-19T21:04:51.047Z] Removing intermediate container c1f1ad0120e8 [2022-04-19T21:04:51.047Z] ---> 68fff691e675 [2022-04-19T21:04:51.047Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:04:51.335Z] ---> Running in 3498e0c4838a [2022-04-19T21:04:52.343Z] Removing intermediate container 3498e0c4838a [2022-04-19T21:04:52.343Z] ---> a661bfe27416 [2022-04-19T21:04:52.343Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T21:04:52.343Z] ---> Running in e0758984c956 [2022-04-19T21:04:53.352Z] Removing intermediate container e0758984c956 [2022-04-19T21:04:53.352Z] ---> 5ece47465eae [2022-04-19T21:04:53.352Z] Step 22/23 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:04:53.632Z] ---> Running in 568e415e0961 [2022-04-19T21:04:54.267Z] Removing intermediate container 290bd712e4aa [2022-04-19T21:04:54.267Z] ---> c8301c47e9dd [2022-04-19T21:04:54.267Z] Step 19/31 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:04:54.848Z] Removing intermediate container 568e415e0961 [2022-04-19T21:04:54.848Z] ---> 283d88632ccc [2022-04-19T21:04:54.848Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T21:04:54.848Z] ---> Running in 76bd8e61ca92 [2022-04-19T21:04:55.581Z] Removing intermediate container 76bd8e61ca92 [2022-04-19T21:04:55.581Z] ---> b5ccd83d9f15 [2022-04-19T21:04:55.581Z] [2022-04-19T21:04:56.187Z] ---> 42bf0820882c [2022-04-19T21:04:56.187Z] Step 20/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2022-04-19T21:04:56.821Z] Successfully built b5ccd83d9f15 [2022-04-19T21:04:56.821Z] Successfully tagged core-metadata-arm64:latest [2022-04-19T21:04:56.821Z] Building security-secretstore-setup [2022-04-19T21:04:57.441Z]  Building core-metadata ... done go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T21:04:58.484Z]  ---> 551163f20957 [2022-04-19T21:04:58.484Z] Step 21/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2022-04-19T21:04:59.482Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T21:04:59.482Z]  ---> ac0b7d28c0f2 [2022-04-19T21:04:59.482Z] Step 22/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2022-04-19T21:04:59.772Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T21:05:00.072Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T21:05:00.674Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T21:05:00.674Z]  ---> c2aca2eaeeeb [2022-04-19T21:05:00.674Z] Step 23/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/consul-acl/ ${SECURITY_INIT_DIR}/consul-bootstrapper/ [2022-04-19T21:05:00.954Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T21:05:00.954Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T21:05:00.954Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T21:05:00.954Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T21:05:00.954Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T21:05:01.236Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T21:05:01.515Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T21:05:01.515Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T21:05:02.124Z]  ---> 843513ed85fc [2022-04-19T21:05:02.124Z] Step 24/31 : VOLUME ${SECURITY_INIT_DIR} [2022-04-19T21:05:02.406Z] ---> Running in 5d53899b860a [2022-04-19T21:05:02.697Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T21:05:03.320Z] Removing intermediate container 5d53899b860a [2022-04-19T21:05:03.320Z] ---> a1d2f757dc69 [2022-04-19T21:05:03.320Z] Step 25/31 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2022-04-19T21:05:03.922Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T21:05:04.204Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T21:05:04.488Z]  ---> 88c414103386 [2022-04-19T21:05:04.488Z] Step 26/31 : RUN chmod +x /entrypoint.sh [2022-04-19T21:05:04.488Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T21:05:04.770Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T21:05:04.770Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T21:05:04.770Z]  ---> Running in 834db062703c [2022-04-19T21:05:04.770Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T21:05:05.047Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T21:05:05.047Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T21:05:06.495Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T21:05:06.495Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T21:05:06.774Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T21:05:06.774Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T21:05:07.083Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T21:05:08.090Z] Removing intermediate container 834db062703c [2022-04-19T21:05:08.090Z] ---> a4df14482b27 [2022-04-19T21:05:08.090Z] Step 27/31 : ENTRYPOINT ["/entrypoint.sh"] [2022-04-19T21:05:08.377Z] ---> Running in a192674538bd [2022-04-19T21:05:08.991Z] Removing intermediate container a192674538bd [2022-04-19T21:05:08.991Z] ---> 78ea2790de9f [2022-04-19T21:05:08.991Z] Step 28/31 : CMD ["gate"] [2022-04-19T21:05:09.315Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T21:05:09.315Z]  ---> Running in 152879d351f9 [2022-04-19T21:05:10.330Z] Removing intermediate container 152879d351f9 [2022-04-19T21:05:10.330Z] ---> 233a534f333a [2022-04-19T21:05:10.331Z] Step 29/31 : LABEL arch=arm64 [2022-04-19T21:05:10.331Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T21:05:10.629Z]  ---> Running in 5166105a55fb [2022-04-19T21:05:10.629Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T21:05:11.256Z] Removing intermediate container 5166105a55fb [2022-04-19T21:05:11.256Z] ---> 6c73b41d84b3 [2022-04-19T21:05:11.256Z] Step 30/31 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:05:11.256Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T21:05:11.256Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T21:05:11.536Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T21:05:11.536Z]  ---> Running in 022ec57a1e37 [2022-04-19T21:05:12.143Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T21:05:12.143Z] Removing intermediate container 022ec57a1e37 [2022-04-19T21:05:12.143Z] ---> 28a76313624a [2022-04-19T21:05:12.143Z] Step 31/31 : LABEL version=0.0.0 [2022-04-19T21:05:12.423Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T21:05:12.423Z]  ---> Running in 5952aa25a5d4 [2022-04-19T21:05:13.035Z] Removing intermediate container 5952aa25a5d4 [2022-04-19T21:05:13.035Z] ---> 3f56e2aa83cd [2022-04-19T21:05:13.035Z] [2022-04-19T21:05:13.035Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T21:05:14.035Z] Successfully built 3f56e2aa83cd [2022-04-19T21:05:14.035Z] Successfully tagged security-bootstrapper-arm64:latest [2022-04-19T21:05:14.035Z]  Building security-bootstrapper ... done Building sys-mgmt-agent [2022-04-19T21:05:16.031Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T21:05:18.680Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T21:05:18.680Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T21:05:18.969Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T21:05:18.969Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T21:05:19.249Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T21:05:19.249Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T21:05:19.532Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T21:05:20.533Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T21:05:20.533Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T21:05:20.823Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T21:05:20.823Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T21:05:21.105Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T21:05:31.344Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T21:05:31.344Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T21:05:31.344Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T21:05:31.344Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T21:05:49.745Z] Step 1/25 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:05:49.745Z] Step 2/25 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:05:49.745Z] ---> c02c39814627 [2022-04-19T21:05:49.745Z] Step 3/25 : WORKDIR /edgex-go [2022-04-19T21:05:49.745Z] ---> Using cache [2022-04-19T21:05:49.745Z] ---> d4ce8331fd75 [2022-04-19T21:05:49.745Z] Step 4/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:05:49.745Z] ---> Using cache [2022-04-19T21:05:49.745Z] ---> c7ff6738f265 [2022-04-19T21:05:49.745Z] Step 5/25 : RUN apk add --update --no-cache make git [2022-04-19T21:05:49.745Z] ---> Using cache [2022-04-19T21:05:49.745Z] ---> 393117080a41 [2022-04-19T21:05:49.745Z] Step 6/25 : COPY go.mod vendor* ./ [2022-04-19T21:05:49.745Z] ---> Using cache [2022-04-19T21:05:49.745Z] ---> f844cc2732af [2022-04-19T21:05:49.745Z] Step 7/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:05:49.745Z] ---> Using cache [2022-04-19T21:05:49.745Z] ---> b35867a11a3b [2022-04-19T21:05:49.745Z] Step 8/25 : COPY . . [2022-04-19T21:05:49.745Z] ---> Using cache [2022-04-19T21:05:49.745Z] ---> 8c57e8a8aa60 [2022-04-19T21:05:49.745Z] Step 9/25 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2022-04-19T21:05:50.026Z] ---> Running in 200a355f135b [2022-04-19T21:05:52.675Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2022-04-19T21:06:01.009Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T21:06:01.009Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T21:06:02.482Z] Step 1/23 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:06:02.482Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:06:02.482Z] ---> c02c39814627 [2022-04-19T21:06:02.482Z] Step 3/23 : WORKDIR /edgex-go [2022-04-19T21:06:02.482Z] ---> Using cache [2022-04-19T21:06:02.482Z] ---> d4ce8331fd75 [2022-04-19T21:06:02.482Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:06:02.482Z] ---> Using cache [2022-04-19T21:06:02.482Z] ---> c7ff6738f265 [2022-04-19T21:06:02.482Z] Step 5/23 : RUN apk add --update --no-cache make bash git [2022-04-19T21:06:03.092Z] ---> Running in b872d19a811f [2022-04-19T21:06:05.114Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:06:06.112Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:06:07.560Z] OK: 220 MiB in 52 packages [2022-04-19T21:06:09.037Z] Removing intermediate container b872d19a811f [2022-04-19T21:06:09.037Z] ---> 6a4abd977088 [2022-04-19T21:06:09.037Z] Step 6/23 : COPY go.mod vendor* ./ [2022-04-19T21:06:10.040Z] ---> b3e925676205 [2022-04-19T21:06:10.040Z] Step 7/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:06:10.333Z] ---> Running in db12585ce9c2 [2022-04-19T21:06:15.783Z] Removing intermediate container db12585ce9c2 [2022-04-19T21:06:15.783Z] ---> f962afded559 [2022-04-19T21:06:15.783Z] Step 8/23 : COPY . . [2022-04-19T21:06:38.073Z] ---> e67505a42170 [2022-04-19T21:06:38.073Z] Step 9/23 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2022-04-19T21:06:38.073Z] ---> Running in 9a97290bf7ec [2022-04-19T21:06:38.353Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2022-04-19T21:08:45.386Z] Removing intermediate container 467934023f73 [2022-04-19T21:08:45.386Z] ---> bb4ca14056ec [2022-04-19T21:08:45.386Z] [2022-04-19T21:08:45.386Z] Step 10/23 : FROM alpine:3.14 [2022-04-19T21:08:45.386Z] ---> ac73e934f311 [2022-04-19T21:08:45.386Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2022-04-19T21:08:45.386Z] ---> Running in aa4009989ca8 [2022-04-19T21:08:45.386Z] Removing intermediate container aa4009989ca8 [2022-04-19T21:08:45.386Z] ---> e0ee6022a016 [2022-04-19T21:08:45.386Z] Step 12/23 : ENV APP_PORT=59880 [2022-04-19T21:08:45.386Z] ---> Running in 78a4c15b7daa [2022-04-19T21:08:45.386Z] Removing intermediate container 78a4c15b7daa [2022-04-19T21:08:45.386Z] ---> 19ae1837731e [2022-04-19T21:08:45.386Z] Step 13/23 : EXPOSE $APP_PORT [2022-04-19T21:08:45.386Z] ---> Running in d0a3161d4468 [2022-04-19T21:08:45.386Z] Removing intermediate container d0a3161d4468 [2022-04-19T21:08:45.386Z] ---> 562ed5beb894 [2022-04-19T21:08:45.386Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:08:45.386Z] ---> Running in a342cecd25c7 [2022-04-19T21:08:45.386Z] Removing intermediate container a342cecd25c7 [2022-04-19T21:08:45.386Z] ---> 21fcd527472a [2022-04-19T21:08:45.386Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2022-04-19T21:08:45.386Z] ---> Running in 2c511f0e2b9e [2022-04-19T21:08:46.847Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:08:47.846Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:08:49.305Z] (1/6) Installing dumb-init (1.2.5-r1) [2022-04-19T21:08:49.305Z] (2/6) Installing libgcc (10.3.1_git20210424-r2) [2022-04-19T21:08:49.305Z] (3/6) Installing libsodium (1.0.18-r0) [2022-04-19T21:08:49.305Z] (4/6) Installing libstdc++ (10.3.1_git20210424-r2) [2022-04-19T21:08:49.586Z] (5/6) Installing libzmq (4.3.4-r0) [2022-04-19T21:08:49.586Z] (6/6) Installing zeromq (4.3.4-r0) [2022-04-19T21:08:49.865Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:08:49.865Z] OK: 8 MiB in 20 packages [2022-04-19T21:08:51.891Z] Removing intermediate container 2c511f0e2b9e [2022-04-19T21:08:51.891Z] ---> 59e74ed7fb42 [2022-04-19T21:08:51.891Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:08:52.893Z] ---> e95ba9e466af [2022-04-19T21:08:52.893Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2022-04-19T21:08:55.588Z] ---> e8242cfdab79 [2022-04-19T21:08:55.588Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2022-04-19T21:08:56.203Z] ---> e89264ee218b [2022-04-19T21:08:56.203Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2022-04-19T21:08:56.203Z] ---> Running in f995b02e406c [2022-04-19T21:08:56.818Z] Removing intermediate container f995b02e406c [2022-04-19T21:08:56.818Z] ---> 7000c6920423 [2022-04-19T21:08:56.818Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:08:57.098Z] ---> Running in 0375473154ed [2022-04-19T21:08:57.709Z] Removing intermediate container 0375473154ed [2022-04-19T21:08:57.709Z] ---> 9701cfa3cc9b [2022-04-19T21:08:57.709Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T21:08:57.709Z] ---> Running in b3fb77f3d631 [2022-04-19T21:08:58.319Z] Removing intermediate container b3fb77f3d631 [2022-04-19T21:08:58.319Z] ---> c610155f294c [2022-04-19T21:08:58.319Z] Step 22/23 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:08:58.597Z] ---> Running in ab2248c7fa56 [2022-04-19T21:08:59.214Z] Removing intermediate container ab2248c7fa56 [2022-04-19T21:08:59.214Z] ---> a08d65d83b70 [2022-04-19T21:08:59.214Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T21:08:59.214Z] ---> Running in 21c696f860bf [2022-04-19T21:08:59.825Z] Removing intermediate container 21c696f860bf [2022-04-19T21:08:59.825Z] ---> 478fafec00f0 [2022-04-19T21:08:59.825Z] [2022-04-19T21:09:00.824Z] Successfully built 478fafec00f0 [2022-04-19T21:09:00.824Z] Successfully tagged core-data-arm64:latest [2022-04-19T21:09:00.824Z]  Building core-data ... done Building security-spire-config [2022-04-19T21:09:33.300Z] Step 1/26 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:09:33.300Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:09:33.300Z] ---> c02c39814627 [2022-04-19T21:09:33.300Z] Step 3/26 : WORKDIR /edgex-go [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> d4ce8331fd75 [2022-04-19T21:09:33.300Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> c7ff6738f265 [2022-04-19T21:09:33.300Z] Step 5/26 : RUN apk add --update --no-cache make git build-base curl [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> 08f427612fae [2022-04-19T21:09:33.300Z] Step 6/26 : COPY go.mod vendor* ./ [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> 2548fdc6543b [2022-04-19T21:09:33.300Z] Step 7/26 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> 7e5511895923 [2022-04-19T21:09:33.300Z] Step 8/26 : COPY . . [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> b93cc17d3d9b [2022-04-19T21:09:33.300Z] Step 9/26 : ARG SPIRE_RELEASE=1.2.1 [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> 5f2c054fa35d [2022-04-19T21:09:33.300Z] Step 10/26 : RUN mkdir -p spire-build [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> 650fae45e83e [2022-04-19T21:09:33.300Z] Step 11/26 : WORKDIR /edgex-go/spire-build [2022-04-19T21:09:33.300Z] ---> Using cache [2022-04-19T21:09:33.300Z] ---> 1b1411dd563d [2022-04-19T21:09:33.300Z] 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-04-19T21:09:33.300Z] ---> Running in 450b4b53d9c5 [2022-04-19T21:09:35.314Z] spire-1.2.1/ [2022-04-19T21:09:35.314Z] spire-1.2.1/.data/ [2022-04-19T21:09:35.314Z] spire-1.2.1/.data/.file [2022-04-19T21:09:35.314Z] spire-1.2.1/.dockerignore [2022-04-19T21:09:35.314Z] spire-1.2.1/.gitattributes [2022-04-19T21:09:35.314Z] spire-1.2.1/.githooks/ [2022-04-19T21:09:35.314Z] spire-1.2.1/.githooks/pre-commit [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/ [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/ISSUE_TEMPLATE.md [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/PULL_REQUEST_TEMPLATE.md [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/dependabot.yml [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/ [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/nightly_build.yaml [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/pr_build.yaml [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/release_build.yaml [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/scripts/ [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/scripts/build_artifacts.sh [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/scripts/push-images.sh [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/scripts/push-scratch-images.sh [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/scripts/run_unit_tests.sh [2022-04-19T21:09:35.314Z] spire-1.2.1/.github/workflows/scripts/split.sh [2022-04-19T21:09:35.314Z] spire-1.2.1/.gitignore [2022-04-19T21:09:35.314Z] spire-1.2.1/.go-version [2022-04-19T21:09:35.314Z] spire-1.2.1/.golangci.yml [2022-04-19T21:09:35.314Z] spire-1.2.1/ADOPTERS.md [2022-04-19T21:09:35.314Z] spire-1.2.1/CHANGELOG.md [2022-04-19T21:09:35.314Z] spire-1.2.1/CODE-OF-CONDUCT.md [2022-04-19T21:09:35.314Z] spire-1.2.1/CODEOWNERS [2022-04-19T21:09:35.314Z] spire-1.2.1/CONTRIBUTING.md [2022-04-19T21:09:35.314Z] spire-1.2.1/Dockerfile [2022-04-19T21:09:35.314Z] spire-1.2.1/Dockerfile.dev [2022-04-19T21:09:35.314Z] spire-1.2.1/Dockerfile.scratch [2022-04-19T21:09:35.314Z] spire-1.2.1/LICENSE [2022-04-19T21:09:35.314Z] spire-1.2.1/MAINTAINERS.md [2022-04-19T21:09:35.314Z] spire-1.2.1/Makefile [2022-04-19T21:09:35.314Z] spire-1.2.1/README.md [2022-04-19T21:09:35.314Z] spire-1.2.1/ROADMAP.md [2022-04-19T21:09:35.314Z] spire-1.2.1/SECURITY.md [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/common.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_jwt.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/fetch_x509.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/printer.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/validate_jwt.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/api/watch.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/cli.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/common/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/common/defaults.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/healthcheck/healthcheck_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/run/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/run/run.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/run/run_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/validate/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/cli/validate/validate_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-agent/main.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/agent_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/ban.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/count.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/evict.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/list.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/agent/show.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/bundle_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/common.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/common_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/count.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/delete.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/list.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/set.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/bundle/show.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/cli.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/ [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/count.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/count_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/create.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/create_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/delete.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/delete_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/show.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/show_test.go [2022-04-19T21:09:35.314Z] spire-1.2.1/cmd/spire-server/cli/entry/update.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/entry/update_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/entry/util.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/entry/util_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/common.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/common_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/create.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/create_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/delete.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/delete_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/list.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/list_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/refresh_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/show.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/show_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/update.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/federation/update_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/healthcheck/healthcheck_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/jwt/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/jwt/mint_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/run/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/run/run.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/run/run_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/token/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/token/generate.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/token/generate_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/validate/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/validate/validate.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/validate/validate_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/x509/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/x509/mint.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/cli/x509/mint_test.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/main.go [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/util/ [2022-04-19T21:09:35.315Z] spire-1.2.1/cmd/spire-server/util/util.go [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/ [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/agent/ [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/agent/agent.conf [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/agent/agent_full.conf [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/agent/dummy_root_ca.crt [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/server/ [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/server/dummy_upstream_ca.crt [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/server/dummy_upstream_ca.key [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/server/server.conf [2022-04-19T21:09:35.315Z] spire-1.2.1/conf/server/server_full.conf [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/ [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/SPIRE101.md [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/auditlog.md [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/authorization_policy_engine.md [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/changelog_guidelines.md [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/cure53-report.pdf [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/images/ [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/images/2019_roadmap.png [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/images/SPIRE101.png [2022-04-19T21:09:35.315Z] spire-1.2.1/doc/images/SPIRE_agent.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/SPIRE_server.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/cache_mgr.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/cache_mgr_components.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/federated_spire.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/ha_mode.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/nested_spire.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/oidc_federation.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/single_trust_domain.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/spiffe_compatible.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/images/spire_logo.png [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/migrating_registration_api_clients.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_keymanager_disk.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_keymanager_memory.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_aws_iid.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_azure_msi.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_gcp_iit.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_jointoken.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_psat.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_k8s_sat.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_sshpop.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_tpm_devid.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_nodeattestor_x509pop.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_svidstore_aws_secretsmanager.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_svidstore_gcp_secretmanager.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_workloadattestor_docker.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_workloadattestor_k8s.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_agent_workloadattestor_unix.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_datastore_sql.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_keymanager_aws_kms.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_keymanager_disk.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_keymanager_memory.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_aws_iid.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_azure_msi.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_gcp_iit.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_jointoken.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_psat.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_k8s_sat.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_sshpop.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_tpm_devid.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_nodeattestor_x509pop.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_noderesolver_azure_msi.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_notifier_gcs_bundle.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_notifier_k8sbundle.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_aws_pca.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_awssecret.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_cert_manager.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_disk.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_gcp_cas.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_spire.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/plugin_server_upstreamauthority_vault.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/scaling_spire.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/spire_agent.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/spire_server.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/supported_integrations.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/telemetry.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/telemetry_config.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/upgrading.md [2022-04-19T21:09:35.597Z] spire-1.2.1/doc/using_spire.md [2022-04-19T21:09:35.597Z] spire-1.2.1/examples/ [2022-04-19T21:09:35.597Z] spire-1.2.1/examples/README.md [2022-04-19T21:09:35.597Z] spire-1.2.1/go.mod [2022-04-19T21:09:35.597Z] spire-1.2.1/go.sum [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/agent.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/config.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/debug/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/debug/v1/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/debug/v1/service.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/debug/v1/service_test.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/delegatedidentity/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/delegatedidentity/v1/service_test.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/endpoints.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/health/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/health/v1/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/health/v1/service.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/health/v1/service_test.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/rpccontext/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/rpccontext/alias.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/api/rpccontext/caller.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/node/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/node/experimental.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/node/node.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/node/node_test.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/workload/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/workload/workload.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/attestor/workload/workload_test.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/catalog/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/catalog/catalog.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/catalog/keymanager.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/catalog/nodeattestor.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/catalog/svidstore.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/catalog/workloadattestor.go [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/client/ [2022-04-19T21:09:35.597Z] spire-1.2.1/pkg/agent/client/client.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/client/client_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/client/dial.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/client/nodeconn.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/client/nodeconn_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/client/update.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/client/util.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/backoff/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/backoff/backoff.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/backoff/backoff_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/cgroups/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/cgroups/cgroups_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/common/cgroups/filesystem.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/config.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/config.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/endpoints.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/endpoints_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/metrics.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/middleware.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/peertracker.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/peertracker_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv2/handler_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/sdsv3/handler_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/workload/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/workload/handler.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/endpoints/workload/handler_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/bundle_cache.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/cache.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/cache_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/jwt_cache_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/sets.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/cache/subscriber.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/config.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/manager.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/manager_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/storage.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/storage_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/storecache/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/storecache/cache.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/storecache/cache_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/manager/sync.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/base/keymanagerbase.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/constant.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/disk/disk_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/keymanager.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/memory/memory_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/repository.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/svidkeymanager_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/test/keymanagertest.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/keymanager/v1_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/aws/iid_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/azure/msi_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/jointoken_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/nodeattestor.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/repository.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/test/serverstream.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/autodetect.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/open_windows.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/session_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/tpmdevid/tpmutil/signingkey.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/v1_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/aws_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/awssecretsmanager/client.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/client.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/gcpsecretmanager/gcloud_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/repository.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/svidstore.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/utils_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/svidstore/v1unofficial_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/ [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/cgroup/dockerfinder_test.go [2022-04-19T21:09:35.598Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker.go [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/docker_test.go [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/docker/retry.go [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/ [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s.go [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/k8s_test.go [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/ [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_init_pid_in_pod.txt [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_kind_pod.txt [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_in_pod.txt [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/cgroups_pid_not_in_pod.txt [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/kind_pod_list.json [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list.json [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/pod_list_not_running.json [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/k8s/testdata/systemd_cgroups_pid_in_pod.txt [2022-04-19T21:09:35.880Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/repository.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/unix/unix_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/v1_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/plugin/workloadattestor/workloadattestor.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/rotator.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/rotator_config.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/rotator_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/store/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/store/service.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/agent/svid/store/service_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/agentpathtemplate/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/agentpathtemplate/template.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/agentpathtemplate/template_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/metrics.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/common_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/interceptor.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/interceptor_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/logger.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/logger_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/metrics.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/metrics_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/middleware.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/middleware_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/misconfig.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/misconfig_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/names.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/middleware/names_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/names.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/ratelimit.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/rpccontext/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/rpccontext/logger.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/rpccontext/metrics.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/api/rpccontext/names.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/auth/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/auth/interceptors.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/auth/interceptors_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/auth/untracked_uds.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/bundle.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/bundle_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/common_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/marshal.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/marshal_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/refreshhint.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/refreshhint_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/types.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/unmarshal.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/bundleutil/unmarshal_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/bind.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/builtin.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/catalog.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/catalog_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/closers.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/cmd_linux.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/cmd_other.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/config.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/config_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/configure.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/constraints.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/constraints_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/context.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/external.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/host.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/pipenet.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/plugin.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/testplugin/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/testplugin/.gitignore [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/testplugin/main.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/catalog/testplugin/plugin.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/env.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/flags.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/trust_domain.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/trust_domain_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/umask.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/umask_posix.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/umask_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cli/umask_windows.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/cliprinter.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/cliprinter_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/flag.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/flag_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/format.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/format_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorjson/errorjson_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/errorpretty/errorpretty_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protojson/protojson_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/protopretty/protopretty_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structjson/structjson_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cliprinter/internal/structpretty/structpretty_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/bundle/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/bundle/bundle_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/bundle/commontypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/bundle/plugintypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/bundle/require.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/apitypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/commontypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/jwtkey_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/plugintypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/jwtkey/require.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/commontypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/plugintypes.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/require.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/coretypes/x509certificate/x509certificate_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cryptoutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cryptoutil/keys.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/cryptoutil/keys_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/diskutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/diskutil/file_posix.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/diskutil/file_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/diskutil/file_windows.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/errorutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/errorutil/wrapper.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/config.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/context.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/context_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/health.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/health_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/health/logger.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/hostservice/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/hostservice/metricsservice/v1_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/require.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/require_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/safety.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/safety_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/spiffeid.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/idutil/spiffeid_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtsvid/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtsvid/common.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtsvid/sign.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtsvid/token_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtsvid/validate.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtutil/keyset.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/jwtutil/keyset_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/log/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/log/hclog_adapter.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/log/hclog_adapter_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/log/log.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/log/log_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/log/options.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/nodeutil/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/nodeutil/node.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/nodeutil/node_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/ [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/conn.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/credentials.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/errors.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.c [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/getpid_windows.h [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/info.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/listener.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/listener_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/peertracker.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_posix.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_child_windows.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_posix.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/peertracker_test_windows.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tcp.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tcp_fallback.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tcp_windows.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tracker_bsd.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tracker_fallback.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tracker_linux.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tracker_linux_test.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/tracker_windows.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/uds.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/uds_bsd.go [2022-04-19T21:09:35.881Z] spire-1.2.1/pkg/common/peertracker/uds_fallback.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/peertracker/uds_linux.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/block.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/certs.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/common.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/csr.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/keys.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/pemutil_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/cert.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/certs.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/csr.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key-pkcs8.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/ecdsa-key.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/key.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/public-rsa-key.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key-pkcs8.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/pemutil/testdata/rsa-key.pem [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/aws/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/aws/iid.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/azure/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/azure/msi.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/azure/msi_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/facade.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/facade_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/gcp/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/gcp/iit.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/k8s/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/k8s/apiserver/client_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/k8s/utils.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/k8s/utils_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/log.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/handshake_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/sshpop_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_agent_ssh_key-cert.pub [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/dummy_ssh_cert_authority.pub [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/empty_ssh_cert_authority.pub [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/sshpop/testdata/many_ssh_cert_authorities.pub [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/tpmdevid/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/tpmdevid/devid.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/x509pop/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/plugin/x509pop/x509pop_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/profiling/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/profiling/dumpers.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/profiling/profiling.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/protoutil/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/protoutil/masks.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/protoutil/masks_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/rotationutil/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/rotationutil/rotationutil.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/rotationutil/rotationutil_test.go [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/selector/ [2022-04-19T21:09:35.882Z] spire-1.2.1/pkg/common/selector/selector.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/selector/selector_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/selector/set.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/selector/set_utils.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/selector/set_utils_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/keymanager.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/keymanager/wrapper_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/manager.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/node.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/rotate.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/sdsapi.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/store/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/store/store.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/agent/workloadapi/workload.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/blackhole.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/call.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/common/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/common/label_adders.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/config.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/dogstatsd.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/dogstatsd_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/inmem.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/inmem_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/m3.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/m3_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/metrics.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/metrics_benchmark_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/names.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/prometheus.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/prometheus_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/sanitize.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/sanitize_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/bundle_manager.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/ca_manager.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/bundle.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/federation_relationship.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/join_token.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/node.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/registration.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/datastore/wrapper_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/keymanager.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/keymanager/wrapper_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/registration_manager.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/rotate.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/server/server.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/sink.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/statsd.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/statsd_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/uptime.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/version.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/telemetry/withlabels.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/uptime/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/uptime/uptime.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/uptime/uptime_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/util/ [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/util/certs.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/util/certs_test.go [2022-04-19T21:09:36.163Z] spire-1.2.1/pkg/common/util/csr.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/hash.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/selectors.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/selectors_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/signals.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/sort.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/sort_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/task.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/task_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/testdata/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/testdata/empty-bundle.pem [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/util/testdata/mixed-bundle.pem [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/version/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/version/version.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509svid/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509svid/common_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509svid/csr.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509svid/upstreamca.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509svid/upstreamca_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/cert.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/dns.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/dns_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/keyid.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/keypair.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/serialnumber.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/common/x509util/serialnumber_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/agent.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/agent/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/agent/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/agent/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/agent/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/agent_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/api.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/audit/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/audit/audit.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/audit/audit_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/bundle.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/bundle/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/bundle/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/bundle/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/bundle/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/bundle_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/debug/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/debug/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/debug/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/debug/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/entry.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/entry/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/entry/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/entry/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/entry/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/entry_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/health/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/health/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/health/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/health/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/id.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/id_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/limits/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/limits/limits.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/alias.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/audit.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/authorization.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/authorization_opa.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/authorization_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/authorize_agent.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/caller.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/caller_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/common.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/common_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/entries.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/entries_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/ratelimit.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/middleware/ratelimit_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/ratelimit.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/rpccontext/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/rpccontext/alias.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/rpccontext/audit.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/rpccontext/caller.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/rpccontext/ratelimit.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/selector.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/selector_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/status.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/status_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/svid/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/svid/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/svid/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/svid/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/trustdomain.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/trustdomain/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/trustdomain/v1/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/trustdomain/v1/service_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/api/trustdomain_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/defaults.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/policy.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/policy.rego [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/policy_data.json [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/policy_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/authpolicy/validate.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/client.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/client_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/manager.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/manager_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/sources.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/sources_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/updater.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/bundle/client/updater_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/ca.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/ca_health.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/ca_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/journal.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/journal_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/manager.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/manager_health.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/manager_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/templates.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/upstream_client.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/upstream_client_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/ca/validation.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/dscache/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/dscache/cache.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/dscache/cache_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/cache.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/cache_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_ds_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/cache/entrycache/fullcache_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/catalog.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/keymanager.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/nodeattestor.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/noderesolver.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/notifier.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/catalog/upstreamauthority.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/config.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/datastore.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/datastore_health.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/repository.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/dialect.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/migration_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/models.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/mysql.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/postgres.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_no_cgo.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlite_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/sqlstore_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/stmt_cache.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries.json [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/entries_federates_with.json [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/invalid_registration_entries.json [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/datastore/sqlstore/testdata/valid_registration_entries.json [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/acme_auth.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/config.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/README [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/acmetest/ca.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/autocert.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/cache.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/keys.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/listener.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/internal/autocert/renewal.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/server.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/server_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/bundle/spiffe_auth.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/config.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/endpoints.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/endpoints_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/entryfetcher.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/entryfetcher_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/middleware.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/endpoints/middleware_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/hostservice/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/hostservice/agentstore/ [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/hostservice/agentstore/agentstore_test.go [2022-04-19T21:09:36.164Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/hostservice/agentstore/attestation_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/hostservice/identityprovider/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/hostservice/identityprovider/identityprovider_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/awskms_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/client_fake.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/awskms/fetcher.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/base/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/base/keymanagerbase.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/constant.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/disk/disk_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/keymanager.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/memory/memory_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/repository.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/test/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/test/keymanagertest.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/v1.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/keymanager/v1_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/awsca.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/client.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/iid_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/session.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/aws/spiffeid_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/azure/msi_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/base/base.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/google_public_key_retriever_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/gcp/iit_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/jointoken/join_token.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/psat/psat_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/k8s/sat/sat_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/nodeattestor.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/repository.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/sshpop/sshpop_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/challenge.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/devid_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/tpmdevid/selectors.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/v1_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/nodeattestor/x509pop/x509pop_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/client.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/azure/msi_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/noderesolver.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/repository.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/noderesolver/v1_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/gcsbundle/gcsbundle_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/k8sbundle/k8sbundle_watcher_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/notifier.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/repository.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/v1.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/notifier/v1_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_client_fake.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/pca_test.go [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/arbitrary_certificate_with_upstream_root.pem [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awspca/testdata/i_am_not_a_certificate.txt [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/ [2022-04-19T21:09:36.446Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awslib_fake_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/awssecret_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/alternative_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/awssecret/testdata/keys/EC/private_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/api_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/certmanager_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/doc.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/meta.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/types_certificaterequest.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/certmanager/internal/v1/zz_generated.deepcopy.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/disk_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_cert.srl [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/intermediate_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/private_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_cert.srl [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/root_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_intermediate.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_and_root.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/EC/upstream_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS1/private_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/PKCS8/private_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/empty/private_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/keys/unknown/private_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/disk/testdata/upstream_and_intermediate.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/gcpcas/gcpcas_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/repository.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/fake_handlers_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_server_client.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/spire_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/spire/testdata/keys/jwks.json [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/upstreamauthority.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/v1_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/renewer.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/signing-key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/k8s/token [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/README.md [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/client_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_cert.srl [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/intermediate_vault_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid-client_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_client_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/invalid_root_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_cert.srl [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/root_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/serer_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_cert.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_csr.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/testdata/keys/EC/server_key.pem [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_client_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_fake_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/plugin/upstreamauthority/vault/vault_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/registration/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/registration/manager.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/registration/manager_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/scanentries.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/scanentries_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/server.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/server_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/ [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/observer.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/observer_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/rotator.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/rotator_config.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/rotator_config_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/pkg/server/svid/rotator_test.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/private/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/private/server/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/private/server/journal/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/private/server/journal/journal.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/private/server/journal/journal.proto [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/common.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/common.proto [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/plugin/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/plugin/plugin.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/plugin/plugin.proto [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/plugin/plugin_grpc.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/common/plugin/plugin_spire_plugin.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/ [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore.proto [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_grpc.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/proto/spire/plugin/agent/svidstore/v1unofficial/svidstore_spire_plugin.pb.go [2022-04-19T21:09:36.447Z] spire-1.2.1/release/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/README.md [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/conf/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/conf/k8s-workload-registrar/k8s-workload-registrar.conf [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire-extras/conf/oidc-discovery-provider/oidc-discovery-provider.conf [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/README.md [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/conf/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/conf/agent/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/conf/agent/agent.conf [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/conf/server/ [2022-04-19T21:09:36.447Z] spire-1.2.1/release/spire/conf/server/server.conf [2022-04-19T21:09:36.447Z] spire-1.2.1/script/ [2022-04-19T21:09:36.447Z] spire-1.2.1/script/build-artifact.sh [2022-04-19T21:09:36.447Z] spire-1.2.1/script/generate_dummy_ca.sh [2022-04-19T21:09:36.447Z] spire-1.2.1/support/ [2022-04-19T21:09:36.447Z] spire-1.2.1/support/k8s/ [2022-04-19T21:09:36.447Z] spire-1.2.1/support/k8s/k8s-workload-registrar/ [2022-04-19T21:09:36.447Z] spire-1.2.1/support/k8s/k8s-workload-registrar/README.md [2022-04-19T21:09:36.447Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_posix.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/accessutil_windows.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_crd_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_reconcile.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/config_webhook.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/federation/utils_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/generate-config.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/main.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/README.md [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/groupversion_info.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_types.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_utils.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/spiffeid_webhook.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/api/spiffeid/v1beta1/zz_generated.deepcopy.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spiffeid.spiffe.io_spiffeids.yaml [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-agent.yaml [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/config/spire-server-registrar.yaml [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/endpoint_controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/node_controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/pod_controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/spiffeid_controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/suite_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/controllers/utils.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid.yaml [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/samples/test_spiffeid_bad.yaml [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-and-intermediate.pem [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/good-leaf-only.pem [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-ecdsa.pem [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/testdata/key-pkcs8-rsa.pem [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-crd/webhook/webhook_svid_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/config/roles.yaml [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/base_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/node_controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/pod_controller_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/mode-reconcile/controllers/utils.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/server_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/k8s/k8s-workload-registrar/webhookhandler_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/ [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/README.md [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/common_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/config.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/config_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/domain_policy_test.go [2022-04-19T21:09:36.727Z] spire-1.2.1/support/oidc-discovery-provider/handler.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/handler_test.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/jwks_source.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/main.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/server_api.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/server_api_test.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/workload_api.go [2022-04-19T21:09:36.728Z] spire-1.2.1/support/oidc-discovery-provider/workload_api_test.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/clock/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/clock/clock.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentcatalog/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentcatalog/catalog.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentkeymanager/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentkeymanager/keymanager.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentnodeattestor/nodeattestor.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentstore/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeagentstore/agentstore.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakedatastore/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakedatastore/fakedatastore.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeentryclient/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeentryclient/entryclient.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakehealthchecker/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakehealthchecker/checker.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeidentityprovider/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeidentityprovider/identityprovider.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakemetrics/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakemetrics/fakemetrics.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakenoderesolver/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakenoderesolver/noderesolver.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakenotifier/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakenotifier/notifier.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakepluginmetrics/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakepluginmetrics/fakepluginmetrics.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeserverca/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeserverca/serverca.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeservercatalog/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeservercatalog/catalog.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeserverkeymanager/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeserverkeymanager/keymanager.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeservernodeattestor/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeservernodeattestor/nodeattestor.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeupstreamauthority/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeupstreamauthority/plugin.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeupstreamauthority/upstreamauthority.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeworkloadapi/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeworkloadapi/workloadapi.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeworkloadattestor/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fakes/fakeworkloadattestor/workloadattestor.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/agent_svid.der [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/base_cert.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/base_csr.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/base_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/base_rotated_cert.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/base_rotated_csr.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/base_rotated_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/blog_cert.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/blog_csr.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/blog_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/bundle.der [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/ca.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/ca_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/database_cert.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/database_csr.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/database_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/node_cert.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/node_csr.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/node_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/svid.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/certs/svid_key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/agent_bad_agent_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/agent_good.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/agent_good_templated.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/plugin_good.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_DogStatsd_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_InMem_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_M3_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Prometheus_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_Statsd_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_nested_health_checks_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_root_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_and_agent_bad_telemetry_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_acme_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_nested_bundle_endpoint_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_nested_ca_subject_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_nested_experimental_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_nested_federates_with_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_nested_federation_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_ratelimit_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_bad_server_block.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_good.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/config/server_good_templated.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/fixture.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/agent_ssh_key-cert.pub [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/sshpop/ssh_cert_authority.pub [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/generate.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/intermediate.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-crt-bundle.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf-key.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/leaf.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/nodeattestor/x509pop/root-crt.pem [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/entries.json [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/good-for-update.json [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/good.json [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/invalid.json [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/invalid_json.json [2022-04-19T21:09:36.728Z] spire-1.2.1/test/fixture/registration/manager_test_entries.json [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/README.md [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/common [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/adminclient/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/adminclient/build.sh [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/adminclient/client.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/debugagent/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/debugagent/build.sh [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/debugagent/main.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/debugserver/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/debugserver/build.sh [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/debugserver/main.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/downstreamclient/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/downstreamclient/build.sh [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/downstreamclient/client.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/itclient/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/itclient/client.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/node-attestation/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/node-attestation/build.sh [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/node-attestation/client.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/x509pop/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/x509pop/gencerts.go [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/setup/x509pop/setup.sh [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/00-setup [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/01-start-server [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/02-bootstrap-agent [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/03-start-agent [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/04-create-registration-entries [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/05-test-endpoints [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/README.md [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/agent/agent.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/conf/server/server.conf [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/docker-compose.yaml [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/admin-endpoints/teardown [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/00-setup [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/01-test-variants [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/README.md [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/docker-compose.yaml [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql-replication/teardown [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql/ [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql/00-setup [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql/01-test-variants [2022-04-19T21:09:36.728Z] spire-1.2.1/test/integration/suites/datastore-mysql/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-mysql/docker-compose.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-mysql/teardown [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/00-setup [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/01-test-variants [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/docker-compose.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/principal/init.sh [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/docker-entrypoint.sh [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/replica/v12/docker-entrypoint.sh [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres-replication/teardown [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres/00-setup [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres/01-test-variants [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres/docker-compose.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/datastore-postgres/teardown [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/00-setup [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/01-start-server [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/02-bootstrap-agent [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/03-start-agent [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/04-create-registration-entries [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/05-test-endpoints [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/agent/agent.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/conf/server/server.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/docker-compose.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/debug-endpoints/teardown [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/00-setup [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/01-start-server [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/02-bootstrap-agent [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/03-start-agent [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/04-create-entries [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/05-test-endpoints [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/agent/agent.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/conf/server/server.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/docker-compose.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/downstream-endpoints/teardown [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/00-setup [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/01-start-server [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/02-bootstrap-agents [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/03-start-remaining-containers [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/04-create-workload-entries [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/05-check-workload-connectivity [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-agent/agent.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/downstream-envoy/envoy.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/server/server.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/supervisord.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-agent/agent.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/conf/upstream-envoy/envoy.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/docker-compose.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v2/teardown [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/00-test-envoy-releases.sh [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/Dockerfile [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/README.md [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/agent/agent.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/envoy/envoy.yaml [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream-federated/server/server.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/ [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/agent/agent.conf [2022-04-19T21:09:36.729Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/downstream/envoy/envoy.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/supervisord.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/agent/agent.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/envoy/envoy.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/conf/upstream/server/server.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/docker-compose.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3-spiffe-auth/teardown [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/00-test-envoy-releases [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/README.md [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-agent/agent.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/downstream-envoy/envoy.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/server/server.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/supervisord.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-agent/agent.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/conf/upstream-envoy/envoy.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/docker-compose.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/envoy-sds-v3/teardown [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/00-setup [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/01-start-servers [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/02-bootstrap-federation-and-agents [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/03-start-remaining-containers [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/04-create-workload-entries [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/05-check-workload-connectivity [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/06-stop-servers [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/07-check-workload-connectivity [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/08-start-servers [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/09-check-workload-connectivity [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/10-stop-agents [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/11-check-workload-connectivity [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/12-start-agents [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/13-check-workload-connectivity [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/Dockerfile [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/README.md [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/agent/agent.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/ghostunnel/ghostunnel.flags [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/server/server.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/downstream/supervisord/supervisord.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/agent/agent.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/ghostunnel/ghostunnel.flags [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/server/server.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/conf/upstream/supervisord/supervisord.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/docker-compose.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/ghostunnel-federation/teardown [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/01-start-server [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/02-bootstrap-agents [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/03-start-agent [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/04-create-workload-entry [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/05-check-svid [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/06-start-bad-agent [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/README.md [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/conf/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/conf/agent/agent.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/conf/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/conf/server/server.conf [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/docker-compose.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/join-token/teardown [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/00-setup [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/01-apply-config [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/02-check-for-workload-svid [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/README.md [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/admission-control.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/admctrl/kubeconfig.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/kustomization.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/agent/spire-agent.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/kind-config.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/kustomization.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/server/spire-server.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/conf/workload.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/init-kubectl [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-reconcile/teardown [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/00-setup [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/01-apply-config [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/02-check-for-workload-svid [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/README.md [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/admission-control.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/admctrl/kubeconfig.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/kustomization.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/agent/spire-agent.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/kind-config.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/kustomization.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/server/spire-server.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/kustomization.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/webhook/validation-webhook.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/conf/workload.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/init-kubectl [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s-scratch/teardown [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/00-setup [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/01-apply-config [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/02-check-for-workload-svid [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/README.md [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/conf/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/ [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/admission-control.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/conf/admctrl/kubeconfig.yaml [2022-04-19T21:09:37.008Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/kustomization.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/agent/spire-agent.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/kind-config.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/server/k8s-workload-registrar-secret.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/server/kustomization.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/server/spire-server.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/kustomization.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/webhook/validation-webhook.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/conf/workload.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/init-kubectl [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/k8s/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/00-setup [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/01-start-root [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/02-create-intermediate-downstream-entries [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/03-start-intermediateA [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/04-create-leafA-downstream-entry [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/05-start-leafA [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/06-start-intermediateB [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/07-create-leafB-downstream-entry [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/08-start-leafB [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/09-create-workload-entries [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/10-check-svids [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/Dockerfile [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/docker-compose.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateA/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/intermediateB/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafA/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/leafB/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/root/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/root/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/root/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/nested-rotation/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/00-setup [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/01-start-server [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/02-start-agent [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/03-test-node-attestation [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/04-test-x509pop-attestation [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/conf/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/conf/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/conf/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/docker-compose.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/node-attestation/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/00-setup [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/01-start-server [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/02-bootstrap-agent [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/03-start-agent [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/04-create-workload-entry [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/05-check-svids [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/conf/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/conf/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/conf/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/conf/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/docker-compose.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/rotation/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/self-test/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/self-test/00-ensure-command-failure-fails-step [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/self-test/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/self-test/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/01-start-server [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/02-bundle [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/03-entry [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/04-bootstrap-agents [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/05-start-agents [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/06-agent [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.pem [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca.spiffe [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.pem [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/fixture/ca2.spiffe [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/conf/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/docker-compose.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/spire-server-cli/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/00-setup [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/01-run-upgrade-tests [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/02-verify-codebase-version-is-updated [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/conf/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/conf/agent/agent.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/conf/server/server.conf [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upgrade/versions.txt [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/00-setup-kind [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/01-setup-cert-manager [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/02-deploy-spire [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/03-verify-ca [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/README.md [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/cert-manager-issuer.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/kind-config.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/kustomization.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/conf/server/spire-server.yaml [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/init-kubectl [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/suites/upstream-authority-cert-manager/teardown [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/test-one.sh [2022-04-19T21:09:37.009Z] spire-1.2.1/test/integration/test.sh [2022-04-19T21:09:37.009Z] spire-1.2.1/test/plugintest/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/plugintest/config.go [2022-04-19T21:09:37.009Z] spire-1.2.1/test/plugintest/load.go [2022-04-19T21:09:37.009Z] spire-1.2.1/test/plugintest/option.go [2022-04-19T21:09:37.009Z] spire-1.2.1/test/spiretest/ [2022-04-19T21:09:37.009Z] spire-1.2.1/test/spiretest/apiserver.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/assertions.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/dir.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/errors_posix.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/errors_windows.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/logs.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/socketapi.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/suite.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/spiretest/x509.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testca/ [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testca/ca.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testkey/ [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testkey/generate.sh [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testkey/genkeys.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testkey/keys.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/testkey/new.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/tpmsimulator/ [2022-04-19T21:09:37.287Z] spire-1.2.1/test/tpmsimulator/simulator.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/util/ [2022-04-19T21:09:37.287Z] spire-1.2.1/test/util/cert_fixtures.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/util/cert_generation.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/util/io_redirection.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/util/race.go [2022-04-19T21:09:37.287Z] spire-1.2.1/test/util/util.go [2022-04-19T21:09:37.287Z] building spire from source... [2022-04-19T21:09:37.898Z] Installing go1.17.7... [2022-04-19T21:10:04.805Z] Building bin/spire-server... [2022-04-19T21:10:04.805Z] go: downloading github.com/mitchellh/cli v1.1.2 [2022-04-19T21:10:04.805Z] go: downloading github.com/spiffe/go-spiffe/v2 v2.0.0-beta.12 [2022-04-19T21:10:04.805Z] go: downloading github.com/spiffe/spire-api-sdk v1.2.0 [2022-04-19T21:10:05.082Z] go: downloading golang.org/x/net v0.0.0-20220127200216-cd36cc0744dd [2022-04-19T21:10:05.361Z] go: downloading google.golang.org/grpc v1.44.0 [2022-04-19T21:10:05.970Z] go: downloading gopkg.in/square/go-jose.v2 v2.6.0 [2022-04-19T21:10:09.390Z] go: downloading github.com/hashicorp/hcl v1.0.1-0.20190430135223-99e2f22d1c94 [2022-04-19T21:10:09.996Z] go: downloading github.com/imdario/mergo v0.3.12 [2022-04-19T21:10:09.996Z] go: downloading github.com/sirupsen/logrus v1.8.1 [2022-04-19T21:10:10.604Z] go: downloading github.com/hashicorp/go-hclog v1.1.0 [2022-04-19T21:10:10.883Z] go: downloading github.com/Masterminds/sprig v2.22.0+incompatible [2022-04-19T21:10:10.883Z] go: downloading github.com/fatih/color v1.13.0 [2022-04-19T21:10:11.161Z] go: downloading github.com/mattn/go-isatty v0.0.14 [2022-04-19T21:10:11.442Z] go: downloading golang.org/x/time v0.0.0-20220224211638-0e9765cccd65 [2022-04-19T21:10:11.719Z] go: downloading google.golang.org/genproto v0.0.0-20220222213610-43724f9ea8cf [2022-04-19T21:10:11.719Z] go: downloading github.com/InVisionApp/go-health/v2 v2.1.2 [2022-04-19T21:10:11.719Z] go: downloading github.com/InVisionApp/go-logger v1.0.1 [2022-04-19T21:10:12.001Z] go: downloading github.com/hashicorp/go-plugin v1.4.3 [2022-04-19T21:10:12.001Z] go: downloading github.com/spiffe/spire-plugin-sdk v1.2.0 [2022-04-19T21:10:13.461Z] go: downloading github.com/andres-erbsen/clock v0.0.0-20160526145045-9e14626cd129 [2022-04-19T21:10:13.461Z] go: downloading github.com/armon/go-metrics v0.3.10 [2022-04-19T21:10:13.741Z] go: downloading github.com/prometheus/client_golang v1.12.1 [2022-04-19T21:10:13.741Z] go: downloading github.com/uber-go/tally/v4 v4.1.1 [2022-04-19T21:10:15.195Z] go: downloading github.com/open-policy-agent/opa v0.38.0 [2022-04-19T21:10:42.073Z] go: downloading golang.org/x/sys v0.0.0-20220227234510-4e6760a101f9 [2022-04-19T21:10:42.073Z] go: downloading github.com/mattn/go-colorable v0.1.12 [2022-04-19T21:10:42.073Z] go: downloading github.com/google/uuid v1.1.2 [2022-04-19T21:10:42.073Z] go: downloading github.com/Masterminds/goutils v1.1.0 [2022-04-19T21:10:42.073Z] go: downloading github.com/Masterminds/semver v1.5.0 [2022-04-19T21:10:42.073Z] go: downloading github.com/huandu/xstrings v1.3.2 [2022-04-19T21:10:42.073Z] go: downloading github.com/hashicorp/yamux v0.0.0-20181012175058-2f1d1f20f75d [2022-04-19T21:10:42.073Z] go: downloading github.com/oklog/run v1.0.0 [2022-04-19T21:10:42.073Z] go: downloading github.com/imkira/go-observer v1.0.3 [2022-04-19T21:10:42.073Z] go: downloading github.com/DataDog/datadog-go v3.2.0+incompatible [2022-04-19T21:10:42.073Z] go: downloading github.com/hashicorp/go-immutable-radix v1.3.1 [2022-04-19T21:10:42.073Z] go: downloading github.com/prometheus/client_model v0.2.0 [2022-04-19T21:10:42.073Z] go: downloading github.com/prometheus/common v0.32.1 [2022-04-19T21:10:42.073Z] go: downloading go.uber.org/atomic v1.9.0 [2022-04-19T21:10:42.073Z] go: downloading github.com/beorn7/perks v1.0.1 [2022-04-19T21:10:42.353Z] go: downloading github.com/cespare/xxhash/v2 v2.1.2 [2022-04-19T21:10:42.633Z] go: downloading github.com/prometheus/procfs v0.7.3 [2022-04-19T21:10:43.631Z] go: downloading github.com/hashicorp/errwrap v1.1.0 [2022-04-19T21:10:43.631Z] go: downloading github.com/mitchellh/reflectwalk v1.0.1 [2022-04-19T21:10:43.910Z] go: downloading github.com/aws/aws-sdk-go-v2/config v1.14.0 [2022-04-19T21:10:43.910Z] go: downloading github.com/aws/aws-sdk-go-v2 v1.14.0 [2022-04-19T21:10:44.904Z] go: downloading github.com/aws/aws-sdk-go-v2/credentials v1.9.0 [2022-04-19T21:10:46.362Z] go: downloading github.com/aws/aws-sdk-go-v2/service/kms v1.15.0 [2022-04-19T21:10:53.134Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sts v1.15.0 [2022-04-19T21:10:53.134Z] go: downloading github.com/gofrs/uuid v4.2.0+incompatible [2022-04-19T21:10:53.134Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-04-19T21:10:53.134Z] go: downloading golang.org/x/sync v0.0.0-20210220032951-036812b2e83c [2022-04-19T21:10:53.134Z] go: downloading github.com/GoogleCloudPlatform/cloudsql-proxy v1.29.0 [2022-04-19T21:10:53.414Z] go: downloading github.com/blang/semver/v4 v4.0.0 [2022-04-19T21:10:53.414Z] go: downloading github.com/go-sql-driver/mysql v1.6.0 [2022-04-19T21:10:53.694Z] go: downloading github.com/jinzhu/gorm v1.9.16 [2022-04-19T21:10:54.250Z] go: downloading github.com/lib/pq v1.10.4 [2022-04-19T21:10:54.250Z] go: downloading github.com/mattn/go-sqlite3 v1.14.12 [2022-04-19T21:10:54.250Z] go: downloading github.com/aws/aws-sdk-go v1.43.0 [2022-04-19T21:11:21.719Z] go: downloading k8s.io/client-go v0.23.4 [2022-04-19T21:11:21.719Z] go: downloading google.golang.org/api v0.70.0 [2022-04-19T21:11:21.719Z] go: downloading k8s.io/api v0.23.4 [2022-04-19T21:11:27.149Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2022-04-19T21:11:32.589Z] go: downloading github.com/Azure/azure-sdk-for-go v62.0.0+incompatible [2022-04-19T21:11:42.833Z] Removing intermediate container 200a355f135b [2022-04-19T21:11:42.833Z] ---> 31ad263eeb8d [2022-04-19T21:11:42.833Z] [2022-04-19T21:11:42.833Z] Step 10/25 : FROM alpine:3.14 [2022-04-19T21:11:42.833Z] ---> ac73e934f311 [2022-04-19T21:11:42.833Z] Step 11/25 : RUN apk add --update --no-cache ca-certificates dumb-init su-exec [2022-04-19T21:11:42.833Z] ---> Running in f42821a12474 [2022-04-19T21:11:44.842Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:11:45.126Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:11:46.580Z] (1/3) Installing ca-certificates (20211220-r0) [2022-04-19T21:11:46.580Z] (2/3) Installing dumb-init (1.2.5-r1) [2022-04-19T21:11:46.580Z] (3/3) Installing su-exec (0.2-r1) [2022-04-19T21:11:46.580Z] Executing busybox-1.33.1-r7.trigger [2022-04-19T21:11:46.580Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T21:11:47.186Z] OK: 6 MiB in 17 packages [2022-04-19T21:11:49.839Z] Removing intermediate container f42821a12474 [2022-04-19T21:11:49.839Z] ---> b4796d5a0cba [2022-04-19T21:11:49.839Z] Step 12/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2022-04-19T21:11:49.839Z] ---> Running in fdb6b688e94f [2022-04-19T21:11:50.118Z] Removing intermediate container fdb6b688e94f [2022-04-19T21:11:50.118Z] ---> 99abcd8fc2ee [2022-04-19T21:11:50.118Z] Step 13/25 : WORKDIR / [2022-04-19T21:11:50.118Z] ---> Running in 6017604715cd [2022-04-19T21:11:50.726Z] Removing intermediate container 6017604715cd [2022-04-19T21:11:50.726Z] ---> 28cfc7e981ca [2022-04-19T21:11:50.726Z] 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-04-19T21:11:51.714Z] ---> 32ca5aa41a24 [2022-04-19T21:11:51.714Z] 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-04-19T21:11:53.161Z] ---> f8fd8407f633 [2022-04-19T21:11:53.161Z] Step 16/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2022-04-19T21:11:54.163Z] ---> 37db5a4fb331 [2022-04-19T21:11:54.163Z] 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-04-19T21:11:55.153Z] ---> 5fbbe757f400 [2022-04-19T21:11:55.153Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2022-04-19T21:11:57.152Z] ---> e4fd6be71fc1 [2022-04-19T21:11:57.152Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2022-04-19T21:11:58.604Z] ---> 8d52d11e4f90 [2022-04-19T21:11:58.604Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2022-04-19T21:12:00.051Z] ---> 530b16ac780d [2022-04-19T21:12:00.051Z] 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-04-19T21:12:00.051Z] ---> Running in 9cde66bfe94a [2022-04-19T21:12:04.379Z] Removing intermediate container 9cde66bfe94a [2022-04-19T21:12:04.379Z] ---> a4aad95aa541 [2022-04-19T21:12:04.379Z] Step 22/25 : ENTRYPOINT ["entrypoint.sh"] [2022-04-19T21:12:04.379Z] ---> Running in b1b808a9577b [2022-04-19T21:12:05.372Z] Removing intermediate container b1b808a9577b [2022-04-19T21:12:05.372Z] ---> 1fee1e5e8fa5 [2022-04-19T21:12:05.372Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T21:12:05.372Z] ---> Running in 20304eeefe7b [2022-04-19T21:12:06.376Z] Removing intermediate container 20304eeefe7b [2022-04-19T21:12:06.376Z] ---> d99d432f9b96 [2022-04-19T21:12:06.376Z] Step 24/25 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:12:06.665Z] ---> Running in 7a581bd80bf6 [2022-04-19T21:12:07.680Z] Removing intermediate container 7a581bd80bf6 [2022-04-19T21:12:07.680Z] ---> ac5813b8b663 [2022-04-19T21:12:07.680Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T21:12:07.969Z] ---> Running in b6329769cff6 [2022-04-19T21:12:08.960Z] Removing intermediate container b6329769cff6 [2022-04-19T21:12:08.960Z] ---> 27c220695adf [2022-04-19T21:12:08.960Z] [2022-04-19T21:12:09.951Z] Successfully built 27c220695adf [2022-04-19T21:12:09.951Z] Successfully tagged security-secretstore-setup-arm64:latest [2022-04-19T21:12:09.951Z]  Building security-secretstore-setup ... done Building security-spiffe-token-provider [2022-04-19T21:12:11.423Z] Removing intermediate container 9a97290bf7ec [2022-04-19T21:12:11.423Z] ---> 923aee3e8679 [2022-04-19T21:12:11.423Z] Step 10/23 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2022-04-19T21:12:11.423Z] ---> Running in 734a4318fe0e [2022-04-19T21:12:12.427Z] go: downloading github.com/Azure/go-autorest/autorest v0.11.24 [2022-04-19T21:12:12.720Z] go: downloading github.com/Azure/go-autorest v14.2.0+incompatible [2022-04-19T21:12:13.000Z] go: downloading github.com/Azure/go-autorest/autorest/azure/auth v0.5.11 [2022-04-19T21:12:13.000Z] go: downloading cloud.google.com/go/storage v1.21.0 [2022-04-19T21:12:13.615Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2022-04-19T21:12:13.895Z] go: downloading cloud.google.com/go v0.100.2 [2022-04-19T21:12:15.355Z] go: downloading github.com/google/go-tpm v0.3.3 [2022-04-19T21:12:15.963Z] go: downloading k8s.io/apimachinery v0.23.4 [2022-04-19T21:12:17.974Z] Removing intermediate container 734a4318fe0e [2022-04-19T21:12:17.974Z] ---> e4bde5799195 [2022-04-19T21:12:17.974Z] [2022-04-19T21:12:17.974Z] Step 11/23 : FROM docker:20.10.14 [2022-04-19T21:12:18.259Z] 20.10.14: Pulling from library/docker [2022-04-19T21:12:18.540Z] go: downloading k8s.io/kube-aggregator v0.23.3 [2022-04-19T21:12:19.541Z] go: downloading sigs.k8s.io/controller-runtime v0.11.1 [2022-04-19T21:12:22.205Z] go: downloading cloud.google.com/go/security v1.3.0 [2022-04-19T21:12:22.486Z] go: downloading github.com/hashicorp/vault/api v1.4.1 [2022-04-19T21:12:22.766Z] go: downloading github.com/hashicorp/golang-lru v0.5.4 [2022-04-19T21:12:22.766Z] go: downloading github.com/shirou/gopsutil/v3 v3.22.2 [2022-04-19T21:12:24.230Z] go: downloading github.com/matttproud/golang_protobuf_extensions v1.0.2-0.20181231171920-c182affec369 [2022-04-19T21:12:24.230Z] go: downloading github.com/twmb/murmur3 v1.1.6 [2022-04-19T21:12:24.508Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2022-04-19T21:12:24.790Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-04-19T21:12:25.074Z] go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475 [2022-04-19T21:12:25.354Z] go: downloading github.com/gobwas/glob v0.2.3 [2022-04-19T21:12:25.967Z] go: downloading github.com/yashtewari/glob-intersection v0.0.0-20180916065949-5c77d914dd0b [2022-04-19T21:12:25.967Z] go: downloading github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.11.0 [2022-04-19T21:12:25.967Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/ini v1.3.6 [2022-04-19T21:12:26.575Z] go: downloading github.com/aws/aws-sdk-go-v2/service/sso v1.10.0 [2022-04-19T21:12:26.575Z] go: downloading github.com/aws/smithy-go v1.11.0 [2022-04-19T21:12:27.576Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/configsources v1.1.5 [2022-04-19T21:12:27.854Z] go: downloading github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.8.0 [2022-04-19T21:12:28.130Z] go: downloading github.com/jinzhu/inflection v1.0.0 [2022-04-19T21:12:28.403Z] go: downloading github.com/gogo/protobuf v1.3.2 [2022-04-19T21:12:35.148Z] go: downloading golang.org/x/oauth2 v0.0.0-20211104180415-d3ed0bb246c8 [2022-04-19T21:12:35.148Z] go: downloading github.com/Azure/go-autorest/autorest/adal v0.9.18 [2022-04-19T21:12:35.148Z] go: downloading github.com/Azure/go-autorest/logger v0.2.1 [2022-04-19T21:12:35.148Z] go: downloading github.com/Azure/go-autorest/tracing v0.6.0 [2022-04-19T21:12:35.148Z] go: downloading github.com/Azure/go-autorest/autorest/azure/cli v0.4.5 [2022-04-19T21:12:35.148Z] go: downloading github.com/dimchansky/utfbom v1.1.1 [2022-04-19T21:12:35.148Z] go: downloading cloud.google.com/go/compute v1.3.0 [2022-04-19T21:12:36.144Z] go: downloading cloud.google.com/go/iam v0.1.1 [2022-04-19T21:12:36.144Z] go: downloading github.com/googleapis/gax-go/v2 v2.1.1 [2022-04-19T21:12:36.420Z] go: downloading k8s.io/klog/v2 v2.30.0 [2022-04-19T21:12:36.695Z] go: downloading github.com/google/gofuzz v1.1.0 [2022-04-19T21:12:36.974Z] go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.2.1 [2022-04-19T21:12:38.425Z] go: downloading k8s.io/utils v0.0.0-20211116205334-6203023598ed [2022-04-19T21:12:39.030Z] go: downloading github.com/spf13/pflag v1.0.5 [2022-04-19T21:12:39.633Z] go: downloading golang.org/x/term v0.0.0-20210927222741-03fcf44c2211 [2022-04-19T21:12:39.633Z] go: downloading github.com/evanphx/json-patch v4.12.0+incompatible [2022-04-19T21:12:39.916Z] go: downloading github.com/cenkalti/backoff/v3 v3.2.2 [2022-04-19T21:12:40.196Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.2 [2022-04-19T21:12:40.196Z] go: downloading github.com/hashicorp/go-retryablehttp v0.6.6 [2022-04-19T21:12:40.196Z] go: downloading github.com/hashicorp/go-secure-stdlib/parseutil v0.1.1 [2022-04-19T21:12:40.196Z] go: downloading github.com/hashicorp/vault/sdk v0.4.1 [2022-04-19T21:12:40.477Z] Digest: sha256:41978d1974f05f80e1aef23ac03040491a7e28bd4551d4b469b43e558341864e [2022-04-19T21:12:40.477Z] Status: Downloaded newer image for docker:20.10.14 [2022-04-19T21:12:40.477Z] ---> c346e9eafbab [2022-04-19T21:12:40.477Z] 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-04-19T21:12:41.473Z] ---> Running in e6371ab3ddf4 [2022-04-19T21:12:41.754Z] go: downloading github.com/mitchellh/mapstructure v1.4.3 [2022-04-19T21:12:42.037Z] go: downloading github.com/tklauser/go-sysconf v0.3.9 [2022-04-19T21:12:42.037Z] Step 1/20 : ARG BUILDER_BASE=golang:1.17-alpine3.15 [2022-04-19T21:12:42.037Z] Step 2/20 : FROM ${BUILDER_BASE} AS builder [2022-04-19T21:12:42.037Z] ---> c02c39814627 [2022-04-19T21:12:42.037Z] Step 3/20 : WORKDIR /edgex-go [2022-04-19T21:12:42.037Z] ---> Using cache [2022-04-19T21:12:42.037Z] ---> d4ce8331fd75 [2022-04-19T21:12:42.037Z] Step 4/20 : RUN apk update && apk --no-cache --update add build-base [2022-04-19T21:12:42.037Z] ---> Running in 729a592491ba [2022-04-19T21:12:42.648Z] Removing intermediate container e6371ab3ddf4 [2022-04-19T21:12:42.648Z] ---> 2767fbdb9b13 [2022-04-19T21:12:42.648Z] 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-04-19T21:12:42.648Z] ---> Running in c19558edd0f2 [2022-04-19T21:12:42.648Z] go: downloading github.com/xeipuuv/gojsonreference v0.0.0-20180127040603-bd5ef7bd5415 [2022-04-19T21:12:42.925Z] go: downloading github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.3.0 [2022-04-19T21:12:42.925Z] go: downloading github.com/jmespath/go-jmespath v0.4.0 [2022-04-19T21:12:44.388Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:12:44.994Z] go: downloading go.opencensus.io v0.23.0 [2022-04-19T21:12:44.994Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:12:45.599Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:12:45.599Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:12:45.878Z] go: downloading github.com/Azure/go-autorest/autorest/date v0.3.0 [2022-04-19T21:12:46.155Z] go: downloading github.com/golang-jwt/jwt/v4 v4.2.0 [2022-04-19T21:12:46.433Z] go: downloading gopkg.in/inf.v0 v0.9.1 [2022-04-19T21:12:46.712Z] go: downloading github.com/go-logr/logr v1.2.2 [2022-04-19T21:12:46.712Z] (1/43) Installing readline (8.1.1-r0) [2022-04-19T21:12:46.712Z] go: downloading github.com/google/go-cmp v0.5.7 [2022-04-19T21:12:46.712Z] (2/43) Installing bash (5.1.16-r0) [2022-04-19T21:12:46.987Z] Executing bash-5.1.16-r0.post-install [2022-04-19T21:12:46.987Z] (3/43) Installing brotli-libs (1.0.9-r5) [2022-04-19T21:12:46.987Z] (4/43) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T21:12:46.987Z] (5/43) Installing libcurl (7.80.0-r0) [2022-04-19T21:12:46.987Z] (6/43) Installing curl (7.80.0-r0) [2022-04-19T21:12:46.987Z] (7/43) Installing dumb-init (1.2.5-r1) [2022-04-19T21:12:46.987Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:12:46.987Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:12:46.987Z] OK: 15741 distinct packages available [2022-04-19T21:12:46.987Z] (8/43) Installing libbz2 (1.0.8-r1) [2022-04-19T21:12:46.987Z] (9/43) Installing expat (2.4.7-r0) [2022-04-19T21:12:46.987Z] (10/43) Installing libffi (3.4.2-r1) [2022-04-19T21:12:46.987Z] (11/43) Installing gdbm (1.22-r0) [2022-04-19T21:12:46.987Z] (12/43) Installing xz-libs (5.2.5-r1) [2022-04-19T21:12:47.265Z] go: downloading sigs.k8s.io/json v0.0.0-20211020170558-c049b76a60c6 [2022-04-19T21:12:47.265Z] (13/43) Installing libgcc (10.3.1_git20211027-r0) [2022-04-19T21:12:47.265Z] (14/43) Installing libstdc++ (10.3.1_git20211027-r0) [2022-04-19T21:12:47.265Z] (15/43) Installing mpdecimal (2.5.1-r1) [2022-04-19T21:12:47.265Z] (16/43) Installing sqlite-libs (3.36.0-r0) [2022-04-19T21:12:47.265Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:12:47.265Z] (17/43) Installing python3 (3.9.7-r4) [2022-04-19T21:12:47.265Z] go: downloading github.com/json-iterator/go v1.1.12 [2022-04-19T21:12:47.867Z] go: downloading github.com/googleapis/gnostic v0.5.5 [2022-04-19T21:12:48.474Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:12:49.921Z] OK: 220 MiB in 52 packages [2022-04-19T21:12:50.198Z] (18/43) Installing py3-appdirs (1.4.4-r2) [2022-04-19T21:12:50.198Z] (19/43) Installing py3-certifi (2020.12.5-r1) [2022-04-19T21:12:50.199Z] (20/43) Installing py3-charset-normalizer (2.0.7-r0) [2022-04-19T21:12:50.199Z] (21/43) Installing py3-idna (3.3-r0) [2022-04-19T21:12:50.199Z] (22/43) Installing py3-urllib3 (1.26.7-r0) [2022-04-19T21:12:50.476Z] (23/43) Installing py3-requests (2.26.0-r1) [2022-04-19T21:12:50.476Z] (24/43) Installing py3-msgpack (1.0.2-r1) [2022-04-19T21:12:50.476Z] (25/43) Installing py3-lockfile (0.12.2-r4) [2022-04-19T21:12:50.476Z] (26/43) Installing py3-cachecontrol (0.12.10-r0) [2022-04-19T21:12:50.476Z] (27/43) Installing py3-colorama (0.4.4-r1) [2022-04-19T21:12:50.751Z] (28/43) Installing py3-contextlib2 (21.6.0-r1) [2022-04-19T21:12:50.751Z] (29/43) Installing py3-distlib (0.3.3-r0) [2022-04-19T21:12:50.751Z] (30/43) Installing py3-distro (1.6.0-r0) [2022-04-19T21:12:50.751Z] (31/43) Installing py3-six (1.16.0-r0) [2022-04-19T21:12:50.751Z] (32/43) Installing py3-webencodings (0.5.1-r4) [2022-04-19T21:12:50.752Z] (33/43) Installing py3-html5lib (1.1-r1) [2022-04-19T21:12:51.028Z] (34/43) Installing py3-parsing (2.4.7-r2) [2022-04-19T21:12:51.028Z] (35/43) Installing py3-packaging (20.9-r1) [2022-04-19T21:12:51.028Z] (36/43) Installing py3-tomli (1.2.2-r0) [2022-04-19T21:12:51.028Z] (37/43) Installing py3-pep517 (0.12.0-r0) [2022-04-19T21:12:51.028Z] (38/43) Installing py3-progress (1.6-r0) [2022-04-19T21:12:51.028Z] (39/43) Installing py3-retrying (1.3.3-r2) [2022-04-19T21:12:51.028Z] (40/43) Installing py3-ordered-set (4.0.2-r2) [2022-04-19T21:12:51.028Z] (41/43) Installing py3-setuptools (52.0.0-r4) [2022-04-19T21:12:51.307Z] go: downloading k8s.io/kube-openapi v0.0.0-20211115234752-e816edb12b65 [2022-04-19T21:12:51.307Z] (42/43) Installing py3-toml (0.10.2-r2) [2022-04-19T21:12:51.588Z] (43/43) Installing py3-pip (20.3.4-r1) [2022-04-19T21:12:52.578Z] Removing intermediate container 729a592491ba [2022-04-19T21:12:52.578Z] ---> e280ab233491 [2022-04-19T21:12:52.578Z] Step 5/20 : COPY go.mod vendor* ./ [2022-04-19T21:12:52.578Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:12:52.578Z] OK: 82 MiB in 65 packages [2022-04-19T21:12:53.604Z] ---> 662decf2759a [2022-04-19T21:12:53.604Z] Step 6/20 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-19T21:12:53.901Z] ---> Running in 6eed7879aaa3 [2022-04-19T21:12:54.189Z] go: downloading github.com/hashicorp/go-secure-stdlib/strutil v0.1.1 [2022-04-19T21:12:54.189Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.2 [2022-04-19T21:12:54.799Z] go: downloading github.com/tklauser/numcpus v0.3.0 [2022-04-19T21:12:55.078Z] go: downloading github.com/xeipuuv/gojsonpointer v0.0.0-20190905194746-02993c407bfb [2022-04-19T21:12:55.359Z] go: downloading go.uber.org/zap v1.21.0 [2022-04-19T21:12:56.359Z] go: downloading sigs.k8s.io/yaml v1.3.0 [2022-04-19T21:12:56.359Z] go: downloading github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da [2022-04-19T21:12:56.640Z] go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd [2022-04-19T21:12:56.640Z] go: downloading github.com/modern-go/reflect2 v1.0.2 [2022-04-19T21:12:56.918Z] go: downloading github.com/ryanuber/go-glob v1.0.0 [2022-04-19T21:12:56.918Z] go: downloading github.com/golang/snappy v0.0.4 [2022-04-19T21:12:57.199Z] go: downloading github.com/pierrec/lz4 v2.5.2+incompatible [2022-04-19T21:12:59.880Z] Removing intermediate container 6eed7879aaa3 [2022-04-19T21:12:59.880Z] ---> d25f7def7938 [2022-04-19T21:12:59.880Z] Step 7/20 : COPY . . [2022-04-19T21:12:59.880Z] Collecting docker-compose==1.23.2 [2022-04-19T21:12:59.880Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2022-04-19T21:13:01.888Z] Collecting PyYAML<4,>=3.10 [2022-04-19T21:13:01.888Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2022-04-19T21:13:08.684Z] go: downloading github.com/hashicorp/go-secure-stdlib/mlock v0.1.1 [2022-04-19T21:13:08.684Z] Collecting cached-property<2,>=1.2.0 [2022-04-19T21:13:08.684Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2022-04-19T21:13:08.684Z] go: downloading github.com/hashicorp/go-uuid v1.0.2 [2022-04-19T21:13:08.684Z] go: downloading github.com/hashicorp/go-version v1.2.0 [2022-04-19T21:13:08.684Z] go: downloading go.uber.org/multierr v1.6.0 [2022-04-19T21:13:08.684Z] Collecting texttable<0.10,>=0.9.0 [2022-04-19T21:13:08.684Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2022-04-19T21:13:12.119Z] Collecting dockerpty<0.5,>=0.4.1 [2022-04-19T21:13:12.120Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2022-04-19T21:13:16.461Z] Collecting websocket-client<1.0,>=0.32.0 [2022-04-19T21:13:16.461Z] Downloading websocket_client-0.59.0-py2.py3-none-any.whl (67 kB) [2022-04-19T21:13:17.065Z] Collecting docker<4.0,>=3.6.0 [2022-04-19T21:13:17.065Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2022-04-19T21:13:19.084Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2022-04-19T21:13:19.084Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2022-04-19T21:13:19.084Z] 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-04-19T21:13:19.703Z] Collecting jsonschema<3,>=2.5.1 [2022-04-19T21:13:19.980Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2022-04-19T21:13:19.980Z] Collecting docopt<0.7,>=0.6.1 [2022-04-19T21:13:19.980Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2022-04-19T21:13:22.628Z] ---> b45a7e74f695 [2022-04-19T21:13:22.628Z] Step 8/20 : RUN make cmd/security-spiffe-token-provider/security-spiffe-token-provider [2022-04-19T21:13:22.628Z] ---> Running in 87b085f902bf [2022-04-19T21:13:23.622Z] Collecting docker-pycreds>=0.4.0 [2022-04-19T21:13:23.622Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2022-04-19T21:13:24.621Z] CGO_ENABLED=0 GO111MODULE=on go build -tags "no_messagebus non_delayedstart" -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/security-spiffe-token-provider/security-spiffe-token-provider ./cmd/security-spiffe-token-provider [2022-04-19T21:13:25.225Z] Collecting idna<2.8,>=2.5 [2022-04-19T21:13:25.225Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2022-04-19T21:13:26.216Z] Collecting urllib3<1.25,>=1.21.1 [2022-04-19T21:13:26.216Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2022-04-19T21:13:26.216Z] 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-04-19T21:13:26.492Z] Collecting chardet<3.1.0,>=3.0.2 [2022-04-19T21:13:26.492Z] Downloading chardet-3.0.4-py2.py3-none-any.whl (133 kB) [2022-04-19T21:13:26.769Z] Using legacy 'setup.py install' for dockerpty, since package 'wheel' is not installed. [2022-04-19T21:13:26.769Z] Using legacy 'setup.py install' for docopt, since package 'wheel' is not installed. [2022-04-19T21:13:26.769Z] Using legacy 'setup.py install' for PyYAML, since package 'wheel' is not installed. [2022-04-19T21:13:26.769Z] Using legacy 'setup.py install' for texttable, since package 'wheel' is not installed. [2022-04-19T21:13:28.218Z] Installing collected packages: urllib3, idna, chardet, websocket-client, requests, docker-pycreds, texttable, PyYAML, jsonschema, docopt, dockerpty, docker, cached-property, docker-compose [2022-04-19T21:13:28.218Z] Attempting uninstall: urllib3 [2022-04-19T21:13:28.218Z] Found existing installation: urllib3 1.26.7 [2022-04-19T21:13:28.218Z] Uninstalling urllib3-1.26.7: [2022-04-19T21:13:28.495Z] Successfully uninstalled urllib3-1.26.7 [2022-04-19T21:13:29.487Z] Attempting uninstall: idna [2022-04-19T21:13:29.487Z] Found existing installation: idna 3.3 [2022-04-19T21:13:29.487Z] Uninstalling idna-3.3: [2022-04-19T21:13:29.487Z] Successfully uninstalled idna-3.3 [2022-04-19T21:13:33.837Z] Attempting uninstall: requests [2022-04-19T21:13:33.837Z] Found existing installation: requests 2.26.0 [2022-04-19T21:13:33.837Z] Uninstalling requests-2.26.0: [2022-04-19T21:13:33.837Z] Successfully uninstalled requests-2.26.0 [2022-04-19T21:13:34.114Z] Running setup.py install for texttable: started [2022-04-19T21:13:37.525Z] Running setup.py install for texttable: finished with status 'done' [2022-04-19T21:13:37.525Z] Running setup.py install for PyYAML: started [2022-04-19T21:13:39.519Z] go: downloading github.com/Azure/go-autorest/autorest/to v0.4.0 [2022-04-19T21:13:39.519Z] go: downloading github.com/Azure/go-autorest/autorest/validation v0.3.0 [2022-04-19T21:13:41.164Z]  Running setup.py install for PyYAML: finished with status 'done' [2022-04-19T21:13:41.885Z] Running setup.py install for docopt: started [2022-04-19T21:13:47.489Z] Running setup.py install for docopt: finished with status 'done' [2022-04-19T21:13:47.489Z] Running setup.py install for dockerpty: started [2022-04-19T21:13:50.136Z] Running setup.py install for dockerpty: finished with status 'done' [2022-04-19T21:13:52.774Z] 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-04-19T21:14:11.144Z] Removing intermediate container c19558edd0f2 [2022-04-19T21:14:11.144Z] ---> 8da81ed0c065 [2022-04-19T21:14:11.144Z] Step 14/23 : ENV APP_PORT=58890 [2022-04-19T21:14:11.144Z] ---> Running in 46b61b04c021 [2022-04-19T21:14:11.144Z] Removing intermediate container 46b61b04c021 [2022-04-19T21:14:11.144Z] ---> 1e3e9af20858 [2022-04-19T21:14:11.144Z] Step 15/23 : EXPOSE $APP_PORT [2022-04-19T21:14:11.144Z] ---> Running in d274c9078c63 [2022-04-19T21:14:11.743Z] Removing intermediate container d274c9078c63 [2022-04-19T21:14:11.743Z] ---> 40d2b9b1cf55 [2022-04-19T21:14:11.743Z] Step 16/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2022-04-19T21:14:13.736Z] ---> bd35809c6d87 [2022-04-19T21:14:13.736Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2022-04-19T21:14:14.720Z] ---> 263e656400a8 [2022-04-19T21:14:14.720Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2022-04-19T21:14:15.715Z] ---> 3ad052623806 [2022-04-19T21:14:15.715Z] Step 19/23 : ENTRYPOINT ["/sys-mgmt-agent"] [2022-04-19T21:14:15.992Z] ---> Running in 68239ff6c47e [2022-04-19T21:14:16.595Z] Removing intermediate container 68239ff6c47e [2022-04-19T21:14:16.595Z] ---> 47f478bf8243 [2022-04-19T21:14:16.595Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:14:16.595Z] ---> Running in 3a21da69422e [2022-04-19T21:14:17.208Z] Removing intermediate container 3a21da69422e [2022-04-19T21:14:17.208Z] ---> 6032039e3d99 [2022-04-19T21:14:17.208Z] Step 21/23 : LABEL arch=arm64 [2022-04-19T21:14:17.488Z] ---> Running in cbbbec318d0c [2022-04-19T21:14:18.095Z] Removing intermediate container cbbbec318d0c [2022-04-19T21:14:18.095Z] ---> 65669ab3afbb [2022-04-19T21:14:18.095Z] Step 22/23 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:14:18.095Z] ---> Running in d1151f2537ef [2022-04-19T21:14:18.721Z] Removing intermediate container d1151f2537ef [2022-04-19T21:14:18.721Z] ---> 9421e08f5ac8 [2022-04-19T21:14:18.721Z] Step 23/23 : LABEL version=0.0.0 [2022-04-19T21:14:19.008Z] ---> Running in a140ad6c9e2c [2022-04-19T21:14:19.618Z] Removing intermediate container a140ad6c9e2c [2022-04-19T21:14:19.618Z] ---> 4095b66b899d [2022-04-19T21:14:19.618Z] [2022-04-19T21:14:20.221Z] Successfully built 4095b66b899d [2022-04-19T21:14:20.221Z] Successfully tagged sys-mgmt-agent-arm64:latest [2022-04-19T21:19:57.477Z]  Building sys-mgmt-agent ... done Removing intermediate container 87b085f902bf [2022-04-19T21:19:57.477Z] ---> 3da9f50c8eac [2022-04-19T21:19:57.477Z] [2022-04-19T21:19:57.477Z] Step 9/20 : FROM alpine:3.15 [2022-04-19T21:19:57.477Z] 3.15: Pulling from library/alpine [2022-04-19T21:19:57.477Z] Digest: sha256:4edbd2beb5f78b1014028f4fbb99f3237d9561100b6881aabbf5acce2c4f9454 [2022-04-19T21:19:57.477Z] Status: Downloaded newer image for alpine:3.15 [2022-04-19T21:19:57.477Z] ---> 3fb3c9af89a9 [2022-04-19T21:19:57.477Z] Step 10/20 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:19:57.477Z] ---> Running in 2447dcd58066 [2022-04-19T21:19:57.477Z] Removing intermediate container 2447dcd58066 [2022-04-19T21:19:57.477Z] ---> 3e1dca668e24 [2022-04-19T21:19:57.477Z] Step 11/20 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:19:57.477Z] ---> Running in 2383598c7cd1 [2022-04-19T21:19:57.477Z] Removing intermediate container 2383598c7cd1 [2022-04-19T21:19:57.477Z] ---> af7be1dd3af7 [2022-04-19T21:19:57.477Z] Step 12/20 : RUN apk update && apk --no-cache --update add dumb-init curl gcompat [2022-04-19T21:19:57.477Z] ---> Running in 2ecde69f4653 [2022-04-19T21:19:57.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:57.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:57.477Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:19:57.477Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:19:57.477Z] OK: 15730 distinct packages available [2022-04-19T21:19:57.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:57.477Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:19:57.477Z] (1/9) Installing ca-certificates (20211220-r0) [2022-04-19T21:19:57.477Z] (2/9) Installing brotli-libs (1.0.9-r5) [2022-04-19T21:19:57.477Z] (3/9) Installing nghttp2-libs (1.46.0-r0) [2022-04-19T21:19:57.477Z] (4/9) Installing libcurl (7.80.0-r0) [2022-04-19T21:19:57.477Z] (5/9) Installing curl (7.80.0-r0) [2022-04-19T21:19:57.477Z] (6/9) Installing dumb-init (1.2.5-r1) [2022-04-19T21:19:57.477Z] (7/9) Installing musl-obstack (1.2.3-r0) [2022-04-19T21:19:57.477Z] (8/9) Installing libucontext (1.1-r0) [2022-04-19T21:19:57.477Z] (9/9) Installing gcompat (1.0.0-r4) [2022-04-19T21:19:57.477Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:19:57.477Z] Executing ca-certificates-20211220-r0.trigger [2022-04-19T21:19:58.083Z] OK: 8 MiB in 23 packages [2022-04-19T21:20:00.731Z] Removing intermediate container 2ecde69f4653 [2022-04-19T21:20:00.731Z] ---> ad6af6f13ab0 [2022-04-19T21:20:00.731Z] Step 13/20 : COPY --from=builder /edgex-go/Attribution.txt / [2022-04-19T21:20:01.725Z] ---> 987336d9b7fd [2022-04-19T21:20:01.725Z] Step 14/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/security-spiffe-token-provider / [2022-04-19T21:20:04.378Z] ---> 9341344df0dd [2022-04-19T21:20:04.378Z] Step 15/20 : COPY --from=builder /edgex-go/cmd/security-spiffe-token-provider/res/configuration.toml /res/configuration.toml [2022-04-19T21:20:05.007Z] ---> eb61d1099053 [2022-04-19T21:20:05.007Z] Step 16/20 : ENTRYPOINT [ "/security-spiffe-token-provider" ] [2022-04-19T21:20:05.007Z] ---> Running in c02eaf0680b7 [2022-04-19T21:20:05.622Z] Removing intermediate container c02eaf0680b7 [2022-04-19T21:20:05.622Z] ---> 32a6e596e2cc [2022-04-19T21:20:05.622Z] Step 17/20 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-04-19T21:20:05.913Z] ---> Running in 3f6e6883d62d [2022-04-19T21:20:06.531Z] Removing intermediate container 3f6e6883d62d [2022-04-19T21:20:06.531Z] ---> 2a50e191b7be [2022-04-19T21:20:06.531Z] Step 18/20 : LABEL arch=arm64 [2022-04-19T21:20:06.531Z] ---> Running in 664b4c5a816b [2022-04-19T21:20:07.141Z] Removing intermediate container 664b4c5a816b [2022-04-19T21:20:07.141Z] ---> 6208be5224a8 [2022-04-19T21:20:07.141Z] Step 19/20 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:20:07.453Z] ---> Running in c32df6dd783f [2022-04-19T21:20:07.730Z] Removing intermediate container c32df6dd783f [2022-04-19T21:20:07.730Z] ---> d377852d0418 [2022-04-19T21:20:07.730Z] Step 20/20 : LABEL version=0.0.0 [2022-04-19T21:20:08.016Z] ---> Running in 0c045d7922b8 [2022-04-19T21:20:08.640Z] Removing intermediate container 0c045d7922b8 [2022-04-19T21:20:08.640Z] ---> bf3e4c88ae26 [2022-04-19T21:20:08.640Z] [2022-04-19T21:20:09.245Z] Successfully built bf3e4c88ae26 [2022-04-19T21:20:09.245Z] Successfully tagged security-spiffe-token-provider-arm64:latest [2022-04-19T21:35:03.072Z]  Building security-spiffe-token-provider ... done Building bin/spire-agent... [2022-04-19T21:35:03.072Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T21:35:03.347Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T21:35:03.625Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T21:35:09.062Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T21:35:09.062Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T21:35:11.052Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T21:35:11.052Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T21:35:11.656Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T21:35:11.656Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T21:35:11.656Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T21:35:12.258Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T21:35:12.258Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T21:35:12.258Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T21:40:34.549Z] Building bin/spire-agent... [2022-04-19T21:40:34.549Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T21:40:34.549Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T21:40:34.549Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T21:40:34.549Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T21:40:34.549Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T21:40:34.549Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T21:40:34.549Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T21:40:34.549Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T21:40:34.549Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T21:40:34.549Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T21:40:34.549Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T21:40:34.549Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T21:40:34.549Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T21:41:31.211Z] Removing intermediate container d7c5e9c2923c [2022-04-19T21:41:31.211Z] ---> dab8710313f6 [2022-04-19T21:41:31.211Z] [2022-04-19T21:41:31.211Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T21:41:31.211Z] ---> 3fb3c9af89a9 [2022-04-19T21:41:31.211Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:41:31.211Z] ---> Using cache [2022-04-19T21:41:31.211Z] ---> 3e1dca668e24 [2022-04-19T21:41:31.211Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:41:31.211Z] ---> Using cache [2022-04-19T21:41:31.211Z] ---> af7be1dd3af7 [2022-04-19T21:41:31.211Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T21:41:31.211Z] ---> Running in 75435c821846 [2022-04-19T21:41:31.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:31.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:31.211Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:41:31.211Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:41:31.211Z] OK: 15730 distinct packages available [2022-04-19T21:41:31.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:31.211Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:41:31.211Z] (1/5) Installing dumb-init (1.2.5-r1) [2022-04-19T21:41:31.211Z] (2/5) Installing musl-obstack (1.2.3-r0) [2022-04-19T21:41:31.211Z] (3/5) Installing libucontext (1.1-r0) [2022-04-19T21:41:31.211Z] (4/5) Installing gcompat (1.0.0-r4) [2022-04-19T21:41:31.211Z] (5/5) Installing openssl (1.1.1n-r0) [2022-04-19T21:41:31.211Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:41:31.211Z] OK: 6 MiB in 19 packages [2022-04-19T21:41:31.815Z] Removing intermediate container 75435c821846 [2022-04-19T21:41:31.815Z] ---> 90b38db2bb36 [2022-04-19T21:41:31.815Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-agent /usr/local/bin [2022-04-19T21:41:36.183Z] ---> cc216e741b6a [2022-04-19T21:41:36.183Z] Step 18/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T21:41:41.621Z] ---> 82536bff3dd1 [2022-04-19T21:41:41.621Z] Step 19/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T21:41:42.234Z] ---> 8e9f75f128e9 [2022-04-19T21:41:42.234Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/agent.conf /usr/local/etc/spire/agent.conf.tpl [2022-04-19T21:41:42.859Z] ---> 62e04b303f89 [2022-04-19T21:41:42.859Z] Step 21/26 : COPY --from=builder /edgex-go/cmd/security-spire-agent/openssl.conf /usr/local/etc/ [2022-04-19T21:41:43.850Z] ---> 7d4ceb57fd4d [2022-04-19T21:41:43.850Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T21:41:44.126Z] ---> Running in 5a9f2fc69c85 [2022-04-19T21:41:44.755Z] Removing intermediate container 5a9f2fc69c85 [2022-04-19T21:41:44.755Z] ---> 42ac98a200fc [2022-04-19T21:41:44.755Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T21:41:44.755Z] ---> Running in 0ce142c831c5 [2022-04-19T21:41:45.031Z] Removing intermediate container 0ce142c831c5 [2022-04-19T21:41:45.031Z] ---> 1d7685286575 [2022-04-19T21:41:45.031Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T21:41:45.031Z] ---> Running in 816c68ef544b [2022-04-19T21:41:45.635Z] Removing intermediate container 816c68ef544b [2022-04-19T21:41:45.635Z] ---> 80fa8d3845ee [2022-04-19T21:41:45.635Z] Step 25/26 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:41:45.635Z] ---> Running in d3e05bef5e5f [2022-04-19T21:41:46.246Z] Removing intermediate container d3e05bef5e5f [2022-04-19T21:41:46.246Z] ---> 174e3255f6a4 [2022-04-19T21:41:46.246Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T21:41:46.525Z] ---> Running in 839777970dda [2022-04-19T21:41:47.144Z] Removing intermediate container 839777970dda [2022-04-19T21:41:47.144Z] ---> d11223f72ab9 [2022-04-19T21:41:47.144Z] [2022-04-19T21:41:47.422Z] Successfully built d11223f72ab9 [2022-04-19T21:41:47.422Z] Successfully tagged security-spire-agent-arm64:latest [2022-04-19T21:43:24.255Z]  Building security-spire-agent ... done Building bin/spire-agent... [2022-04-19T21:43:24.255Z] go: downloading github.com/envoyproxy/go-control-plane v0.10.1 [2022-04-19T21:43:24.255Z] go: downloading github.com/aws/aws-sdk-go-v2/service/secretsmanager v1.14.0 [2022-04-19T21:43:24.255Z] go: downloading cloud.google.com/go/secretmanager v1.3.0 [2022-04-19T21:43:24.255Z] go: downloading github.com/docker/docker v20.10.12+incompatible [2022-04-19T21:43:25.235Z] go: downloading github.com/google/go-tpm-tools v0.3.3 [2022-04-19T21:43:26.219Z] go: downloading github.com/cncf/xds/go v0.0.0-20211130200136-a8f946100490 [2022-04-19T21:43:26.219Z] go: downloading github.com/envoyproxy/protoc-gen-validate v0.6.2 [2022-04-19T21:43:26.499Z] go: downloading github.com/docker/go-connections v0.4.0 [2022-04-19T21:43:26.499Z] go: downloading github.com/docker/go-units v0.4.0 [2022-04-19T21:43:26.499Z] go: downloading github.com/opencontainers/image-spec v1.0.1 [2022-04-19T21:43:26.776Z] go: downloading github.com/containerd/containerd v1.3.4 [2022-04-19T21:43:26.776Z] go: downloading github.com/docker/distribution v2.7.1+incompatible [2022-04-19T21:43:26.776Z] go: downloading github.com/opencontainers/go-digest v1.0.0 [2022-04-19T21:45:49.618Z] Removing intermediate container 7792ec7a8bf7 [2022-04-19T21:45:49.618Z] ---> 96ee234eebc6 [2022-04-19T21:45:49.618Z] [2022-04-19T21:45:49.618Z] Step 13/25 : FROM alpine:3.15 [2022-04-19T21:45:49.618Z] ---> 3fb3c9af89a9 [2022-04-19T21:45:49.618Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:45:49.618Z] ---> Using cache [2022-04-19T21:45:49.618Z] ---> 3e1dca668e24 [2022-04-19T21:45:49.618Z] Step 15/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:45:49.618Z] ---> Using cache [2022-04-19T21:45:49.618Z] ---> af7be1dd3af7 [2022-04-19T21:45:49.618Z] Step 16/25 : RUN apk update && apk --no-cache --update add dumb-init openssl gcompat [2022-04-19T21:45:49.618Z] ---> Using cache [2022-04-19T21:45:49.618Z] ---> 90b38db2bb36 [2022-04-19T21:45:49.618Z] Step 17/25 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T21:45:49.618Z] ---> 3ea263a09c69 [2022-04-19T21:45:49.618Z] Step 18/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T21:45:49.618Z] ---> 6812c878d979 [2022-04-19T21:45:49.618Z] Step 19/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/server.conf /usr/local/etc/spire/server.conf.tpl [2022-04-19T21:45:49.618Z] ---> 26e8f6f8986c [2022-04-19T21:45:49.618Z] Step 20/25 : COPY --from=builder /edgex-go/cmd/security-spire-server/openssl.conf /usr/local/etc/ [2022-04-19T21:45:49.618Z] ---> e0c2bffbbf44 [2022-04-19T21:45:49.618Z] Step 21/25 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T21:45:49.618Z] ---> Running in 33c1949c3340 [2022-04-19T21:45:49.619Z] Removing intermediate container 33c1949c3340 [2022-04-19T21:45:49.619Z] ---> 0e9b6c54b499 [2022-04-19T21:45:49.619Z] Step 22/25 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T21:45:49.619Z] ---> Running in 21ab7e73eaae [2022-04-19T21:45:49.619Z] Removing intermediate container 21ab7e73eaae [2022-04-19T21:45:49.619Z] ---> 457889fe7e02 [2022-04-19T21:45:49.619Z] Step 23/25 : LABEL arch=arm64 [2022-04-19T21:45:49.619Z] ---> Running in c32730a66596 [2022-04-19T21:45:49.619Z] Removing intermediate container c32730a66596 [2022-04-19T21:45:49.619Z] ---> 35714835a4bc [2022-04-19T21:45:49.619Z] Step 24/25 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:45:49.619Z] ---> Running in f9a7cb0c9186 [2022-04-19T21:45:49.619Z] Removing intermediate container f9a7cb0c9186 [2022-04-19T21:45:49.619Z] ---> 1311bd487fc4 [2022-04-19T21:45:49.619Z] Step 25/25 : LABEL version=0.0.0 [2022-04-19T21:45:49.619Z] ---> Running in d2957f932c05 [2022-04-19T21:45:49.619Z] Removing intermediate container d2957f932c05 [2022-04-19T21:45:49.619Z] ---> d231dac95f65 [2022-04-19T21:45:49.619Z] [2022-04-19T21:45:49.619Z] Successfully built d231dac95f65 [2022-04-19T21:45:49.619Z] Successfully tagged security-spire-server-arm64:latest [2022-04-19T21:47:41.414Z]  Building security-spire-server ... done Removing intermediate container 450b4b53d9c5 [2022-04-19T21:47:41.414Z] ---> da9ad48902a7 [2022-04-19T21:47:41.414Z] [2022-04-19T21:47:41.414Z] Step 13/26 : FROM alpine:3.15 [2022-04-19T21:47:41.414Z] ---> 3fb3c9af89a9 [2022-04-19T21:47:41.414Z] Step 14/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022 Intel Corporation' [2022-04-19T21:47:41.414Z] ---> Using cache [2022-04-19T21:47:41.414Z] ---> 3e1dca668e24 [2022-04-19T21:47:41.414Z] Step 15/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-19T21:47:41.414Z] ---> Using cache [2022-04-19T21:47:41.414Z] ---> af7be1dd3af7 [2022-04-19T21:47:41.414Z] Step 16/26 : RUN apk update && apk --no-cache --update add dumb-init gcompat [2022-04-19T21:47:41.414Z] ---> Running in 303d9b5c9fa6 [2022-04-19T21:47:41.414Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:47:41.414Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:47:41.414Z] v3.15.4-41-g06dd15e33d [https://nl.alpinelinux.org/alpine/v3.15/main] [2022-04-19T21:47:41.414Z] v3.15.4-48-g4c526f9784 [https://nl.alpinelinux.org/alpine/v3.15/community] [2022-04-19T21:47:41.414Z] OK: 15730 distinct packages available [2022-04-19T21:47:41.414Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-19T21:47:41.685Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-19T21:47:42.661Z] (1/4) Installing dumb-init (1.2.5-r1) [2022-04-19T21:47:42.661Z] (2/4) Installing musl-obstack (1.2.3-r0) [2022-04-19T21:47:42.934Z] (3/4) Installing libucontext (1.1-r0) [2022-04-19T21:47:42.934Z] (4/4) Installing gcompat (1.0.0-r4) [2022-04-19T21:47:42.934Z] Executing busybox-1.34.1-r5.trigger [2022-04-19T21:47:43.207Z] OK: 6 MiB in 18 packages [2022-04-19T21:47:44.185Z] Removing intermediate container 303d9b5c9fa6 [2022-04-19T21:47:44.185Z] ---> 3f013c38db91 [2022-04-19T21:47:44.185Z] Step 17/26 : COPY --from=builder /edgex-go/spire-build/bin/spire-server /usr/local/bin [2022-04-19T21:47:47.571Z] ---> de9f4a1037c1 [2022-04-19T21:47:47.572Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/docker-entrypoint.sh /usr/local/bin/ [2022-04-19T21:47:47.860Z] ---> 0baeb6fb7bd2 [2022-04-19T21:47:47.860Z] Step 19/26 : WORKDIR /usr/local/etc/spiffe-scripts.d [2022-04-19T21:47:47.860Z] ---> Running in bca85a6ced84 [2022-04-19T21:47:48.131Z] Removing intermediate container bca85a6ced84 [2022-04-19T21:47:48.131Z] ---> 045e0d3c62e3 [2022-04-19T21:47:48.131Z] Step 20/26 : COPY --from=builder /edgex-go/cmd/security-spire-config/seed_builtin_entries.sh /usr/local/etc/spiffe-scripts.d [2022-04-19T21:47:48.729Z] ---> fdd6a2b2e234 [2022-04-19T21:47:49.002Z] Step 21/26 : WORKDIR / [2022-04-19T21:47:49.002Z] ---> Running in 4ac2c38ab5c1 [2022-04-19T21:47:49.276Z] Removing intermediate container 4ac2c38ab5c1 [2022-04-19T21:47:49.276Z] ---> d7a31845d0f8 [2022-04-19T21:47:49.276Z] Step 22/26 : ENTRYPOINT [ "/usr/bin/dumb-init" ] [2022-04-19T21:47:49.276Z] ---> Running in 0e1b3a1b46ac [2022-04-19T21:47:49.549Z] Removing intermediate container 0e1b3a1b46ac [2022-04-19T21:47:49.549Z] ---> 5462fe00b794 [2022-04-19T21:47:49.830Z] Step 23/26 : CMD [ "--verbose", "docker-entrypoint.sh" ] [2022-04-19T21:47:49.830Z] ---> Running in b9f6f12f3bd3 [2022-04-19T21:47:50.102Z] Removing intermediate container b9f6f12f3bd3 [2022-04-19T21:47:50.102Z] ---> 51054354fa99 [2022-04-19T21:47:50.102Z] Step 24/26 : LABEL arch=arm64 [2022-04-19T21:47:50.102Z] ---> Running in 6b84dce09a78 [2022-04-19T21:47:50.386Z] Removing intermediate container 6b84dce09a78 [2022-04-19T21:47:50.386Z] ---> b7a4c06e3450 [2022-04-19T21:47:50.386Z] Step 25/26 : LABEL git_sha=47e4ce7578c8149ec20b3a3ebc1c0806f9667ca0 [2022-04-19T21:47:50.658Z] ---> Running in ade0e78533af [2022-04-19T21:47:50.931Z] Removing intermediate container ade0e78533af [2022-04-19T21:47:50.931Z] ---> b4f554ef63a9 [2022-04-19T21:47:50.931Z] Step 26/26 : LABEL version=0.0.0 [2022-04-19T21:47:50.931Z] ---> Running in 4f5f17800407 [2022-04-19T21:47:51.203Z] Removing intermediate container 4f5f17800407 [2022-04-19T21:47:51.203Z] ---> 74562a4b42f1 [2022-04-19T21:47:51.203Z] [2022-04-19T21:47:51.475Z] Successfully built 74562a4b42f1 [2022-04-19T21:47:51.475Z] Successfully tagged security-spire-config-arm64:latest [2022-04-19T21:47:51.762Z]  Building security-spire-config ... done  [Pipeline] } [2022-04-19T21:47:51.767Z] $ docker stop --time=1 d373fc4eafee3b76155420f55ed9a11d7eacd376882ebe1f6abf44573aefdeba [2022-04-19T21:47:53.515Z] $ docker rm -f d373fc4eafee3b76155420f55ed9a11d7eacd376882ebe1f6abf44573aefdeba [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-19T21:47:54.114Z] + docker images [2022-04-19T21:47:54.386Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2022-04-19T21:47:54.386Z] security-spire-config-arm64 latest 74562a4b42f1 3 seconds ago 85.6MB [2022-04-19T21:47:54.386Z] da9ad48902a7 34 seconds ago 4.14GB [2022-04-19T21:47:54.386Z] security-spire-server-arm64 latest d231dac95f65 2 minutes ago 86.3MB [2022-04-19T21:47:54.386Z] 96ee234eebc6 2 minutes ago 4.14GB [2022-04-19T21:47:54.386Z] security-spire-agent-arm64 latest d11223f72ab9 6 minutes ago 126MB [2022-04-19T21:47:54.386Z] dab8710313f6 6 minutes ago 4.14GB [2022-04-19T21:47:54.386Z] security-spiffe-token-provider-arm64 latest bf3e4c88ae26 27 minutes ago 27.9MB [2022-04-19T21:47:54.386Z] 3da9f50c8eac 28 minutes ago 1.36GB [2022-04-19T21:47:54.386Z] sys-mgmt-agent-arm64 latest 4095b66b899d 33 minutes ago 282MB [2022-04-19T21:47:54.386Z] e4bde5799195 35 minutes ago 1.31GB [2022-04-19T21:47:54.386Z] security-secretstore-setup-arm64 latest 27c220695adf 35 minutes ago 27.5MB [2022-04-19T21:47:54.386Z] 31ad263eeb8d 36 minutes ago 1.32GB [2022-04-19T21:47:54.386Z] core-data-arm64 latest 478fafec00f0 38 minutes ago 21.6MB [2022-04-19T21:47:54.386Z] bb4ca14056ec 39 minutes ago 1.34GB [2022-04-19T21:47:54.386Z] security-bootstrapper-arm64 latest 3f56e2aa83cd 42 minutes ago 18.3MB [2022-04-19T21:47:54.386Z] core-metadata-arm64 latest b5ccd83d9f15 42 minutes ago 16.4MB [2022-04-19T21:47:54.386Z] 135e57bb7d20 43 minutes ago 1.31GB [2022-04-19T21:47:54.386Z] 959ee5a4125a 43 minutes ago 1.31GB [2022-04-19T21:47:54.386Z] support-notifications-arm64 latest 67db2f4560b8 47 minutes ago 25.8MB [2022-04-19T21:47:54.386Z] support-scheduler-arm64 latest 5cd4ffa31da9 47 minutes ago 25.2MB [2022-04-19T21:47:54.386Z] c198cc698a58 47 minutes ago 1.37GB [2022-04-19T21:47:54.386Z] eb079a33c192 48 minutes ago 1.36GB [2022-04-19T21:47:54.386Z] security-proxy-setup-arm64 latest f02ee61b0afd 50 minutes ago 26.1MB [2022-04-19T21:47:54.386Z] core-command-arm64 latest 7929c7fcd3c2 50 minutes ago 15.5MB [2022-04-19T21:47:54.386Z] 0b3557619cdd 50 minutes ago 1.32GB [2022-04-19T21:47:54.386Z] e5297ea4b0be 51 minutes ago 1.31GB [2022-04-19T21:47:54.386Z] ci-base-image-arm64 latest c02c39814627 About an hour ago 886MB [2022-04-19T21:47:54.386Z] docker 20.10.14 c346e9eafbab 2 weeks ago 202MB [2022-04-19T21:47:54.386Z] alpine 3.14 ac73e934f311 2 weeks ago 5.34MB [2022-04-19T21:47:54.386Z] alpine 3.15 3fb3c9af89a9 2 weeks ago 5.32MB [2022-04-19T21:47:54.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64 1.17-alpine f79e39bc4007 2 months ago 551MB [2022-04-19T21:47:54.386Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64 latest 57ef9ed57663 21 months ago 285MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:47:55.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T21:47:55.114Z] [2022-04-19T21:47:55.114Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:47:55.467Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T21:47:55.740Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-19T21:47:55.740Z] 8998bd30e6a1: Pulling fs layer [2022-04-19T21:47:55.740Z] 04944245beec: Pulling fs layer [2022-04-19T21:47:55.740Z] 699f458cf7ca: Pulling fs layer [2022-04-19T21:47:55.740Z] 765212b225bb: Pulling fs layer [2022-04-19T21:47:55.740Z] f23df028b6ca: Pulling fs layer [2022-04-19T21:47:55.740Z] d65c8cfc05b1: Pulling fs layer [2022-04-19T21:47:55.740Z] 2437ff75d9bd: Pulling fs layer [2022-04-19T21:47:55.740Z] f23df028b6ca: Waiting [2022-04-19T21:47:55.740Z] d65c8cfc05b1: Waiting [2022-04-19T21:47:55.740Z] 2437ff75d9bd: Waiting [2022-04-19T21:47:55.740Z] 765212b225bb: Waiting [2022-04-19T21:47:55.740Z] 04944245beec: Verifying Checksum [2022-04-19T21:47:55.740Z] 04944245beec: Download complete [2022-04-19T21:47:55.740Z] 765212b225bb: Verifying Checksum [2022-04-19T21:47:55.740Z] 765212b225bb: Download complete [2022-04-19T21:47:55.740Z] f23df028b6ca: Download complete [2022-04-19T21:47:55.740Z] d65c8cfc05b1: Verifying Checksum [2022-04-19T21:47:55.740Z] d65c8cfc05b1: Download complete [2022-04-19T21:47:56.014Z] 699f458cf7ca: Verifying Checksum [2022-04-19T21:47:56.014Z] 699f458cf7ca: Download complete [2022-04-19T21:47:56.293Z] 8998bd30e6a1: Verifying Checksum [2022-04-19T21:47:56.293Z] 8998bd30e6a1: Download complete [2022-04-19T21:47:58.911Z] 2437ff75d9bd: Verifying Checksum [2022-04-19T21:47:58.911Z] 2437ff75d9bd: Download complete [2022-04-19T21:48:00.884Z] 8998bd30e6a1: Pull complete [2022-04-19T21:48:01.155Z] 04944245beec: Pull complete [2022-04-19T21:48:02.589Z] 699f458cf7ca: Pull complete [2022-04-19T21:48:03.187Z] 765212b225bb: Pull complete [2022-04-19T21:48:03.785Z] f23df028b6ca: Pull complete [2022-04-19T21:48:04.058Z] d65c8cfc05b1: Pull complete [2022-04-19T21:48:19.133Z] 2437ff75d9bd: Pull complete [2022-04-19T21:48:19.133Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-19T21:48:19.133Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-19T21:48:19.133Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-19T21:48:19.385Z] prd-ubuntu20.04-docker-arm64-4c-16g-21397 does not seem to be running inside a container [2022-04-19T21:48:19.471Z] $ 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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-19T21:48:22.708Z] $ docker top 1cc59f1ecabfeadfe8ee55ec37e571d1fbfe1ff7c7e422b3a486eee519bbd56b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:23.694Z] ---> job-cost.sh [2022-04-19T21:48:23.694Z] lf-activate-venv: SKIPPING [2022-04-19T21:48:23.694Z] INFO: No Stack... [2022-04-19T21:48:24.287Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-19T21:48:25.260Z] INFO: Archiving Costs [Pipeline] sh [2022-04-19T21:48:25.922Z] + cut -d, -f6 [2022-04-19T21:48:25.922Z] + cat /w/workspace/edgex-go/2/archives/cost.csv [Pipeline] lock [2022-04-19T21:48:25.956Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-go-PR-3978-2-stack-cost] [2022-04-19T21:48:25.965Z] Resource [jenkins-edgexfoundry-edgex-go-PR-3978-2-stack-cost] did not exist. Created. [2022-04-19T21:48:25.965Z] Lock acquired on [jenkins-edgexfoundry-edgex-go-PR-3978-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-19T21:48:26.673Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-19T21:48:26.929Z] Stashed 1 file(s) [Pipeline] } [2022-04-19T21:48:26.938Z] Lock released on resource [jenkins-edgexfoundry-edgex-go-PR-3978-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-19T21:48:26.968Z] $ docker stop --time=1 1cc59f1ecabfeadfe8ee55ec37e571d1fbfe1ff7c7e422b3a486eee519bbd56b [2022-04-19T21:48:28.611Z] $ docker rm -f 1cc59f1ecabfeadfe8ee55ec37e571d1fbfe1ff7c7e422b3a486eee519bbd56b [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-04-19T21:48:29.156Z] provisioning config files... [2022-04-19T21:48:29.164Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/2@tmp/config4577473440416312692tmp [Pipeline] { [Pipeline] sh [2022-04-19T21:48:29.465Z] + set +x [2022-04-19T21:48:29.465Z] + curl -s https://codecov.io/bash [2022-04-19T21:48:29.465Z] + bash -s -- [2022-04-19T21:48:29.465Z] [2022-04-19T21:48:29.465Z] _____ _ [2022-04-19T21:48:29.465Z] / ____| | | [2022-04-19T21:48:29.465Z] | | ___ __| | ___ ___ _____ __ [2022-04-19T21:48:29.465Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-19T21:48:29.465Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-19T21:48:29.465Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-19T21:48:29.465Z] Bash-1.0.6 [2022-04-19T21:48:29.465Z] [2022-04-19T21:48:29.465Z] [2022-04-19T21:48:29.465Z] ==> git version 2.25.1 found [2022-04-19T21:48:29.465Z] ==> 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-04-19T21:48:29.465Z] Release-Date: 2020-01-08 [2022-04-19T21:48:29.465Z] 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-04-19T21:48:29.465Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-19T21:48:29.465Z] ==> Jenkins CI detected. [2022-04-19T21:48:29.465Z] current dir:  /w/workspace/edgex-go/2 [2022-04-19T21:48:29.465Z] project root: . [2022-04-19T21:48:29.465Z] --> token set from env [2022-04-19T21:48:29.465Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-19T21:48:29.465Z] ==> Running gcov in . (disable via -X gcov) [2022-04-19T21:48:29.465Z] ==> Python coveragepy not found [2022-04-19T21:48:29.465Z] ==> Searching for coverage reports in: [2022-04-19T21:48:29.465Z] + . [2022-04-19T21:48:29.465Z] -> Found 1 reports [2022-04-19T21:48:29.465Z] ==> Detecting git/mercurial file structure [2022-04-19T21:48:29.465Z] ==> Reading reports [2022-04-19T21:48:29.465Z] + ./coverage.out bytes=435134 [2022-04-19T21:48:29.465Z] ==> Appending adjustments [2022-04-19T21:48:29.465Z] https://docs.codecov.io/docs/fixing-reports [2022-04-19T21:48:30.849Z] + Found adjustments [2022-04-19T21:48:30.849Z] ==> Gzipping contents [2022-04-19T21:48:30.849Z] 60K /tmp/codecov.emJ7Qz.gz [2022-04-19T21:48:30.849Z] ==> Uploading reports [2022-04-19T21:48:30.849Z] url: https://codecov.io [2022-04-19T21:48:30.850Z] query: branch=PR-3978&commit=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3978%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3978&job=&cmd_args= [2022-04-19T21:48:30.850Z] -> Pinging Codecov [2022-04-19T21:48:30.850Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=52b94001-b80a-4ca3-b063-c5e709073964&branch=PR-3978&commit=89cfb34dd0cf8f5d2f656407f05a44f516a5a47d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3978%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3978&job=&cmd_args= [2022-04-19T21:48:31.110Z] -> Uploading to [2022-04-19T21:48:31.110Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-19/00271124DB129430A58F1EEE437C3FCB/89cfb34dd0cf8f5d2f656407f05a44f516a5a47d/8c98513c-df86-4aed-aa04-575d8bb62c68.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220419%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220419T214830Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=956cd581271c4ebf2650132e356de5be108fd013ba11339228b81c761387eeca [2022-04-19T21:48:31.110Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-19T21:48:31.110Z] Dload Upload Total Spent Left Speed [2022-04-19T21:48:31.370Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 59800 0 0 100 59800 0 287k --:--:-- --:--:-- --:--:-- 286k 100 59800 0 0 100 59800 0 234k --:--:-- --:--:-- --:--:-- 233k [2022-04-19T21:48:31.370Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/89cfb34dd0cf8f5d2f656407f05a44f516a5a47d [Pipeline] } [2022-04-19T21:48:31.378Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [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-04-19T21:48:31.976Z] + [ -d /w/workspace/edgex-go/2/archives ] [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:32.272Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:33.137Z] ---> package-listing.sh [2022-04-19T21:48:33.137Z] ++ facter osfamily [2022-04-19T21:48:33.137Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-19T21:48:33.397Z] + OS_FAMILY=debian [2022-04-19T21:48:33.397Z] + workspace=/w/workspace/edgex-go/2 [2022-04-19T21:48:33.397Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-19T21:48:33.397Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-19T21:48:33.397Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-19T21:48:33.397Z] + PACKAGES=/tmp/packages_start.txt [2022-04-19T21:48:33.397Z] + '[' /w/workspace/edgex-go/2 ']' [2022-04-19T21:48:33.397Z] + PACKAGES=/tmp/packages_end.txt [2022-04-19T21:48:33.397Z] + case "${OS_FAMILY}" in [2022-04-19T21:48:33.397Z] + dpkg -l [2022-04-19T21:48:33.397Z] + grep '^ii' [2022-04-19T21:48:33.397Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-19T21:48:33.397Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-19T21:48:33.397Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-19T21:48:33.397Z] + '[' /w/workspace/edgex-go/2 ']' [2022-04-19T21:48:33.397Z] + mkdir -p /w/workspace/edgex-go/2/archives/ [2022-04-19T21:48:33.397Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/2/archives/ [Pipeline] echo [2022-04-19T21:48:33.411Z] 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/2/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-19T21:48:33.698Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:48:33.997Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T21:48:33.997Z] [2022-04-19T21:48:33.997Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-19T21:48:34.313Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T21:48:34.313Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-19T21:48:34.313Z] 5eb5b503b376: Pulling fs layer [2022-04-19T21:48:34.313Z] 5c69ac0246d0: Pulling fs layer [2022-04-19T21:48:34.313Z] ec43610c2a17: Pulling fs layer [2022-04-19T21:48:34.313Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-19T21:48:34.313Z] 33b1e0a273af: Pulling fs layer [2022-04-19T21:48:34.313Z] 5d3b04190fa2: Pulling fs layer [2022-04-19T21:48:34.313Z] 2f39f015ded8: Pulling fs layer [2022-04-19T21:48:34.313Z] 33b1e0a273af: Waiting [2022-04-19T21:48:34.313Z] 5d3b04190fa2: Waiting [2022-04-19T21:48:34.313Z] 2f39f015ded8: Waiting [2022-04-19T21:48:34.313Z] 5c69ac0246d0: Verifying Checksum [2022-04-19T21:48:34.313Z] 5c69ac0246d0: Download complete [2022-04-19T21:48:34.313Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-19T21:48:34.313Z] 3a2ae6a8a46f: Download complete [2022-04-19T21:48:34.313Z] 33b1e0a273af: Verifying Checksum [2022-04-19T21:48:34.313Z] 33b1e0a273af: Download complete [2022-04-19T21:48:34.313Z] 5d3b04190fa2: Verifying Checksum [2022-04-19T21:48:34.313Z] 5d3b04190fa2: Download complete [2022-04-19T21:48:34.313Z] ec43610c2a17: Verifying Checksum [2022-04-19T21:48:34.313Z] ec43610c2a17: Download complete [2022-04-19T21:48:34.572Z] 5eb5b503b376: Verifying Checksum [2022-04-19T21:48:34.572Z] 5eb5b503b376: Download complete [2022-04-19T21:48:35.139Z] 2f39f015ded8: Verifying Checksum [2022-04-19T21:48:35.139Z] 2f39f015ded8: Download complete [2022-04-19T21:48:35.709Z] 5eb5b503b376: Pull complete [2022-04-19T21:48:35.968Z] 5c69ac0246d0: Pull complete [2022-04-19T21:48:36.228Z] ec43610c2a17: Pull complete [2022-04-19T21:48:36.498Z] 3a2ae6a8a46f: Pull complete [2022-04-19T21:48:36.498Z] 33b1e0a273af: Pull complete [2022-04-19T21:48:36.792Z] 5d3b04190fa2: Pull complete [2022-04-19T21:48:41.084Z] 2f39f015ded8: Pull complete [2022-04-19T21:48:41.084Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-19T21:48:41.084Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-19T21:48:41.084Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-19T21:48:41.155Z] prd-ubuntu20.04-docker-8c-8g-21392 does not seem to be running inside a container [2022-04-19T21:48:41.198Z] $ 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/2/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/2 -v /w/workspace/edgex-go/2:/w/workspace/edgex-go/2:rw,z -v /w/workspace/edgex-go/2@tmp:/w/workspace/edgex-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-19T21:48:43.020Z] $ docker top f94ed93afc4233d9067143f44420af1891fda8ddf7a3f6d1d0d4f0ae7e2f438e -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-19T21:48:43.374Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-19T21:48:43.669Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-19T21:48:43.956Z] + ls /var/log/sa-host [2022-04-19T21:48:43.956Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-19T21:48:44.047Z] provisioning config files... [2022-04-19T21:48:44.056Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/2@tmp/config3501830109635172539tmp [Pipeline] { [Pipeline] echo [2022-04-19T21:48:44.075Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:44.362Z] ---> create-netrc.sh [Pipeline] } [2022-04-19T21:48:44.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:44.704Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-19T21:48:44.713Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:45.002Z] ---> sudo-logs.sh [2022-04-19T21:48:45.002Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-19T21:48:45.029Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:45.319Z] ---> job-cost.sh [2022-04-19T21:48:45.319Z] lf-activate-venv: SKIPPING [2022-04-19T21:48:45.319Z] DEBUG: total: 0.2199999988079071 [2022-04-19T21:48:45.319Z] INFO: Retrieving Stack Cost... [2022-04-19T21:48:45.889Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-19T21:48:46.150Z] INFO: Archiving Costs [Pipeline] echo [2022-04-19T21:48:46.166Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-19T21:48:46.460Z] ---> logs-deploy.sh [2022-04-19T21:48:46.460Z] lf-activate-venv: SKIPPING [2022-04-19T21:48:46.460Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3978/2 [2022-04-19T21:48:46.460Z] INFO: archiving workspace using pattern(s): [2022-04-19T21:48:47.402Z] Archives upload complete. [2022-04-19T21:48:47.402Z] INFO: archiving logs to Nexus